/* imports */
/*Programas */
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700");
/* Mixins */
/*redes sociales y colores*/
/* [Ajuste columnas y gutters] */
.custom-gutters .container {
  padding-left: 40px;
  padding-right: 40px;
}
.custom-gutters .row {
  margin-left: -40px;
  margin-right: -40px;
}
.custom-gutters .col,
.custom-gutters [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 576px) {
  .custom-gutters-sm .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .custom-gutters-sm .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .custom-gutters-sm .col,
.custom-gutters-sm [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .custom-gutters-md .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .custom-gutters-md .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .custom-gutters-md .col,
.custom-gutters-md [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .custom-gutters-lg .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .custom-gutters-lg .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .custom-gutters-lg .col,
.custom-gutters-lg [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .custom-gutters-xl .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .custom-gutters-xl .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .custom-gutters-xl .col,
.custom-gutters-xl [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.normal-gutters .container {
  padding-left: 15px;
  padding-right: 15px;
}
.normal-gutters .row {
  margin-left: -15px;
  margin-right: -15px;
}
.normal-gutters .col,
.normal-gutters [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .normal-gutters-sm .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .normal-gutters-sm .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .normal-gutters-sm .col,
.normal-gutters-sm [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .normal-gutters-md .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .normal-gutters-md .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .normal-gutters-md .col,
.normal-gutters-md [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .normal-gutters-lg .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .normal-gutters-lg .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .normal-gutters-lg .col,
.normal-gutters-lg [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .normal-gutters-xl .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .normal-gutters-xl .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .normal-gutters-xl .col,
.normal-gutters-xl [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* /[Ajuste columnas y gutters] */
body {
  font-family: "Muli", sans-serif;
}

a {
  color: inherit;
  -webkit-transition: color 200ms;
  /* For Safari 3.0 to 6.0 */
  transition: color 200ms;
  /* For modern browsers */
}

a:hover {
  text-decoration: none;
}

@media all and (min-width: 992px) {
  body {
    background-color: #FAFAFA;
  }
}
/* programas disponibles*/
/* nombre, color*/
#botbar {
  background-color: transparent;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 19px;
  margin: 0;
}

.item-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img-wrap {
  width: 100%;
  background: #fff;
  position: relative;
}
.img-wrap:before {
  content: "";
  display: block;
  padding-bottom: 56.26%;
}

.item-duration {
  position: relative;
  bottom: 25px;
  float: right;
  margin-right: 5px;
  width: 55px;
  /* Fallback for web browsers that don't support RGBa */
  background-color: black;
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.6);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  color: white;
  font-size: 10px;
  letter-spacing: 2.7px;
  line-height: 9px;
  text-align: center;
  padding: 6px 0;
}

.item-category {
  color: #4B89DC;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3.6px;
  line-height: 19px;
  margin: 10px 0;
}

.item-title {
  color: #555555;
  padding-right: 15px;
  padding-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

.item-date {
  color: #777777;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  font-size: 11px;
  letter-spacing: 3.3px;
  line-height: 19px;
}

.principal-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80%;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(85, 85, 85, 0.4);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.programa {
  color: #FFFFFF;
  font-family: "Muli", sans-serif;
  background: url(https://www.biobiochile.cl/assets/bbcltv-2019/img/programas_movil/bg_programa_movil@2x.png);
  height: 500px;
  width: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 17px;
  padding-top: 245px;
  margin-bottom: -60px;
}
.programa-name h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 20px;
}
.programa-desc p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
.programa-horario {
  position: relative;
}
.programa-horario h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
.programa-horario:before {
  content: "";
  position: absolute;
  top: -19px;
  height: 1px;
  width: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media all and (min-width: 768px) {
  .programa {
    padding-top: 175px;
  }
}
@media all and (min-width: 992px) {
  .programa {
    background: url(https://www.biobiochile.cl/assets/bbcltv-2019/img/programas_escritorio/bg_programa@2x.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 600px;
  }
  .programa-name h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
  }
  .programa-desc p {
    font-size: 15px;
  }
  .programa-horario h4 {
    font-size: 15px;
    line-height: 15px;
  }
}

.principal-item {
  position: relative;
  padding-top: 0px;
  max-width: 100%;
  padding-bottom: 20px;
  right: -15px;
}
.principal-item a {
  display: inherit;
  width: 100%;
  height: auto;
}
.principal-item .play-se-dijo-en-la-radio {
  background-color: #4A3A6B !important;
}
.principal-item .play-bbcltv-opinion {
  background-color: #4A3A1B !important;
}
.principal-item .play- {
  background-color: #27303E !important;
}
.principal-item .principal-play {
  position: absolute;
  bottom: 0;
  left: -35px;
  background-color: #27303E;
  height: 70px;
  width: 70px;
  padding: 13px;
}
.principal-item .principal-play .play-circle {
  height: 100%;
  border-radius: 50%;
  border: 2px solid white;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  position: relative;
}
.principal-item .principal-play .font-icon {
  color: #FFFFFF;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 992px) {
  .principal-item {
    right: unset;
    padding-bottom: 0;
    display: flex;
  }
  .principal-item .img-wrap {
    order: 2;
    position: relative;
    left: unset;
    margin-top: -90px;
  }
  .principal-item .item-thumb {
    height: 100%;
  }
  .principal-item .principal-play {
    height: 90px;
    width: 90px;
    left: -45px;
  }
  .principal-item .item-title {
    padding-top: 70px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .principal-item:after {
    content: none;
  }
}

.episodios-title {
  padding: 50px 15px;
}
.episodios .episodio-item {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.episodios .episodio-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80%;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(85, 85, 85, 0.4);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media all and (min-width: 992px) {
  .episodios {
    display: flex;
    flex-wrap: wrap;
  }
  .episodios-title {
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(85, 85, 85, 0.2);
    margin-bottom: 40px;
  }
  .episodios-title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
  }
  .episodios .episodio-item {
    width: 50%;
    margin-bottom: 40px;
  }
  .episodios .episodio-item .item-title {
    min-height: 110px;
  }
  .episodios .episodio-item:nth-child(2n) {
    padding-right: 8px;
  }
  .episodios .episodio-item:nth-child(2n-1) {
    padding-left: 8px;
  }
}
.mas-visto {
  counter-reset: destacadoCounter;
}
.mas-visto .masvisto-title {
  padding: 50px 15px;
}
.mas-visto .masvisto-item {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.mas-visto .masvisto-item a {
  display: inherit;
}
.mas-visto .masvisto-item .img-wrap {
  margin-bottom: -20px;
}
.mas-visto .masvisto-item .text-wrap {
  /*arreglar*/
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  min-width: 50%;
}
.mas-visto .masvisto-item .item-duration {
  bottom: 65px;
}
.mas-visto .masvisto-item .item-title {
  padding-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  order: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
}
.mas-visto .masvisto-item .item-category {
  margin-top: 10px;
  margin-bottom: 0;
  order: 2;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
}
.mas-visto .masvisto-item:hover .item-thumb {
  opacity: 0.5;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.45);
}
.mas-visto .masvisto-item:hover .item-title {
  color: black;
}
.mas-visto .masvisto-item:after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  height: 1px;
  width: 80%;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(85, 85, 85, 0.4);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mas-visto .masvisto-numb {
  position: relative;
  left: -20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: #27303E;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 10px 0;
  line-height: 19px;
}
.mas-visto .masvisto-numb::before {
  counter-increment: destacadoCounter;
  content: counter(destacadoCounter) "";
}
@media all and (min-width: 992px) {
  .mas-visto {
    margin-left: auto;
  }
  .mas-visto .masvisto-title {
    padding: 41px 0 20px 0;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
  }
  .mas-visto .masvisto-item {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .mas-visto .masvisto-item .img-wrap {
    margin-bottom: 0;
  }
  .mas-visto .masvisto-item .item-duration {
    bottom: 25px;
  }
  .mas-visto .masvisto-item .text-wrap {
    display: block;
  }
  .mas-visto .masvisto-item .text-wrap .item-title {
    font-size: 16px;
  }
  .mas-visto .masvisto-item .item-category {
    margin-bottom: 10px;
  }
  .mas-visto .masvisto-item:after {
    content: none;
  }
  .mas-visto .masvisto-numb {
    position: absolute;
    bottom: 0;
  }
}

.ver-mas {
  padding-top: 10px;
  margin: auto -15px;
  display: flex;
  align-items: center;
  position: relative;
}
.ver-mas .ver-mas-link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ver-mas .ver-mas-link:hover {
  background-color: #27303e;
  text-decoration: none;
}
.ver-mas .boton-ver-mas {
  width: 232px;
  height: 45px;
  border: 1px solid #555555;
  border: 1px solid rgba(85, 85, 85, 0.4);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4.2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  color: #4B89DC;
  cursor: pointer;
}
.ver-mas .boton-ver-mas .fa-spinner {
  font-size: 30px;
  line-height: 1.5;
}
.ver-mas::before, .ver-mas::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  /* or 100px */
  border-bottom: 1px solid #555555;
  border-bottom: 1px solid rgba(85, 85, 85, 0.4);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  position: static;
}

@media all and (min-width: 992px) {
  .ver-mas {
    margin: 0 0 40px 0;
  }
}
.background-container {
  padding-bottom: 50px;
}

@media all and (min-width: 992px) {
  .background-container {
    background-color: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  }
}
/* imports menu y busqueda*/
.header-menu {
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  overflow-y: scroll;
  top: 0;
  margin-top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity */
}

.panel-black {
  display: none;
}

.menu-panel {
  padding: 25px 0;
  background-color: rgba(39, 48, 62, 0.85);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.search-box {
  transition: color 200ms;
  /* For modern browsers */
  background-color: #161C25;
}
.search-box form {
  margin-block-end: 0;
}
.search-box .search-group {
  display: flex;
  padding: 18px 32px;
}
.search-box .search-icon-append {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #CCC;
  text-align: center;
  white-space: nowrap;
}
.search-box .search-input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #CCC;
  background-color: #161C25;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.menu-redes {
  transition: color 200ms;
  /* For modern browsers */
  padding: 25px 32px;
  text-align: center;
}
.menu-redes-container {
  display: flex;
  margin: auto;
}
.menu-redes a:not(:last-child) .red-item {
  margin-right: 16px;
}
.menu-redes .red-item {
  text-align: center;
  width: 93px;
  height: 32px;
  font-size: 20px;
  vertical-align: top;
}
.menu-redes .red-facebook {
  border-bottom: 2px solid #3E66A8;
}
.menu-redes .red-instagram {
  border-bottom: 2px solid #A93491;
}
.menu-redes .red-twitter {
  border-bottom: 2px solid #24A7E6;
}

.menu-section-title {
  padding: 25px 32px;
  color: #4B89DC;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3.6px;
  line-height: 19px;
}

.bloque {
  padding-right: 0;
  padding-left: 0;
}

.menu-principales .principales-header {
  height: 65px;
  padding: 25px 16px;
  margin: 0 16px;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.menu-principales .principales-header .fal {
  float: right;
}
.menu-principales [data-toggle=collapse] .fal:before {
  content: "\f106";
}
.menu-principales [data-toggle=collapse].collapsed .fal:before {
  content: "\f107";
}
.menu-principales .principales-body {
  background-color: #161C25;
  padding: 15px 50px;
  text-align: right;
}
.menu-principales .principales-item {
  padding: 15px 0;
}

.menu-categorias {
  display: flex;
  padding: 5px 32px;
}
.menu-categorias-col:not(:last-child) {
  margin-right: auto;
}
.menu-categorias-item {
  width: 115px;
  padding: 20px 0;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

@media all and (min-width: 992px) {
  .header-menu {
    position: relative;
    /* Stay in place */
    margin-top: 0;
    margin-right: 0;
    margin-left: -15px;
    overflow-y: hidden;
    background-color: black;
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0);
    /* Black w/opacity */
  }

  .collapsing {
    position: relative !important;
  }

  .panel-black {
    width: 435px;
    height: 260px;
    background-color: #161C25;
    background-color: rgba(22, 28, 37, 0.9);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  .bloque:not(:last-child) {
    margin-right: auto;
  }
  .bloque:after {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    height: 257px;
    border-left: 1px solid white;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .menu-panel {
    margin-top: 16px;
    padding: 25px 0;
    background-color: rgba(39, 48, 62, 0.98);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
    display: flex;
    margin-right: 75px;
  }

  .menu-section-title {
    padding: 25px 0px;
  }

  .menu-categorias {
    display: block;
    border-top: 1px solid white;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin: 0;
  }
  .menu-categorias-item {
    max-width: 100%;
    padding: 10px 0;
    font-size: 12px;
    line-height: 12px;
  }

  .menu-principales {
    display: flex;
    margin-left: 0px;
    border-top: 1px solid white;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu-principales .principal-container:not(:last-child) {
    margin-right: auto;
  }
  .menu-principales .principales-header {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding: 25px 0px;
    margin-right: auto;
    border: none !important;
  }
  .menu-principales .principales-header .fal {
    display: none;
  }
  .menu-principales .principales-body {
    background-color: inherit;
    padding: 0;
    text-align: left;
    font-size: 13px;
    line-height: 13px;
  }
  .menu-principales .principales-item {
    padding: 10px 0;
  }
  .menu-principales .collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
.header-search {
  display: none;
}
.header-search .search-group {
  margin-right: 30px;
  position: relative;
  display: flex;
}
.header-search .search-icon-prepend {
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
}
.header-search form {
  margin-block-end: 0;
  margin-bottom: 0;
}
.header-search input {
  width: 450px;
  background: transparent;
  border: 0;
  color: #CCC;
  font-size: 16px;
  line-height: 16px;
}
.header-search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
}
@media all and (min-width: 992px) {
  .header-search {
    display: inherit;
  }
}
@media all and (min-width: 1200px) {
  .header-search input {
    width: 550px;
  }
}

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  font-family: "Muli", sans-serif;
}
.header ul {
  margin-bottom: 0;
}
.header .topbar {
  position: relative;
  width: 100%;
  height: 35px;
  background-color: #161C25;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 21px;
}
.header .topbar a:hover {
  color: white;
}
.header .topbar .topbar-categories {
  color: #CCC;
  opacity: 0.8;
}
.header .topbar .topbar-categories .list-inline-item {
  margin-right: 25px;
}
.header .topbar .topbar-categories .list-inline-item:last-child {
  margin-right: 0;
}
.header .topbar .topbar-redes {
  display: none;
}
.header .topbar .topbar-redes .list-inline-item {
  font-size: 18px;
  margin: 0 15px;
}
.header .topbar .topbar-redes .list-inline-item:last-child {
  margin-right: 30px;
}
.header .topbar .topbar-redes [class*=facebook] {
  color: #3E66A8;
}
.header .topbar .topbar-redes [class*=twitter] {
  color: #24A7E6;
}
.header .topbar .topbar-redes [class*=instagram] {
  color: #A93491;
}
@media all and (min-width: 1200px) {
  .header .topbar .topbar-redes {
    display: block;
  }
}
.header .container-botbar {
  position: relative;
  justify-content: unset;
}
.header .botbar {
  z-index: 2;
  background-color: #27303E;
  color: #FFFFFF;
  height: 65px;
  padding: 0;
  transition: background-color 100ms linear 100ms;
}
.header .botbar a:hover {
  color: gray;
}
.header .botbar .bbtv-headerBL {
  background-image: url("https://www.biobiochile.cl/assets/bbcltv-2019/img/header_movil/BBTV-color_bl@2x.png") !important;
}
.header .botbar .bbtv-header {
  background-image: url("https://www.biobiochile.cl/assets/bbcltv-2019/img/header_movil/Logo-BBTV-color-compacto_movil@2x.png");
  height: 28px;
  width: 96px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  transition: left 0.2s linear;
  transform: translateX(0);
  left: 0;
}
@media all and (min-width: 992px) {
  .header .botbar .bbtv-headerBL {
    background-image: url("https://www.biobiochile.cl/assets/bbcltv-2019/img/header_escritorio/logo_biobiochiletv_bl@2x.png") !important;
  }
  .header .botbar .bbtv-header {
    background-image: url("https://www.biobiochile.cl/assets/bbcltv-2019/img/header_escritorio/logo_biobiochiletv@2x.png");
    height: 28px;
    width: 97px;
  }
}
.header .botbar .botbar-categories {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-right: auto;
  overflow: hidden;
  flex-wrap: nowrap;
  width: auto;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.header .botbar .botbar-categories li {
  margin-right: 60px;
}
.header .botbar .botbar-categories-collapsed {
  opacity: 0;
  margin-right: 0;
  width: 0;
  height: 0;
}
@media all and (min-width: 992px) {
  .header .botbar .botbar-categories {
    display: flex;
  }
}
.header .botbar .botbar-buttons {
  height: 65px;
  display: flex;
  margin-right: -15px;
}
.header .botbar .botbar-buttons [data-toggle=collapse]#menu.collapsed {
  background-color: transparent;
  color: inherit;
}
.header .botbar .botbar-buttons [data-toggle=collapse]#menu.collapsed .fal:before {
  content: "\f0c9";
}
.header .botbar .botbar-buttons [data-toggle=collapse]#busca.collapsed {
  background-color: transparent;
  color: inherit;
}
.header .botbar .botbar-buttons [data-toggle=collapse]#busca.collapsed .fal:before {
  content: "\f002";
}
.header .botbar .botbar-buttons [data-toggle=collapse] {
  background-color: #2962FF;
  color: white;
  transition: all 100ms linear 50ms;
}
.header .botbar .botbar-buttons [data-toggle=collapse] .fal:before {
  content: "\f00d";
}
.header .botbar .botbar-toggler {
  cursor: pointer;
  color: inherit;
  position: relative;
  padding: 0.35rem 1.7rem;
  font-size: 20px;
  line-height: 45px;
  border: 0;
}
.header .botbar .botbar-toggler:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 45px;
  width: 1px;
  /* or 100px */
  border-left: 1px solid white;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
}
@media all and (min-width: 992px) {
  .header .botbar .botbar-buttons {
    margin-right: 0;
  }
}
.header .header-sticky {
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
  color: #777777;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF !important;
}
.header .header-sticky .botbar-toggler:before {
  content: "";
  border-left: 1px solid black;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.header .header-sticky a:hover {
  color: black;
}
.header .header-sticky .botbar-categories {
  display: none;
}
.header .header-sticky .header-search .search-icon-prepend {
  color: #777;
}
.header .header-sticky .header-search form input {
  background: transparent;
  border: 0;
  color: #777;
}
.header .header-sticky .header-search form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
}
.header .header-sticky-2 {
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
}
.header .header-sticky-2 .botbar-categories {
  display: none;
}
@media all and (min-width: 992px) {
  .header .header-sticky .bbtv-header-middler, .header .header-sticky-2 .bbtv-header-middler {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition-property: width;
}

.navbar-collapse.width {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

/* footer rrss*/
.footer {
  background: linear-gradient(180deg, #001D38 3.89%, #001D38 100%);
  color: #CCCCCC;
  position: relative;
}
.footer a:hover {
  color: white;
}
.footer .footer-wrapper i {
  line-height: unset !important;
}
.footer .brand-wrapper {
  position: absolute;
  top: -50px;
  left: 0;
  min-width: 60%;
  min-height: 100px;
  background-color: #062440;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}
.footer .footer-secciones {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 21px;
}
.footer .footer-secciones .footer-seccion {
  position: relative;
}
.footer .footer-secciones .footer-seccion:not(:last-child) {
  margin-right: 80px;
}
.footer .footer-secciones .footer-seccion:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 70px;
  /* or 100px */
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
}
.footer .footer-secciones .footer-seccion:hover::before {
  border-bottom: 1px solid white;
}
.footer .brand-img {
  position: relative;
  top: -16px;
  margin-left: 45px;
  background-image: url("https://www.biobiochile.cl/assets/bbcltv-2019/img/header_escritorio/logo_biobiochiletv@2x.png");
  width: 97px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .btn-up {
  position: relative;
  top: -28px;
  float: right;
  width: 56px;
  height: 56px;
  text-align: center;
  font-size: 24px;
  line-height: 2.5;
  background-color: #062440;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}
.footer .rrss-wrapper {
  padding-top: 78px;
  text-align: center;
  margin-bottom: 25px;
  /*
  .rrss-item:not(:last-child) {
    margin-right: 14px;
  }
  */
}
.footer .rrss-wrapper .rrss-item {
  height: 49px;
  width: 49px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}
.footer .rrss-wrapper a:hover {
  text-decoration: none !important;
}
.footer .rrss-wrapper a:not(:last-child) {
  margin-right: 10px;
}
.footer .rrss-wrapper .rrss-instagram {
  background-color: #A93491;
}
.footer .rrss-wrapper .rrss-instagram:active {
  transform: translateY(2px);
}
.footer .rrss-wrapper .rrss-twitter {
  background-color: #24A7E6;
}
.footer .rrss-wrapper .rrss-twitter:active {
  transform: translateY(2px);
}
.footer .rrss-wrapper .rrss-facebook {
  background-color: #3E66A8;
}
.footer .rrss-wrapper .rrss-facebook:active {
  transform: translateY(2px);
}
.footer .rrss-wrapper .rrss-compartir {
  background-color: #22D2B5;
}
.footer .rrss-wrapper .rrss-compartir:active {
  transform: translateY(2px);
}
.footer .licencia-wrapper {
  margin: auto;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}
.footer .licencia-wrapper .bbtv-licencia {
  padding-bottom: 19px;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
}
.footer .licencia-wrapper .bbtv-author {
  padding: 40px 0;
}
@media all and (min-width: 992px) {
  .footer .footer-secciones {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 15px;
  }
  .footer .brand-wrapper {
    padding: 0;
    width: 55%;
    height: 150px;
    top: -45px;
  }
  .footer .brand-img {
    margin-left: 0;
    margin: 0;
  }
  .footer .custom-row-footer {
    display: flex;
    margin-bottom: 50px;
  }
  .footer .footer-seccion {
    margin-bottom: 1.5rem;
  }
  .footer .footer-categories .list-inline-item:not(:last-child) {
    margin-right: 40px;
    font-size: 14px;
    line-height: 21px;
  }
  .footer .rrss-wrapper {
    margin-left: auto;
    margin-right: 15px;
    text-align: right;
    padding-top: 0;
    margin-bottom: 0;
  }
  .footer .licencia-wrapper {
    padding: 25px 0;
    border-top: 1px solid white;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    width: 100%;
  }
  .footer .licencia-wrapper .bbtv-licencia {
    padding: 0;
    border: 0;
    margin-right: auto;
  }
  .footer .licencia-wrapper .bbtv-author {
    padding: 0;
  }
}
@media all and (min-width: 1200px) {
  .footer .footer-wrapper {
    padding: 0 45px;
  }
  .footer .btn-up {
    right: -45px;
  }
}

/* by Lucas Torres */

/*# sourceMappingURL=bbtv_programas_page.css.map */
