*{
    margin: 0;
}


.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
  }
  
  
  
  .overflow {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.47);
    z-index: 1;
  }
  
  .texto-topo-video {
    position: absolute;
    top: 44%;
    transform: translate(-50%, -60%); /* sobe a caixa */
    z-index: 2;
    color: #fff;
  }
  
  .hero-container {
    position: relative;
  }
  
  .hero-arrow {
    position: absolute;
    bottom: 30px;          /* distância do fundo do hero */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;            /* acima do overlay */
    color: #fff;
    font-size: 32px;
  }

/*textos unidades*/
.texto-cont{
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(241, 241, 241);
    font-size: 20px;
    padding: 50px;
    margin-bottom: 150px;
}

.texto-cont p{
    color: rgb(51, 51, 51);
    margin-top: 50px;
}
.texto-cont hr{
    border: none;
    height: 1px;
    width: 100%;
    background-color: rgb(218, 167, 0);
    margin-bottom: 30px;
}

/*unidades*/


.unidades_unid {
    margin: 40px 0px 300px 60px;
}

.unidades_unid p{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(51, 51, 51);
}

.unds_nordeste {
    margin-top: 70px;
}


.salvador li{
    list-style: none;
    margin: 10px;
    color: rgb(51, 51, 51);
    font-family: Arial, Helvetica, sans-serif;
}

.salvador h3{
    color: #d6b654;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}





.unidades_unid p{

    margin-top: 90px;

}

.unds_sudeste {
    margin-top: 70px;
}


.sudeste li{
    list-style: none;
    margin: 10px;
    color: rgb(51, 51, 51);
    font-family: Arial, Helvetica, sans-serif;
}

.sudeste h3{
    color: #d6b654;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}


.flexwp{
    gap: 50px;
    display: flex;
    justify-content: center;
    
}

.flexwp p{
    font-size: 25px; 
    margin-top: 30px;
    margin-bottom: 30px;
    color: #4f4f4f;
    font-weight: 400;
}

.flexwp a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px; 
    margin-top: 40px;
    color: #a38634;
    font-weight: bold;
    text-decoration: none;
}

.flexwp a:hover{
    text-decoration: underline;
}

.flexwp i{
    position: absolute;
    font-size: 25px;
}

.cont-two{
    background-color: #eaeaea;
    border-top: 1px solid #bd9100;
    padding-bottom: 200px;
}

.cont-two hr{
width: 89%;
margin-left: 85px;
height: 0.5px;
}

.cont-two h2{
    margin-top: 70px;
    font-size: 22px;
    color: #4f4f4f;
    font-weight: lighter;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 85px;
    margin-bottom: 40px;
}



@media (max-width: 768px) {

    .hero-container {
      height: 100svh; /* altura correta no mobile */
      min-height: unset;
    }
  
    .hero-bg-img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  
    .texto-topo-video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      text-align: center;
      z-index: 3;
    }
  
    .titulo-video {
      font-size: 26px;
      line-height: 1.2;
    }
  
    .subtitulo {
      font-size: 14px;
    }
  }


