* {
    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 */



/* container */

section {
    margin-top: 100px;
    height: 250vh;
}

.container {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    grid-template-rows: 65% 35%;
}



/*Card 1*/

#tit_card1 {
    font-size: 60px;
    font-weight: 500;
    color: #003366;
}


.card2_container {
    overflow: hidden;
}

#img_card1 {
    width: 700px;
    height: 700px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.9);
    filter: brightness(80%);
    filter: saturate(60%);
    transition: 0.3s ease-in-out;
}


#img_card1:hover {
    filter: brightness(100%);
    filter: saturate(100%);
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.9);

}



#txt_card1 {
    width: 600px;
    text-align: justify;
    line-height: 29px;
    font-size: 18px;
    margin-top: 50px;
}


/*Card 2 */



#tit_card2 {
    font-size: 60px;
    font-weight: 500;
    color: #003366;
    margin-top: 100px;
}


.card1_container {
    overflow: hidden;
    height: 30vh;
}

#img_card2 {
    margin-top: 300px;
    width: 700px;
    height: 700px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.9);
    filter: brightness(80%);
    filter: saturate(60%);
    transition: 0.3s ease-in-out;
}


#img_card2:hover {
    filter: brightness(100%);
    filter: saturate(100%);
    box-shadow: -15px 15px 25px rgba(0, 0, 0, 0.9);

}



#txt_card2 {
    margin-top: 50px;
    width: 600px;
    text-align: justify;
    line-height: 26px;
    font-size: 19px;
}



/*Card 3*/


#tit_card3 {
    font-size: 60px;
    font-weight: 500;
    color: #003366;
    margin-top: 1%;
}


.card2_container {
    overflow: hidden;

}

#img_card3 {
    margin-top: 400px;
    width: 700px;
    height: 700px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.9);
    filter: brightness(80%);
    filter: saturate(60%);
    transition: 0.3s ease-in-out;
}


#img_card3:hover {
    filter: brightness(100%);
    filter: saturate(100%);
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.9);

}



#txt_card3 {
    margin-top: 50px;
    width: 600px;
    text-align: justify;
    line-height: 31px;
    font-size: 19px;
}











/*footer*/

#volte_topo {
    width: 100%;
    height: 8vh;
    background-color: #F4E1A1;
    padding-top: 0.5vh;

}



#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;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }


    header {
        display: flex;
        margin: 0px;
        justify-content: space-evenly;
        align-items: center;
        height: 7vh;
        color: #0000;
        column-gap: 15px;
        font-size: 12px;
    }

    #logo_WL {
        width: 100px;
    }
    

    #ul_escolha{
        column-gap: 4%;
    }


    #insta{
       transform: scale(0.7);
       margin-left: 20px;
    }


    .container {
        height: 260vh;
        width: auto;
        gap: 50px;
        grid-template-columns: 1fr 1fr;
        margin-left: 5%;
    }


    /* card 1*/

    #card1_container {
        margin-left: -90px;
        height: 40vh;
        width: 40%;
    }

    #tit_card1 {
        font-size: 13px;
    }

    #txt_card1 {
        line-height: 14px;
        margin-top: 5px;
        font-size: 9px;
        width: 150px;

    }

    #img_card1 {
        width: 150px;
        height: 150px;
        margin-left: 60%;
    }






    /* card 2*/

    #card2_container {
        height:100%;
        width: 40%;
        margin-left: -140% ;
    }


    #img_card2 {
        width: 150px;
        height: 150px;
    }


    #tit_card2 {
        margin-left: 60%;
        margin-top: -80%;
        font-size: 15px;
        margin-top: 500px;
    }

    #txt_card2 {
        margin-left: 60%;
       line-height: 16px;
        font-size: 13px;
        width: 150px;

    }


    /*card 3*/



    #card3_container {
        margin-top: -110%;
        height: 60vh;
    }



    #img_card3 {
        width: 150px;
        height: 150px;
        margin-left: 60%;
    }

    #tit_card3 {
        font-size: 15px;

    }

    #txt_card3 {
        line-height: 15px;
        font-size: 13px;
        width: 150px;

    }



    /*Footer*/

    #btn_voltar {
        text-align: center;
        width: 150px;
        height: 5vh;
        margin-left: 130px;
        margin-top: 12px;
        background-color: #2C3E50;
        border-radius: 15px;
        transition: .3s ease-in-out;
    }


    #card2_footer h5 {
        font-size: 12px;
    }

    .lista_footer li a {
        font-size: 11px;
    }



    #card1_footer img {
        width: 120px;
    }

    #card3_footer h1 {
        color: #f2f4e7;
        font-size: 11px;
        margin-top: 80px;
        margin-left: -50px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }


    #card3_footer img {
        margin-top: 20px;
        width: 100px;
        margin-left: -50px;
    }

}



