@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    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;
}

/* Banner*/

#banner {
    margin-top: 50px;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}



#img_banner {
    margin: 0px;
    width: 100%;
    height: 100%;
    z-index: -99;
    position: relative;
    filter: brightness(45%);
    transition: .8s ease-in-out;
    object-fit: cover;
}


#banner:hover #img_banner {
    transform: scale(1.1);
    filter: brightness(60%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

#txt {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;

}


#WL {
    font-size: 80px;
    color: white;
}

.p {
    color: white;
    font-size: 23px;
}

#btn_hist {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 23px;
    width: 250px;
    background-color: #003366;
    height: 8vh;
    border-radius: 10px;
    transition: .2s ease-out;
}

#btn_hist:hover {
    width: 260px;
    background-color: #cda75e;
}

#hist {
    color: white;
    position: absolute;
    left: 22%;
    top: 10%;
    transition: 0.3s ease-in-out;
}

#hist:hover {}



/* Primeiro main*/


.container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
    color: black;
    height: 30vh;
    margin-left: 10%;
    margin-top: 70px;
}

.column {

    flex: 1 1 35%;
    text-align: center;

}


#p2 {
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
}

#tit {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 26.5%;
    color: black;
    font-size: 45px;
    text-align: left;
    width: 530px;
    font-weight: 600;
}

#p3 {
    font-weight: 400;
    color: black;
    font-size: 19px;
    width: 500px;
    text-align: justify;
    line-height: 26px;
}




/* Início do outro main*/




.container2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    color: black;
    height: 80vh;
    margin: 8%;
    margin-top: 2px;
}


.column2 {

    flex: 1 1 20%;
    width: 30px;
    height: 60vh;
    background-color: #f5f3f3;
    border-radius: 20px;
    border-bottom: #002244 solid 5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    transition: 0.5s ease-in-out;
    text-align: center;
}


.column2:hover {
    transform: scale(1.02);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}


#div_svg {
    width: 100%;
    text-align: center;
}


#div_svg svg {
    width: 50px;
    fill: #003366;

    margin-top: 80px;
}



#div_svg_card2 {
    width: 100%;
    text-align: center;
}


#div_svg_card2 svg {
    width: 65px;
    fill: #003366;

    margin-top: 80px;
}

#p2_2 {
    font-weight: 500;
    color: black;
    font-size: 19px;
    width: 250px;
    margin-left: 70px;
    margin-top: 30px;
    line-height: 28px;
    text-align: left;
}

#p3_2 {
    font-weight: 300;
    color: black;
    font-size: 19px;
    width: 100px;
    text-align: justify;
    line-height: 26px;
}



#tit_2 {
    color: black;
    font-size: 35px;
    margin-top: 20px;
    font-weight: 500;
}

#p2_2fiscal {
    font-weight: 500;
    color: black;
    font-size: 17px;
    width: 250px;
    margin-left: 70px;
    margin-top: 15px;
    line-height: 22px;
    text-align: left;
}

/* 3º container */

.container3 {
    display: flex;
    text-align: center;
    height: 115vh;

}


#div_c1 {
    width: 45%;
    margin-left: 5%;
}

#h1_escolha {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #003366;
    font-size: 50px;
}

#p_jus {
    margin-top: 60px;
    color: black;
    font-size: 18px;
    width: 450px;
    text-align: justify;
    line-height: 29px;
    margin-left: 24%;
}

#div_img_card_container {

    width: 55%;
    text-align: center;
}

i {
    color: #003366;
}

strong {
    color: #003366;
}


#img_card {
    margin-left: 5%;
    width: 750px;
    height: 70vh;

}

#imagem_proposta {
    width: 750px;
    margin: 0;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
    filter: brightness(80%);
    transition: .3s ease-in-out;
    filter: saturate(50%);
}


#imagem_proposta:hover {
    filter: brightness(100%);
    filter: saturate(100%);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.7);
}








