.margin-6 {
    margin: 6px
}

.margin-horizontal-6 {
    margin-left: 6px;
    margin-right: 6px
}

.margin-vertical-24 {
    margin-top: 24px;
    margin-bottom: 24px
}

.cerrar-app {
    position: relative;
    margin-bottom: -40px;
    left: 7px;
    top: 7px;
    color: #e70103;
    font-size: 26px;
    cursor: pointer;
    z-index: 999
}

    .cerrar-app i, .lnk {
        display: block
    }

.taboola {
    position: relative;
    margin: auto;
    max-width: 1024px
}

#header {
    position: relative;
    margin: auto;
    max-width: 1024px;
    height: auto;
    background-color: transparent;
    border-bottom: solid 1px #dadada
}

    #header #logoMenu {
        position: relative;
        width: 206px
    }

        #header #logoMenu a img {
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            height: 54px;
            margin: 0 auto;
            margin-top: 5px
        }

div.overlay {
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    background-color: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 12px 12px 32px;
        text-decoration: none;
        font-size: 14px;
        color: #666;
        display: block;
        transition: 0.3s;
        padding-inline-start: 40px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

#sidebarMenu {
    float: right;
    background: #fff;
    border: 0;
    margin-left: 5px;
    margin-top: 5px
}

.sidebar ul {
    width: 250px
}

.sidebar li {
    text-transform: uppercase;
    border-top: 1px solid #E7E7E7;
    background: #E20000
}

.sideMenu li a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.menu-tabs-wrapps {
    display: inline-block
}

.menu-tabs li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 120px
}

.menu-tabs li:hover ul {
    display: block
}

.menu-tabs {
    margin: auto;
    width: 480px;
    height: 53px;
    text-align: center;
    margin-top: -59px;
    padding-left: 44px
}

@media(max-width:780px) {
    .menu-tabs {
        display: none
    }

    #header #logoMenu {
        position: relative;
        margin: auto
    }
}

.menu-tabs .tab {
    float: left;
    text-align: center;
    font-size: 13px;
    border-top: solid 3px #fff;
    cursor: pointer
}

.menu-tabs ul {
    padding: 0;
    list-style-type: none
}

    .menu-tabs ul a {
        display: block
    }

    .menu-tabs ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }

.menu-tabs .tab:nth-child(1) {
    border-top: solid 3px #93A236
}

.menu-tabs .tab:nth-child(2) {
    border-top: solid 3px #80b5d5
}

.menu-tabs .tab:nth-child(3) {
    border-top: solid 3px #a0356f
}

.menu-tabs .tab:nth-child(4) {
    border-top: solid 3px #dface3
}

.menu-tabs .tab a.tab-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    z-index: -1;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.menu-tabs .tab:nth-child(1) a.tab-link::after {
    background: #93a236
}

.menu-tabs .tab:nth-child(2) a.tab-link::after {
    background: #80b5d5
}

.menu-tabs .tab:nth-child(3) a.tab-link::after {
    background: #a0356f
}

.menu-tabs .tab:nth-child(4) a.tab-link::after {
    background: #dface3
}

.menu-tabs .tab:hover a.tab-link::after {
    transform: scaleY(1)
}

.menu-tabs .tab:nth-child(1) li.tab-futbol.active {
    background-color: #f4f6eb
}

.menu-tabs .tab a.tab-link {
    color: #000;
    line-height: 50px;
    text-transform: uppercase;
    display: block;
    width: 100px;
    position: relative
}

.menu-tabs .tab.hc:hover .dp-menu {
    display: block;
    z-index: 12
}

.menu-tabs ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 1
}

.menu-tabs .tab:nth-child(1) ul {
    background: #93a236
}

.menu-tabs .tab:nth-child(2) ul {
    background: #80b5d5
}

.menu-tabs .tab:nth-child(3) ul {
    background: #a0356f
}

.menu-tabs .tab:nth-child(4) ul {
    background: #dface3
}

.menu-tabs ul ul li {
    float: none;
    width: 140px;
    color: #fff;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.menu-tabs .tab:nth-child(1) ul li {
    float: none;
    width: 140px;
    color: #fff;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.menu-tabs a, .sidebar a {
    color: inherit
}

