@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700");
.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
    }
}
body {
    font-family: 'Muli', sans-serif
}
a {
    color: inherit;
    -webkit-transition: color 200ms;
    transition: color 200ms
}
a:hover {
    text-decoration: none
}
@media all and (min-width: 992px) {
    body {
        background-color: #FAFAFA
    }
}
#botbar {
    background-color: #27303E
}
h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;
    margin: 0
}
.item-thumb {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-width: 160px;
    min-height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}
.item-thumb:after {
    content: '';
    display: block;
    padding-top: 56.25%
}
.img-wrap {
    width: 100%;
    background: #fff;
    position: relative
}
.img-wrap:before {
    content: '';
    padding-bottom: 56.26%
}
.item-duration {
    position: relative;
    bottom: 25px;
    float: right;
    margin-right: 5px;
    width: 55px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -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 .img-wrap {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto
}
.principal-item .item-thumb {
    -webkit-transition: opacity .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, opacity .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, opacity .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}
.principal-item .play-se-dijo-en-la-radio {
    background-color: #4A3A6B !important
}
.principal-item .play-bbcltv-opinion {
    background-color: #3040D3 !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 #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative
}
.principal-item .principal-play .font-icon {
    color: #FFFFFF;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.principal-item:hover a {
    color: inherit
}
.principal-item:hover .item-thumb {
    opacity: .95;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.45)
}
.principal-item:hover .principal-texto .item-date {
    color: #27303E
}
.principal-item:hover .principal-texto .item-title {
    color: #27303E
}
@media all and (min-width: 992px) {
    .principal-item {
        right: unset;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .principal-item .img-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        padding-right: 0;
        padding-left: 0;
        left: unset;
        margin-top: -90px
    }
    .principal-item .img-wrap:before {
        content: '';
        display: block
    }
    .principal-item .item-thumb {
        position: absolute;
        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 {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        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
    }
    .episodios .episodio-item:hover .item-title {
        color: #000
    }
    .episodios .episodio-item:hover .item-thumb {
        opacity: 0.8
    }
}
.mas-visto {
    counter-reset: masvistoCounter
}
.mas-visto .masvisto-title {
    padding: 50px 15px
}
.mas-visto .masvisto-item {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1
}
.mas-visto .masvisto-item .item-category {
    margin-top: 10px;
    margin-bottom: 0;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2
}
.mas-visto .masvisto-item:hover .item-thumb {
    opacity: .5;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.45);
    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: masvistoCounter;
    content: counter(masvistoCounter) ""
}
.mas-visto .masvisto-numb:nth-child(-n + 9):before {
    content: "0" counter(masvistoCounter)
}
@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: 0
    }
    .mas-visto .masvisto-item .img-wrap {
        margin-bottom: 0
    }
    .mas-visto .masvisto-item .item-thumb {
        min-height: 136px
    }
    .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}
.ver-mas .ver-mas-link {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}
.ver-mas .ver-mas-link:hover {
    background-color: #27303e;
    text-decoration: none
}
.ver-mas .boton-ver-mas {
    margin: auto;
    width: 232px;
    height: 45px;
    border: 1px solid #555;
    border: 1px solid rgba(85, 85, 85, 0.4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    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%;
    border-bottom: 1px solid #555;
    border-bottom: 1px solid rgba(85, 85, 85, 0.4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    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;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1)
    }
}
.header-menu {
    width: 100%;
    position: fixed;
    z-index: 3;
    overflow-y: scroll;
    top: 0;
    margin-top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}
.panel-black {
    display: none
}
.menu-panel {
    padding: 25px 0;
    background-color: rgba(39, 48, 62, 0.85);
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
    color: #FFF
}
.search-box {
    -webkit-transition: color 200ms;
    transition: color 200ms;
    background-color: #161C25
}
.search-box form {
    -webkit-margin-after: 0;
    margin-block-end: 0
}
.search-box .search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 32px
}
.search-box .search-icon-append {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .375rem .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: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #CCC;
    background-color: #161C25;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.menu-redes {
    -webkit-transition: color 200ms;
    transition: color 200ms;
    padding: 25px 32px;
    text-align: center
}
.menu-redes-container {
    display: -webkit-box;
    display: -ms-flexbox;
    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 #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-background-clip: padding-box;
    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: -webkit-box;
    display: -ms-flexbox;
    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;
        margin-top: 0;
        margin-right: 0;
        margin-left: -15px;
        overflow-y: hidden;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0)
    }
    .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);
        -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
        color: #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 75px
    }
    .menu-section-title {
        padding: 25px 0px
    }
    .menu-categorias {
        display: block;
        border-top: 1px solid #fff;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0px;
        border-top: 1px solid #fff;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.header-search .search-icon-prepend {
    color: #FFF;
    font-size: 20px;
    line-height: 20px
}
.header-search form {
    -webkit-margin-after: 0;
    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::-webkit-input-placeholder {
    color: #CCC
}
.header-search input:-ms-input-placeholder {
    color: #CCC
}
.header-search input::-ms-input-placeholder {
    color: #CCC
}
.header-search input::placeholder {
    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: #fff
}
.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;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.header .botbar {
    z-index: 2;
    background-color: #27303E;
    color: #FFFFFF;
    height: 65px;
    padding: 0;
    width: 100%;
    -webkit-transition: background-color 100ms linear 100ms;
    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;
    -webkit-transition: left .2s linear;
    transition: left .2s linear;
    -webkit-transform: translateX(0);
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .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: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.header .botbar .botbar-buttons {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-transition: all 100ms linear 50ms;
    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: .35rem 1.70rem;
    font-size: 20px;
    line-height: 45px;
    border: 0
}
.header .botbar .botbar-toggler:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 45px;
    width: 1px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-background-clip: padding-box;
    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;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
    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 #000;
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}
.header .header-sticky a:hover {
    color: #000
}
.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::-webkit-input-placeholder {
    color: #777
}
.header .header-sticky .header-search form input:-ms-input-placeholder {
    color: #777
}
.header .header-sticky .header-search form input::-ms-input-placeholder {
    color: #777
}
.header .header-sticky .header-search form input::placeholder {
    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;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
}
.collapsing.width {
    width: 0;
    height: auto;
    -webkit-transition-property: width;
    transition-property: width
}
.navbar-collapse.width {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0
}
.footer {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.89%, #27303E), to(#27303E));
    background: linear-gradient(180deg, #27303E 3.89%, #27303E 100%);
    color: #CCCCCC;
    position: relative
}
.footer a:hover {
    color: #fff
}
.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: #2A3443;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    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;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.footer .footer-secciones .footer-seccion:hover::before {
    border-bottom: 1px solid #fff
}
.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: #37404E;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15)
}
.footer .rrss-wrapper {
    padding-top: 78px;
    text-align: center;
    margin-bottom: 25px
}
.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 {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}
.footer .rrss-wrapper .rrss-twitter {
    background-color: #24A7E6
}
.footer .rrss-wrapper .rrss-twitter:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}
.footer .rrss-wrapper .rrss-facebook {
    background-color: #3E66A8
}
.footer .rrss-wrapper .rrss-facebook:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}
.footer .rrss-wrapper .rrss-compartir {
    background-color: #22D2B5
}
.footer .rrss-wrapper .rrss-compartir:active {
    -webkit-transform: translateY(2px);
    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 #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-background-clip: padding-box;
    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: -webkit-box;
        display: -ms-flexbox;
        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 #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-background-clip: padding-box;
        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
    }
}
/*Programas por Tags BioBioTV*/
.normal-gutters-md{
    margin-top:30px;
}