*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat";
    
}

@font-face {

    font-family: "Kelso W00 Bold";
    src: url("/font/Kelso W00 Bold.ttf");

}

body{

    background-color: #232323;

}








/*banner-principal*/


.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* Define a altura como 100% da altura da viewport */
    overflow: hidden; /* Esconde qualquer parte do vídeo que ultrapasse a área */
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%; /* Ajusta a largura para 100% */
    height: 100%; /* Ajusta a altura para 100% */
    object-fit: cover; /* Preenche o contêiner mantendo a proporção */
    transform: translate(-50%, -50%); /* Centraliza o vídeo */
    z-index: -1; /* Coloca o vídeo atrás do conteúdo */
}



.content {
    display: flex;
    position: relative;
    z-index: 1; /* Coloca o conteúdo acima do vídeo */
    color: white; /* Cor do texto */
    text-align: start; /* Centraliza o texto */
    
    font-size: 30px;
    

    
    
    
}

.titulo-esquerdo{
    
   margin-top: 380px;
   margin-left: 20px;
}







  .banner {
    
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
 
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.banner-content {
    text-align: center;
    color: #fff; 
}

.banner-content h1 {
    font-size: 48px; 
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-content h3 {
    font-size: 24px; 
    color: #D6D6D6;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner-content h2 {
    font-size: 35px; 
    color: #ffffff;
    

}

/*fim-do-banner-principal*/



/*O-que-nos-fazemos*/


.container {
    text-align: center;
    padding: 50px 0;
}
.container h1 {
    font-size: 36px;
    margin-bottom: 50px;
    color: white;
}
.services {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    
}



.service {
    
    background-color: #1C1C1C;
    border-radius: 8px;
    padding: 20px;
    width: 400px;
    text-align: center;
    margin-bottom: 20px;
    
    
}

.service2{

    background-color: #1C1C1C;
    border-radius: 8px;
    padding: 20px;
    width: 400px;
    text-align: center;
    margin-bottom: 20px;

}

.service3{

    background-color: #1C1C1C;
    border-radius: 8px;
    padding: 20px;
    width: 400px;
    text-align: center;
    margin-bottom: 20px;
    display: none;

}


.service i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #7a7a7a;
}
.service h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
}
.service p {
    font-size: 16px;
    color: #b0b0b0;
}



.service2 i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #7a7a7a;
}
.service2 h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
}
.service2 p {
    font-size: 16px;
    color: #b0b0b0;
}



.service3 i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #7a7a7a;
}
.service3 h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
}
.service3 p {
    font-size: 16px;
    color: #b0b0b0;
}


/*5-passos*/

.passos5 {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url(/images/banner-passos.jpg) ;
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 0;
}

.passos52 {
    position: relative;
    width: 100%;
    height: 1000px;
    background-image: url(/images/banner-passos.jpg) ;
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 0;
    display: none;
}

.passos5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.288);
    z-index: -1;
}

.passos52:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    background-color: rgba(0, 0, 0, 0.288);
    z-index: -1;
}

.title {
    font-size: 2em;
    margin-bottom: 50px;
    color: white;
    font-weight: bold;
}
.steps {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    
}

.steps52{

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    height: 700px;

}


.step {
    position: relative;
    flex: 1;
    text-align: center;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    
}
.step:nth-child(1) {
    animation-delay: 2s;
}
.step:nth-child(2) {
    animation-delay: 3s;
}
.step:nth-child(3) {
    animation-delay: 4s;
}
.step:nth-child(4) {
    animation-delay: 5s;
}
.step:nth-child(5) {
    animation-delay: 6s;
}
.step-number {
    font-size: 7em;
    color: rgba(255, 255, 255, 0.432);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    
}

.step-number52 {
    font-size: 7em;
    color: rgba(255, 255, 255, 0.432);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    
}


.step-text {
    position: relative;
    z-index: 2;
    font-size: 1.5em;
    color: white;
    
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/*transformando visoes em realidade*/

.conteiner-principal {
    text-align: center;
    padding: 50px 0;
  }
  
  .conteiner-principal h1 {
    font-size: 2em;
    font-weight: normal;
    color: white;
  }
  
  .conteiner-principal h1 span {
    color: #d4af37;
  }
  
  .grade-de-imagens {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    
  }


  
  .item-da-grade img.imagemspassos {
    opacity: 0.9;
  }
  
  
  .item-da-grade {
    position: relative;
    width: 290px;
    height: 420px;
    overflow: hidden;
  }
  
  .item-da-grade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .item-da-grade .legenda-da-imagem {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }

/*como trabalhamos*/

.main-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: white;
}
.main-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
    
}
.subtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: normal;
}
.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.step-index {
    font-size: 90px;
    font-weight: bold;
    margin-right: 20px;
}

