*{

    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}


body{

    background-color: #fff7ef;

}


a{

    text-decoration: none;

}
img{

    max-width: 100%;
}

h2, h3{

    font-size: 35px;
    color:#7d00d6;

}

p{

    font-size: 18px;
    color: #555;
    margin: 10px 0;

}

.container{

    max-width: 1200px;
    margin: auto;
    padding: 0 10px;

}

.container-2{

    max-width: 800px;
    margin: auto;
    padding: 0 10px;

}


.bg-primary{

    background-color: #7d00d6;

    background-image: url('../img/bg-purpple.webp');
    background-repeat: no-repeat;
    background-size: cover;

}

.font-white{

    color: white;

}

.padding{

    padding-top: 50px;
    padding-bottom: 50px;
}


.row{

    display: flex !important;

}
.col{

    flex-direction: column;

}

.wrap{

    flex-wrap: wrap;

}

@media(max-width: 800px){


    .wrap-mobile{

        flex-wrap: wrap !important;

    }

}

.justify-center{

    justify-content: center;

}
.align-center{

    align-items: center;

}

.col-25{

    width: 25%;

}

.col-33{

    width: 33%;

}

.col-50{

    width: 50%;

}


.padding p{

    padding-right: 10px;

}

.overlay{

    background-color: black;
    opacity: 0.7;

}



.info-box div{

    padding: 20px;

}

.info-box img{

    width: auto;

}


.info-box p{

    margin: 20px 0;

}



header{

    padding: 20px 0;
    position: fixed;
    background-color: white;
    width: 100%;
    top: 0;
    z-index: 999;

}

header.bg-opacity{

    opacity: 0.7;

}

header div{

    display: flex;
    justify-content: space-between;

}

header img{

    width: 120px;

}

header #menu{

    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;

}

header #menu li a{

    padding: 15px 30px;
    /* color: #7d00d6; */
    display: block;
    color: #413f3f;
    font-size: 20px;
    cursor: pointer;
    border-radius: 8px;
    /* transition: 0.5s ease; */
    /* font-weight: bold;  */
    border-radius: 0;
}

header #menu li a:hover  {

    color: #7d00d6;
    /* border-bottom: 2px solid #7d00d6; */
    /* font-weight: bold; */

}


#btn-menu-mobile hr{

    margin: 7px 10px;
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background-color: #7d00d6;

}

/*#menu-mobile, #btn-close-menu-mobile{

    display: none !important;

}*/
@media (min-width: 800px){

    #menu-mobile, #btn-close-menu-mobile, #btn-menu-mobile{

        display: none !important;

    }

}

#btn-close-menu-mobile{

    display: none;
    color:#7d00d6;
    font-size: 35px;
    width: 52px;
    text-align: center;

}

#btn-menu-mobile.open{

    display: none;

}

#btn-close-menu-mobile.open{

    display: block;

}


#menu-mobile{

    width: 100%;
    top: 85px;
    height: 100vh;
    position: fixed;
    background-color: white;
    z-index: 999;
    border-bottom: 1px solid #999;
    transform: translateX(-100%);
    transition: 1s ease;

}

#menu-mobile.open{

    transform: translateX(0);

}



#menu-mobile li{

    padding: 0;
    border-top: 1px solid #999;
    text-align: center;

}

#menu-mobile li a{

    padding: 20px 0;
    display: block;
    color: #7d00d6;

}






#banner{

    width: 100%;
    padding: 100px 0;
    margin: 88px 0 0 0;
    background-image: url('../img/bg-purpple.webp');
    background-repeat: no-repeat;
    background-size: cover;

}

#banner p{

    margin: 15px 0;
    font-size: 22px;

}





/* first section */


#first-section{

    padding: 30px 10px ;

}

#first-section p{

    padding: 30px 0;

}


#first-section p{

    font-size: 20px;

}

.container-line{

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;

}

.circle{

    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #7d00d6;
    margin: 0 30px;
}

.line{

    max-width: 250px;
    min-width: 50px;
    width: 100%;
    height: 3px;
    background-color: #7d00d6;

}



/*vantagens  */

 
#vantagens{

    margin: 30px 0 0 0;

} 

#vantagens h2{

    width: 100%;
    padding: 20px 0;
    /* background-color: white; */

}

#vantagens p{

    color: white;

}

.info-box-2{

    min-height: 350px;
    padding: 20px 0;

}


.info-box-2 div, .info-box-2 p{

    margin: 20px 40px;

}

.info-box-2 img{

    width: 50px;
    height: 50px;
}

.info-box-2 h3{

    font-size: 25px;
    margin-left: 10px;

}

.info-box-2.bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: opacity(0.5); */

}

.info-box-2.bg-1{

    background-image: url('../img/info-box-2/item-1.webp');

}

.info-box-2.bg-2{

    background-image: url('../img/info-box-2/item-2.webp');

}


.info-box-2.bg-3{

    background-image: url('../img/info-box-2/item-3.webp');

}

.info-box-2.bg-4{

    background-image: url('../img/info-box-2/item-4.webp');

}