.sidebar {
    padding: 10px
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.tit-buscador-wrappp {
    background-color: #000;
    border-top: 3px solid #e70103
}

    .tit-buscador-wrappp .tit-buscador {
        font-size: 36px;
        font-weight: 300;
        text-align: center;
        margin: 0;
        padding: 15px;
        color: #fff
    }

.escudos {
    list-style: none;
    margin: 0;
    padding: 10px 0 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

    .escudos li {
        min-width: 32px
    }

.teams {
    position: relative;
    float: none;
    margin: 0 auto;
    max-width: 1024px;
    -webkit-overflow-scrolling: touch;
    white-space: normal;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .teams ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .teams li {
        display: flex;
        flex-grow: 1;
        line-height: 0;
        margin-bottom: 0
    }

    .teams h1 {
        margin: 8px;
        padding: 0;
        font-size: 28px;
        color: #fff;
        justify-content: center;
        text-align: center
    }

article img {
    width: 100%;
    height: auto
}

article blockquote {
    width: 100%;
    height: auto
}

.list-layout img {
    width: 145px;
    position: absolute;
    top: 3px;
    border-radius: 5px;
    overflow: hidden
}

.list-layout amp-img {
    width: 145px;
    position: absolute;
    top: 3px;
    border-radius: 5px;
    overflow: hidden
}

.list-layout a {
    height: 105px;
    margin-bottom: 5px;
    border-bottom: solid 1px rgba(0,0,0,.1)
}

    .list-layout a:last-child {
        border-bottom: none
    }

    .list-layout a em {
        display: block;
        margin-left: 150px;
        color: #FFF;
        font-size: 10px;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 700;
        display: inline-block;
        padding: 2px 5px
    }

    .list-layout a strong {
        display: block;
        padding-left: 150px;
        line-height: 18px;
        padding-top: 5px;
        color: #1f1f1f;
        padding-right: 10px;
        font-weight: 500;
        font-size: 14px
    }

    .list-layout a span {
        display: block;
        padding-left: 150px;
        font-size: 10px;
        padding-top: 10px;
        color: #6d6d6d
    }

.full-bottom {
    margin-bottom: 15px
}

h1 {
    font-size: 36px;
    line-height: 34px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    line-height: 30px;
    color: #666;
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: 700
}

h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 800
}

@media(max-width:480px) {
    h1 {
        font-size: 22px;
        line-height: 34px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700
    }

    h2 {
        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
        line-height: 30px;
        color: #666;
        margin-top: 14px;
        margin-bottom: 14px;
        font-weight: 700
    }
}

.ultrathin {
    font-weight: 200
}

.thin {
    font-weight: 300
}

.thiner {
    font-weight: 400
}

.regularbold {
    font-weight: 500
}

.boder {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.ultrabold {
    font-weight: 800
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.small-text {
    font-size: 12px;
    display: block
}

.center-text {
    text-align: center;
    display: block
}

.right-text {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.boxed-text {
    width: 76%;
    margin: 0 auto 30px auto
}

.round-image {
    border-radius: 500px
}

p a {
    display: inline
}

.font-huge {
    font-size: 28px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.content {
    padding: 0 20px 0 20px
}

.container {
    margin-bottom: 30px
}

.content-gray {
    background-color: rgba(0,0,0,.05)
}

.full-bottom {
    margin-bottom: 25px
}

.no-bottom {
    margin-bottom: 0
}

.no-border {
    border: none
}

.negative-bottom {
    margin-bottom: -10px
}

.full-top {
    margin-top: 25px
}

.half-bottom {
    margin-bottom: 15px
}

.half-top {
    margin-top: 15px
}

.quarter-bottom {
    margin-bottom: 15px
}

.hidden {
    display: none
}

.left-column {
    width: 45%;
    margin-right: 5%;
    float: left
}

.right-column {
    width: 45%;
    margin-left: 5%;
    float: left
}

.one-third-left {
    float: left;
    width: 29%;
    margin-right: 1%
}

.one-third-center {
    float: left;
    width: 29%;
    margin-left: 5%;
    margin-right: 5%
}

.one-third-right {
    float: left;
    width: 29%;
    margin-left: 1%
}

.clear {
    clear: both
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate3d(1,1,1);
    transform: translate3d(1,1,1);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div, p, img, blockquote, a, form, fieldset, textarea, input, label, iframe, code, pre {
    display: block;
    position: relative
}

.itemsMenuLateral div {
    position: absolute;
    overflow-y: scroll;
    width: 100%;
    top: 50px;
    bottom: 0
}

p {
    line-height: 30px;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: justify
}

a {
    text-decoration: none;
    color: inherit
}

p a {
    text-decoration: none;
    color: #1d6fa5
}

iframe {
    margin: auto
}

.instagram-media {
    margin: auto !important;
    width: 100%
}

.twitter-tweet {
    margin: auto
}

.lbAutor {
    text-align: center;
    line-height: 15px;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px
}

.lbFecha {
    text-align: center;
    line-height: 15px;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px
}

:root {
    --space-2: 1rem;
    --space-3: 1.5rem
}

.consentPopup {
    padding: var(--space-2);
    margin: 40px auto;
    background: #fff;
    border-radius: 5px;
    position: relative;
    max-width: 700px
}

    .consentPopup > h2, .consentPopup > * {
        margin: 0;
        margin-bottom: var(--space-2)
    }

    .consentPopup > button {
        margin-right: var(--space-2)
    }

    .consentPopup > h2 {
        margin-right: 30px
    }

.popupOverlay {
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,.7);
    padding: 5% 0
}

.dismiss-button {
    position: absolute;
    right: var(--space-3);
    top: var(--space-2);
    cursor: pointer
}

body {
    background-color: #fff;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

amp-img {
    width: 100%
}

.anuncio {
    width: auto;
    height: auto;
    min-height: 150px;
    margin: auto
}

#btnMenu {
    float: right;
    background: #fff;
    border: 0;
    margin-right: 10px;
    margin-top: 5px
}

#btnClose {
    float: right;
    background: #fff;
    border: 0;
    margin-top: 2px
}

#crumbs {
    text-align: left
}

    #crumbs ul li:first-child a:before, #crumbs ul li:last-child a:after, .separador:last-child:after {
        display: none
    }

    #crumbs ul li a:after, #crumbs ul li a:before {
        content: "";
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        top: 0
    }

    #crumbs p {
        padding: 0 0 30px;
        text-transform: uppercase;
        font-size: .9rem;
        font-weight: 600;
        letter-spacing: .01rem;
        color: #8093a7
    }

    #crumbs ul {
        list-style: none;
        display: inline-table;
        padding: 0;
        margin: 0
    }

        #crumbs ul li {
            display: inline
        }

            #crumbs ul li a {
                display: block;
                float: left;
                line-height: 24px;
                background: #e70103;
                text-align: center;
                padding: 5px 5px 5px 25px;
                position: relative;
                margin: 5px 5px 5px 0;
                font-size: 14px;
                color: #fff
            }

                #crumbs ul li a:after {
                    border-left: 15px solid #e70103;
                    position: absolute;
                    right: -15px;
                    z-index: 1
                }

                #crumbs ul li a:before {
                    border-left: 15px solid #fff;
                    position: absolute;
                    left: 0
                }

            #crumbs ul li:last-child a {
                padding-right: 30px
            }

            #crumbs ul li a:hover {
                background: #f38081;
                color: #000
            }

                #crumbs ul li a:hover:after {
                    border-left-color: #f38081;
                    color: #fff
                }

