
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
    text-decoration: none;
    font-family: 'Poppins';
    
}

html{
    scroll-behavior: smooth;
}
body{
    overflow-x: none;
    
    background-color: #f5f5f7;
}
.text-obras h2, .info-form h2, .titulo-start, .diferenciais h2, .info h2, .sobre-nos h1, .sobre-nos h2, .empresa-valores h2, .status h1 , .textos-contato h1, .container-form-onda h2, .contato-form h1, .vendido h1, .text-carrossel h2, .align h2{
    font-weight: 500;
    font-size: 40px;
    color: var(--azulescuro);
}
.text-obras p, .text-obras p, .info-form p, .info-diferenciais p, .sobre-nos p,  .valores p, .status p, .contato-form p, .separando p,  .align p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5rem;
}
.align p{
    margin: 0 13rem;
}
.info-form p{
    width: 30rem ;
}
.text-carrossel p{
    font-size: 20px;
    font-weight: 300;
}
.text-carrossel{
    line-height: 36px;
}
.titulo-clientes{
    font-weight: 700;
    font-size: 45px;
    color: var(--azulescuro);
}
.status p{
    margin-bottom: 1rem;
    max-width: 40rem;
}
.text-obras h2{
    width: fit-content;
    height: fit-content;
}

.container-form-onda p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5rem;
    color: white;
}
::-webkit-scrollbar{
    background-color: #38388f41;
    width: 9px;
    
}
::-webkit-scrollbar-thumb{
    background-color: #325b9c;
    border-radius: 10px;
    
}
:root{
    --swiper-pagination-color: white;
    --azulpadrao: #56a7ad;
    --azulclaro: #69cbd3;
    --azulescuro: #02475c;
    --azul-diferenciado: #325b9c;
    --verde-whats: #1fa32a;
}
.navigation{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 385px;
    background-color: #f5f5f7;
    padding: 15px 0 20px 0;

   
    border-bottom: 3px solid;
    border-image: linear-gradient(0.25turn,#0d94bd, #02475c);
    border-image-slice: 1;
}
.navigation img{
    height: 50px;
    cursor: pointer;
}
.top-cima{
    padding: 5rem 0 0 0;
}
.top-baixo{
    padding: 0 0 3rem 0;
}
/*----------------------------------*/

.navi{
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex: 1 1 400px;
}
.navi img{
    height: 50px;
    cursor: pointer;
}
.container-nav{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 400px;
}
.texto-nav.number p{
    height: 24px;
    width: fit-content;
    color: #0000FF;
    padding-bottom: 0px;
    border-bottom: 1px solid #0000ff9c;
}
.navi i{
    font-size: 30px;
}
.texto-nav{
    line-height: 1.5rem;
}
.texto-nav h3{
    color: var(--azulescuro)
}




@keyframes shake{
    4.5%, 10.5%{
        transform: translate(0px, 0px) rotate(0deg);
    }
    
    5% {
        transform: translate(2px, 2px) rotate(0deg);
    }
    5.5% {
        transform: translate(-2px, -3px) rotate(-1deg);
    }
    6% {
        transform: translate(-4px, 1px) rotate(1deg);
    }
    6.5% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    7% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    7.5% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    8% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    8.5% {
        transform: translate(4px, 1px) rotate(-1deg);
    }
    9.0% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    9.5% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    10% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
.nav-menu{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.nav-menu a{
    color: #1e1c2a;
    font-size: 15px;
    font-weight: 300;
    transition: 0.7s ease-in-out;
    position: relative;
}
.menu-simples{
    padding: 2px;
}
.menu-simples::after, .footer2 li::after{
    content: "";
    width: 0%;
    height: 2px;
    background-color: #02475cb7;

    position: absolute;

    bottom: 0;
    left: 0;

    color: #1e1c2a; 

    transition: .7s ease;
}
.menu-simples:hover::after, .footer2 li:hover::after{
    width: 100%;
}
.menu-simples:hover, .footer2 a:hover{
    color: var(--azulescuro);
}

.nav-menu button{
    cursor: pointer;

    background-color: transparent;
    border-radius: 15px;
    width: 90px;
    height: 30px;
    border: 1px var(--azulescuro) solid;
    transition: 0.6s ease-in-out;
}

.nav-menu button:hover{
    transform: scale(1.05);
    background-color: #02475c31;
}
.cara-nova{
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* border-bottom:  3px solid var(--azulpadrao); */
    background-image: linear-gradient(45deg, #02475c38, #56a7ad25);
}
.cara-nova h2{
    color: var(--azulescuro)
}
.cara-nova .desativa{
    display: none;
}
.container-x{
    position: absolute;
    font-size: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    padding: 10px;
}
.container-x i{
    cursor: pointer;
    color: var(--azulpadrao)
}


.imagem-fundo{
    position: absolute;
    z-index: -1;
}


.call-to-action{
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 0 10px 15px;
    height: 100vh;
    width:  100px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 20px;
    z-index: 2;
}
.call-to-action i{
    padding: 7px;
    
    cursor: pointer;
    color: #eeeeee;
    
    background-color: #23c123;
    outline: 15px solid #6bbd3550;
    border-radius: 100vw;
    animation: vai-e-vem 1.2s infinite linear, shake 9s infinite ;
}
@keyframes vai-e-vem{
    0%{
        outline: 1px solid #6bbd3500;
    }
    50%{
        outline: 10px solid #6bbd3550;
    }
    100%{
        outline: 20px solid #6bbd3500;
        
    }
    
    
}
.call-to-action a i{
    font-size: 65px;
}
.textos-contato{
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    line-height: 60px;
    animation: flutuacao 2s ease-in-out infinite;
}
@keyframes flutuacao{
    0%, 100%{
        transform:translateY(-5px);
    }
    50%{
        transform: translateY(0);
    }
}

.textos-contato hr{
    width: 200px;
    height: 6px;
    background-color: #02475cb7;
    border: none;
}

.container-formulario{
    max-width: 100%;
    margin: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.formulario{
    padding: 50px;
    
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    gap: 30px;
    
    background-color: #fff;
    box-shadow: 0 0  35px rgba(0, 0, 0, 0.185);
}

.info-cliente{
    display: flex;
    flex-direction: column;
    width: 400px;
}

.mensagem-cliente{
    display: flex;
    flex-direction: column;
    width: 400px;
}

.info-cliente label{
    font-size: 15px;
    font-weight: 400;
}

.info-cliente input{
    background: #f5f5f7;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #757575cc;
    margin-bottom: 8px;
}
.mensagem-cliente textarea{
    background: #f5f5f7;

    padding: 6px;
    height: 186px;
    border-radius: 0;
    border: 1px solid #757575cc;
}

textarea:focus, input:focus {
    box-shadow: 0 0 0 0;
    outline: 1.5px solid var(--azulescuro);
}

.botao-enviar button{
    cursor: pointer;
    font-weight: 600;
    right: 0;
    width: 400px;
    height: 30px;
    margin-top: 30px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: transparent;
    border: 2px solid var(--azulescuro);
    transition: .5s ease;
}

.botao-enviar button:hover{
    background-color: #02475c48;
    transform: scale(1.05);
}




/* ----------------- CARROSEL -------------*/
.container-carrosel{
    width: 100vw;
    height: 400px;

   
}
.container-carrosel button{
    border: none;
    background-color: transparent;
}

.container-carrosel i{
    cursor: pointer;
    font-size: 50px;
    color: rgb(240, 239, 239);
}
.container-left{
    
    position: absolute;
    height: 400px;
    display: flex;
    align-items: center;
}
.container-right{
    
    position: absolute;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.container-images{
    position: absolute;

    overflow: hidden;
    height: 400px;

    display: flex;

    transition: transform 1s ease-in-out;
    transform: translateX(0)
}
.container-images .preview.solarium{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.preview img{
    width: 100%;
}
.container-clientes{
    display: flex;
    justify-content: center;
    gap: 30px;
    transition: 0.5s;

    flex-wrap: wrap;
    flex: 1 1 350px;
}
.texto-clientes{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 37px;
    margin-bottom: 3rem;
}

.subtitulo-clientes{
    font-weight: 300;
    font-size: 20px;
    
}
.prova{
    padding: 50px 100px 100px 100px;
    top: -10px;
    background-color: #f5f5f6;
}
.cliente.n2{
    margin-top: 20px;
    transition: all 0.7s;
}
.cliente.n1{
    margin-bottom: 15px;
    transition: all 0.7s;
}
@media (max-width: 930px){
    .cliente.n3, .cliente.n1{
        margin: 0 !important;
    }
}
.cliente.n3{
    margin-top: 20px;
    transition: all 0.7s;
}


.cliente{
    max-height: 500px;
    width: 350px;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding:  20px; 
    border: var(--azulescuro) solid;
    background-color: #02475c60;
    border-radius: 10px;
    color: #f5f5f5;
}
.cliente .usuario{
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 20px; */
    margin-bottom: 15px;
}
.usuario i{
    font-size: 40px;
    color: #f5f5f5;
}
.nome-usuario{
    display: flex;
    flex-direction: column;
    font-size: 20px;
}
.prova .cliente span{
    color: #02475c;
    font-size: 14px;
    font-weight:400;
}
.cliente2 .usuario p{
    font-size: 300px;
}
.estrelas{
    display: flex;
    justify-content: center;
}
 .cliente:hover{
    transform: scale(1.03);
 }
/* .container-clientes:hover .cliente{
    filter: blur(3px)
}
.cliente:hover{
    filter: blur(0px) !important;
} */








.obra{
    background-color: #f5f5f6;
    width: 100%;
    padding: 100px 0px;
}
.obra img{
    width: 270px;
    cursor: pointer;

    transition: .5s all ease-in-out;
}

.container-obras{
    flex-wrap: wrap;
    flex: 1 1 400px;
    display: flex;
    justify-content: space-evenly;
}
.obras{
    width: 270px;
    height: 300px;
    overflow: hidden;
    margin: 0;

    border: 2px solid var(--azulescuro);
}
.obras span{
    word-wrap: none;
    
    position: absolute;
    padding: 2px 5px;
    margin: 5px 5px;
    left: 3px;
    font-weight: 600;
    color: white;
    border: 2px solid var(--azulescuro);
    background-color: #02475c75;
}
.bug{
    left: 5px;
}
.obras:hover img{
    transform: scale(1.1);
}
.obras.n3 img{
    height: 300px;
}
.texto-obra{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 36px;
    margin-bottom: 3rem;
}
.texto-obra h1{
    font-size: 2.5rem;
    font-weight: 200;
    color: #02475c;
}
.texto-obra h1 span{
    font-weight: 600;
}
.texto-obra p{
    font-weight: 300;
    font-size: 20px;
}


.texto-obras .nome-obra{
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    background-color: line;
    margin-bottom: 10px;
    color: #02475cd0;
}
.texto-obras{
    padding: 15px 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    
    line-height: 10px;
}
.texto-obras p{
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2px;
    margin-left: 1px;
}
.texto-obras i{
    color: var(--azulescuro);
    font-size: 30px;
    gap: 10px;

    margin-right: 5px;
}
.obras.n2 img{
    width: 340px;
    height: 300px;
}
.flex{
    max-width: 400px;
    position: relative;
}
.texto-obras.cor i{
    color: #56a7ada4;
}
.texto-obras.cor .nome-obra{
    color: #56a7ad;
}
.obras.n2{
    border: 2px solid var(--azulpadrao);
}
.obras.n2 span{
    border: 2px solid var(--azulpadrao);
    background-color: #56a7ada4;
}
.flex{
    margin: 40px;
}



.localizacao iframe{
    border-radius: 20px;
    box-shadow: 0px 0px 16px -1px rgba(139, 139, 139, 0.52);
}
.localizacao{
    padding: 100px;
    display: flex;
    gap: 13rem;
    justify-content: center;
    align-items: center;
}
.cor2{
    background-color: rgb(180, 12, 12) !important;
}

.container-rua{
    display: flex;
    align-items: center;
    gap: .5rem;
    max-width: 400px;
}
.container-rua i{
    font-size: 50px;
    color: rgb(201, 47, 47);
}
.text-obras{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.container-start .text-obras{
    max-width: 600px !important;
}
.loc-rua{
    font-weight:400 !important; 
}






.botao-empre button{
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    right: 0;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px; 
    background-color: var(--azulescuro);
    border: none;
    position: relative;
    transition: .5s ease;
}

.botao-empre button:hover{
    color: white;
    background-color: #02475c;
    transform: scale(1.043);
    /* box-shadow: 0px 0px 16px -1px rgba(139, 139, 139, 0.52); */
}
.botao-empre button::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #f5f5f7 0%, #f5f5f7 49%, rgba(150,4,31,1) 50%, rgba(191,4,38,1) 60%);
    border-radius: 0 0 0.5em 0;
    box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
    transition: 0.3s;
  }
.botao-empre button:active {
    transform: translate(0.1em, 0.1em);
  }

  .botao-empre button:hover::before {
    width: 1.7em;
    height: 1.7em;
  }

.form-empreendimentos input, .form-empreendimentos textarea{
    width: 100%;
    padding: 15px 20px;
    border-radius: 0;
    border: 1px solid black;
    font-size: 15px;
}
.form-empreendimentos textarea{
    height: 8rem;
}
.row{
    display: flex;
    gap: 2rem;
}
.info-empre{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.form-empre{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.opacity{
    opacity: 30%;
}
.info-form{
    max-width: 400px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.destaque-escuro{
    font-weight: 500;
    color: var(--azul-diferenciado);
}
.destaque-escuro2{
    font-weight: 500;
    font-size: 23px;
    color: var(--azul-diferenciado);
}
.destaque-verde{
    font-size:20px;
    font-weight: 500;
    color: #1fa32a;
}
.destaque-rosa{
    font-size:20px;
    font-weight: 500;
    color: #833ab4;
}

.start-obras, .diferenciais, .info{
    padding: 100px;
}
.container-ambas-as-partes{
    width: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.start-obras{
    display: grid;
    place-content: center;
}
.start-obras img{
    
    min-width: 380px;
    height: 420px;
    /* aspect-ratio: 3/4; */
    box-shadow: 0px 0px 16px -1px rgba(139, 139, 139, 0.52);
    border-radius: 4px;
}
.imagem-obras-100{
    min-width: 500px;
    height: 420px;
    /* aspect-ratio: 3/4; */
    box-shadow: 0px 0px 16px -1px rgba(139, 139, 139, 0.52);
    border-radius: 4px;
}
.separando{
    gap: 10rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.container-start{
    display: flex;
    /* width: 100vw; */
    align-items: center;
    gap: 10rem;
}

.diferenciais h2 {
    letter-spacing: .30rem;
    text-align: center;
    margin-bottom: 30px;
}

.text-carrossel{
    text-align: center;
    margin-bottom: 30px;
}

.info-diferenciais{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.info-diferenciais i{
    font-size: 40px;
    color: var(--azulpadrao);
}
.info-diferenciais p{
    font-size: 18px;
}
.text-diferenciais{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.container-info-start{
    
    display: flex;
    gap: 15px;
    padding: 8px;
    width: fit-content;
   
  
    height: 60px;
    background-color: #282522c5;
    border-radius: 100vw;
}

 .loc-info-estágio p{
    font-size: 15px;
    color: white;
    font-weight: 500;
    white-space: nowrap;
}
.loc-info-estágio{
    padding: 0 30px 0 30px !important; 
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 100%;
    width: fit-content;
    border-radius: 100vw;
    background-color: var(--azulpadrao);
}
.loc-info-estágio i{
    color: white;
    font-size: 24px;
}

.container-caracteristicas{
    box-shadow:  29px 29px 78px #c1c1c1c9,
             -29px -29px 78px #ffffff;
    width: fit-content;
    max-width: 1200px;
    display: flex;
    background-color: #f3f3f3;
    border-radius: 20px;
}
.parte-esquerda{
    background-color: #ececec;
    border-radius: 20px;
}
.parte-esquerda, .parte-direita{
    padding: 40px;
    height: 400px;
    width: 400px;
  
}
.info h2{
    margin-bottom: 15px;
}
.parte-esquerda h3{
    font-size: 22px;
    color: var(--azulpadrao);
    font-weight: 500;
}
.bottom{
    margin-bottom: 30px;
}
ul li{
    color: var(--azulpadrao);
    margin-bottom: 8px;
}



.padding{
    padding: 50px 100px;
}
.padding2{
    padding: 100px 150px 100px 150px;
}
.padding3{
    padding: 50px 100px 50px 100px;
}
.padding22{
    padding: 0px 150px 100px 150px;
}
.padding4{
    padding: 0 150px;
}
.sobre-nos hr{
    height: 8px;
    width: 100px;
    border: none;
    background-color: var(--azulpadrao);
    margin-bottom: 3px;
}
.sobre-nos h1{
    margin-bottom: 10px;
}


.titulo-text-obras{
    display: flex;
    align-items: center;
    gap: .2rem;
    position: relative;
}
.typed-cursor{
    font-size: 35px;
    font-weight: 100;
}

.counter-whatsapp{
    width: 100%;
    padding: 40px 100px;
    background: linear-gradient( 45deg, #02475c5e, #56a7ad41);
    border-radius: 10px;
    border: 2px solid var(--azulescuro);
    border-style: dashed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.counter-insta{
    width: 100%;
    padding: 40px 100px;
    background: linear-gradient(45deg, #405ce638, #5851db2c, #833ab42a, #c1358431, #e1306b21, #fd1d1d2d);
    border-radius: 10px;
    border: 2px solid #833ab4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-style: dashed;
}
.counter-whatsapp p, .counter-insta p{
    max-width: 30rem;
    font-size: 18px;
    font-weight: 300;
}
.counter-insta button{
    background-color: #833ab43a;
    width: fit-content;
    font-size: 17px;
    font-weight: 400;
    color: #833ab4;
    border: none;
    cursor: pointer;
    border: 2px solid ;
    border-radius: 100vw;
    padding: 10px 50px;
    /* background-color: transparent; */
    transition: .5s ease-in-out;
}


.counter-whatsapp button, .botao-ver button{
    background-color: #1fa32a27;
    width: fit-content;
    font-size: 17px;
    font-weight: 400;
    color: var(--verde-whats);
    border: none;
    cursor: pointer;
    border: 2px solid var(--verde-whats);
    border-radius: 100vw;
    padding: 10px 50px;
    /* background-color: transparent; */
    transition: .5s ease-in-out;
}

.counter-whatsapp button:hover, .botao-ver button:hover{
    transform: scale(1.05);
    background-color: var(--verde-whats);
    color: white;
    
}
.counter-insta button:hover {
    transform: scale(1.05);
    background-color: #833ab4;
    color: white;
    border: none;
}
/* BOTAO VER MAIS EMPREENDIMENTOS */
.botao-ver{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-valores{
    display: flex;
    gap: 2rem;
    width: 100%;

}

.valores{
    width:100%;
    border: 2px solid #e2e2e2;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: 1s ease;
}
.valores:hover{
    background-color: #e2e2e24b;
}
.intro-valores{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    /* gap:.5rem; */
}
.intro-valores hr{
    transform:rotate(90deg);
}
.empresa-valores hr{
    height: 8px;
    width: 50px;
    border: none;
    background-color: var(--azulpadrao);
    
}
.valores i{
    color: var(--azulescuro);
    font-size: 80px;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
}



footer img{
    height: 50px;
    cursor: pointer;
    transition: 1s ease;
}
footer img:hover{
    transform: translateY(-8px);
}
footer p{
    font-size: 10px;
    max-width: 27rem;
   
}

.footer1{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.footer{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

 a{
    text-decoration: none;
    color: black;
}

.footer2 li{
    position: relative;
    width: fit-content;
    list-style: none;
    color: black;
    cursor: pointer;
    font-size:15px;
    font-weight:300;
}
.footer2 a{
    transition: 1s ease;
}

.footer2 ul{
    display: flex;
    flex-direction: column;
    gap:.2rem;
}

.container {
    
    background-color: rgb(206, 206, 206);
    /* Rounded border */
    border-radius: 9999px;
    padding: 0.25rem;
}

.container__progress {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    height: 1.75rem;
    /* Colors */
    background-color: #325b9c;
    color: #fff;

    /* Rounded border */
    border-radius: 9999px;
}

.my-slider-progress {
    background: #ccc;
  }
  
  .my-slider-progress-bar {
    background: greenyellow;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
  }

  html,
    body {
      position: relative;
      height: 100%;
    }

   

    .swiper {
      width: 90%;
      height: 40rem;
    }
    .swiper-button-next, .swiper-button-prev{
        color: var(--azul-diferenciado, var(--azul-diferenciado)) !important;
    }
    .swiper-pagination-bullter-active{
        background: var(--azulpadrao var(--azulpadrao));
    }
    .swiper-slide {
        width: fit-content;
      aspect-ratio: 3/4;
      text-align: center;
      font-size: 18px;
    
      display: flex;
      justify-content: center;
      align-items: center;
      
    }
    .carrossel-index .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 90;
        filter: brightness(70%);
  
      }
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      

    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--azul-diferenciado);
    }
    
    .autoplay-progress svg {
      z-index: 3;
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--azul-diferenciado);
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

.scroll-lateral{
    overflow-x: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.scroller-in{
    display: inline-block;
    white-space: nowrap;
    animation-name: scroll;
    animation-duration: 24S;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.scroll-lateral h1{
    color: transparent;
    display: inline-block;
    font-size: 140px;
    font-weight: 900;
    margin-right: 140px;
    -webkit-text-stroke: 2px var(--azul-diferenciado);
    cursor: pointer;
    transition: ease .5s;
}
.scroll-lateral h1:hover{
    color: #325b9cd5;
}
@keyframes scroll {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
.container-onda{
    padding: 200px 0 0 0;
    bottom: -1px;
    position: relative;
}
.onda{
    z-index: -1;
    bottom: 0px;
    position: absolute;
}
.secao-onda{
    /* background-color: #93a8c9; */
    background-color: #e6e6e6;
}
.input-email{
    background-color: transparent !important;
    font-size: 17px !important;
    
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 3px solid var(--azulpadrao) !important;
}
.container-form-onda{
    padding:50px 100px 100px 100px;
    backdrop-filter: blur(10px);
}

.container-caixas-contato{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
}
.caixa1{
    padding: 30px;
    background: linear-gradient(45deg, var(--azul-diferenciado), var(--azulescuro));
    min-width: 450px;
    height: 220px;
    border: 2px solid var(--azul-diferenciado);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}
.botao-caixa-whats{
    border: none;
    padding: 10px 30px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight:300;
    gap: .5rem;
    cursor: pointer;
    transition: .5s ease;
    color: var(--azul-diferenciado);
    letter-spacing: .1rem;
}
.botao-caixa-whats:hover{
    background-color: var(--azul-diferenciado);
    color: white;
}
.botao-caixa-whats i{
    color: var(--verde-whats);
    font-size: 25px;
}
.botao-caixa-form{
    border: 1.5px solid white;
    background-color: transparent;
    color: white;
    padding: 10px 30px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight:300;
    gap: .5rem;
    cursor: pointer;
    transition: .5s ease;
    letter-spacing: .05rem;
}
.botao-caixa-form i{
    color: rgb(161, 34, 34);
    font-size: 25px;
    font-weight: 100;
}
.botao-caixa-form:hover{
    background-color: white;
    color: black;
}
.caixa1 p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5rem;
    color: white;
}
.contato-form p{
    max-width:40rem;
    margin-bottom: 3rem;
}

.clear {
    clear: both;
  }
  
  .checkBox {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1.7px #325b9c;
  }
  
  .checkBox div {
    width: 60px;
    height: 60px;
    background-color: #325b9c8a;
    top: -52px;
    left: -52px;
    position: absolute;
    transform: rotateZ(45deg);
    z-index: 100;
  }
  
  .checkBox input[type=checkbox]:checked + div {
    left: -10px;
    top: -10px;
  }
  
  .checkBox input[type=checkbox] {
    position: absolute;
    left: 50px;
    visibility: hidden;
  }
  
  .transition {
    transition: 300ms ease;
  }
  
  @keyframes pulse {
    0%,
    100% {
      transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) rotate(0deg) scale(1.6);
    }
  }
  .onde-chamar1{
    display: flex;
    align-items: center;
    gap: 2rem;
  }

.onde-chamar p{
    margin-bottom: 0 !important;
    font-weight: 300;
}
.onde-chamar{
    margin-bottom: 2rem;
}
.onde-chamar-check{
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.checkbox-wrapper svg{
    cursor: pointer;
}
.texto-onde-chamar{
    margin-bottom: 1rem;
}
.footer2 button{
    padding: 10px;
    border-radius: 40%;
    background-color: var(--azul-diferenciado);
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .6em;
    animation: flutuacao 2s ease-in-out infinite;
}
.footer2 button i{
    font-size: 24px;
    color: #f5f5f6;
    
}
.valores h3{
    font-size: 30px;
    font-weight: 500;
    color: var(--azulescuro);
}

.ribbon {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Size */
    height: 2rem;

    /* Use to position the corners */
    position: relative;
}

.align{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
}

.ribbon {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Size */
    height: 2rem;

    /* Use to position the corners */
    position: relative;
}



/* Menu Responsive */
/* #bar1,  #bar3{
    position: fixed;
    top: 0;
} */
.bg {
    background-color: #02475cfa;
    backdrop-filter: blur(1rem);
    width: 70%;
    height: 100vh;
    margin-left: 30%;
    padding: 10rem 0 0 3rem;
    position: absolute;
    z-index: 5;
    left: 4000px;
    top: 0;
    transition: ease-in .3s;
    
    list-style: none;
    position: fixed;
    display: flex;
    flex-direction: column;
   
    
  }

  .bg a {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 200;
    display: inline flex;
    
}
.bg li{
    height: 55px;
}
.numero-extra{
    font-weight: 800;
    font-size: 18px;
    margin-right: .7rem;
    margin-top: 0px;
}

.bg a:hover {
    color: #fff;
}


  .showbg {
    left: 0;
  }
  
  #bar1 {
    transform: translateY(-4px);
  }
  
  #bar3 {
    transform: translateY(4px);
  }
  

  
  .change .bar {
    background-color: white;
    
  }
  
  .change #bar1 {
    transform: translateY(4px) rotateZ(-45deg);
  }
  
  .change #bar2 {
    opacity: 0;
  }
  
  .change #bar3 {
    transform: translateY(-6px) rotateZ(45deg);
  }
  
 


#menu {
    display: none;
}
 .fixed{
    position: fixed !important;
}

#menu-bar {
  width: 45px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 40;
  right: 0;
  display: none;
  right: 20px;
  top: 35px;
}



.bar {
  height: 5px;
  width: 90%;
  background-color: var(--azulescuro);
  display: block;
  border-radius: 0px;
  transition: 0.3s ease;
}

#bar1 {
  transform: translateY(-4px);
}

#bar3 {
  transform: translateY(4px);
}




.change .bar {
  background-color: white;
}

.change #bar1 {
  transform: translateY(4px) rotateZ(-45deg);
}

.change #bar2 {
  opacity: 0;
}

.change #bar3 {
  transform: translateY(-6px) rotateZ(45deg);
}

.iso .isoimage{
    
    width: 200px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    rotate: -22deg;
}
.iso img{
    width: 200px;
}
.iso{
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}




  





/* Responsive */
@media (max-width: 936px) {
    .navi {
        display: none;
    }

    .nav-menu {
        display: none;
    }

    #menu-bar {
        display: block;
    }

    #menu {
        display: block;
        margin-bottom: 20px;
    }

    .navigation {
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        gap: 0;
    }

    .container-valores {
        flex-direction: column;
        text-align: center;
    }

    .sobre-nos hr {
        display: none;
    }

    .sobre-nos {
        text-align: center;
        max-width: 90vw;
        margin:  auto;
    }
    
    .empresa-valores hr {
        display: none;
    }

    .empresa-valores h2 {
        margin: 0 auto;
    }

    .container-caixas-contato {
        flex-direction: column;
        gap: 62px;
        margin-top: 32px;
        margin-bottom: 68px;
        padding: 0 20px;
    }

    .caixa1 {
        min-width: auto;
        height: auto;
    }
   
}

@media (max-width: 665px) {
    .counter-whatsapp {
        flex-direction: column;
        padding: 30px 50px;
        gap: 2rem;
        text-align: center;
    }
}

@media (max-width: 795px) {
    

    .container-caracteristicas {
        flex-direction: column;
    }

    .info-form {
        text-align: center;
        margin: 0 auto;
    }

    .row {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        margin-top: 33px;
    }

    .onde-chamar {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
    }

   .contato-form p{
    text-align: center;
   }

   

    .botao-empre button {
        margin: 42px 5vw 0 5vw;
        max-width: 100%;
    }

    .separando p {
        font-size: 4vw !important;
    }
}



@media (max-width: 550px) {
    .form-empreendimentos textarea {
        margin: 0 !important;
        margin-top: 20px !important;
        
    }

    .botao-empre button {
        margin: 0 !important;
        margin-top: 20px !important;
    }
}

@media (max-width: 1185px) {
    .container-start {
        flex-direction: column-reverse;
        text-align: center;
        gap: 60px
    }

    .titulo-text-obras {
        margin: 0 auto;
    }

    .text-obras p {
        max-width: 660px;
        text-align: center;
    }
    .loc-rua{
        width: 180px;
    }
    .text-obras {
        align-items: center;
    }

    .localizacao {
        flex-wrap: wrap;
        gap: 31px;
    }

    .counter-whatsapp {
        flex-direction: column;
        text-align: center;
        gap: 27px;
    }

    .swiper {
        width: 80vw;
        height: 50vw;
    }

    .padding {
        padding: 0;
    }

    .separando {
        flex-direction: column;
        text-align: center;
        gap: 52px;

    }

    .separando p {
        max-width: 90vw;
        font-size: 2vw;
    }

    .info-form {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 36px;
    }

    

    .obra {
        padding: 0;
    }
    
    .texto-obra {
        margin-top: 40px;
    }
}


@media (max-width: 545px) {
   

     .loc-info-estágio {
        padding: 10px 15px;
        height: auto;
    }

    .imagem-obras-100 {
        min-width: 90vw;
        height: 89vw;
    }
}
.afinou{
    font-weight: 200;
}
.align h2{
    font-weight: 700;
}
.certificado-abs p{
    color: blue;
    border-bottom: 1px solid blue;
    width: fit-content;
    margin-top: 5px;
}
.coloca-um-espacinho{
    margin-bottom: 4rem;
}
.carrossel-index{
    width: 100%;
    height: 75vh;
}
.swiper-slide h3{
    z-index: 1;
    font-size: 3.5rem;
    position: absolute;
    top: 40%;
    color: white;
    text-transform: uppercase;
    right: 15%;
    line-height: 3rem;
    text-align: end;
}
.swiper-slide .paragrafo-carrossel-intro {
    z-index: 1;
    font-size: 1.3rem;
    position: absolute;
    top: 57%;
    color: white;
    font-weight: 300;
    right: 15%;
    line-height: 1.75rem;
    text-align: end;
}
.swiper-slide .paragrafo-carrossel-intro-com-botao{
    z-index: 1;
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    color: white;
    font-weight: 300;
    right: 15%;
    line-height: 1.75rem;
    text-align: end;
}
.swiper-slide button{
    z-index: 1;
    position: absolute;
    top: 63%;
    color: white;
    font-weight: 300;
    right: 15%;
    line-height: 1.75rem;
    text-align: end;
}
.swiper-slide h4{
    z-index: 1;
    font-size: 1.5rem;
    position: absolute;
    top: 33%;
    color: white;
    
    right: 15%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.swiper-slide{
    position: relative;
}


   
   

    swiper-container {
      width: 100%;
      height: 100%;
      
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: -100;
      
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(60%);

    }
