@font-face {
     font-family: 'Berthold Akzidenz Grotesk Bold'; /* Nombre que usarás para referenciar la fuente */
     src: url('https://sokso.com/hubfs/fiestas%20patrias%202025/Berthold%20Akzidenz%20Grotesk%20Bold%20Extended.otf') format('opentype'); /* Ruta al archivo OTF */
     font-weight: normal; /* O el peso que corresponda */
     font-style: normal; /* O el estilo que corresponda */
   }

@font-face {
     font-family: 'Berthold Akzidenz Grotesk Regular'; /* Nombre que usarás para referenciar la fuente */
     src: url('https://sokso.com/hubfs/fiestas%20patrias%202025/AkzidenzGroteskBE-Regular.otf') format('opentype'); /* Ruta al archivo OTF */
     font-weight: normal; /* O el peso que corresponda */
     font-style: normal; /* O el estilo que corresponda */
   }


.portada {
      position: relative;
      width: 100%;
      height: 95vh;
      overflow: hidden;
    }

    .portada video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      z-index: -1;
      object-fit: cover;
    }

    .contenido {
      position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding: 20px;
    }

.titulo_trekking{
  font-family:'Berthold Akzidenz Grotesk Bold', sans-serif;
  font-size:106px;
  color:white;
  color:#ffae49;
      margin: 0 0 -0.6rem;

}

.p_trekking{
color: #FFAE4A;
    font-size: 128px;
    font-family: Montserrat, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-weight: <weight>;
    text-align: center;
}
.p_aniversario{
    color: #fff;
    font-family: Berthold Akzidenz Grotesk Regular, sans-serif;
    font-size: 38px;
    margin-top: -2%;
}


.portada {
  position: relative;
  width: 100%;
  height: 80vh; /* ajusta la altura que quieras para el video */
  overflow: hidden;
}

.portada video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Degradado oscuro encima del video */
.portada::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0.25));
  z-index: 1;
  pointer-events: none;
}

/* Contenido encima del degradado */
.contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
}


@media(max-width:767px){
  .portada{
      margin-top: 41px;
  }
  .p_trekking{
  font-size: 68px;
        line-height: 61px;
  }
  .p_aniversario {
    color: #fff;
    font-family: Berthold Akzidenz Grotesk Regular, sans-serif;
    font-size: 30px;
    margin-top: -4%;
}

@media(max-width:639px){
  .titulo_trekking{
font-size: 83px;
}
}
 

@media(max-width:503px){
  .titulo_trekking{
font-size: 69px;
} 
  .p_trekking {
    font-size: 68px;
 }
  .p_aniversario{
  font-size: 24px;
  }
}

  
  @media(max-width:503px){ 
            .p_trekking {
            font-size: 58px;
        }
  }  
/* @media(max-width:479px){
.titulo_trekking{
  font-size: 59px;
  }
  .p_trekking{
  font-size: 17px;
  }
}

@media(max-width:357px){
.titulo_trekking{
  font-size: 46px;
  }
} */