/* BREADCRUMB */

.ol {
  display: inline;
}

.breadcrumb li {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caf_nav_registrate {
  padding: 0rem;
  font-size: 0.8rem;
  position: relative;
  z-index: 98;
  width: 100%;
  margin-top: -1px;
}

.caf_nav_registrate .navbar {
  padding: 0rem;
}

.caf_nav_registrate .navbar-nav {
  width: 100%;
}

.caf_nav_registrate .navbar .caf_bx_nav {
  background-color: #cd2b82;
  width: 100% !important;
  text-align: center;
  padding: .5rem;
}

.jumbotron {
  margin-bottom: 0px !important;
  border-radius: 0rem;
}

.caf_btn_livestream {
  font-size: 0.8rem;
  line-height: 1;
  margin-top: -35px;
}

.caf_live_wrap {
  position: absolute;
  z-index: 99;
  bottom: -8px;
  right: 1.5rem;
}

.caf_submenu_active {
  position: relative;
}

.caf_submenu_active:after {
  content: "";
  display: inline-block;
  width: calc(100% - 1rem);
  /*width: calc(100% - 2rem);*/
  /*border-bottom: 4px solid #5c5193;*/
  bottom: 0;
  position: absolute;
  margin-left: 0.5rem;
}

/* CHECKBOXES */

.caf_checkbox_container {
  align-items: center;
  display: flex;
  margin-left: 10px;
}

.caf_checkbox_outer {
  width: 1.25em;
  height: 1.25em;
  display: flex;
  background-color: #cd2b82;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* margin: 0 0.4rem 0.4rem 0; */
  margin-right: 10px;
}

.caf_checkbox_inner {
  width: 88%;
  height: 88%;
  transition: .4s
}

.caf_checkbox_outer input:checked+.caf_checkbox_inner {
  background-color: #fff;
  transition: .4s;
  box-shadow: 0 0 0 4px #cd2b82 inset;
}

.caf_checkbox_outer input {
  opacity: 0;
  position: absolute;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.caf-modal-wrap-2 .btn:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 768px) {
  .caf_apertura_wrap {
    margin-top: 105px;
  }
}

/* CUSTOM SELECT OPTION AUDIO */
.audio_wrap {
    padding-bottom: 0;
}

.caf_checkbox_container.audio_container #checkbx-2 {
    margin-bottom: 0;
}

label, .audio_wrap {
  display: inline-block;
  margin-bottom: 0rem;
  font-size: 0.8rem;
}

.audio_wrap select {
  cursor: pointer;
  border-radius: 0;
  border: none;
  border-bottom: 0px solid #fff0;
  /*color: #000;*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.8rem;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .audio_wrap select {
    background-color: #fff0;
  }

  .caf_live_wrap {
    bottom: -10px;
  }
}

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

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

.caf-pt-1 {
  padding-top: .2rem !important;
}

@media (max-width: 1200px) {}

.caf_bread_submenu_container {
  top: 72px;
  z-index: 98;
  min-height: 32px;
  position: fixed;
}

.caf_bread_submenu_container .breadcrumb {
  /*width: 300px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* color: #f31156; */
}

.nav-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caf_bread_submenu_container .breadcrumb {
  padding: 0rem;
  margin-bottom: 0.7rem;
  background-color: #fff0;
  border-radius: 0rem;
  font-size: 0.8rem;
  display: block;
}

.navbar-nav li a {
  font-size: 0.8rem !important;
  color: #000;
}

.caf_modal_opciones_audio span {
  font-size: .8em;
  font-weight: 200;
  color: #fff;
  line-height: 2;
}


.caf_modal_opciones_audio {
  border-top: 1px solid #fff;
}
