* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    margin-top: 15px;
}

body {
    background-color: #f2f4e7;
    color: black;
}


/* Cabeçalho*/


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    height: 7vh;
    color: #0000;

}


header>ul {
    list-style: none;
    width: 40%;
    display: flex;
    justify-content: space-evenly;
}




#logo_WL{
    width: 350px;
    transition: 0.4s ease-in-out;
}



a {
    text-decoration: none;
    color: #003366;
    transition:  0.4s ease-in-out;

}


li>a:hover {
    color: #cda75e;
    font-size: 16.5px;
    text-decoration: underline;
    
}


#pag_principal{
    color: #cda75e;
    text-decoration: underline;
}



header>li {
    transition: 0.2s;

}






#insta svg{
    fill: #003366;
    transition: 0.5s;
    width: 60px;
    border-radius: 50px;
}

#insta svg:hover {
    
    transform: scale(1.05);
}

#drop {
    position: relative;
}

#dropmenu {
    position: absolute;
    width: 150px;
    opacity: 0%;
    z-index: -99;
    background-color: rgb(236, 234, 234);
    text-align: center;
    transition: 1s;
    list-style: none;
    text-align: center;
    margin-top: 30px;
    border-top: #003366 solid 2px;
}

#dropmenu>li {
    color: gray;
    height: 30px;
    padding-top: 1vh;
    text-align: left;
}

#drop:hover #dropmenu {
    opacity: 100%;
    z-index: 99;
    transition: 1s;
}

#dropmenu li:hover {
    background-color: lightgray;
    transition: 0.6s;
}



/* Início do Body */


#tit_perg{
    text-align: center;
    font-size: 40px;
    margin-top: 90px;
    color: #003366;
}

#faq{
    width: 150px;
    margin-left: 45%;
}


section{
    height: 210vh;
 
}

.container{
    display: grid;
    grid-template-columns: .5fr .5fr;
    width: 100%;
    justify-items: center;
    gap: 40px;
    margin-top: 50px;
}


.perguntas_container{
    width: 800px;
    height: 45vh;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}



.txt_perguntas{
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    width: 70%;
    margin-top: 20px;
    margin-left: 15%;
    text-align: justify;
}


.num{
    margin-top: 50px;
    font-size: 23px;
}








/*footer*/

#volte_topo{
    width: 100%;
    height: 8vh;
    background-color: #F4E1A1;
    padding-top: 0.5vh;
    margin: 0%;
   
}



#btn_voltar{
    text-align: center;
    width: 300px;
    height: 5vh;
    background-color: #2C3E50;
    border-radius: 15px;
    margin-left: 40%;
    transition: .3s ease-in-out;
}

#btn_voltar:hover{
        transform: scale(1.06);
}

#click_back{
    color: #f2f4e7;
    font-size: 16px;
    
}



#click_back:hover{
    color: #F4E1A1 ;
}


.rodape{
    margin: 0%;
    background: linear-gradient(to bottom, #2C3E50, #000000);
    width: 100%;
    height: 40vh;
    text-align: center;
    display: grid;
    column-gap: 10px;
    justify-items: center;
    grid-template-columns: 1fr 0.3fr 1fr;
    
}



.rodape div{
    margin: 10px;
    width: 100%;
    

}



/* card 1 */

#card1_footer img{
    margin-top: 50px;
    width: 400px;
}




/* card 2 */

#card2_footer{
    text-align: left;
   
}


.lista_footer{
    text-decoration: none;
    list-style: none;
    text-align: left;
}




#card2_footer h5{
    margin-top: 90px;
    color: #F4E1A1;
    font-size: 23px;
    text-decoration: underline;
}


.lista_footer li a{
    color: #f2f4e7;
    font-size: 18px;
    text-align: left;
}


/* card 3 */


#card3_footer h1{
    color: #f2f4e7;
    font-size: 28px;
    margin-top: 80px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#card3_footer img{
    margin-top: 10px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
}


#card3_footer img:hover{
    transform: scale(1.02);
    box-shadow: 5px 5px 15px rgba(192, 42, 112, 0.8);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



@media (max-width: 768px) {


    * {
        font-size: 11px;
    }

    header {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        column-gap: 15px;
        height: 7vh;
        color: #0000;
        column-gap: 10px;
    }

    #logo_WL {
        width: 150px;
    }


    #insta{
        transform: scale(0.7);
        margin-left: 20px;
    }

    section{
        height: 400vh;
    }


    section{
        height: 450vh;
    }


    .container{
       
        gap: 20px;
        margin-top: 50px;
        display: flex;  
        flex-wrap: wrap;
    }
    

    .perguntas_container{
        height: 50vh;
    }

    .txt_perguntas{
        font-size: 10px;
        line-height: 13px;
    }

    .num{
        font-size: 10px;
    }
    #faq{
        margin-left: 35%;
    }
   

    
/*Footer*/

    footer {
        width: 100%;
    }

    #card1_footer img {
        width: 150px;
    }


    #btn_voltar {
        margin-left: 33%;
        width: 150px;
    }


    #card2_footer h5 {
        font-size: 12px;
    }

    .lista_footer li a {
        color: #f2f4e7;
        font-size: 11px;
        text-align: left;
    }

    #card3_footer h1 {
        font-size: 13px;
    }

    #card3_footer img {
        width: 100px;
    }
}






@media (max-width: 1366px) {


    * {
        font-size: 16px;
    }

    header {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        column-gap: 15px;
        height: 7vh;
        color: #0000;
        column-gap: 10px;
    }

    #logo_WL {
        width: 150px;
    }


    #insta{
        transform: scale(0.7);
        margin-left: 20px;
    }

   


    section{
        height: 450vh;
    }


    .container{
       
        gap: 20px;
        margin-top: 50px;
        display: flex;  
        flex-wrap: wrap;
    }
    

    .perguntas_container{
        height: 50vh;
        margin-left: 25%;
    }

    .txt_perguntas{
        font-size: 15px;
        line-height: 20px;
    }

    .num{
        font-size: 17px;
    }
    #faq{
        margin-left: 48%;
    }
   

    
/*Footer*/

    footer {
        width: 100%;
    }

  
    #card3_footer img {
        width: 150px;
    }
}



@media (max-width: 430px) {


    * {
        font-size: 11px;
    }

    header {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        column-gap: 15px;
        height: 7vh;
        color: #0000;
        column-gap: 10px;
    }

    #ul_escolha{
        column-gap: 4%;
    }

    #logo_WL {
        width: 150px;
    }


    #insta{
        transform: scale(0.7);
        margin-left: 20px;
    }

   

    section{
        height: 500vh;
    }


    .container{
       
        gap: 20px;
        margin-top: 50px;
        display: flex;  
        flex-wrap: wrap;
        text-align: center;
    }
    

    .perguntas_container{
        margin-left: 15%;
        height: 50vh;
        width: 70%  ;
    }

    .txt_perguntas{
        font-size: 11px;
        line-height: 13px;
    }

    .num{
        font-size: 12px;
    }
    #faq{
        margin-left: 35%;
    }
   

    
/*Footer*/

    footer {
        width: 100%;
    }

    #card1_footer img {
        width: 150px;
    }


    #btn_voltar {
        margin-left: 33%;
        width: 150px;
    }


    #card2_footer h5 {
        font-size: 12px;
    }

    .lista_footer li a {
        color: #f2f4e7;
        font-size: 11px;
        text-align: left;
    }

    #card3_footer h1 {
        font-size: 13px;
    }

    #card3_footer img {
        width: 100px;
    }
}