.mas-info {
    border-top: solid 2px #e70103;
    border-bottom: solid 2px #e70103;
    padding: 10px 0;
    margin: 20px auto;
    font-size: 14px;
    text-align: center;
    font-weight: 700
}

    .mas-info span {
        color: #4e4e4e;
        font-size: 12px
    }

.subsection {
    background-color: #333;
    color: #fff
}

    .subsection p {
        margin: 5px 0;
        padding: 0;
        font-size: 18px;
        vertical-align: middle;
        color: #fff
    }

    .subsection amp-img {
        width: 20px;
        margin: 5px;
        vertical-align: middle
    }

    .subsection h1 {
        margin: 0;
        padding-left: 10px;
        font-size: 24px
    }

subsection h2 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 5px
}

.subsection h3 {
    margin-left: 10px
}

.subsection .balon {
    width: 35px;
    margin: 5px;
    vertical-align: middle;
    display: inline-block
}

.subsection .label {
    vertical-align: middle
}

.matchrow {
    text-align: center;
    font-size: x-small;
    border-bottom: solid 1px #EEE
}

    .matchrow amp-img {
        vertical-align: middle;
        margin: 0 5px 0 5px;
        width: 20px;
        height: 20px
    }

    .matchrow span {
        vertical-align: middle;
        margin: 0
    }

    .matchrow .local {
        float: left;
        width: 40%;
        padding: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .matchrow .result {
        vertical-align: middle;
        float: left;
        width: 20%;
        margin: 2px 0;
        padding: 5px 0;
        font-size: small;
        background-color: #EEE;
        color: #000
    }

    .matchrow .visitor {
        float: left;
        width: 40%;
        padding: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

.players {
    border-bottom: solid 1px #EEE
}

    .players .photo {
        float: left;
        padding: 5px 0;
        width: 60px;
        height: 60px
    }

    .players .info {
        float: left;
        width: 70%;
        padding: 5px 0;
        vertical-align: middle
    }

        .players .info .name {
            color: #393d42;
            font-weight: 700;
            font-size: 14px;
            padding: 5px 10px;
            text-align: left
        }

        .players .info .position {
            display: block;
            font-size: 14px;
            color: #696969;
            padding: 5px 10px;
            text-align: left
        }

.entry-result {
    position: absolute;
    left: 0;
    top: 0;
    width: 92%;
    background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.2));
    overflow: hidden;
    z-index: 10;
    padding: 8px;
    text-align: center
}

    .entry-result .team {
        font-size: 12px;
        color: #fff;
        padding: 0 5px;
        display: inline-block;
        line-height: normal;
        width: 35%;
        vertical-align: middle
    }

    .entry-result .goal {
        font-size: 12px;
        color: #000;
        padding: 3px 0;
        border-radius: 5px;
        margin: 0 2px;
        background: #fff;
        text-align: center;
        display: inline-block;
        width: 10%;
        vertical-align: middle
    }

