@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,200;0,400;0,900;1,200;1,400;1,900&family=Barlow:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Chakra+Petch:ital,wght@0,400;0,700;1,400;1,700&display=swap');


* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
}

.ue-l-common-page__inner {
    display: none;
}

.container {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.especial-portada {
    background-image: url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/fondo-index.jpg");
    width: 100vw;
    padding-top: 100px;
    background-size: 100vw;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-color: #01567d;
}


.especial-portada h2 {
    text-transform: uppercase;
    font-size: 6em;
    color: white;
    max-width: 1200px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
    display: table;
    padding: 10px;
    text-align: center;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    padding: 20px 60px;
    text-shadow: 1px 2px 10px rgb(0 0 0 / 30%);
}

.especial-portada .contenedor-escuderia {
    padding: 15px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.especial-portada .contenedor-escuderia .card {
    overflow: hidden;
    width: 30%;
    height: 70%;
    background: #fff;
    box-shadow: 1px 22px 44px rgba(0, 0, 0, 0.19);
    transition: 0.6s;
    border-radius: 2px;
    position: relative;
    display: flex;
    border: 1px solid;
}

.especial-portada .contenedor-escuderia .card:hover {
    transform: translateY(-15px);
    box-shadow: 1px 12px 34px rgba(0, 0, 0, 0.31);
}

.especial-portada .contenedor-escuderia .card:hover .sinopse {
    opacity: 1;
    transition-delay: 0.4s;
}

.especial-portada .contenedor-escuderia .card:hover .sinopse .view {
    opacity: 1;
    transform: translateY(0%);
    transition: 0.6s;
    transition-delay: 1s;
}

.especial-portada .contenedor-escuderia .card:hover .sinopse .content-sinopse .text {
    transform: translateY(0);
    transition-delay: 0.6s;
}

.especial-portada .contenedor-escuderia .card:hover .sinopse .content-sinopse .title {
    transform: translateY(0);
    transition-delay: 0.2s;
}

.especial-portada .contenedor-escuderia .card:hover .datos {
    transform: translateY(-100%);
    opacity: 0;
}

.especial-portada .contenedor-escuderia .card:hover .nombre-escuderia {
    transform: translateY(100%);
    opacity: 0;
}

.especial-portada .contenedor-escuderia .card .datos {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    transition: 0.8s;
}

.especial-portada .contenedor-escuderia .card .datos .tv_ico img {
    width: 12px;
    vertical-align: baseline;
    margin-left: 6px;
}

.especial-portada .contenedor-escuderia .card .nombre-escuderia {
    transition: 0.8s;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    padding: 25px 25px 50px 25px;
}

.especial-portada .contenedor-escuderia .card .nombre-escuderia .title {
    width: 100%;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 12px;
}

.especial-portada .contenedor-escuderia .card .nombre-escuderia .text {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.especial-portada .contenedor-escuderia .card .sinopse {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 25px 50px 25px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    font-weight: 300;
    opacity: 0;
    transition: 0.8s;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.especial-portada .contenedor-escuderia .card .sinopse iframe {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: -30px;
    height: 260px;
}

.especial-portada .contenedor-escuderia .card .sinopse .view {
    /* position: absolute; */
    /* bottom: 15px; */
    /* right: 25px; */
    color: #fff;
    font-size: 14px;
    /* border-bottom: 1px solid #fff; */
    opacity: 0;
    transform: translateY(100%);
    transition: 0.6s;
    cursor: pointer;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.especial-portada .contenedor-escuderia .card .sinopse .view a {
    background-color: #ff0000;
    padding: 5px 8px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.especial-portada .contenedor-escuderia .card .sinopse .content-sinopse .title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    transform: translateY(-100%);
    transition: 0.6s;
}

.especial-portada .contenedor-escuderia .card .sinopse .content-sinopse {
    width: 100%;
}

.especial-portada .contenedor-escuderia .card .sinopse .content-sinopse .text {
    transform: translateY(100%);
    transition: 0.6s;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    font-size: 14px;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    grid-gap: 10px;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
}

.especial-portada .contenedor-escuderia .card:nth-child(-n+2) {
    margin-top: 10%;
}

.especial-portada .contenedor-escuderia .card {
    overflow: hidden;
    width: 45%;
    height: 400px;
    background: #fff;
    box-shadow: 1px 22px 44px rgb(0 0 0 / 19%);
    transition: 0.6s;
    border-radius: 2px;
    position: relative;
    display: flex;
    margin-bottom: 10%;
}

.especial-portada .contenedor-escuderia {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.especial-portada .contenedor-escuderia .card_1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/mercedes.jpg") no-repeat center/cover;
}

.especial-portada .contenedor-escuderia .card_2 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/alpine.jpg") no-repeat center/cover;
}

.especial-portada .contenedor-escuderia .card_3 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/haas.jpg") no-repeat center/cover;
}

.especial-portada .contenedor-escuderia .card_4 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/redbull.jpg") no-repeat center/cover;
}

.especial-portada .contenedor-escuderia .card_5 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/mclaren.jpg") no-repeat center/cover;
}

.especial-portada .contenedor-escuderia .card_6 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/astonmartin.jpg") no-repeat center/cover;
}

