@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --principal: #070C8E;
    --secundario: #FEBA01;
    --terciario: #F8F8F8;
}


a{
    text-decoration: none;
}


.subtitle{
    max-width: 90%;
}
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    color: var(--terciario);


}

body{
    background: linear-gradient(180deg, #161864 0%, var(--principal) 50%);
}

section{
    padding: 28px 8%;
}



header{
    width: 100%;
    padding: 28px 8%;

}

#navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}





#logo{
    margin-left: 5%;
    display: flex;
    width: 70px;
    height: 70px;
    
    
    
}

#nav-logo{
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
}

.btn-default{
    color: var(--principal);
    
    border: none;
    display: flex;
    align-items: center;
    background: var(--secundario);
    
    padding: 10px 14px;
    border-radius: 12px;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);    
    transition: background-color 0.3s ease;
}

.btn-default:hover{
    background: #FFD255;
}


@media screen and (max-width: 768px){
    #btn_header{
        display: none;
    }
    #navbar{
        justify-content: center;
    }
    #logo{
        margin-left: 0;
        width: 50px;
        height: 50px;
    }
}

#home{
    display: flex;
    align-self: center;
    min-height: 60vh;
    position: relative;
    /*background-color: var(--principal);*/
    padding-bottom: 2%;
}


.sub_glow{

    color: var(--secundario);
    font-weight: 600;
    align-items: center;
    text-align: center;

}
#cta{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 5%;
    height: auto;
    align-items: center;


}
#cta .title{
    font-size: 3.2rem;
    text-align: center;
}

#cta .title span{
    color: var(--secundario);
}
#cta .description{
    font-size: 1.2rem;
    text-align: center;
    
    

}

#cta_buttons{
    display: flex;
    justify-content: center;
    width: 30%;
    height: 9%;
    margin-top: 6%;
    margin-bottom: 6%;
    
    
}

#cta_button{
    width: 100%;
    font-size: 1.2rem;
    
    height: 100%;
}

.social-media-buttons{
    justify-content: center;
    display: flex;
    gap: 18px;

}

.social-media-buttons a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    font-size: 1.25rem;
    border-radius: 10px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);   
    transition: box-shadow .3s ease;
}
.social-media-buttons a i{
    color: var(--secundario);
}



.social-media-buttons a:hover{
    box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);  

}

#banner{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    max-height: 700px;
    padding-right: 3%;
    padding-left: 3%;

}
#banner_img{
    width: 80%;
    height: auto;
    min-width: 450px;
    object-fit: cover; 
   
}

footer{
    margin-top: 20%;
    background-color: var(--secundario);
    

}
footer *{
    color: var(--principal) !important;
}

#footer_items{
   
    display: flex;
    justify-content: space-between;
    padding: 0px 8% 4% 8%;
    align-items: center;
}
#copyright{
    font-weight: 500;
}
footer img{
    margin-top: -5px;
    padding-top: 0px;
}
footer .escrita{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
footer .social-media-buttons a{
    background-color: var(--secundario);
    box-shadow: none;
}

footer .social-media-buttons i{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: var(--terciario);
}


.mini-text{
    font-size: 0.8rem;
}

#cnpj{
    font-weight: 300;
}



@media screen and (max-width: 768px){
    #home{
        padding-top: 0%;

    }
    #cta{
        width: 100%;
        align-items: center;
        text-align: center;
    }

    #cta .title{
        font-size: 2.5rem;
        
    }

    #cta .description{
        font-size: 1rem;
    }

    #cta_buttons{
        flex-direction: column;
    }

    #banner{
        display: none;
    }

    .shape{
        display: none;
    }
    footer .escrita{
        font-size: 0.6rem;
    }
    #footer-items{
        margin-top: 10%;
        align-items: center;
    
    }
    
}

@media screen and (max-width: 1024px){
    footer{
        height: 27vh;
    }
    #footer_items
    {
        align-items: center;
    }
    
}
@media screen and (max-width: 500px){
    footer{
        height: 27vh;
    }
    #footer_items{
        flex-direction: column;
        gap: 14px;

    }
    
}

