*{
    font-family: 'Montserrat', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, label, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.header-fast-protege{
    background-color: #18418D;
    padding: 32px
}
.header-fast-protege p{
    font-size: 14px;   
    color: #FFFFFF;
}
.yellow-label{
    color: #FFDC00;
    font-weight: 700;
}
.h-f-p-h2{
    display: inline-block;
    margin: auto;
}
.fast-protege-logo{
    width: 40%;
    max-width: 130px;
    height: auto;
    display: block;
    margin: auto;
}
.horizontal-bar{
    display: none;
    height: 24px;
    width: 1px;
    background-color: #FFFFFF;
}
.m-width-400{
    max-width: 400px;
    margin: auto;
}
.p-s-p-ftp{
    text-align: left;   
}

.container-hfp-p {
  display: flex;
  justify-content: center;
  align-items: center;  
  margin-top: 24px;
}

.chfp-t {
  text-align: left;
}
.btn-configura-regulamento{
    background-color: #FFFFFF;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 12px;
    font-weight: 300;
    width: 90%;
    display: block;    
    font-size: 11px;
    position: relative;
    margin: 24px auto 0 auto;
}
.btn-revendas-fast-protege{
    background-color: #000000;
    border: none;
    color: #FFDC00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 36px;
    font-weight: 400;
    width: 90%;
    display: block;    
    font-size: 11px;
    position: relative;
    margin: 24px auto 0 auto;
}
.c-func{
    text-align: center;
}
.c-func h2{ 
    margin: 32px 0 32px 0;
    font-weight: 700;
}
.c-func p{
    margin: 0 0 16px 0   
}
.rev-p h2{ 
    margin: 32px 0 32px 0;
    font-weight: 700;
}
.text-footer{
    font-size: 11px;
    text-align: center;
    font-weight: 300;
}






@media (min-width: 1024px){
    
    .fp-header{
        display: flex;
        align-items: center;     
        justify-content: space-evenly;
    }
    .horizontal-bar{
        display: block;
    }
    .container-hfp-p{
        margin-top: 0;
    }
    .fast-protege-logo{
        margin: initial;
    }
    .m-width-400{
        max-width: 600px;
    }
    .p-s-p-ftp{
        padding: 64px 64px 64px 142px !important;
    }
    .p-s-p-ftp p{
        width: 450px;   
    }
    .img-btn-d{
        position: relative;   
    }
    .btn-configura-regulamento{
        position: absolute;
        top: 75%;
        width: 600px;
        left: 15%;
        font-size: 20px;
    }
    .svg-chevron-reg{
        height: 100%;
        width: auto;
    }
    .c-func{
        text-align: left;
        padding: 32px !important;
        width: 60%;
        display: block;
        margin: auto;
    }
    .rev-p{
         width: 60%;
         display: block;
         margin: auto;
         padding: 0 32px 32px 32px !important;
    }
    .btn-revendas-fast-protege{
        width: 50%;
        max-width: 400px;
        margin: 24px auto 0 0;
    }
    .img-f-p{
        height: auto;
        width: 980px !important;
        display: block;
        margin: auto
    }
    .btn-configura-regulamento{
        left: 50%;
        transform: translate(-50%, 0px);
    }
}











