.ol {
  display: inline;
}

.breadcrumb li {
  display: inline;
  /*max-width: 180px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caf_nav_eventos li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caf_apertura_simple,
.caf-mt-104 {
  margin-top: 104px;
}

.caf_apertura_simple_wrap {
  min-height: 480px;
}

/*.caf_bread_eventos_container {*/
  /*position: absolute;*/
  /*top: 72px;
  z-index: 98;
  padding: 5px 50px 1px 20px;
  min-height: 32px;
  position: fixed;
}

.caf_bread_eventos_container .breadcrumb {
  padding: 0rem;
  margin-bottom: 0.5rem;
  background-color: #fff0;
  border-radius: 0rem;
  font-size: 0.8rem;
  display: block;
}*/

.caf_txt_eventos p {
  font-size: 16px;
}

.caf_fechas {
  font-size: 15px;
  font-weight: 100;
}

.caf_txt_eventos h1 {
  font-size: min(max(36px, 3.5vw), 60px);
  /*font-size: min(max(36px, 4vw), 70px);*/
}

.caf_imagen_apert_eventos {
  position: relative;
  overflow: hidden;
}

.caf_imagen_apert_eventos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caf_tit_apertura_eventos {
    display: flex;
    justify-content: center;/*flex-start;*/
    flex-direction: column;
    height: 100%;
    padding: 20px;
    padding-top: 30px;
}

.btn_eventos {
    border: 1px solid white;
    color: white;
}

.btn_eventos:hover {
    background-color: white;
}

@media (max-width: 991.98px) {
  .caf_tit_apertura_eventos {
    padding: 20px 20px 40px 20px;
  }
}

/* APERTURA VIDEO STREAM */
.stream-wrap {
  /*height: 41vw !important;*/
  height: 39vw !important;
  overflow: hidden;
  margin-top: 92px;
  width: 100%;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.video-stream iframe {
  max-width: 100%;
  max-height: 100%;
}

.video-stream.stuck {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 260px;
  height: 145px;
  transform: translateY(100%);
  animation: fade-in-up 0.75s ease forwards;
  z-index: 99;/*100;*/
}

.caf_stream_container {
  position: relative;
  /*padding-bottom: 56.25%;*/
  /* ELIMINAR padding-bottom: 56.25%, PARA MANTENER EL ASPECT RATIO DEL VIDEO */
  /*padding-top: 25px;
  height: 0;*/
  height: 39vw;
}

.caf_stream_apertura {
  /*   position: absolute; */
  /* ELIMINAR position: absolute, PARA MANTENER EL ASPECT RATIO DEL VIDEO */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caf_eventos_dropdown .form-control {
  padding: 0px 0 10px 0 !important;
  font-size: 9px !important;
  line-height: 1;
  color: #fff;
  background-color: #fff0;
  border: 0px solid #ced4da;
  border-radius: 0rem;
}

/* END APERTURA VIDEO STREAM */

/* APERTURAS TITULO H1 SECCION */

.caf_cabecera_seccion h1 {
    font-size: min(max(40px, 4.8vw), 100px);
    font-family: Playfair Display, serif;
    font-weight: 700;
}

.caf-img-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

/* CUSTOM SELECT OPTION AUDO */
.caf_checkbox_container.audio_container #checkbx-2 {
    margin-bottom: 17px;
    margin-right: 5px;
}

.audio_wrap {
    padding-bottom: 17px;
}

.audio_wrap select {
  cursor: pointer;
  border-radius: 0;
  border: none;
  border-bottom: 0px solid #fff0;
  color: white;
  padding: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-bottom: 18px;
}

.audio_wrap select option {
    color: black;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .audio_wrap select {
    background-color: #fff0;
    padding-bottom: 2px;/*17px;*/
  }

  .caf_live_wrap {
    bottom: -10px;
  }
}

/* firefox */
@media(min--moz-device-pixel-ratio:0) {
  .audio_wrap select {
    background-color: #2f4858;
  }
}

/* For IE <= 11 */
.audio_wrap select::-ms-expand {
  display: none;
}