.entry-info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
    overflow: hidden;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 16px
}

    .entry-info .entry-title {
        color: #fff;
        text-shadow: 0 1px 2px rgb(0 0 0 / 10%)
    }

.entry-title {
    display: block;
    color: var(--post-title-color);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 5px
}

.big-item .entry-title {
    font-size: 24px;
    line-height: 1.3em
}

.entry-category {
    display: flex;
    height: 20px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #a0356f;
    font-size: 12px;
    color: #fff;
    align-items: center;
    padding: 0 10px;
    margin: 0 0 10px;
    border-radius: 20px
}

.entry-info .entry-meta {
    color: #c5c5c5;
    text-shadow: 0 1px 2px rgb(0 0 0 / 10%)
}

.entry-meta {
    display: flex;
    font-size: 12px;
    color: var(--meta-color);
    font-weight: 400;
    margin: 4px 0 0
}

.sp {
    padding-left: 5px;
    padding-right: 5px
}

@media(max-height:480px) {
    .menuclasificacion {
        display: none
    }
}

.sm-page {
    list-style-type: none;
    padding: 5px 0 5px 0;
    margin: 0;
    text-align: right
}

    .sm-page .link-level::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #ff661a;
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        z-index: -1
    }

@media(max-width:480px) {
    .sm-page {
        display: none
    }
}

.info-statistics {
    font-size: small;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
    border-bottom: solid 1px #EEE
}

.link-level, .link-level a, .social .link {
    display: inline-block;
    position: relative
}

.link-level {
    margin-bottom: 3px
}

    .link-level:last-child a {
        cursor: default
    }

    .link-level:last-child::after, .link-level:last-child::before {
        background: #ff884d
    }

    .link-level:hover::after, .link-level:hover::before {
        background: #e64c00
    }

    .link-level a {
        line-height: 30px;
        padding: 0 10px;
        color: #fff;
        font-size: 12px
    }

