@font-face {
    font-family: "robotoregular";
    src: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/fonts/roboto-regular.woff) format("woff"), 
 url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/fonts/roboto-regular.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "robotobold";
    src: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Bold.woff) format("woff"), 
 url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Bold.woff) format("woff2");
    font-style: normal;
    font-weight: 400
}


@media (max-width:468px) {
    p.btrack {
        top: 27px!important;
        left: 3px!important;
        padding-right: 10px!important
    }
    .btn-balon {
        position: relative;
        top: 8px!important;
        left: 2px!important
    }
    p.btrack {
        top: 18px!important;
        left: 3px!important;
        padding-right: 10px!important
    }
}
body, html{
    font-family: "robotoregular";
}
h1{
    color:#FF0000;
    font-size:30px;
    font-weight:normal;
}
    h1 span{
        font-family: "robotobold";
    }

p.btrack {
    position: relative;
    top: -24px;
    left: 27px;
    color: white;
    font-size: 14px
}

.btn-balon {
    position: relative;
    top: 0;
    left: -80px
}

.scrolltable{
    width:100%;
    overflow-x: scroll;
    margin-bottom: 190px;
}
#table_id th{
    color: #606060;
    text-align: center;
    font-size:12px;
    line-height:14px;

}
.theadGeneral th{
    text-align: center;color: #ffffff !important;font-size: 14px !important;line-height: 17px !important;
}
.theadGeneral th:first-child{
    background-color: #BE0C0C;
}
.theadGeneral th:nth-child(2){
    background-color: #FF0000;
}
.theadGeneral th:nth-child(3){
    background-color: #6F4141;
}
.theadGeneral th:nth-child(4){
    background-color: #A28C8C;
}
.theadGeneral th:nth-child(5){
    background-color: #6A6161;
}
th, td{
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}
td{
    font-size:12px; 
    line-height:12px;
    color: #606060;
}
#tbodyJugadores tr:nth-child(2n - 1) td{
    background-color: #FFF0F0;
    border-top: 1px solid #B7B0B0;
    border-bottom: 1px solid #B7B0B0;
}
#tbodyJugadores tr:nth-child(2n - 1) td:first-child{
    border-left: 1px solid #B7B0B0;
}
#tbodyJugadores tr:nth-child(2n - 1) td:last-child{
    border-right: 1px solid #B7B0B0;
}
#tbodyJugadores tr td{
    border-right: 2px solid #DBDBDB;
}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: none;
}
#tbodyJugadores tr td:last-child{
    border-right: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0.5em 0.5em;
}
/*body {
    background: #000 0% 0% no-repeat padding-box;
    height: auto;
    opacity: 1
}*/
.toPopup{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FF0000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    cursor:pointer;
    position: relative;
    transition: all 500ms;
}
.toPopup:hover{
    background-color: #2c2c2c;
    transform: rotate(-45deg);
    -webkit-transition: transform background-color 500ms ease-in;
    -ms-transition: transform background-color 500ms ease-in;
    transition: transform background-color 500ms ease-in;
}
.toPopup:before{
    content: '';
    display: block;
    width: 14px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 8px;
    left: 3px;
}
.toPopup:after{
    content: '';
    display: block;
    width: 4px;
    height: 14px;
    background-color: #ffffff;
    position: absolute;
    top: 3px;
    left: 8px;

}
.bgpopup{
    position:fixed;
    width:100%;
    height:100vh;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
.popup{
    background-color: #CE1515;
    width: 100%;
    max-width: 600px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.select2-container{
    width: 180px !important;
}
ul{
    margin: 0;
    padding: 0;
}
.redDiv{
    position: relative;
}
.redDiv h2{
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 17px;
    padding-bottom: 10px;
    margin-top: 18px;
}
.popup .close-popup{
    width:24px;
    height:24px;
    border: 1px solid #ffffff;
    top:-3px;
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.popup .close-popup::before{
    content: '';
    display: block;
    height: 1px;
    width: 20px;
    background-color: #ffffff;
    transform: rotate(45deg);
    top: 10px;
    left: 1px;
    position: absolute;
}
.popup .close-popup::after{
    content: '';
    display: block;
    height: 1px;
    width: 20px;
    background-color: #ffffff;
    transform: rotate(-45deg);
    top: 10px;
    left: 1px;
    position: absolute;
}
.whiteDiv{
    background-color:#ffffff;
    padding-bottom: 30px;
    position: relative;
    padding-top: 100px;
    overflow: auto;
    max-height: 600px;
}
.whiteDiv .photo{
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: -13px;
}
.whiteDiv .photo img{
    width: 140px;
}

.whiteDiv h3{
    color: #606060;
    font-size:14px;
    line-height:17px;
    text-align:center;
    font-weight:bold;
}
.whiteDiv ul{
    width:calc(100% - 40px);
    margin: 0 auto;
    display:block;
    padding-bottom: 20px;
    
}
.whiteDiv ul li:nth-child(2n-1){
    background-color: #CE1515;
}
.whiteDiv ul li{
    display:table;
    width: 100%;
    border-radius: 5px;
}
.whiteDiv ul li span{
    display:table-cell;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height:17px;
    width: 50%;
    color: #606060;
}
.whiteDiv ul li:nth-child(2n-1) span{
    color: #ffffff;
}

.principal {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.lateral {
    position: absolute;
    top: 0;
    bottom: 0
}

.lateral-izq {
    left: 0
}

.lateral-der {
    right: 0
}

.clear {
    clear: both
}

.contenido {
    background-color: #fff !important;
}

.bkg-ec{
    background-color: #000;
}

#humo-final {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/elcomercio-desktop.jpg) no-repeat;
    margin: 0;
    width: 100%;
    height: 292px;
    border-bottom: 2px solid #BA9C5B;
}


.flechita-cc7 {
    float: right;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 35px;
}   
.background-ec-datos, .background-ec-datos-entr{
    margin: 0px auto;
    height: 750px;
}

.background-ec-datos-entr{
    height: 500px;
}
.contenido-jugadores {
    max-width: 1120px;
    margin: 0 auto
}

.desktop {
    display: block
}

.movil {
    display: none
}

#jugadores-river-desktop {
    border-right: 8px solid #fff;
}

#jugadores-flamengo-desktop {
    border-left: 8px solid #fff;
}

.info-jugador {
    background-color: #313131
}

.img-jugador {
    width: 225px
}

.img-club {
    width: 215px
}

.img-jugador,
.img-club {
    height: 234px;
    float: left
}

.cont-escudo-club {
    display: block;
    margin: 35px auto
}

.img-fluid {
    height: 100%;
    width: 100%
}

.datos-gral {
    max-width: 100%;
    border-bottom: 1px solid #BA9C5B
}

.datos-gral-club {
    max-width: 85%;
    border-bottom: 1px solid #BA9C5B
}

.datos-jugador {
    margin: 40px 0 0 0
}

.datos-club {
    margin: 30px 0 0 0
}

.datos-jugador,
.datos-club {
    color: #fff
}

.cont-nro-jugador {
    width: 65px;
    margin: 0 0 0 10px;
    padding: 3px 0 0 0
}

.nro-jugador {
    font: 500 50px/50px 'robotoregular';
    text-align: center
}

.cont-nombre-jugador {
    margin: 0 0 0 -10px
}

.nombre-apellido-jugador {
    font: 500 26px/26px 'robotoregular';
    text-align: left
}

.nombre-club {
    font: 700 23px/23px 'robotoregular';
    text-align: left
}

.apellido {
    text-transform: uppercase
}

.jugadores-club {
    margin: 15px 0 0 -8px;
    max-width: 100%;
    color: #fff
}

.selector {
    margin: 28px 0 0 0
}

.selector-jugadores {
    max-width: 75%
}

.selector-club {
    max-width: 85%
}

.selector-club {
    font: 500 15px/20px 'robotoregular';
    color: #fff!important;
    margin: 0 0 0 12px!important
}

.url-club,
.url-club:hover {
    color: #fff;
    text-decoration: none
}

.rs-clubes {
    padding: 0 16px 0 0
}

#select-river,
#select-flamengo {
    margin: 0 auto;
    padding: 0 10px
}