/* media do notebook */


@media (max-width: 1366px) {

    #logo_WL {
        width: 300px;
    }


    .container {
        height: 300vh;
        margin: 50px;
    }


    /* card 1*/

    #tit_card1 {
        font-size: 23px;
    }

    #txt_card1 {
        font-size: 16px;
        width: 400px;
    }

    #img_card1 {
        width: 350px;
        height: 350px;
        margin-left: -50px;
    }

    #img_card2 {
        width: 350px;
        height: 350px;
    }


    section{
        height: 300vh;
    }



    /* card 2*/

    #tit_card2 {
        font-size: 23px;
        margin-top: 500px;
    }

    #txt_card2 {
        margin-left: -50px;
        font-size: 16px;
        width: 350px;

    }


    /*card 3*/



    #card3_container {
        margin-top: -660px;
    }



    #img_card3 {
        width: 350px;
        height: 350px;
        margin-left: -50px;
    }

    #tit_card3 {
        margin-top: 200%;
        font-size: 23px;

    }

    #txt_card3 {
        font-size: 16px;
        width: 350px;

    }
}


@media (max-width: 430px) {




    * {
        font-size: 11px;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }


    header {
        display: flex;
        margin: 0px;
        justify-content: space-evenly;
        align-items: center;
        height: 7vh;
        color: #0000;
        column-gap: 15px;
        font-size: 12px;
    }

    #logo_WL {
        width: 100px;
    }


     
    #ul_escolha{
        column-gap: 4%;
    }


    #insta{
       transform: scale(0.7);
       margin-left: 20px;
    }


    .container {
        height: 260vh;
        width: auto;
        gap: 50px;
        grid-template-columns: 1fr 1fr;
        margin-left: 5%;
    }


    /* card 1*/

    #card1_container {
        margin-left: -90px;
        height: 40vh;
        width: 40%;
    }

    #tit_card1 {
        font-size: 13px;
    }

    #txt_card1 {
        line-height: 14px;
        margin-top: 5px;
        font-size: 9px;
        width: 150px;

    }

    #img_card1 {
        width: 180px;
        height: 180px;
        margin-left: 100%;
        margin-top: 30%;
    }






    /* card 2*/

    #card2_container {
        height:100%;
        width: 40%;
        margin-left: -140% ;
    }


    #img_card2 {
        width: 180px;
        height: 180px;
    }


    #tit_card2 {
        margin-left: 90%;
        margin-top: -80%;
        font-size: 15px;
        margin-top: 500px;
    }

    #txt_card2 {
        margin-left: 90%;
       line-height: 16px;
        font-size: 13px;
        width: 150px;

    }


    /*card 3*/



    #card3_container {
        margin-top: -110%;
        height: 60vh;
    }



    #img_card3 {
        width: 180px;
        height: 180px;
        margin-left: 90%;
        margin-top: 700%;
    }

    #tit_card3 {
        font-size: 15px;

    }

    #txt_card3 {
        line-height: 15px;
        font-size: 13px;
        width: 150px;

    }



    /*Footer*/

    #btn_voltar {
        text-align: center;
        width: 150px;
        height: 5vh;
        margin-left: 130px;
        margin-top: 12px;
        background-color: #2C3E50;
        border-radius: 15px;
        transition: .3s ease-in-out;
    }


    #card2_footer h5 {
        font-size: 12px;
    }

    .lista_footer li a {
        font-size: 11px;
    }



    #card1_footer img {
        width: 120px;
    }

    #card3_footer h1 {
        color: #f2f4e7;
        font-size: 11px;
        margin-top: 80px;
        margin-left: -50px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }


    #card3_footer img {
        margin-top: 20px;
        width: 100px;
        margin-left: -50px;
    }

}