@media(max-width:780px) {
    .link-level a {
        line-height: 25px;
        padding: 0 4px;
        font-size: 10px
    }
}

@media(max-width:480px) {
    .link-level a {
        line-height: 25px;
        padding: 0 4px;
        font-size: 10px
    }
}

footer {
    background-color: #000
}

.footer-link {
    color: #fff;
    padding: 10px 0;
    font-size: 14px
}

.align-center {
    text-align: center
}

.banner.top {
    width: 100%;
    position: relative;
    min-height: 150px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px
}

.banner.left {
    position: absolute;
    margin-top: 10px;
    width: 200px;
    height: 600px;
    left: -200px;
    top: 0
}

.banner.right {
    position: absolute;
    margin-top: 10px;
    width: 200px;
    height: 600px;
    right: -200px;
    top: 0
}

.banner.square {
    min-width: 300px;
    min-height: 250px;
}

@media(max-width:980px) {
    .banner.right {
        display: none
    }

    .banner.left {
        display: none
    }
}

.divTableCell, .divTableHead {
    float: left;
    padding: 5px 0
}

.divTableHead {
    font-family: Lato,sans-serif;
    font-size: 12px
}

    .divTableHead.orden {
        width: 5%
    }

.divTableCell {
    font-family: Lato,sans-serif;
    font-size: 12px
}

.divTableHead.totales {
    width: 25%;
    background: #7d085d;
    color: #fff
}

.divTableHead.casa {
    width: 25%;
    background: #2e900a;
    color: #fff
}

.divTableHead.fuera {
    width: 25%;
    background: #a8a10b;
    color: #fff
}

.divTableHead.th-orden {
    width: 5%;
    border-bottom: solid #e70103
}

.divTableCell {
    font-family: Lato,sans-serif;
    font-size: 12px
}

    .divTableCell.td-order {
        width: 5%;
        border-left: 4px solid #e1e1e1
    }

.divTableHead.th-clasificacion {
    width: 20%;
    border-bottom: solid #e70103;
    color: #e70103
}

.divTableCell.td-clasificacion {
    width: 20%;
    text-align: left
}

.divTable, .divresultado {
    text-align: center
}

.divTableHead.th-totales {
    width: calc(25% / 7);
    border-bottom: solid #7d085d
}

.divTableHead.th-casa {
    width: calc(25% / 7);
    border-bottom: solid #2e900a
}

.divTableHead.th-fuera {
    width: calc(25% / 7);
    border-bottom: solid #a8a10b
}

.divTableCell.td-casa, .divTableCell.td-fuera, .divTableCell.td-totales {
    width: calc(25% / 7)
}

.divTableRow.second-heading {
    margin: 3px 0;
    font-size: 14px;
    font-weight: 600;
    padding: 0
}

.divTableBody {
    color: #000
}

abbr {
    text-decoration: none;
    cursor: pointer
}

.cp, .des, .pt {
    color: #fff
}

.pt {
    background: #e70103;
    border-color: #e70103
}

.divTableBody .divTableRow:nth-child(odd) {
    background: #efefef
}

.cp {
    background: #012c5f
}

.el {
    background: #f1c062
}

.des {
    background: #cd5c5c
}

@media(max-width:767px) {
    .divTableCell.td-casa, .divTableCell.td-fuera, .divTableHead.casa, .divTableHead.fuera, .divTableHead.th-casa, .divTableHead.th-fuera {
        display: none
    }

    .divTableHead.orden {
        width: 10%
    }

    .clasificacion, .divTableHead.totales {
        width: 45%
    }

    .divTableCell.td-order, .divTableHead.th-orden {
        width: 10%
    }

    .divTableCell.td-clasificacion, .divTableHead.th-clasificacion {
        width: 45%
    }

    .divTableCell.td-totales, .divTableHead.th-totales {
        width: calc(45% / 7)
    }
}

.clasificacion {
    width: 20%
}

.calendario .partidos-jornada li.jornadas-wrapp .final span.local, .calendario .partidos-jornada li.jornadas-wrapp .final span.visitante {
    width: 39%
}