#equipo-dt-river,
#equipo-dt-flamengo {
    color: #BA9C5B;
    margin: 10px 0 0 0
}

.dt {
    font: 700 18px/18px 'robotoregular'
}

.temporada {
    font: 500 16px/16px 'robotoregular'
}

.cont-escudo {
    margin: 0
}

.info-gral {
    display: flex;
    font: 700 15px/15px 'robotoregular';
    margin: 20px -5px 0 -5px
}

#tabla-titulos-equipo1,
#tabla-titulos-equipo2 {
    color: #BA9C5B
}

.header-tabla {
    margin: 40px auto 25px auto
}

.encabezado-tablas {
    font: 700 18px/18px 'robotoregular';
    text-align: center;
    color: #000;
    display: block
}

.tv {
    width: 100%;
    height: 1200px;
    background-color: rgba(3, 19, 60, .7);
    position: absolute;
    z-index: 100000
}

.tvcontent {
    position: relative;
    width: 950px;
    margin: 0 auto
}

.tv1 {
    width: 178px;
    height: 78px;
    top: 280px;
    left: -185px;
    position: relative;
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/instruccion-1.png)
}

.tv2 {
    width: 185px;
    height: 61px;
    top: 203px;
    left: 182px;
    position: relative;
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/instruccion-2.png)
}