/* .bg-yellow{

    background-color: #EFCA46 !important;

} */






#parceiro{

    background-image: url('../img/bg-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;

}

#parceiro div{

    padding: 250px 0;

}

#parceiro h3, #parceiro p, #banner a{

    margin: 10px 0;

}




/* rodape */

footer{

    padding: 20px 10px;

}

footer p, footer a{

    color: white;

}

footer a{

    text-decoration: underline;

}



/*btns*/

.btn{

    padding: 20px 30px;
    display: block;
    width: max-content;
    margin: 10px 0;
    border-radius: 8px;
    /* text-transform: uppercase; */
}

.btn-primary{

    background-color: #7d00d6 !important;
    color: white !important;
    border: 1px solid #7d00d6 !important;
    /* text-transform: uppercase; */

}

.btn-primary:hover{

    background-color: #5c00b4;
    
}


.btn-secondary:hover{

    background-color: rgba(255, 255, 255, 0.5);

}

.btn-secondary{

    border: 1px solid white;
    color: white;
    /* background-color: transparent; */
    background-color: rgba(255, 255, 255, 0.3);

}


.btn-app{

    background-color: black ;
    margin-right: 20px;
    padding: 10px 20px !important;

}
.btn-app img{

    margin-right: 10px;
    width: 40px;
    height: 40px;

}

.btn-app h3{

    font-size: 20px;

}

.btn-app p{

    margin: 0 !important;

}

#wpp{

    display: block;
    position: fixed;
    right: 30px;
    bottom: 20px;
    width: 80px;
    height: 80px;

}




.text-center{

    text-align: center;

}



/* formulario */
                                                                                                                               
.bg-dark{

    background-color: #101C28;                                                                              

}

.bg-dark{

    background-image: url('../img/bg-contato.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

}

.bg-dark h2, .bg-dark p{

    color: white !important;

}


form{

    /* max-width: 600px; */
    padding: 50px 0;
    margin: auto;
          

}

#contato{

    width: -webkit-fill-available;
    border: 20px solid #222F3F;
    background-color: #101C28;
    min-width: 50%;
    border-radius: 5px;

}


#newsletter form{


    max-width: 600px;

}

.form-group{

    color: white;
    margin: 20px 0;
                                    
}

.form-group label{

    padding: 10px 0;
    display: block;
    
}

#contato .form-group{

    padding: 0 20px;

}

.form-group input, .form-group textarea{

    border: 1px solid white;
    /* background-color: rgba(255,255,255, 0.7); */

    padding: 10px;
    font-size: 20px;
    width: -webkit-fill-available;
    outline: #7d00d6;
    border-radius: 5px;

}


#newsletter input{

    border: 1px solid #999 !important;

}





@media (max-width: 1000px){

    .col-25{

        width: 50%;

    }

    .info-box-2:nth-child(2), .info-box-2:nth-child(3){

        order: 0;

    }

    .info-box-2:nth-child(4){

        order: 2;

    }

    .info-box-2:nth-child(5){

        order: 1;

    }

     .info-box-2:nth-child(7){

        order: 4;

    }


    .info-box-2{

        order: 999;

    }

    #banner{

        margin: 90px 0 0 0;

    }

    #banner img{

        margin-top: 50px;

    }

}


@media (max-width: 800px){

    .col-25, .col-33, .col-50{

        width: 100%;

    }

    .padding h2{

        margin-top: 30px;
    
    }

    .reverse-mobile{

        flex-direction: column-reverse;

    }

    .line{

        max-width: 50px;

    }

    header #menu{

        display: none;

    }

    #btn-menu-mobile{

        display: block;

    }

    .info-box-2:nth-child(2), .info-box-2:nth-child(3), .info-box-2:nth-child(4), .info-box-2:nth-child(5), .info-box-2:nth-child(7){

        order: 0;

    }

    .info-box-2{

        order: 1;

    }

    .info-box-2:nth-child(8){

        order: 2;

    }

}


@media (min-width: 2000px){

    .container{

        max-width: 1700px;

    }

    .container-2{

        max-width: 1200px;

    }

    #banner{

        padding: 150px 0;

    }

    #first-section p {
        font-size: 40px;
    }

    p {
        font-size: 38px;
        /* margin: 10px 0; */
    }

    #banner p {
        font-size: 42px;
    }

    h2, h3 {
        font-size: 55px;
    }

    .info-box img {
        width: 100px;
    }

    header img {
        width: 250px;
    }
    
    header #menu li a {

        font-size: 40px;
    }

    header #menu li a {
        padding: 15px 50px;
    
    }

    .btn{

        font-size: 40px;

    }
    
    .btn-app H3 {
        font-size: 40px;
    }

    .padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }


    #first-section {
        padding: 100px 0;
    }
    
    .btn-app img{

        width: 80px;
        height: 80px;

    }

    .info-box-2 img {
        width: 100px;
        height: 100px;
    }

    .info-box-2 h3 {
        font-size: 45px;
    }

}