.ad-unit {
    display: none;
}

.especialesModulares .Infografia .infographyContainer {
    margin: 0 0 40px;
}

.content_grid_margin.container_evolucion,
.content_grid .content_grid_margin .container_col .col_fija,
.container_liftigniter_article,
.nuestro_mundo,
.modulo_eto {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
    font-family: "Tabac Sans";
}

.header-bicentenario {
    position: absolute;
    width: 100%;
    height: 15%;
    bottom: 40px;
    z-index: 30;
}

.menu-bicentenario {
    position: relative;
    height: 100%
}

.linea-menu {
    position: absolute;
    width: 81%;
    height: 1px;
    background: #80B1AC;
    margin-left: 4.5%;
    margin-top: 4px;
    z-index: -10;
}

.menu-item {
    width: calc(100%/5);
    display: block;
    clear: none;
    float: left;
    height: 40px;
    cursor: pointer;
}

.menu-item-circ {
    width: 10px;
    height: 10px;
    background: #80B1AC;
    display: block;
    border-radius: 30px;
    margin: auto;
}

.menu-item-circ-activo,
.circ-activo {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    background: #E4BD7A;
}

.menu-item p {
    text-align: center;
    color: #E4BD7A;
    font-family: "Tabac Sans";
}

.redes {
    width: 15%;
    box-sizing: border-box;
    float: right;
    margin-top: 6px;
    color: #FFF;
}

.redes i {
    margin: 0 5%;
}

.info-capitulo {
    width: 80%;
    max-width: 970px;
    margin: auto;
    overflow: auto;
}

.capitulo-linea-cont {
    padding-top: 10px;
    border-top: 1px solid #3F5253;
    width: 90%;
    margin: auto;
}

.info-capitulo p,
.info-capitulo h6 {
    display: block;
    clear: none;
    float: left;
    margin: 10px 0px;
    padding: 0 20px;
    font-family: "Tabac Sans";
    color: #F4EAD8;
}

.info-capitulo .categoria-actual {
    color: #E4BD7A;
}

.info-capitulo h6 {
    font-size: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #80B1AC;
    font-weight: 300;
}

.info-capitulo p {
    cursor: pointer;
}

.info-capitulo p:hover,
.info-activo {
    color: #E4BD7A !important;
}

.seccion-desactivada p {
    color: rgb(136, 136, 136, 0.8);
    font-size: 12px;
}

.seccion-desactivada .menu-item-circ {
    background: #888;
}

.redes i:hover {
    color: #80B1AC;

}

.bicente {
    width: 90px;
    height: 90px;
    border: 5px solid #C23032;
    background: url(https://embed.eltiempo.digital/infografias/2019/05/bicentenario/bicente-img/cara-6.jpg);
    background-size: 140%;
    border-radius: 70px;
    background-position: 50% 20%;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    z-index: 90;

}

.bicente-animacion {
    animation: bicente 0.5s ease-in-out 0s infinite alternate;
}

.bicente-nombre {
    margin-top: 100px;
    font-size: 16px;
    font-family: "Tabac Sans";
    margin-left: -4px;
    color: #80B1AC;
    margin: auto;
    display: block;
    bottom: -50%;
    position: absolute;
    width: 63px;
    height: 26px;
    right: 8px;
}



@keyframes bicente {
    from {
        border: 5px solid #C23032;
    }

    to {
        border: 5px solid #DFAE59;
    }

}


.btn-play-bicente {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #C23032;
    bottom: -3px;
    left: -3px;
    border-radius: 30px;
}

.btn-play-bicente-icon {
    width: 0;
    height: 0;
    margin-top: 6px;
    margin-left: 8px;
    border-top: 7px solid transparent;
    border-left: 11px solid white;
    border-bottom: 7px solid transparent;
}