.tv3 {
    width: 209px;
    height: 74px;
    top: 230px;
    left: 192px;
    position: relative;
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/instruccion-3.png)
}

.tv4 {
    width: 202px;
    height: 57px;
    top: 340px;
    left: 709px;
    position: relative;
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/instruccion-4.png)
}

.padding-right-5 {
    padding-right: 5px!important
}

img.pb-up {
    padding-bottom: 10px;
    padding-right: 10px
}

.img-flag {
    width: 30px;
    padding-top: 3px
}

header {
    background: #000;
    width: 100%
}

.header-comercio {
    background: #000;
    padding: 8px 0 4px 8px;
     position: fixed;
    width: 100%;
    z-index: 9999999;
    height: 40px;
    top: 0;
    left: 0;
}
.ctn-header-comercio {
    margin: 0 auto;
    max-width: 990px;
    text-align: left
}

.ctn-header-comercio a {
    display: inline-block;
    text-indent: -9999px;
    color: #FFF;
}

.ctn-header-comercio-v2 {
    text-align: center
}

a.logo-comercio {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/img/logo-depor-white.png) no-repeat 3px 3px;
    background-size: 75%;
    height: 26px;
    width: 70px;
}

a.logo-especiales {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/logo-especiales.png) no-repeat 0 3px;
    background-size: 100%;
    height: 22px;
    width: 100px
}

a.logo-depor {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/logo.png) no-repeat 0 0;
    background-size: 100%;
    height: 30px;
    width: 120px
}

.espacio-especiales-v2 {
    display: inline-block;
    margin: 14px 71px 0 0
}

.boton-especiales,
.boton-especiales-v2 {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    text-indent: 0!important;
    margin: 0 0 0 20px;
    color: #fff;
    font: 700 13px/13px Arial;
    padding-top: 7px;
}

.boton-especiales-v2 {
    position: fixed;
    font-weight: 500;
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/arrow.png) no-repeat 0 0
}

.izq-volver {
    float: left;
    margin: 10px 3px 0 0
}

.cruz {
    width: 12px;
    height: 12px;
    position: absolute
}

.cruz:before,
.cruz:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #ffca00
}

.cruz:before {
    left: 110%;
    width: 10%;
    margin-left: -15%;
    height: 100%
}

.cruz:after {
    top: 55%;
    height: 15%;
    margin-top: -15%;
    width: 100%
}

.compartir {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/compartir.png) no-repeat 0 0
}

.menu {
    *zoom: 1;
    display: none
}

.menu:before,
.menu:after {
    content: "";
    display: table
}

.menu:after {
    clear: both
}

#social {
    float: right;
    margin-right: 0
}