.especial-portada .contenedor-escuderia .card_7 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/rb.jpg") no-repeat center/cover;
}

.especial-portada .contenedor-escuderia .card_8 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/ferrari.jpg") no-repeat center/cover;
}

.especial-portada .contenedor-escuderia .card_9 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/kicksauber.jpg") no-repeat center/cover;
}

.especial-portada .contenedor-escuderia .card_10 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/williams.jpg") no-repeat center/cover;
}



.fullserie {
    background-color: #333;
    -webkit-clip-path: circle(0% at 0 100%);
    clip-path: circle(0% at 0 100%);
    min-height: 550px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.6s;
}

.fullserie.active {
    background-color: #333;
    transition: 0.6s;
    transition-delay: 0.45s;
    -webkit-clip-path: circle(270% at 220px 88%);
    clip-path: circle(270% at 220px 88%);
}

.fullserie .close {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fullserie .close img {
    width: 22px;
}

.fullserie .episodes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-template-rows: repeat(4, minmax(230px, auto));
    grid-gap: 30px;
    grid-auto-flow: dense;
    grid-auto-rows: minmax(260px, auto);
    width: 100%;
    height: 100%;
    padding: 60px 60px 120px 60px;
}

.fullserie .episodes .episode {
    background: red;
}

/* quitar botones sociales */


/* fin quitar botones sociales */

