*{
    font-family: "Sora", sans-serif;
  
}

body {
    margin: 0;
    width: 100%;
}

p{
    margin: 0;
    color: #ffff;
}
span{
    color: #ffff;
}
.calendario-google{
    border: 0;
    background-color: white;
    margin: auto;
}
.container-iframe{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin-bottom: 20vh;
}
main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
}

#load {
    position: fixed;
    display: block;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    align-content: center;
}

#load>div {
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #51d4db;
    height: 50px;
    width: 50px;
    margin: auto;
}


@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}


.section1{
    height: 132vh;
    width: 100%;
}

.header-home {
    display: flex;
    background-color: transparent;
    width: 100%;
    justify-content: center;
    gap: 6%;
    align-items: center;
}
.titulo-header {
    font-size: 37px;
    color: #ffff;
    font-weight: 200;
    font-family: "Sora", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}

.span-titulo{
    font-weight: 500;
}


.ul-header {
    display: flex;
    justify-content: space-around;
    gap: 8rem;
    list-style: none;
}

.ul-header > li > a {
    color: #ffff;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
}

a:link, a:visited, a:hover {
    color: #ffff;
    text-decoration: none; /* Opção para remover o sublinhado dos links */
}

.btn-teste-gratis {
    border: none;
    padding: 11px 24px;
    background-color: #2EC2C5;
    border-radius: 8px;
    font-family: "Sora", sans-serif;
    font-size: 21px;
    color: #1D2731;
    font-weight: 500;
    cursor: pointer;
}

.qxCTlb {
    border: none;
    padding: 11px 24px;
    background-color: #2EC2C5;
    border-radius: 8px;
    font-family: "Sora", sans-serif;
    font-size: 21px;
    color: #1D2731;
    font-weight: 500;
    cursor: pointer;
}

.link-login {
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    color: black !important;
}

.btn-login-home {
    min-width: 226px;
    text-align: center;
}

.btn-teste-gratis-trasparente {
    min-width: 50%;
    text-align: center;
    opacity: 1;
    border: 2px solid #2EC2C5;
    background: transparent;
    color: #2EC2C5;
    
}

.link-cadastro {
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.btn-teste-texto {
    padding: 13px 18px;
    min-width: min(300px, 60%);
}


.div-1-home {
    margin: 0px 298px;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    align-self: flex-start;
}


.titulo-home {
    font-size: 53px;
    font-family: "Sora", sans-serif;
    font-weight: 100;
    color: #ffff;
    text-align: center;
    line-height: 56px;
    width: 342px;
}

.span-titulo-home{
    color: #2EC2C5;
    font-weight: 700;
}

.texto-home {
    color: #ffff;
    font-size: 17px;
    font-weight: 400;
    font-family: "Sora", sans-serif;
    text-align: center;
    margin: -64px 0 0 0 !important;
    width: 429px;
    line-height: 28px;
}

.div-slide-home {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: -372px;
}
.img-computador{
    width: 77%;
}
.texto-img {
    color: #ffff;
    font-size: 21px;
    font-weight: 500;
    font-family: "Sora", sans-serif;
    letter-spacing: 1px;
    margin: -22px 0;
}

/*  section 2 */

.section2{
    background-color: #03646C; 
    width: 100%; 
   
    background-color: #03646C;
    width: 100%;
 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.texto-section2 {
    color: #ffff;
    font-size: 51px;
    font-weight: 100;
    text-align: center;
    width: 59%;
    margin-top: -265px;
    font-family: "Sora", sans-serif;
}


.span-section2-1{
    font-weight: 500;
}

.span-section2-2{
    font-weight: 500;
    color: #2EC2C5;
}



.conteudo-section-2 {
    display: flex;
    gap: 15px;
    justify-content: start;
    height: fit-content;
    margin: 70px 0;
    flex-wrap: wrap;
}

.container-img {
    display: flex;
    flex-direction: column;
    gap: 43px;
}

.container-img-2 {
 
    margin-top: 113px;
}

.div-img-section2 {
    width: 600px;
}

.img-section2 {
  width: 100%;
}

.texto-img-section2 {
    font-size: 29px;
    font-weight: 100;
    text-align: left;
    color: #ffff;
    margin-top: 17px;
}

.span-section2-1{
    font-weight: 500;
}

/*  section 3 */

.section3{
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.texto-section3 {
    color: #ffff;
    font-size: 51px;
    font-weight: 100;
    text-align: center;
    font-family: "Sora", sans-serif;
    width: 48%;
    margin-top: 50px;
}

.container-section3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}


.img-section3{
   border-radius: 20px;
   display: flex;
   align-items: end;
}

.container-section3-1{
    display: flex;
    flex-direction: column;
    gap:20px;

}

.container-section3-2{
    display: flex;
    flex-direction: column;
    gap:20px;

}

.footer-img-section3{
    background-color: #00000099;
    width: 520px;
    border-radius: 20px;
    padding: 25px;
}

.footer-img-section3_1{
    width: 100% !important;
}

.div-flex-footer-img-section3 {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: start;
}

.div-flex-footer-img-section3_1{
    width: 52% !important;
}

.titulo-footer-img{
    color: #2EC2C5;
    font-weight: 600;
    font-family: "Sora", sans-serif;
    font-size: 26px;
}

.texto-footer-img {
    color: #ffff;
    font-size: 17px;
    font-weight: 400;
    margin-top: 13px;
}

.texto-info-section3 {
    color: #ffff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.bnt-section3 {
    margin: 51px 0 12px 0;
}

/* section 4 */

.section4{
    background-color: #24414A;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.texto-section4_1 {
    font-size: 21px;
    color: #ffff;
    font-weight: 100;
    text-align: center;
    width: 59%;
}

.container-section4 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #366C77;
    border-radius: 20px;
    padding: 18px 17px;
    margin: 20px 0;
    width: 69%;
    gap: 35px;
}



.section4-img{
    width: 100%;
}

.titulo-img {
    color: #ffff;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.icone {
    z-index: 999;
  
    color: white;
    font-size: 150px;
    font-weight: 700;
    margin: -1px -68px;
}


.icone4 {
    margin: -87px;
}

.nome-vision {
    text-transform: uppercase;
    font-size: 72px;
    font-weight: 100;
    color: #ffff;
    margin-left: 73px;
}


.img-4-section4 {
    width: 100%;
}

/*  section 5 */

.section5{
    background-color: #1D2731;
   
    
}

.container-img-section5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87%;
}