@media (max-width: 1690px) {
    /* Ajuste do tamanho do banner */
    #banner {
        width: 50%;
        padding-right: 2%;
    }
    #banner img {
        height: auto;
        width: 100%;
    }

    #cta{
        justify-content: center ;
    }

    /* Ajuste das fontes do CTA */
    #cta .title {
        font-size: 2rem; /* Ajuste conforme necessário */
    }
    #cta .subtitle {
        font-size: 1rem; /* Ajuste conforme necessário */
    }
    #cta .description {
        font-size: 1rem; /* Ajuste conforme necessário */
    }
    #cta_buttons {
        width: 50%; /* Ajuste conforme necessário */
        height: auto; /* Ajuste conforme necessário */
    }
    #cta_button {
        font-size: 1rem; /* Ajuste conforme necessário */
    }
}


@media screen and (max-width: 1080px){
    #banner_img{
        min-width: 280px;
    }
   
    
}



.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: var(--principal);
    color: var(--terciario);
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    text-align: center;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

.clickable {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}


.divisor{
    margin-top: 20px;
    margin-bottom: 100px;
    width: 100%;
    height: 1px;
    
    display: block;
}

.typeOne{
    background-color: var(--secundario);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: var(--principal);
    gap: 20px;
}
.typeOne{
    padding-top: 10%;
    width: 100%;
}
.typeOne p, .typeOne h1, .typeOne h2, .typeOne li{
    color: var(--principal);
}

.content{
    display: flex;
    width: 100%;

}

.content .cta{
    align-items: center;
    justify-content: flex-start;
    
}

.typeOne #cta_buttons a
{
    border: 1px solid var(--principal);

}

.typeOne #cta_buttons a:hover
{
    background-color: var(--principal);
    color: var(--terciario);

}
.content .subtitle{
    text-align: left;
    align-self: left;
    width: 100%;
}
.typeTwo #cta_buttons a
{
    border: 1px solid var(--secundario);
    background-color: var(--primario);
    color: var(--terciario);


}
.typeTwo #cta_buttons a:hover
{

    background-color: var(--secundario);
    
    

}


.typeOne img, .typeTwo img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.typeOne .bannerA, .typeTwo .bannerB{
    align-items: center;
    justify-content: center;
    padding: auto;
}

.beneficios{
    display: flex;
    align-items: left;
    flex-wrap: nowrap;
    flex-direction: column;
    align-self: left;
    width: 90%;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;

}
.content .cta .subtitle{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.typeOneText{
    color: var(--principal);
}


.typeTwo .content{
    flex-direction: row-reverse;
}

.typeTwo{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}

.bannerA{
    margin-right: 20%;
    width: 30%;
    align-items: center;
}

.bannerB{
    margin-left: 20%;
    width: 30%;
    align-items: center;
    margin-right: 10%;
}


.ctab .cta_buttons{
    padding: 0;
    margin: 0;

}


.ctab{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
    
}

.ctab p{
    width: 73%;
    font-size: 1.3rem;
    text-align: center;
}


.teste{
    width: 40%;
}
.bannerA{
    width: 100%;
}

.bannerB{
    width: 100%;
}

.about_img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.about{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.about_text{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 3%;
}

.about_text h1{
    font-size: 3rem;
}
.about_text p{
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 1.07px;
    margin-top: 10px;
    
}

li i::after{
    content: " ";
    margin-right: 10px;
}

.wave{
    width: 100%;
    height: 200px;
    z-index: -1;
    margin-top: -1px;
    
    
}



@media screen and (max-width: 1000px){
    .typeOne{
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
    .typeOne img{
        width: 100%;
    }
    .typeOne .content{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
   

    .teste{
        display: flex;
        width: 100%;
        justify-content: center;
        
        margin: 0;
    }
    
    .bannerA{
        width: 100%;
        
        min-height: 10px;
        margin: 0;

    }
    .bannerB{
        width: 100%;
        margin: 0;

    }
    .typeOne .cta{
        width: 100%;
    }
    .typeTwo .content{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about{
        flex-direction: column;
        gap: 20px;
        align-items: center;
        width: 100%;
    }
    .about .content{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .about_text{
        text-align: center;
        width: 100%;
    }
    .about_text h1{
        font-size: 2rem;
    }
    .about_text p{
        font-size: 1rem;
        width: 102%;
    }
    .ctab p{
        width: 100%
    }

}


@media screen and (max-width: 1300px){
    .about .content .teste{
        align-self: center;
    }
}