@media (min-width: 580px) and (max-width: 992px) {

    .content-items .content-item {
        padding: 0px !important;
    }

    .especial-portada {
        height: auto;
    }

    .especial-portada .contenedor-escuderia {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .especial-portada .contenedor-escuderia .card {
        overflow: hidden;
        width: 45%;
        height: 400px;
        background: #fff;
        box-shadow: 1px 22px 44px rgba(0, 0, 0, 0.19);
        transition: 0.6s;
        border-radius: 2px;
        position: relative;
        display: flex;
        margin-bottom: 10%;
    }

    .especial-portada .contenedor-escuderia .card:nth-child(-n+2) {
        margin-top: 10%;
    }

    .especial-portada .contenedor-escuderia .card .nombre-escuderia .title {
        width: 100%;
        color: #fff;
        font-family: 'Barlow', sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .especial-portada .contenedor-escuderia .card .nombre-escuderia .text {
        width: 100%;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

    .especial-portada .contenedor-escuderia .card .sinopse {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px 25px 50px 25px;
        background: rgba(0, 0, 0, 0.78);
        color: #fff;
        font-weight: 300;
        opacity: 0;
        transition: 0.8s;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .especial-portada .contenedor-escuderia .card .sinopse iframe {
        position: absolute;
        top: 0;
        width: 100%;
        margin-left: -30px;
        height: 260px;
    }

    .especial-portada .contenedor-escuderia .card .sinopse .view {
        /* position: absolute; */
        /* bottom: 15px; */
        /* right: 25px; */
        color: #fff;
        font-size: 14px;
        /* border-bottom: 1px solid #fff; */
        opacity: 0;
        transform: translateY(100%);
        transition: 0.6s;
        cursor: pointer;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .especial-portada .contenedor-escuderia .card .sinopse .content-sinopse .title {
        color: rgba(255, 255, 255, 0.6);
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 12px;
        transform: translateY(-100%);
        transition: 0.6s;
    }

    .especial-portada .contenedor-escuderia .card .sinopse .content-sinopse .text {
        transform: translateY(100%);
        transition: 0.6s;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 300;
        font-size: 14px;
    }

    .especial-portada .contenedor-escuderia .card_1 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/mercedes.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_2 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/alpine.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_3 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/haas.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_4 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/redbull.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_5 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/mclaren.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_6 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/astonmartin.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_7 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/rb.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_8 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/ferrari.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_9 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/kicksauber.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_10 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/williams.jpg") no-repeat center/cover;
    }
}

@media (min-width: 320px) and (max-width: 580px) {

    .content-items .content-item {
        padding: 0px !important;
    }

    .especial-portada {
        height: auto;
    }

    .especial-portada h2 {

        font-size: 4em !important;
        padding: 10px !important;
    }

    .especial-portada .contenedor-escuderia {
        flex-wrap: wrap;
    }

    .especial-portada .contenedor-escuderia .card {
        overflow: hidden;
        width: 90%;
        height: 400px;
        background: #fff;
        box-shadow: 1px 22px 44px rgba(0, 0, 0, 0.19);
        transition: 0.6s;
        border-radius: 2px;
        position: relative;
        display: flex;
        margin-bottom: 10%;
    }

    .especial-portada .contenedor-escuderia .card .nombre-escuderia .title {
        width: 100%;
        color: #fff;
        font-family: 'Barlow', sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .especial-portada .contenedor-escuderia .card .nombre-escuderia .text {
        width: 100%;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

    .especial-portada .contenedor-escuderia .card .sinopse {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px 25px 50px 25px;
        background: rgba(0, 0, 0, 0.78);
        color: #fff;
        font-weight: 300;
        opacity: 0;
        transition: 0.8s;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .especial-portada .contenedor-escuderia .card .sinopse iframe {
        position: absolute;
        top: 0;
        width: 100%;
        margin-left: -30px;
        height: 260px;
    }

    .especial-portada .contenedor-escuderia .card .sinopse .view {
        /* position: absolute; */
        /* bottom: 15px; */
        /* right: 25px; */
        color: #fff;
        font-size: 14px;
        /* border-bottom: 1px solid #fff; */
        opacity: 0;
        transform: translateY(100%);
        transition: 0.6s;
        cursor: pointer;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .especial-portada .contenedor-escuderia .card .sinopse .content-sinopse {
        pointer-events: none;
    }

    .especial-portada .contenedor-escuderia .card .sinopse .content-sinopse .title {
        color: rgba(255, 255, 255, 0.6);
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 12px;
        transform: translateY(-100%);
        transition: 0.6s;
    }

    .especial-portada .contenedor-escuderia .card .sinopse .content-sinopse .text {
        pointer-events: none;
        transform: translateY(100%);
        transition: 0.6s;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 300;
        font-size: 14px;
    }

    .especial-portada .contenedor-escuderia .card .sinopse .content-sinopse .text img {
        width: 100%;
    }

    .especial-portada .contenedor-escuderia .card_1 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/mercedes.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_2 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/alpine.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_3 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/haas.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_4 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/redbull.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_5 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/mclaren.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_6 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/astonmartin.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_7 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/rb.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_8 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/ferrari.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_9 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/kicksauber.jpg") no-repeat center/cover;
    }

    .especial-portada .contenedor-escuderia .card_10 {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("http://e00-especiales-marca.uecdn.es/motor/images/formula1/portada/2025/portada/williams.jpg") no-repeat center/cover;
    }

}



.site-footer {
margin: 0px 0 0;
background: #222;
overflow: hidden;
}
.main {

padding-bottom: 0px;
}
ul, ol {

margin-bottom: 0px;
}
#elfooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #222;
    color: rgb(173, 173, 173);
    font-family: 'Barlow Condensed', sans-serif;
    height: auto;
    padding: 20px;
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 14px;
}

#elfooter p {
    border-bottom: 1px solid #494949;
    padding: 10px;
    display: block;
    color: rgb(173, 173, 173);
}

#elfooter p b {
    font-weight: 200;
    color: white;
}

#elfooter img {
    width: 100px;
    margin-top: 20px;
}

#elfooter p.nit {
    font-size: 12.3px;
    border: none;
    padding: 0;
}

.main-header.inside .main-nav-container {
    background-color: #ffffff;
}

.main {
    background: none !important;
}

.main:first-of-type {
    padding-top: 0px;
}

.main-header.inside~.main:first-of-type>.tab-title.visible .container-header {

    width: 990px;

    border-bottom: solid 1px #141d25;

    position: absolute;

    left: -900000px;

}

.seo-links-container {



    display: none;

}

.main .tab-title {

    margin-bottom: 0px;

    height: 0px;

    width: 100%;

}



.row-layout .container {

    padding: 0px 0;

}





.content-ad .ad-item-si,
.content-ad .ad-item-sd {

    display: none;

}

.news-item .main h1.tab-title-text, .news-item .main p.tab-title-text {
background: none;
color: #221f1f;
font-size: 18px;
height: auto;
line-height: 110%;
margin: 10px;
opacity: 1;
padding: 0;
text-align: center;
transition: opacity 200ms linear 0s;
display: none;
}

.tabs-content {
width: auto;
background-color: #fff;
overflow: auto;
border-top: 1px solid #e2e2e2;
display: none;
}

.news-item #elfooter p  {
font-family: 'Barlow Condensed', sans-serif;
font-size: 16px;
}


.text a img:hover {
    opacity: 0.6;
}

.especial-portada .contenedor-escuderia .card .sinopse .view a:hover {
    opacity: 0.6;
}


.sinopse a {width: 100%;}

.text img:hover {
    opacity: 0.6;
}