.container-texto-1 {
    display: flex;
    gap: 25px;
    flex-direction: column;
}



.img-section5{
    width: 100%;
}

.titulo-section5{
    font-weight: 600;
    font-size: 51px;
    color: #2EC2C5;

}

.texto-section5{
    font-weight: 300;
    font-size: 31px;
    color: #ffff;
}

.span-section5{
    color: #ffff;
    font-size: 21px;
    font-weight: 100;
}

.div-btn-section5{
    align-self: center;
}

.container-2-section-5{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.titulo-container-section-5{
    width: 100%;
}

.container2-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-top: 25px;
}

.texto-card-container-2{
    color: #ffff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}


.container-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11%;
    margin-top: 90px;
}
.div-preco {
    width: 441px;
    background-color: #296970;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
}

.div-flex-preco {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 24px 0;
}

.div-beneficio {
    text-align: center;
    display: flex;
    flex-direction: column;

    width: 25%;
}



.titulo-div-preco{
 font-weight: 300;
 font-size: 33px;
}

.titulo-beneficio{
    font-size: 51px;
    font-weight: 600;
}

.span-beneficios {
    width: 65%;
    font-size: 17px;
    font-weight: 600;
    align-self: center;
    line-height: 35px;
}

.preco {
    font-size: 20px;
    font-weight: 100;
    display: flex;
    align-items: end;
}

.span-preco{
    font-size: 114px;
    font-weight: 700;
    display: flex;
}

.centavos{
    font-size: 31px;
}

.texto-preco {
    text-transform: uppercase;
    width: 25%;
    font-size: 15px;
    margin: 35px 0 0 -32px;
    font-weight: 400;
    text-align: left;
}

.bnt-section4 {
    margin: 22px 0 12px 0;
}
.container-4-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 30px 0 80px 0; */
    padding: 21px 0 60px;
}


.card-1{
    width: 40%;
    display: flex;
    border-radius: 20px;
    
}
.card-2{
    width: 40%;
    display: flex;
    border-radius: 20px;
}