/* 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);
}




@media (max-width: 1366px) {
    body {
        font-size: 16px;
    }

    #btn_hist {
        top: 70%;
        height: 10vh;
    }

    #logo_WL {
        width: 250px;
    }

    .container {

        color: black;
        height: 50vh;

    }

    .container2 {
        gap: 10px;
        text-align: center;
        color: black;
        height: 200vh;
        margin: 8%;
        margin-top: 2px;
    }

    .column2 {
        flex: 1 1 40%;
        width: 10%;
        height: 85vh;
        background-color: #f5f3f3;
        border-radius: 20px;
        border-bottom: #002244 solid 5px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
        transition: 0.5s ease-in-out;
        text-align: center;
        row-gap: 20px   ;
    }
    

    #div_svg{
        width: 100%;
    }





    #p2_2{
            margin-left: 40%;

}

#p2_2fiscal
    {
    margin-left: 40%;

}

   





section{
    height: 180vh;
}


    #tit {
        margin-left: 10%;
    }


    #p2 {
        margin-left: -18%;
    }

    #p3 {
        font-size: 19px;
        margin-left: 10%;
    }


    #p_jus {
        font-size: 16px;
        width: 500px;
        margin-left: 45%;
    }

    #h1_escolha {
        margin-left: 70%;
    }

    #imagem_proposta {
        width: 400px;
        margin-left: 100%;

    }

    

    #img_card {
        margin-left: -80%;
        width: 750px;
        height: 90vh;

    }

    #div_img_card_container {
        width: 30%;
    }


    section{
        height: auto;
    }

    .container3 {
        display: grid;
        grid-template-rows: 1fr 1fr;
        height: 165vh;

    }


    #btn_voltar {
        text-align: center;
        width: 300px;
        height: 5vh;
        background-color: #2C3E50;
        border-radius: 15px;
        margin-left: 37%;
        transition: .3s ease-in-out;
    }


    #card1_footer img {
        margin-top: 50px;
        width: 200px;
    }



    #card3_footer img {
        margin-top: 50px;
        width: 200px;
        margin-left: -120px;
    }

    #card3_footer h1 {
        color: #f2f4e7;
        font-size: 20px;
        margin-top: 80px;
        margin-left: -120px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .rodape {
        height: 40vh;
    }



}












/* Ajustes para telas de celulares */
@media (max-width: 768px) {

    * {
        font-size: 11px;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }



    #WL {
        font-size: 40px;
    }


    header {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        column-gap: 15px;
        height: 7vh;
        color: #0000;
        column-gap: 10px;
    }



    #p2_2 {
       
        font-size: 15px;
        
    }
    
    #p3_2 {
        
        font-size: 15px;
    }
    #ul_escolha{
        column-gap: 4%;
    }




    #btn_hist {
        top: 70%;
        width: 130px;
        height: 5vh;

    }

    #logo_WL {
        width: 150px;
    }


    #insta{
        transform: scale(0.7);
        margin-left: 20px;
    }



    .container {
        margin-top: 10px;
        color: black;
        height: 60vh;

    }


    #banner {
        max-width: 100%;

    }

    #p2_2fiscal{
        font-size: 13px;
    }

    #footer {

        max-width: 100%;

    }

    .container2 {
        gap: 10px;
        text-align: center;
        color: black;
        height: 300vh;
        margin: 8%;
        margin-top: 2px;
    }

    .column2 {
        font-size: 12px;
        flex: 1 1 70%;
        width: 200px;
        height: 70vh;
        background-color: #f5f3f3;
        border-radius: 20px;
        border-bottom: #002244 solid 5px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
        transition: 0.5s ease-in-out;
        text-align: center;
    }


    .column {
        height: 20vh;
    }

    #tit {
        margin-left: 0%;
        font-size: 30px;
        width: 350px;
    }


    #p2 {
        margin-left: -100px;
    }

    #p3 {
        margin-top: 0px;
        font-size: 14px;
        width: 320px;
    }


    #p_jus {
        font-size: 15px;
        width: 350px;
        margin-left: 20px;
    }



    #div_c1 {
        margin-left: 0px;
    }


    #imagem_proposta {
        width: 300px;
        margin-left: 60px;
        margin-top: 20px;
    }

    #img_card {

        width: 300px;
        height: 90vh;

    }

    #div_img_card_container {
        width: 30%;
    }



    .container3 {
        display: grid;
        grid-template-rows: 1fr 1fr;
        height: 180vh;
    }


    #h1_escolha {
        margin-left: 75px;
    }


    
    #btn_voltar {
        text-align: center;
        width: 150px;
        height: 5vh;
        margin-left: 140px;
        margin-top: 12px;
        background-color: #2C3E50;
        border-radius: 15px;
        transition: .3s ease-in-out;
    }


    #card1_footer img {
        margin-top: 50px;
        width: 200px;
    }



    #card2_footer h5 {
        font-size: 11px;
    }


    #card3_footer img {
        margin-top: 20px;
        width: 100px;
        margin-left: -30px;
    }

    .lista_footer li a {
        color: #f2f4e7;
        font-size: 11px;
        text-align: left;
    }




    #card3_footer h1 {
        color: #f2f4e7;
        font-size: 16px;
        margin-top: 80px;
        margin-left: -30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .rodape {
        height: 40vh;
    }

}