#social ul {
    display: inline-block;
    margin: -3px auto 0;
    padding: 0;
    vertical-align: middle
}

#social ul li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle
}

#social ul li a {
    height: 32px;
    width: 32px
}

#social ul li a.facebook {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/sprite-redes.png) no-repeat -6px -4px;
    background-size: 130px;
    border-radius: 20px
}

#social ul li a.tw {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/sprite-redes.png) no-repeat -56px -9px
}

#social ul li a.tw {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/sprite-redes.png) no-repeat -50px -4px;
    background-size: 130px;
    border-radius: 20px
}

#social ul li a.wst {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/sprite-redes.png) no-repeat -92px -4px;
    background-size: 130px;
    border-radius: 20px;
    display: none
}

#social ul li:hover {
    opacity: .5
}

.sujeto {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/jugador.png);
    position: absolute;
    width: 64px;
    height: 315px;
    left: 125px;
    top: -325px
}

.col-sm-12 nopadding {
    height: 70px
}

.borde-dorado{
    background: none;
}

.borde-dorado-perfiles {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/trazado-dorado.png) no-repeat;
}

.borde-dorado,
.borde-dorado-perfiles {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 2px
}

#menu-datos {
    flex-direction: row;
    margin: 0 auto
}

#menu-datos li {
    background-color: #000;
    border: 0;
    font: 500 15px/40px 'robotoregular';
    margin: 0;
    padding: 0 100px;
    height: 40px;
}

#menu-datos li a {
    display: inline-block;
    color: #AAA;
    height: 65px;
    width: inherit
}

#menu-datos li a.active {
    color: #BA9C5B;
    font-weight: 700;
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/trazado-dorado.png) no-repeat;
    background-position: 0 35px;
    background-size: 100%
}

#menu-datos li a:hover {
    text-decoration: none
}

.container {
    max-width: 1366px !important;
}

.main-menu{
    border-bottom: 3px solid #BA9C5B;
}

.bg-blanco {
    background-color: white
}

.descr {
    font: 500 15px/22px 'robotoregular'!important;
    color: #000;
    margin: 10px 80px;
    text-align: center;
    padding: 20px 0;
}

.botones-desktop {
    display: block;
    margin: 10px 0 0 0
}

.botones-movil-club {
    display: none
}

.botones-movil {
    display: none
}

.a-por-datos {
    margin: 0
}

.perfiles {
    margin-top: 6px;
    font: 700 22px/22px 'robotoregular';
    color: #BA9C5B
}

.header-perfil {
    margin: 0 auto;
    display: table;
}
.header-perfil img{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    float: right;
}
.header-perfil h1{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
    line-height: 26px;
}

.padding-top-30 {
    padding-top: 40px!important
}

.margin-top-30 {
    margin-top: 30px!important
}

.details-palmares {
    cursor: pointer;
    float: right
}

.player-image {
    min-height: 250px
}

.player-name {
    min-height: 50px
}

.table-center div.divtd,
.left-right div.divtd {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 45px;
    line-height: 2.2
}

.impar {
    background-color: #313131
}

.par {
    background-color: #000
}

.blanco{
    background-color: #fff;
    color: #000;
}

.gris{
    background-color: #BABAB9;
    color: #000;
}

.plomo{
    background-color: #313131;
    color: #B1AFAF;
}

#tabla-encabezados-gral,
#tabla-encabezados-lib-2019,
#tabla-encabezados-clubes-gral {
    font-weight: 700
}

.p-l-0 {
    padding-left: 0;
    color: #fff
}

.p-r-0 {
    padding-right: 0;
    color: #fff
}

#template-image-top-player,
#table-template-player,
#table-template-items-center,
#template-image-top-country,
#table-template-country,
#table-template-country-center {
    display: none
}

.datos-jugadores-gral {
    margin: 40px auto 0 auto
}

/*table.dataTable {
    border-color: #313131;
    font-family: 'robotoregular'
}

.table th,
.table td {
    border: 1px solid #313131!important
}

thead,
.sorting {
    color: #BA9C5B
}

tbody {
    color: #fff
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #313131
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #000
}*/

