.header {
    height: 80px;
    background-image: url(../img/bg_header_movil.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    color: #ffffff;
}
.header .logo-bbcl {
    width: auto;
    height: 26px;
    margin-right: 19px;
}
.header .logo-copa {
    width: auto;
    height: 56px;
}
.header .btn-menu-movil {
    background: none;
    border: none;
    font-size: 22px;
}
.header .btn-menu-movil:focus {
    box-shadow: none;
    background: none;
}
.header .menu-movil {
    background-color: #871D21;
    height: 100%;
    position: relative;
}
.header .menu-movil .header-menu {
    height: 80px;
    background-color: #871D21;
    display: flex;
    justify-content: space-between;
    padding: 11px 17px;
}
.header .menu-movil .header-menu .btn-cerrar-menu {
    background: none;
    border: none;
    width: 42px;
    font-size: 22px;
}
.header .menu-movil .items-menu {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 12px;
    padding-top: 77px;
}
.header .menu-movil .items-menu .nav-item {
    padding: 27px 19px 12px;
    border-bottom: 1px solid rgba(136, 153, 166, 0.3);
}
.header .menu-movil .items-menu .nav-link {
    color: #ffffff;
}
.header .menu-movil .redes-movil {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 12px;
    font-size: 23px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}
.header .menu-movil .redes-movil .nav-item {
    margin: 0 auto;
}
.header .menu-movil .redes-movil .nav-link {
    color: #ffffff;
}
.header .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 12px;
    text-transform: uppercase;
    padding: 8px 0;
    margin: 0 20px;
    border-bottom: 1px solid transparent;
}
.header .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
    border-bottom: 1px solid #00c9ec;
}
.header .navbar-nav .redes {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}
.header .navbar-nav .redes a {
    margin: 0 14px;
    color: #ffffff;
}
@media (min-width: 992px) {
    .header {
        background-image: url(../img/bg_header.png);
    }
    .header .logo-bbcl {
        margin-right: 47px;
    }
}
.footer {
    background-color: #d4dae3;
    height: 165px;
    text-align: center;
    padding-top: 48px;
}
.footer img {
    width: 71px;
    height: 24px;
    margin-bottom: 45px;
}
.footer p {
    color: #8899a6;
    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 12px;
}
body {
    font-family: Montserrat;
    background-color: #ffffff;
}
.main {
    padding-top: 15px;
}
a:hover {
    text-decoration: none;
}
.ads-970-250px {
    height: 250px;
    width: 970px;
    background-color: #00b2c8;
    margin: 0 auto 25px;
}
.ads-320-100px {
    height: 100px;
    width: 320px;
    background-color: #00b2c8;
    margin: 0 auto 15px;
}
.ads-300-250px {
    height: 250px;
    width: 300px;
    background-color: #00b2c8;
    margin: 0 auto 25px;
}
.titulo-general {
    color: #303030;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1060px;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
    }
    .main {
        padding-top: 25px;
    }
}
@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 69.666667%;
        max-width: 69.666667%;
    }
}
.main {
    background-image: url(../img/bg_movil.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 15px;
}
.main .contenedor-video {
    margin: 0 -15px 53px 0;
}
.main .contenedor-video .hooper {
    height: auto;
}
.main .contenedor-video .hooper-pagination {
    bottom: -20px;
}
.main .contenedor-video .hooper-indicator {
    width: 9px;
    height: 9px;
    background-color: #8899a6;
    margin: 0 8px;
}
.main .contenedor-video .hooper-indicator.is-active,
.main .contenedor-video .hooper-indicator:hover {
    background-color: #C81628;
}
.main .contenedor-video .nota-video {
    margin-right: 20px;
}
.main .contenedor-video .nota-video .imagen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main .contenedor-video .nota-video .imagen::before {
    content: "";
    display: block;
    padding-top: 54.18%;
}
.main .contenedor-video .nota-video .imagen .play {
    align-items: center;
    color: #ffffff;
    display: flex;
    background-color: rgba(0, 0, 0, 0.45);
    border: 1px solid #ffffff;
    border-radius: 50%;
    flex: 0 0 57px;
    font-size: 23px;
    justify-content: center;
    width: 57px;
    height: 57px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main .contenedor-video .nota-video .contenedor-titulo {
    padding-top: 10px;
}
.main .contenedor-video .nota-video .contenedor-titulo h3 {
    color: #303030;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
}
@media (min-width: 992px) {
    .main {
        background-image: url(../img/bg_escritorio.png);
        padding-top: 25px;
    }
    .main .contenedor-jornadas {
        margin-top: 33px;
    }
    .main .contenedor-jornadas .jornada {
        padding-right: 30px;
        padding-left: 0;
    }
    .main .contenedor-jornadas .jornada .fecha {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 13px;
    }
    .main .contenedor-jornadas .jornada .fecha span {
        margin-left: 15px;
    }
    .main .contenedor-jornadas .jornada .pais {
        margin-bottom: 8px;
    }
    .main .contenedor-jornadas .jornada .pais .icon {
        width: 22px;
        height: 22px;
        margin-right: 15px;
    }
    .main .contenedor-jornadas .jornada .pais .nombre-pais,
    .main .contenedor-jornadas .jornada .pais .resultado {
        font-size: 15px;
        line-height: 15px;
        text-transform: capitalize;
    }
    .main .contenedor-jornadas .jornada .pais .resultado {
        margin-left: auto;
    }
    .main .contenedor-jornadas .jornada .num-jornada {
        font-size: 11px;
        line-height: 11px;
    }
    .main .contenedor-video {
        margin-bottom: 0;
        margin-left: 0;
    }
    .main .contenedor-video .nota-video {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .main .contenedor-video .nota-video .imagen::before {
        content: "";
        display: block;
        padding-top: 54.18%;
    }
    .main .contenedor-video .nota-video .contenedor-titulo {
        padding-top: 12px;
    }
    .main .contenedor-video .nota-video .contenedor-titulo h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
.main .titular .imagen {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main .titular .imagen::before {
    content: "";
    display: block;
    padding-top: 52.61%;
}
.main .titular .contenedor-titulo {
    height: auto;
    width: 100%;
    background-image: url(../img/bg_header_movil.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 15px 20px 30px;
}
.main .titular .contenedor-titulo .titulo {
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
}
.main .destacada {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main .destacada .contenedor-titulos {
    background: linear-gradient(0deg, #1f2532 0%, rgba(31, 37, 50, 0) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 134px;
    left: 0;
}
.main .destacada .destacada-titulo {
    color: #ffffff;
    letter-spacing: 0;
    position: absolute;
    bottom: 4px;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}
.main .destacada .destacada-titulo .destacada-autor {
    color: #ffffff;
    letter-spacing: 0;
    margin-top: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.main .destacada::before {
    content: "";
    padding-top: 63.6%;
    display: block;
}
.main .destacada-horizontal {
    display: flex;
    background-color: #f0f2f5;
    width: 100%;
    margin-bottom: 20px;
}
.main .destacada-horizontal .imagen {
    flex: 0 0 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main .destacada-horizontal .imagen::before {
    content: "";
    display: block;
    padding-top: 57.78%;
}
.main .destacada-horizontal .contenedor-titulo {
    padding: 8px 15px;
}
.main .destacada-horizontal .contenedor-titulo .titulo {
    color: #303030;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}
.main .contenedor-lado-b {
    margin: 0 -15px 30px;
}
.main .contenedor-lado-b .hooper {
    height: auto;
}
.main .contenedor-lado-b .lado-b {
    background-color: #871D21;;
    margin-left: 20px;
}
.main .contenedor-lado-b .lado-b .imagen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
}
.main .contenedor-lado-b .lado-b .imagen::before {
    content: "";
    display: block;
    padding-top: 57.593%;
}
.main .contenedor-lado-b .lado-b .contenedor-titulo {
    padding: 15px;
}
.main .contenedor-lado-b .lado-b .contenedor-titulo p {
    color: #F3FF9D;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
}
.main .contenedor-lado-b .lado-b .contenedor-titulo h3 {
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}
.main .noticias {
    padding: 0 20px;
    margin-bottom: 30px;
}
.main .noticias .imagen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main .noticias .imagen::before {
    content: "";
    display: block;
    padding-top: 50.48%;
}
.main .noticias .contenedor-titulo {
    padding: 10px 15px;
    background-color: #f0f2f5;
}
.main .noticias .contenedor-titulo p {
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
}
.main .noticias .contenedor-titulo h3 {
    color: #303030;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}
@media (min-width: 992px) {
    .main .titular {
        position: relative;
    }
    .main .titular .imagen {
        width: 61%;
        height: 368px;
    }
    .main .titular .contenedor-titulo {
        padding: 0;
        height: 100%;
        width: 74%;
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(270deg, #871D21 55%, rgba(135,29,33,0) 100%);
    }
    .main .titular .contenedor-titulo .titulo {
        position: absolute;
        top: 61px;
        right: 30px;
        left: 423px;
        font-size: 32px;
        line-height: 34px;
    }
    .main .titular .contenedor-titulo .titulo .extracto {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 19px;
        font-weight: 300;
        margin-top: 25px;
    }
    .main .destacada-horizontal {
        margin-bottom: 30px;
    }
    .main .destacada-horizontal .imagen {
        flex: 0 0 225px;
    }
    .main .destacada-horizontal .imagen::before {
        padding-top: 57.6%;
    }
    .main .destacada-horizontal .contenedor-titulo {
        padding: 10px 15px;
    }
    .main .destacada-horizontal .contenedor-titulo .titulo {
        font-size: 18px;
        line-height: 22px;
    }
    .main .destacada-horizontal .contenedor-titulo .autor {
        letter-spacing: 0;
        color: #707070;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
    }
    .main .destacada-horizontal .contenedor-titulo .autor span {
        color: #598fe2;
        font-weight: 600;
    }
    .main .contenedor-lado-b {
        display: flex;
        justify-content: space-between;
        margin: 0 0 47px;
    }
    .main .contenedor-lado-b .lado-b {
        width: 32.084%;
        margin-left: 0;
    }
    .main .contenedor-lado-b .lado-b .imagen::before {
        padding-top: 57.697%;
    }
    .main .contenedor-lado-b .lado-b .contenedor-titulo {
        padding: 15px 12px;
    }
    .main .contenedor-lado-b .lado-b .contenedor-titulo p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .main .contenedor-lado-b .lado-b .contenedor-titulo h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .main .noticias {
        padding: 0 15px;
    }
    .main .noticias .imagen::before {
        padding-top: 53.193%;
    }
}
.main .fetch-container {
    width: 100%;
}
.main .fetch-container .item-container {
    display: flex;
    flex-wrap: wrap;
}
.main .fetch-container .fetch-btn-container::before {
    content: none!important;
}
.main .fetch-container .fetch-btn-container .fetch-btn {
    margin: 0 auto 30px;
    background-color: #C81628!important;
    border: 1px solid #C81628!important;
    color: #FFFFFF!important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px!important;
}

.main .medallas-container .medallas-header {
    background-color: #C81628;
    display: flex;
}
.main .medallas-container .medallas-header .jjoo-logo {
    height: 54px;
    width: 114px;
    background-image: url("https://www.biobiochile.cl/especial/jjoo-tokyo-2020/assets/img/logo_tokio_movil.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto 20px auto 30px;
}
.main .medallas-container .medallas-header .medallas-title {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin: 18px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 19px;
}
.main .medallas-container .medallas-header .medallas-title p {
    margin-bottom: 0;
}
.main .medallas-container .medallas-header .medallas-title p:first-child {
    margin-bottom: 2px;
    margin-top: 7px;
}
.main .medallas-container .medallas-table {
    margin-top: 2px;
}
.main .medallas-container .medallas-table .medalleroOlimpico {
    width: 100%;
    color: #303030;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
}
.main .medallas-container .medallas-table .medalleroOlimpico tr {
    height: 50px;
}

.main .medallas-container .medallas-table .show-more-btn-container {
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    margin-top: 15px;
}
.main .medallas-container .medallas-table .show-more-btn-container::before {
    background-color: #D7CACA;
    content: "";
    display: block;
    height: 1px;
    margin-right: 39px;
    width: 100%;
}
.main .medallas-container .medallas-table .show-more-btn-container::after {
    background-color: #D7CACA;
    content: "";
    display: block;
    height: 1px;
    margin-left: 39px;
    width: 100%;
}
.main .medallas-container .medallas-table .show-more-btn-container .show-more-btn {
    height: 45px;
    width: 45px;
    border: 1px solid #C81628;
    border-radius: 50%;
    padding: 1px 15px 0;
    box-shadow: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.main .medallas-container .medallas-table .show-more-btn-container .show-more-btn::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 0;
    letter-spacing: 0;
    color: #C81628;
}
.main .medallas-container .medallas-table .show-more-btn-container .show-more-btn.active::before {
    content: "\f077";
}

.main .medallas-container .medallas-table .medalleroOlimpico tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.main .medallas-container .medallas-table .medalleroOlimpico tr:nth-child(even) {
    background-color: #F0F2F5;
}
.main .medallas-container .medallas-table .medalleroOlimpico .headTable {
    background-color: #871D21!important;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    border-bottom: 10px solid #fff;
    height: 35px;
}
.main .medallas-container .medallas-table .medalleroOlimpico .pos {
    width: 27px;
}
.main .medallas-container .medallas-table .medalleroOlimpico .pais {
    width: 180px;
    height: 46px;
    display: flex;
    align-items: center;
}
.main .medallas-container .medallas-table .medalleroOlimpico .pais .bandera {
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
}
.main .medallas-container .medallas-table .medalleroOlimpico .pais span {
    position: relative;
}
.main .medallas-container .medallas-table .medalleroOlimpico tr td:last-child {
    text-align: center;
}
.main .medallas-container .medallas-table .medalleroOlimpico .headTable .medallaOro {
    height: 19px;
    width: 19px;
    background-color: #FDC300;
    border-radius: 50%;
    margin: auto;
}
.main .medallas-container .medallas-table .medalleroOlimpico .headTable .medallaPlata {
    height: 19px;
    width: 19px;
    background-color: #F4EAEA;
    border-radius: 50%;
    margin: auto;
}
.main .medallas-container .medallas-table .medalleroOlimpico .headTable .medallaBronce {
    height: 19px;
    width: 19px;
    background-color: #FF9D49;
    border-radius: 50%;
    margin: auto;
}
.main .medallas-container .medallas-table .medalleroOlimpico tr:not(.headTable) td:not(.pais) {
    text-align: center;
}
@media (min-width: 992px) {
    .main .medallas-container .medallas-header .jjoo-logo {
        height: 45px;
        width: 95px;
        background-image: url("https://www.biobiochile.cl/especial/jjoo-tokyo-2020/assets/img/logo_tokio.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 18px 13px;
    }
    .main .medallas-container .medallas-header .medallas-title {
        font-size: 15px;
        line-height: 15px;
        margin: 18px 13px 18px 0;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        padding-left: 16px;
    }
    .main .medallas-container .medallas-table .medalleroOlimpico {
        width: 100%;
        font-size: 14px;
        line-height: 14px;
    }
    .main .medallas-container .medallas-table .medalleroOlimpico .pais {
        width: 140px;

    }
}
.main .medallas-container .medallas-table .medalleroOlimpico .cflag {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 12px;
}

.main #jjoo-calendar .jjoo-calendar-title {
    color: #303030;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
}
.main #jjoo-calendar .eventos-container {
    margin-right: 0;
    margin-left: 0;
}
.main #jjoo-calendar .eventos-container .fecha {
    color: #C81628;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #C81628;
    padding-left: 15px;
}
.main #jjoo-calendar .eventos-container .horario {
    color: #303030;
    font-family: "Roboto Condensed";
    font-size: 13px;
    letter-spacing: 0;
    line-height: 14px;
    margin: auto;
}
.main #jjoo-calendar .eventos-container .participante {
    color: #303030;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    margin: auto;
}
.main #jjoo-calendar .eventos-container .competencia {
    color: #C81628;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    margin: auto;
}
.main #jjoo-calendar .eventos-container .row {
    padding-top: 11px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
}
.main #jjoo-calendar .eventos-container .rprograma:nth-child(even) {
    background-color: #F0F2F5;
}
.main #jjoo-calendar .show-more-btn-container {
    align-items: center;
    display: flex;
    margin-bottom: 50px;
    margin-top: 15px;
}
.main #jjoo-calendar .show-more-btn-container::before {
    background-color: #D7CACA;
    content: "";
    display: block;
    height: 1px;
    margin-right: 39px;
    width: 100%;
}
.main #jjoo-calendar .show-more-btn-container::after {
    background-color: #D7CACA;
    content: "";
    display: block;
    height: 1px;
    margin-left: 39px;
    width: 100%;
}
.main #jjoo-calendar .show-more-btn-container .show-more-btn {
    height: 45px;
    width: 45px;
    border: 1px solid #C81628;
    border-radius: 50%;
    padding: 1px 15px 0;
    box-shadow: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.main #jjoo-calendar .show-more-btn-container .show-more-btn::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 0;
    letter-spacing: 0;
    color: #C81628;
}
.main #jjoo-calendar .show-more-btn-container .show-more-btn.active::before {
    content: "\f077";
}
@media (min-width: 992px) {
    .main #jjoo-calendar .eventos-container .row {
        height: 35px;
    }
    .main #jjoo-calendar .eventos-container .fecha {
        padding-left: 30px;
    }
    .main #jjoo-calendar .eventos-container .horario {
        font-size: 15px;
        font-weight: bold;
        padding-left: 30px;
    }
    .main #jjoo-calendar .eventos-container .participante {
        font-size: 15px;
    }
}
[v-cloak] {
    display: none !important;
}