@media (max-width: 430px) {
    /* Estilos específicos para iPhones 12, 13, 14 e 15 */
    * {
        font-size: 11px;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }



    #WL {
        font-size: 50px;
    }


    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%;
    }


    #p2_2 {
       
        font-size: 12px;
        margin-left: 15%;
    }
    
    #p3_2 {
        
        font-size: 15px;
    }



    #btn_hist {
        top: 70%;
        width: 130px;
        height: 5vh;

    }

    #logo_WL {
        width: 150px;
    }


    #insta{
        transform: scale(0.7);
        margin-left: 20px;
    }



    .container {
        margin-top: 10px;
        color: black;
        height: 60vh;

    }


    #banner {
        max-width: 100%;

    }

    #p2_2fiscal{
        font-size: 12px;
        margin-left: 15%;
    }

    #footer {

        max-width: 100%;

    }

    .container2 {
        gap: 10px;
        text-align: center;
        color: black;
        height: 300vh;
        margin: 8%;
        margin-top: 2px;
    }

    .column2 {
        font-size: 12px;
        flex: 1 1 70%;
        width: 200px;
        height: 70vh;
        background-color: #f5f3f3;
        border-radius: 20px;
        border-bottom: #002244 solid 5px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
        transition: 0.5s ease-in-out;
        text-align: center;
    }


    .column {
        height: 20vh;
    }

    #tit {
        margin-left: 0%;
        font-size: 30px;
        width: 350px;
    }


    #p2 {
        margin-left: -100px;
    }

    #p3 {
        margin-top: 0px;
        font-size: 14px;
        width: 320px;
    }


    #p_jus {
        font-size: 15px;
        width: 350px;
        margin-left: 20px;
    }



    #div_c1 {
        margin-left: 0px;
    }


    #imagem_proposta {
        width: 300px;
        margin-left: 53%;
        margin-top: 20px;
    }

    #img_card {

        width: 300px;
        height: 90vh;

    }

    #div_img_card_container {
        width: 30%;
    }



    .container3 {
        display: grid;
        grid-template-rows: 1fr 1fr;
        height: 180vh;
    }


    #h1_escolha {
        margin-left: 75px;
    }


    
    #btn_voltar {
        text-align: center;
        width: 150px;
        height: 5vh;
        margin-left: 33%;
        margin-top: 12px;
        background-color: #2C3E50;
        border-radius: 15px;
        transition: .3s ease-in-out;
    }


    #card1_footer img {
        margin-top: 50px;
        width: 200px;
    }



    #card2_footer h5 {
        font-size: 11px;
    }


    #card3_footer img {
        margin-top: 20px;
        width: 100px;
        margin-left: -30px;
    }

    .lista_footer li a {
        color: #f2f4e7;
        font-size: 11px;
        text-align: left;
    }




    #card3_footer h1 {
        color: #f2f4e7;
        font-size: 16px;
        margin-top: 80px;
        margin-left: -30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .rodape {
        height: 40vh;
    }
    

  }