.card_1_img, .card_2_img {
    width: 30%;
    height: auto;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
/* 
.card_2_img{
    width: 30%;
    height: 300px;
} */

.div-texto-card {
    background-color: #2EC2C5;
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    padding: 16px 36px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.descricao-card-container4 {
    font-weight: 300;
    font-size: 16px;
    color: #ffff;
    line-height: 28px;
}

.div-card-container4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.span-card4-container4{
    font-weight: 500;
    font-size: 16px;
    color: #ffff;
}


.footer{
    background-color: #2EC2C5;
}

.btn-footer{
    background-color: #ffff;

}


.header-resp{
    display: none;
}




.efeito-txt-topo .titulo-animado{
    visibility: hidden;
}






@media (max-width: 768px) {
    .hur54b{
        padding: 72px 40px !important;
    }

    .titulo-home {
        font-size: 35px;
        font-family: "Sora", sans-serif;
        font-weight: 100;
        color: #ffff;
        text-align: center;
        line-height: 56px;
        width: auto !important;
        margin-bottom: 84px;
        margin-top: 80px;
    }

    .footer{
        display: flex !important;
    }

    .ul-footer{
        display: none !important;
    }
    .btn-footer {
        background-color: #ffff;
        display: none;
    }

    body{
        width: 100%;
    }

    
    .div-slide-home-resp {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .div-slide-home{
        display: none !important;
    }
   
    .header-home{
        display: none;
    } 

    .header-resp {
        position: absolute;
        width: 100%;
        /* margin-top: 20px; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 20px 0;
        right: 20px;
        z-index: 9999;
    }

    .navbar-nav {
        padding: 39px 80px 54px 23px;
        --bs-nav-link-padding-x: 0;
        --bs-nav-link-padding-y: 0.5rem;
        --bs-nav-link-font-weight: ;
        --bs-nav-link-color: var(--bs-navbar-color);
        --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
        --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
        display: flex;
        flex-direction: column;
        padding-left: 19px;
        margin-bottom: 0;
        list-style: none;
        align-items: flex-start;
        background-color: #0E0E0EF2;
        backdrop-filter: blur(10px);
        gap: 34px;
        margin: 0;
    }

    .btn-navbar {
        width: 50px;
        height: 50px;
        color: var(--cor-primaria);
        border: 1px solid var(--cor-primaria);
        border-radius: 50%;
        background-color: var(#ffff);
    }

    .div-header{
        width: 30%;
        position: absolute;
        top: 9px;
        right: 13px;
    }
   
    .btn-menu-resp{
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }

  .div-menu-resp{
         display: none ;
    }
    .div-1-home {
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }


    .texto-home {
        color: #ffff;
        font-size: 17px;
        font-weight: 400;
        font-family: "Sora", sans-serif;
        text-align: center;
        margin: -64px 0 0 0 !important;
        width: 85%;
        line-height: 28px;
    }
    .section1 {
        height: fit-content !important;
        width: 100%;
    }

    .div-slide-home {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        top: -293px;
    }

    .div-flex-footer-img-section3_1 {
        width: auto !important;
    }
    .img-computador {
        width: 100%;
    }

    .texto-img {
        color: #ffff;
        font-size: 21px;
        font-weight: 500;
        font-family: "Sora", sans-serif;
        letter-spacing: 1px;
        margin: 0;
    }

    .texto-section2 {
        color: #ffff;
        font-size: 29px;
        font-weight: 100;
        text-align: center;
        width: 96%;
        margin-top: 36px;
        font-family: "Sora", sans-serif;
    }

    .container-img {
        display: flex;
        flex-direction: column;
        gap: 43px;
        align-items: center;
    }

    .div-img-section2 {
        width: 94%;
    }
    .texto-img-section2 {
        font-size: 19px;
        font-weight: 100;
        text-align: left;
        color: #ffff;
        margin-top: 17px;
    }

    .texto-section3 {
        color: #ffff;
        font-size: 29px;
        font-weight: 100;
        text-align: center;
        font-family: "Sora", sans-serif;
        width: 100%;
        margin-top: 50px;
    }

    .container-img-2 {
        margin-top: 32px;
    }


    .container-section3 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        gap: 14px;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }
    .container-section3-1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100% !important;
        align-items: center;
        justify-content: center;
    }

    .container-section3-2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .titulo-footer-img {
        color: #2EC2C5;
        font-weight: 600;
        font-family: "Sora", sans-serif;
        font-size: 21px;
    }


    .icone {
        z-index: 999;
        color: white;
        font-size: 150px;
        font-weight: 700;
        margin: -33px -68px;
    }

    .img-section-3-1 {
        background-image: url(/static/imgs/home/img-section3-1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 95% !important;
        height: 548px;
    }



    .img-section-3-3 {
        background-image: url(/static/imgs/home/img-section3-3.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 95% !important;
        height: 467px;
    }

    .img-section-3-2 {
        background-image: url(/static/imgs/home/img-section3-2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 95% !important;
        height: 460px;
    }

    .img-section-3-4 {
        background-image: url(/static/imgs/home/img-section3-4.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 95% !important;
        height: 555px;
    }

    .img-section-3-5 {
        background-image: url(/static/imgs/home/img-section3-5.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 95% !important;
        height: 517px;
    }




    .container-section4 {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #366C77;
        border-radius: 20px;
        padding: 18px 17px;
        margin: 20px 0;
        width: 69%;
        gap: 0;
        flex-direction: column;
    }

    .nome-vision {
        text-transform: uppercase;
        font-size: 53px;
        font-weight: 100;
        color: #ffff;
        margin-left: 0;
    }

    .container-img-section5 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
    }

    .container-img-section5 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
    }


    .titulo-section5 {
        font-weight: 600;
        font-size: 39px;
        color: #2EC2C5;
        margin: 0;
    }

    .container-3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11%;
        margin-top: 90px;
        flex-direction: column;
    }

    .texto-section4_1 {
        margin-top: 18px;
        font-size: 19px;
        color: #ffff;
        font-weight: 100;
        text-align: center;
        width: 100%;
    }




    .container-4-flex {
        display: flex;
        align-items: center;
        justify-content: center;
      
        flex-direction: column;
    }

    .card-1, .card-2 {
        width: 100%;
        display: flex;
        border-radius: 20px;
        /* align-items: center; */
        justify-content: center;
    }
    .section5 {
        background-color: #1D2731;
        width: 100%;
    }




    .container-2-section-5 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .img-container2{
        width: 100%;
    }


    .container-texto-1 {
        display: flex;
        gap: 25px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: left;
        padding: 22px;
    }

    .container2-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 35px;
        margin-top: 25px;
        padding: 15px;
    }


    .div-texto-card {
        background-color: #2EC2C5;
        width: 46%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 14px;
        padding: 16px 36px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }


    .descricao-card-container4 {
        font-weight: 300;
        font-size: 16px;
        color: #ffff;
        line-height: 22px;
    }

    .div-preco {
        max-width: 83%;
        background-color: #296970;
        text-align: center;
        padding: 12px;
        border-radius: 12px;
    }
    .texto-preco {
        text-transform: uppercase;
        width: 105px;
        font-size: 13px;
        margin: 35px 0 0 -32px;
        font-weight: 400;
        text-align: left;
    }

    .span-preco {
        font-size: 88px;
        font-weight: 700;
        display: flex;
    }
    .centavos {
        font-size: 25px;
    }

    .div-beneficio {
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        margin-top: 68px;
    }

    .span-beneficios {
        width: 65%;
        font-size: 17px;
        font-weight: 600;
        align-self: center;
        line-height: 25px;
    }




    .container-4-flex {
        display: flex;
        align-items: center;
        justify-content: center;
      
        flex-direction: column;
        gap: 55px;
    }
}







@media (min-width: 769px) and (max-width: 1000px) {

    .footer{
        display: flex !important;
    }

    .ul-footer{
        display: none !important;
    }
    .btn-footer {
        background-color: #ffff;
        display: none;
    }
    
    .header-home{
        display: none;
    } 

    .header-resp {
        position: absolute;
        width: 100%;
        /* margin-top: 20px; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 20px 0;
        right: 20px;
    }

    .navbar-nav {
        padding: 39px;
        --bs-nav-link-padding-x: 0;
        --bs-nav-link-padding-y: 0.5rem;
        --bs-nav-link-font-weight: ;
        --bs-nav-link-color: var(--bs-navbar-color);
        --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
        --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
        display: flex;
        flex-direction: column;
        padding-left: 19px;
        margin-bottom: 0;
        list-style: none;
        align-items: flex-start;
        background-color: #0E0E0EF2;
        backdrop-filter: blur(10px);
        gap: 21px;
        margin: 0;
    }

    .btn-navbar {
        width: 50px;
        height: 50px;
        color: var(--cor-primaria);
        border: 1px solid var(--cor-primaria);
        border-radius: 50%;
        background-color: var(#ffff);
    }

    .div-header{
        width: 30%;
        position: absolute;
        top: 9px;
        right: 13px;
    }
   
    .btn-menu-resp{
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }

  .div-menu-resp{
         display: none ;
    }



    .div-slide-home-resp {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-bottom: -60px;
    }

    .div-slide-home{
        display: none !important;
    }
   

/* .section1{
    height: fit-content !important;
} */


    .div-1-home {
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }


    .header-home{
        display: none !important;
    }

    .div-1-home {
        margin: 0px 235px;
        width: 500px;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        justify-content: center;
        gap: 20px;
    }


    .img-computador {
        width: 100%;
    }


    .texto-section2 {
        color: #ffff;
        font-size: 51px;
        font-weight: 100;
        text-align: center;
        width: 95%;
        margin-top: 110px;
        font-family: "Sora", sans-serif;
    }


    .conteudo-section-2 {
        display: flex;
        gap: 15px;
        justify-content: start;
        height: fit-content;
        margin: 70px 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .texto-section3 {
        color: #ffff;
        font-size: 51px;
        font-weight: 100;
        text-align: center;
        font-family: "Sora", sans-serif;
        width: 87%;
        margin-top: 50px;
    }

    .img-section-3-5 {
        background-image: url(/static/imgs/home/img-section3-5.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 95%;
        height: 517px;
    }





    .container-img-section5 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 87%;
        flex-direction: column;
    }


    .container-img-section5 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 87%;
        flex-direction: column;
        padding: 0 39px;
    }


 

    .container-3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11%;
        margin-top: 90px;
        flex-direction: column;
        gap: 60px;
    }


    .container-4-flex {
        gap: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px 0 80px 0;
        flex-direction: column;
    }

    .card-1 {
        width: 75%;
        display: flex;
        border-radius: 20px;
    }

    .card-2 {
        width: 75%;
        display: flex;
        border-radius: 20px;
    }

    .div-texto-card {
        background-color: #2EC2C5;
        width: 46%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 21px;
        padding: 11px 36px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .div-preco {
        width: 373px;
        background-color: #296970;
        text-align: center;
        padding: 12px;
        border-radius: 12px;
    }

    .texto-preco {
        text-transform: uppercase;
        width: 32%;
        font-size: 15px;
        margin: 35px 0 0 -32px;
        font-weight: 400;
        text-align: left;
    }

    .span-beneficios {
        width: 89%;
        font-size: 17px;
        font-weight: 600;
        align-self: center;
        line-height: 28px;
    }


    .btn-teste-texto {
        padding: 12px 27px;
    }

    .div-beneficio {
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 64%;
    }

    .container-section4 {
        display: flex
    ;
        align-items: center;
        justify-content: center;
        background-color: #366C77;
        border-radius: 20px;
        padding: 18px 17px;
        margin: 20px 0;
        width: 40%;
        gap: 35px;
        flex-direction: column;
    }
}






@media (min-width: 1001px) and (max-width: 1500px) {
    .section1 {
        height: 147vh;
        width: 100%;
    }
   

    .div-slide-home-resp {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-bottom: -60px;
    }

    .div-slide-home{
        display: none !important;
    }
   
    .img-computador {
        width: 100%;
    }

    .footer {
        display: flex !important;
        background-color: #2EC2C5 !important;
        width: 100%;
        justify-content: center;
        gap: 3%;
        align-items: center;
    }

    .bnt-section3{
        padding: 11px 27px !important;
        font-size: 21px !important;
    }


    .btn-teste-texto{
        padding: 11px 27px !important;
        font-size: 21px !important;
    }

/* 
    .titulo-footer{
      
            font-size: 37px;
            color: #ffff;
            font-weight: 200;
            font-family: "Sora", sans-serif;
            cursor: pointer;
            text-transform: uppercase;
        
        
    } */
   
    .btn-footer {
        background-color: #ffff;
        display: none;
    }

    .header-home{
        display: none;
    } 

    .header-resp {
        position: absolute;
        width: 100%;
        /* margin-top: 20px; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 20px 0;
        right: 20px;
    }

    .navbar-nav {
        padding: 39px;
        --bs-nav-link-padding-x: 0;
        --bs-nav-link-padding-y: 0.5rem;
        --bs-nav-link-font-weight: ;
        --bs-nav-link-color: var(--bs-navbar-color);
        --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
        --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
        display: flex;
        flex-direction: column;
        padding-left: 19px;
        margin-bottom: 0;
        list-style: none;
        align-items: flex-start;
        background-color: #0E0E0EF2;
        backdrop-filter: blur(10px);
        gap: 21px;
        margin: 0;
    }

    .btn-navbar {
        width: 50px;
        height: 50px;
        color: var(--cor-primaria);
        border: 1px solid var(--cor-primaria);
        border-radius: 50%;
        background-color: var(#ffff);
    }

    .div-header{
        width: 30%;
        position: absolute;
        top: 9px;
        right: 13px;
    }
   
    .btn-menu-resp{
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }

  /* .div-menu-resp{
         display: none ;

} */
.texto-section2 {
    color: #ffff;
    font-size: 51px;
    font-weight: 100;
    text-align: center;
    width: 100%;
    margin-top: 135px;
    font-family: "Sora", sans-serif;
}
    .container-section4 {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #366C77;
        border-radius: 20px;
        padding: 18px 17px;
        margin: 20px 0;
        width: 83% !important;
        gap: 35px;
    }

    .card_1_img, .card_2_img {
        width: 30%;
        height: auto;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .conteudo-section-2 {
        display: flex;
        gap: 15px;
        justify-content: center;
        height: fit-content;
        margin: 70px 0;
        flex-wrap: wrap;
    }

    .img-section-3-5 {
        background-image: url(/static/imgs/home/img-section3-5.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 90%;
        height: 517px;
    }

    .container-img-section5 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 87%;
        flex-wrap: wrap;
    }

    .container-texto-1 {
        display: flex;
        gap: 25px;
        flex-direction: column;
        padding: 0 50px;
    }

    .ul-header {
        display: flex
    ;
        justify-content: space-around;
        gap: 37px;
        list-style: none;
    }

    .titulo-img {
        color: #ffff;
        font-size: 20px;
        text-align: center;
        font-weight: 700;
    }


}



@media (min-width: 1110px) and (max-width: 1186px) {

  


    .header-resp {
        display: none !important;
    }

    .ul-header > li > a {
        color: #ffff;
        font-family: "Sora", sans-serif;
        font-size: 14px;
        font-weight: 300;
        cursor: pointer;
        text-decoration: none;
    }

    .btn-teste-gratis {
        border: none;
        padding: 11px 12px;
        background-color: #2EC2C5;
        border-radius: 8px;
        font-family: "Sora", sans-serif;
        font-size: 16px;
        color: #1D2731;
        font-weight: 500;
        cursor: pointer;
    }

    .header-home {
        display: flex
    ;
        background-color: transparent;
        width: 100%;
        justify-content: center;
        gap: 2%;
        align-items: center;
    }

    .texto-section2 {
        color: #ffff;
        font-size: 51px;
        font-weight: 100;
        text-align: center;
        width: 100%;
        margin-top: 100px;
        font-family: "Sora", sans-serif;
    }

    .img-computador {
        width: 85%;
    }
}




@media (min-width: 1187px) and (max-width: 1500px) {

    .section1 {
        height: 159vh;
        width: 100%;
    }

    .header-resp {
        display: none !important;
    }

    .ul-header > li > a {
        color: #ffff;
        font-family: "Sora", sans-serif;
        font-size: 14px;
        font-weight: 300;
        cursor: pointer;
        text-decoration: none;
    }

    .btn-teste-gratis {
        border: none;
        padding: 11px 12px;
        background-color: #2EC2C5;
        border-radius: 8px;
        font-family: "Sora", sans-serif;
        font-size: 16px;
        color: #1D2731;
        font-weight: 500;
        cursor: pointer;
    }

    .header-home {
        display: flex
    ;
        background-color: transparent;
        width: 100%;
        justify-content: center;
        gap: 4%;
        align-items: center;
    }

    .texto-section2 {
        color: #ffff;
        font-size: 51px;
        font-weight: 100;
        text-align: center;
        width: 100%;
        margin-top: 50px;
        font-family: "Sora", sans-serif;
    }

    .img-computador {
        width: 80%;
    }
}




@media (min-width: 1501px) and (max-width: 1800px) {

    .section1 {
        height: 172vh;
        width: 100%;
    }


.container-section4 {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #366C77;
        border-radius: 20px;
        padding: 18px 17px;
        margin: 20px 0;
        width: 75% !important;
        gap: 35px;
    }

    .ul-header {
        display: flex
    ;
        justify-content: space-around;
        gap: 37px;
        list-style: none;
    }

    .div-slide-home-resp {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-bottom: -60px;
    }

    .div-slide-home{
        display: none !important;
    }
    
   
    .texto-section2 {
        color: #ffff;
        font-size: 51px;
        font-weight: 100;
        text-align: center;
        width: 59%;
        margin-top: 97px;
        font-family: "Sora", sans-serif;
    }
}


@media (max-width: 1110px){

    .link-login{
        color: white !important;
    }

}