#datos-jugadores_wrapper{
    margin: 30px 0 0 0;
}

#datos-jugadores_wrapper .row,
#datos-club-1_wrapper .row,
#datos-club-2_wrapper .row {
    width: 103%
}

.form-inline label {
    display: block;
}

/*div.dataTables_wrapper div.dataTables_info {
    color: #fff
}*/

div.dataTables_wrapper div.dataTables_filter label {
    text-align: right
}
/* pagination */
.pagination>li>a,
.pagination>li>span {
    color: #000;
    /*background-color: #000;*/
    border: 1px solid #313131
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #313131;
    /*background-color: #000;*/
    border-color: #313131
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #313131;
    /*background-color: #000;*/ 
    border-color: #313131
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #BA9C5B;
    border-color: #BA9C5B
}

div.dataTables_wrapper div.dataTables_filter input {
    background-color: #fff;
    border-color: #313131;
}

select.form-control option:hover {
    background-color: #BA9C5B
}

.form-control {
    border: 1px solid #313131
}

#datos-club-1_wrapper, #datos-club-2_wrapper{
    margin: 20px 0 0 0;
}

/* fin pagination */

@media only screen and (max-width:1024px) {
    #social ul li ul {
        right: 16px
    }
    .lateral {
        display: none
    }
    .desktop {
        display: block
    }
    .movil {
        display: none
    }
    #humo-final {
        background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/elcomercio-desktop.jpg) no-repeat;
        background-size: 100% 100%;
        margin: 0;
        width: 100%;
        height: 205px
    }
    
    .col-sm-7{
        max-width: 57%;
    }
    .botones-movil-club {
        display: block;
        margin: 25px 20px
    }
    #jugadores-river-desktop {
        border-right: 2px solid #000
    }
    #jugadores-flamengo-desktop {
        border-left: 2px solid #000
    }
    .img-jugador {
        width: 208px
    }
    .img-club {
        width: 208px
    }
}

