
.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;
 }

  
/*sobre nos*/
.sobre-nos-atuaçao{
    padding: 30px;
  }
  
  .sobre-nos-atuaçao p {
     
     font-size: 24px;
     font-family: 'Barlow', sans-serif;
     color: #575756;
  }
  
  .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{
     margin-top: 100px;
     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) {

   .cont-two {
     padding-bottom: 50px;
   }
 
   .cont-two h2 {
     font-size: 20px;
     text-align: center;
     margin-left: 0;
   }
 
   .cont-two hr {
     width: 80%;
     margin-left: 0;
   }
 
   .flexwp {
     flex-direction: column;     /* empilha imagens */
     align-items: center;
     gap: 30px;
     padding: 0 20px;
   }
 
   .flexwp img {
     width: 100%;
     height: auto;               /* mantém proporção */
   }
 
   .flexwp p {
     font-size: 18px;
     text-align: center;
   }
 
   .flexwp a {
     font-size: 14px;
     display: inline-block;
     margin-top: 10px;
   }
 }
  

 @media (max-width: 768px) {

   .hero-container {
     position: relative;
     height: 100svh;
     overflow: hidden;
   }
 
   .hero-bg-img {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
   }
 
   .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;
   }
 }
 
 @media (max-width: 768px) {

   .imprensa {
     flex-direction: column;
     gap: 15px;
     margin-top: 50px;
     text-align: center;
   }
 
   .imprensa p {
     font-size: 18px;
   }
 
   .imprensa a {
     font-size: 15px;
   }
 
   .quadrado-atuaçoes img {
     max-width: 100%;
   }
 
 }
 