.video-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  .video-container2 {
    position: absolute;
    width: 100%;
    height: 80vh; /* Set the height to 30% of the viewport */
    overflow: hidden; /* Hide any overflow */
  }
  
  #backVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ensure video covers the entire container */
    object-fit: cover; /* Ensure video covers the entire container */
    z-index: -1; /* Place video behind the header */
  }
.texto-video{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.no-style{
    text-decoration: none;
}

.textos{
    text-align: center;
    padding: 2rem;
    margin: 0 auto;
}

.textoFechas{
  position:absolute;
  bottom: 0;
 
}

/* REGLAS DESKTOP -------------------------------------------- */
@media only screen and (min-width: 767px) {

  .titulosDiv{
    
    margin-bottom: 0px;

  }
}