.calendario .cabecera, .calendario .cabecera h2 {
    font-size: 12px;
    background: green;
    color: #fff
}

    .calendario .cabecera .jornada {
        margin: 0;
        display: inline-block;
        font-size: 16px;
        background: #080;
        padding: 10px 5px
    }

    .calendario .cabecera .fecha {
        display: inline-block;
        float: right;
        padding: 12px 5px 12px 0
    }

.calendario .partidos-jornada {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #626567
}

    .calendario .partidos-jornada li.jornadas-wrapp {
        border-bottom: solid 1px green;
        margin-bottom: 0
    }

        .calendario .partidos-jornada li.jornadas-wrapp:nth-child(odd) {
            background: #f6f6f6
        }

        .calendario .partidos-jornada li.jornadas-wrapp .final {
            display: block;
            padding: 10px 2px 10px 5px;
            font-size: 13px
        }

            .calendario .partidos-jornada li.jornadas-wrapp .final span {
                vertical-align: middle;
                display: inline-block
            }

                .calendario .partidos-jornada li.jornadas-wrapp .final span.resultado, .calendario .partidos-jornada li.jornadas-wrapp .final span.horario {
                    text-align: center;
                    color: green;
                    width: auto
                }

select.select-jornada {
    display: none;
    border: none;
    width: 80%;
    padding: 8px;
    font-size: 20px;
    background-color: #e70103;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    outline: 0
}

@media(max-width:780px) {
    select.select-jornada {
        display: block
    }

    .jornadas-desktop {
        display: none
    }
}

.escudos {
    list-style: none;
    margin: 0;
    padding: 10px 0 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

    .escudos li {
        min-width: 32px
    }

img#imgEscudo {
    width: 100%
}

.round_actual {
    display: inline
}

.round_hidden {
    display: none
}

.Jornada {
    background: #696969;
    color: #fff;
    margin: 3px 1px;
    display: inline-block;
    padding: 8px 0;
    width: 40px;
    text-align: center;
    cursor: pointer
}

@media(max-height:480px) {
    .escudos, .menuclasificacion {
        display: none
    }
}

li.no-row {
    display: block
}

.no-row .Resultados.fecha {
    display: block;
    background: green;
    color: #fff;
    padding: 5px 0
}

.no-row .Resultados.finalizado {
    display: block;
    background: red;
    color: #fff;
    padding: 5px 0
}

ul.tabla-resultados {
    display: block;
    padding: 0
}

    ul.tabla-resultados li {
        display: table;
        width: 100%;
        line-height: 15px
    }

        ul.tabla-resultados li.no-row {
            margin-top: -5px;
            line-height: 15px
        }

        ul.tabla-resultados li:nth-child(odd) {
            border-top: solid 2px green;
            background-color: #eaeaea;
            margin-bottom: 10px
        }

        ul.tabla-resultados li div {
            display: table-cell;
            vertical-align: middle;
            text-align: center
        }

.escudo {
    width: 10%;
    padding: 5px
}

.Resultados.local {
    width: 20%;
    font-size: 14px
}

.Resultados.goles {
    color: #196f3d;
    font-size: 14px;
    font-weight: 600;
    width: 40%
}

.Resultados.visitante {
    width: 20%;
    font-size: 14px
}

.divresultado {
    background: #dadada;
    bottom: 3px;
    display: block;
    opacity: .9;
    position: absolute;
    width: 100%;
    padding: 6px 0
}

    .divresultado > span {
        font-weight: 700
    }

    .divresultado .nombree {
        font-size: 12px;
        color: #000;
        padding: 0 5px;
        display: inline-block;
        line-height: normal;
        width: 38%;
        vertical-align: middle
    }

    .divresultado .goles {
        font-size: 17px;
        color: #fff;
        padding: 3px 0;
        border-radius: 5px;
        margin: 0 2px;
        background: #000;
        text-align: center display:inline-block;
        width: 10%;
        vertical-align: middle
    }

@media(max-width:480px) {
    .divTableHead.th-totales {
        font-size: 10px;
        padding: 7.5px 0
    }

    .divTableCell.td-totales {
        font-size: 10px;
        padding: 8.5px 0
    }
}

.Jactual {
    background: #e70103
}