@media (max-width:768px) 
{
    .bgpopup{
        overflow: auto;
    }
    .popup{
        top: 39px;
        left: 0;
        transform: translate(0%,0%);
    }
    .whiteDiv{
        padding-bottom: 90px;
    }
    .container{
        margin: 0 auto;
    }

    
    .background-ec-datos{
        margin: 0 auto;
        height: auto;
    }
    
    .background-ec-datos-entr{
        height: 750px;
    }
    .bkg-ec {
        padding: 0;
    }   
    
    .menu ul li a.wst {
        display: block
    }
    #humo-final {
        background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/elcomercio-desktop.jpg) no-repeat;
        margin: 40px 0 0 0;
        background-size: 100% 100%; 
        height: 195px;
        border: 0;    
    }
    .padding-top-30 {
        padding: 0!important
    }
    .botones-desktop {
        display: none
    }
    .botones-movil {
        display: block;
        margin: 25px 0
    }
    .botones-movil-club {
        margin: 25px 20px
    }
    .por-datos {
        margin: -1px -2px 0 0
    }
    .perfil-negro-movil {
        margin: -2px 0 0 0
    }
    .borde-dorado {
        background: none;
        border: 1px solid #BA9C5B
    }
    .borde-dorado-perfiles {
        background-size: 100%
    }
    #menu-datos li {
        padding: 0 15px;
        font: 500 15px/38px 'robotoregular'
    }
    #menu-datos li a {
        height: 45px
    }
    #menu-datos li a.active {
        background-position: 0 32px
    }
    .descr {
        font: 500 13px/20px 'robotoregular'!important;
        margin: 0 10px;
        padding: 20px 0 10px 0
    }
    .desktop {
        display: none
    }
    .movil {
        display: block;
        margin: 0 10px
    }
    .contenido-jugadores {
        margin: -20px auto
    }
    .contenido-clubes {
        margin: 20px auto
    }
    .datos-jugador {
        margin: 10px 0;
        border-bottom: 1px solid #BA9C5B
    }
    .datos-gral {
        padding: 0;
        border: 0
    }
    .info-jugador {
        padding: 0
    }
    .cont-nombre-jugador {
        margin: 0
    }
    .cont-nombre-club {
        margin: 10px 0 8px 15px
    }
    #jugadores-river-movil {
        border-right: 5px solid #fff;
    }
    #jugadores-flamengo-movil {
        border-left: 5px solid #fff;
    }
    #equipo-dt-river,
    #equipo-dt-flamengo {
        margin: 0;
        padding: 10px 0 0 0
    }
    .selector-entrenadores {
        background-color: #000
    }
    .dt {
        font-size: 16px
    }
    .temporada {
        font-size: 14px
    }
    .nombre-club {
        font: 600 17px/17px 'robotoregular';
        margin: 8px 0 0 0
    }
    .cont-nro-jugador {
        margin: 0;
        padding: 0
    }
    .nro-jugador {
        font-size: 28px
    }
    .nombre-apellido-jugador {
        font: 500 20px/20px 'robotoregular'
    }
    .contenedor-imagen-jugador-movil {
        position: relative;
        margin: 0 auto;
        width: 158px;
        height: 170px
    }
    .contenedor-imagen-club-movil {
        position: relative;
        margin: 0;
        width: 90px;
        height: 120px
    }
    .imagen-jugador-movil {
        position: absolute;
        height: inherit;
        top: 0;
        left: 0
    }
    .imagen-club-movil {
        margin: 0 auto
    }
    .estadio-movil {
        margin: 0 10px 0 0
    }
    .escudo-equipo-movil {
        position: absolute;
        top: 0;
        left: 5px
    }
    .cont-escudo-club {
        margin: 10px auto
    }
    .selector-club {
        font: 500 13px/18px 'robotoregular';
        margin: 5px 0 0 12px!important
    }
    .selectores {
        margin: 0 -10px!important
    }
    .selector {
        margin: 5px 0 20px 0
    }

    .select-movil {
        
    }
    .mb-4 {
        margin: 0!important
    }
    .perfiles {
        font-size: 18px
    }
    .encabezado-tablas {
        font-size: 16px
    }
    .sec-entrenadores-movil {
        border-bottom: 1px solid #BA9C5B
    }
    .header-tabla {
        margin: 10px auto 25px auto
    }
    .header-tabla-clubes {
        margin: 25px auto
    }
    .d-flex {
        display: center !important
    }
    .btn-up {
        text-align: center!important
    }
    img.pb-up {
        margin: 0 auto!important
    }
    a.centrado {
        margin: 0 auto!important
    }
    div.dataTables_wrapper div.dataTables_filter label {
        text-align: left
    }
    
    #datos-jugadores_wrapper, #datos-club-1_wrapper, #datos-club-2_wrapper{
        margin: 0;
    }
    
    .datos-jugadores-gral {
        margin: 30px auto 0 auto
    }
    
    .col-sm-7 {
        max-width: 100%;
    }
}

@media only screen and (max-width:700px) {
    .whiteDiv {
        overflow: inherit;
        max-height: inherit;
    }
    
    .flechita-cc7 {
        float: left;
        font-size: 15px;
        line-height: 1;
        position: relative;
        top: 70px;
    }
    .dataTables_wrapper .dataTables_length {
        margin-bottom: 40px;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: left;
    }
    .logo {
        width: 70%;
        margin: 10px auto
    }
    
    .logo img {
        width: 100%
    }
    
    .main-menu{
        border: 0;
    }
    
    .espacio-especiales-v2 {
        margin-top: 6px
    }
    #social ul li a.wst {
        display: block
    }
    #humo-final {
        background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/elcomercio-movil.jpg) no-repeat;
        margin: 40px 0 0 0;
        background-size: 100% 100%;
        height: 195px;
    }
    .nombre-apellido-jugador {
        font: 500 16px/14px 'robotoregular'
    }
    .nro-jugador {
        font: 500 28px/34px 'robotoregular'
    }
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        font-size: 13px
    }
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left
    }
}