.step-index2{
    font-size: 90px;
    font-weight: bold;
    margin-left: 20px;

}

.step-details {
    flex: 1;
}
.step-details h3 {
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    color: #bbbbbb;
}
.step-details p {
    font-size: 18px;
    margin: 5px 0 0 0;
    color: #bbbbbb;
}
.section-divider {
    border-top: 1px solid #555;
    margin: 20px 0;
}



/*carrocel*/


.titulo-construção h1{

    text-align: center;
    color: white;

}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1304px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  
  .carousel-button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
  }
  
  .carousel-button.left {
    font-size: 70px;
    margin-right: 20px;
  }
  
  .carousel-button.right {
    font-size: 70px;
    margin-left: 20px;
  }
  
  .carousel-wrapper {
    overflow: hidden;
    width: 1304px;
  }
  
  .carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  
  .carousel img {
    width: 286px;
    height: 450px;
    flex-shrink: 0;
    object-fit: cover;
    margin-left: 14px;
    justify-content: center;
  }


/*depoimentos*/

.titulo-depoimentos h1{

    text-align: center;
    color: white;

}

.depoimentos-testimonial-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.depoimentos-testimonial-card {
    background-color: #1C1C1C;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}
.depoimentos-testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.depoimentos-stars {
    color: #f5a623;
    margin-bottom: 15px;
}
.depoimentos-testimonial-text {
    font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 20px;
}
.depoimentos-profile {
    display: flex;
    align-items: center;
    justify-content: center;
}
.depoimentos-profile img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.depoimentos-profile-info {
    text-align: left;
}
.depoimentos-profile-info .depoimentos-name {
    font-weight: bold;
    color: #ffffff;
}
.depoimentos-profile-info .depoimentos-title {
    color: #ffffff;
    font-size: 14px;
}
@media (max-width: 1200px) {
    .depoimentos-testimonial-card {
        width: 45%;
    }
}
@media (max-width: 768px) {
    .depoimentos-testimonial-card {
        width: 100%;
    }
}





/*footer*/

.seção1{

    display: flex;
    flex-direction: column;
    background-color: #1C1C1C;

}

.seção1 .grupo1{

    display: flex;
    background-color: #303031;
    margin-left: auto;
    width: 60%;
    
}

.seção1 .grupo1 .coluna1{

    margin-top: 30px;
    margin-left: 75px;
    margin-bottom: 30px;

}


.seção1 .grupo1 .coluna1 p{

    color: white;
    font-size: 35px;
    font-weight: 600;

}

.seção1 .grupo1 .coluna1 img{

    width: 20%;

}



.seção1 .grupo1 .coluna2{

    margin-top: 45px;
    margin-left: auto;
    margin-right: 100px;
    justify-items: center;

}

.seção1 .grupo1 .coluna2 p{

    color: white;
    font-size: 25px;
    font-weight: 600;

}

.seção1 .grupo1 .coluna2 i{

    color: white;
    font-size: 40px;
    margin-top: 30px;
    
    

}

.seção1 .grupo1 .coluna2 #i1{

    margin-right: 30px;
    

}

.seção1 .grupo2{

    display: flex;
    justify-content: center;
    color: white;
    margin-top: 30px;

}

.seção1 .grupo2 .coluna1{

    margin-right: 15%;
}

.seção1 .grupo2 .coluna1 h6{

    color: #7a7a7a;
    margin-bottom: 20px;
    font-size: 20px;


}

.seção1 .grupo2 .coluna1 p{

    margin-bottom: 20px;
    font-size: 20px;

}

.seção1 .grupo2 .coluna2{

    margin-right: 15%;

}

.seção1 .grupo2 .coluna2 h6{

    color: #7a7a7a;
    margin-bottom: 20px;
    font-size: 20px;

}

.seção1 .grupo2 .coluna2 p{

    margin-bottom: 20px;
    font-size: 20px;

}



.seção1 .grupo2 .coluna3 h6{

    color: #7a7a7a;
    margin-bottom: 20px;
    font-size: 20px;
    

}

.seção1 .grupo2 .coluna3 i{

    font-size: 30px;
    margin-right: 20px;
    
}


.seção1 .line{

    width: 80%;
    border-top: 1px solid #7a7a7a;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;

}



.seção1 .grupo3 .coluna1{

    display: flex;
    justify-content: space-between;
    
    margin-left: 10%;
    margin-right: 10%;
    color: white;
    
    margin-bottom: 20px;
   
}

.seção1 .grupo3 .coluna1 h1{

    font-family: "Kelso W00 Bold";
    font-size: 45px;


}

.seção1 .grupo3 .coluna1 p{

   margin-top: 10px;

}