.divTableRow {
    margin-bottom: 2px
}

.divTableCell.td-order.prim {
    border-color: green
}

.divTableCell.td-order.seg {
    border-color: gold
}

.divTableCell.td-order.last {
    border-color: red
}

#ulLeyendaClasif {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin-top: 15px
}

    #ulLeyendaClasif li {
        float: left;
        margin-right: 20px;
        padding-left: 6px;
        border-left: 4px solid #e1e1e1
    }

        #ulLeyendaClasif li.prim {
            border-color: green
        }

        #ulLeyendaClasif li.seg {
            border-color: gold
        }

        #ulLeyendaClasif li.last {
            border-color: red
        }

.no-row .Resultados .resultadoGoles, .no-row .Resultados.fin {
    padding-bottom: 5px;
    overflow: hidden;
    display: block
}

.no-row .Resultados .resultadoGoles {
    color: #a9a9a9;
    font-size: 12px
}

    .no-row .Resultados .resultadoGoles .resultadoLocal {
        float: left
    }

    .no-row .Resultados .resultadoGoles .resultadoVisitante {
        float: right
    }

    .no-row .Resultados .resultadoGoles .resultadoLocal div {
        text-align: left
    }

    .no-row .Resultados .resultadoGoles .resultadoVisitante div {
        text-align: right
    }

    .no-row .Resultados .resultadoGoles .result div {
        display: block
    }

.texto-legal input, .texto-legal label {
    display: inline-block;
    margin: 8px
}

span.lang {
    padding: 10px 0;
    font-size: 18px
}

input[type=radio] {
    border: 0;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    display: inline
}

.section-tab, .tabs-sidebar input {
    display: none
}

#descargarpdf {
    background-color: #7397c9;
    padding: 12px;
    color: #fff;
    font-size: 1.4em
}

#formularioEstaticas input, textarea#text {
    width: 100%;
    padding: 10px 15px;
    border: none
}

.img-tarifas img {
    width: 100%
}

#formularioEstaticas label {
    font-size: 18px;
    text-align: center
}

#formularioEstaticas input {
    font-size: 16px;
    outline: 0
}

textarea#text {
    height: 70px;
    margin-bottom: 20px;
    font-family: sans-serif;
    font-size: 16px
}

    textarea#text:focus {
        outline: 0
    }

#formularioEstaticas {
    padding: 0 15px 20px;
    margin-bottom: 50px
}

input#btnEnviar {
    background-color: #fff;
    color: #ff4442;
    border: 2px solid #ff4442
}

.white {
    color: #fff
}

.amarillo {
    background: #ffa612;
    color: #fff
}

.azul {
    background: #7397c9;
    color: #fff
}

.rojo {
    background: #ff4442;
    color: #fff
}

.text-center {
    text-align: center
}

.numero {
    font-size: 150px;
    color: #fff
}

.texto-numero {
    color: #000;
    margin-top: 35px
}

.padding-120 {
    padding: 120px
}

.padding-50 {
    padding: 50px
}

.padding-25 {
    padding: 25px
}

.margin-0 {
    margin: 0
}

.font-ligther {
    font-weight: lighter;
    text-align: center;
    margin: 0
}

.texto-13 {
    font-size: 1.1em;
    font-weight: lighter;
    text-align: center;
    margin: 0
}

.texto-15 {
    font-size: 1.5em;
    font-weight: lighter;
    text-align: center;
    margin: 0
}

.edad {
    font-size: 75px
}

.font-rojo {
    color: #ff4442
}

.font-negro {
    color: #000;
    text-align: center
}

.crema {
    background: #efefef
}

.input-buscar {
    display: inline-block;
    font-size: 25px;
    line-height: 50px;
    vertical-align: middle;
    width: 90%;
    padding: 0 15px;
    border-radius: 0;
    background-color: #e0e0e0;
    writing-mode: horizontal-tb
}

.btn-buscar {
    display: inline-block;
    font-size: 25px;
    line-height: 50px;
    vertical-align: middle;
    width: 8%;
    text-align: center;
    background-color: #000;
    color: #fff
}

.search {
    text-align: center;
    padding-top: 125px;
    padding-bottom: 125px
}