@media (max-width:475.98px) {
    .data-firstname,
    .data-lastname {
        font-size: 12px
    }
    .img-photo {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100px;
        height: 100px;
        background-position: center center;
        background-size: 120px
    }
    .template-country .img-shield {
        width: 100px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .img-shield {
        width: 30px
    }
    .data-firstname,
    .data-lastname {
        font-size: 12px
    }
    .item-1,
    .item-2,
    .item-center {
        font-size: 14px
    }
    .vs_club_name {
        min-height: 35px!important
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 4px 8px;
    }
}

@media (max-width:360px) {
    #tabla-encabezados-gral,
    #tabla-encabezados-lib-2019 {
        font-size: 13px
    }
    #tabla-encabezados-clubes-gral {
        font-size: 14px
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 4px 6px;
    }
}

@media (min-width:468px) {
    .text-vs {
        background-color: red
    }
    .data-firstname,
    .data-lastname {
        font-size: 16px
    }
    .img-photo {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 130px;
        height: 130px;
        background-position: center center;
        background-size: 160px
    }
    .template-country .img-shield {
        width: 130px;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .img-shield {
        width: 40px
    }
}

@media (min-width:768px) {
    .text-vs {
        background-color: purple
    }
    .img-photo {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 180px;
        height: 180px;
        background-position: center center;
        background-size: 220px
    }
    .data-firstname {
        font-size: 20px
    }
    .data-lastname {
        font-size: 20px;
        padding-bottom: 40px
    }
    .template-country .img-shield {
        width: 180px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .img-shield {
        width: 40px
    }
    .tv {
        visibility: hidden
    }
}

@media (min-width:992px) {
    .text-vs {
        background-color: blue
    }
    .img-photo {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 220px;
        height: 220px;
        background-position: center center;
        background-size: 280px
    }
    .template-country .img-shield {
        width: 220px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (max-width:992px) {
    .tv1 {
        top: 227px;
        left: 78px;
        position: relative
    }
    .tv2 {
        top: 151px;
        left: 309px;
        position: relative
    }
    .tv3 {
        top: 92px;
        left: 620px;
        position: relative
    }
    .tv4 {
        top: 225px;
        left: 675px;
        position: relative
    }
}

@media (min-width:1200px) {
    .text-vs {
        background-color: yellow
    }
    .img-photo {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 251px;
        height: 251px;
        background-position: center center;
        background-size: 330px
    }
    .template-country .img-shield {
        width: 250px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:320px) {
    .atras-izq {
        margin-left: 8px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #fff
    }
    .header-barra,
    .header-barra-2 {
        height: 16px
    }
    #social {
        margin-right: 10px
    }
    #social ul li ul {
        right: 15px
    }
    #social ul li a {
        height: 32px;
        width: 24px
    }
    #social {
        margin: 0
    }
    #social ul li a.wst {
        background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/sprite-redes.png) no-repeat -96px -4px;
        background-size: 130px
    }
    #social ul li a.tw {
        background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/guia-final-monumental-river-vs-flamengo-copa-libertadores-2019-ecvisual-ecpm/assets/images/sprite-redes.png) no-repeat -54px -4px;
        background-size: 130px
    }
    .espacio-especiales-v2 {
        margin: 14px 45px 0 0
    }
    a.logo-comercio {
        width: 90px
    }
    .boton-especiales {
        font: 700 13px/15px Arial
    }
    .espacio-especiales-v2 {
        margin-top: 14px
    }
    .table-center div.divtd,
    .left-right div.divtd {
        min-height: 40px
    }
    .item-1,
    .item-2 {
        font-size: 13px
    }
    #menu-datos li {
        padding: 0 13px
    }
    #tabla-encabezados-gral,
    #tabla-encabezados-lib-2019,
    .info-gral {
        font: 500 12px/12px 'robotoregular'
    }
    .botones-movil-club {
        display: block;
        margin: 20px 5px
    }
    .por-perfil-movil,
    .por-datos-movil {
        width: 95%
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 40px
    }
    .selector-club {
        font: 500 11px/16px 'robotoregular'
    }
    .dt {
        font-size: 15px
    }
    .temporada {
        font-size: 13px
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 3px 5px
    }
}