body{
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;
}
a{
    text-decoration: none;
}
/* Fonts */
@font-face {
    font-family: 'Acto';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-Light.woff2') format('woff2'),
         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-Light.woff') format('woff');
}
@font-face {
    font-family: 'Acto-Book';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-Book.eot?#iefix') format('embedded-opentype'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-Book.woff2') format('woff2'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-Book.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueBold';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/BebasNeueBold.woff2') format('woff2'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/BebasNeueBold.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Acto-Thin';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-Thin.woff2') format('woff2'),
         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-Thin.woff') format('woff');
}
@font-face {
    font-family: 'Acto-ExtraBold';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-ExtraBold.woff2') format('woff2'),
         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/RobotoCondensed-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Slab';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/robotoslab-regular-webfont.woff') format('woff');
}
@font-face {
    font-family: 'icomoon';
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.eot?yiyid2');
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.eot?yiyid2#iefix') format('embedded-opentype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.ttf?yiyid2') format('truetype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.woff?yiyid2') format('woff'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.svg?yiyid2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-logoEc:before {
    content: "\e900";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
   
/* End Fonts  */

/* Some Reset */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { 
    display: inline-block; 
}
* html .clearfix { 
    height: 1%; 
}
.clearfix { 
    display: block; 
}
/* End Some Reset */

.ctn-header-campanha {
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
}
.ctn-section {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 14px;
    text-align: left;
}

.header{
    max-width: 980px;
    margin: 60px auto 0 auto;
}

.ctn-header-ec{
    float:left;
    width: 10%;
    height: 130px;
    margin: 5px 5px 0 0;
    border-right: 1px solid #474747;
}
/**/
.section-sponsor-2{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;    
    color: #2691c9;
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}

.calendario-rs{
    float: left;
    width: 59%;
}

.calendario h2{
    font: 700 38px/41px 'Roboto-Slab';
    margin: 15px 0;
    color: #FF0000;
}
h4.tag{        
    display: table;
    margin: 15px 0 0 0;
    padding: 3px 10px;
    font: 700 21px/28px 'Roboto-Slab';        
    color: #FFF;
    background-color: #FF0000;
}
.sub-copas-1{
    color: #FF0000;
}
.sub-copas{
    color: #000;
}
.logo-panam-2{
    float: left; 
    width: 20%;
    padding-top: 8px;
    border-left: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e;
    text-align: center;
}

.logo-panam-2 img{
    width: 70%;
}

.logo-ty{
   float:right; 
   border-left: 1px solid #9e9e9e;
   width: 23%;
   padding: 25px 10px;
}

.logo-ty img{
    width: 72%;
    margin: auto;
    display: block;
}  
/**/
.logo-panam{
    float: left;
    padding-top: 12px;
    width: 50%;
}

 .logo-sponsor{
    float:right;
    width: 30%;
}

.logo-ec{
    text-align: center;
    margin: 20px 5px 0 0;
    display: inherit;
}

.logo-ec img{
    width: 90%;
    height: 90%;
}   

.cnt-month {
    border-bottom: 1px solid #000;
}

.logo-campanha {
    margin: 0;
    float: left;
}
.main-bar {
    color: #fff;
    font-size: 70px;
    line-height: 0;
    position: relative;
    font-family: 'Acto-Thin';
}
.main-bar h2 {
    line-height: 1;
    padding: 15px 10px 0;
    margin: 0;
    font-size: 110px;
    font-weight: lighter;
}

.dwnld {
    text-align: center;
    padding: 15px;
    font-family: 'Acto';
    font-size: 30px;
    margin: 10px auto;
    max-width: 980px;
}
    
.dwnld a {
    font-family: 'Acto-ExtraBold';
    text-decoration: none;
    color: #000;
}
.dwnld a:hover {
    text-decoration: none;
    color: #000;
}

#selector{
    margin: 0 auto;
    padding: 0 10px;
    font-family: 'Acto';
    max-width: 980px;
    text-transform: uppercase;
    font-size: 30px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results>.select2-results__options {
    text-transform: uppercase;
    font-family: 'Acto';
    font-size: 22px;    
}

.select2-container--default .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 70% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 18px !important; 
}

.section {
    font-family: 'Roboto-Slab';
    font-weight: bold;
    margin-bottom: 120px;
}
.month {
    margin: 10px auto;
    padding-top: 5px;
    color: #000;
    text-align: left;
    font: 700 50px/50px 'Roboto-Slab';
}
.date {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin: 15px 0;
    overflow: hidden;
}

.icon-final {
    position: absolute;
    margin:  auto;
    bottom: -20px;
    left: 0;
    right: 0;
}

.section-content-items{
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.section-content-items:last-of-type {
    border-bottom: 0;
}
    
.date-details {
    float: left;
    width: 9%;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px;    
    display: inline-block;
    vertical-align: middle;
    position:absolute;
    top:0;
    bottom:0;
    font-family: 'Roboto-Slab';
}
.barra{
    width: 30px;
    height: 8px;    
    margin-top: 10px;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: #be0b20;
  }
  50% {
    background-color: #2691c9;
  }
  100% {
    background-color: #be0b20;
  }
}

.color-euro{
    color: #2691c9;
    font-weight: bold;
}
.color-america{
    color: #d41823;
    font-weight: bold;

}

.date-day-name {
    font-size: 26px;
    margin: 0;
}
.date-number {
    font-size: 68px;
    margin: -18px 0;
}
.matchs, .js-carousel-matchs, .owl-carousel{
   float: right;
}

.owl-carousel:last-child{
   border: 0;
}

.item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    padding: 0 10px;
    width: 44%;
    font-size: 17px;
}

.izq{
    float: left;
    width: 46%;
}

.der{
    width: 47%;
    padding: 0 0 0 25px;
    float: right;
    border-left: 1px solid #000;
}

.item:last-child{
    border: 0;
}
.match-soccer-teams {
    max-width: auto;
    /*height: 36px;*/
    padding: 4px;
    background-color: #EAEAEA;
}
.match-soccer-group {
    position: relative;
    font-family: 'Acto-Book';
    font-weight: normal;
    height: 40px;
}


.sede{
    height: 66px;
}
.match-hour {
    margin: 5px 0;
    font-family: 'Acto-Book';
    font-weight: 700;
}
.team {
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
}
.match-city{
    margin-top: 5px;
    font-size: 12px;
}

.clear{
    clear: both;
}
.owl-carousel{
    display: inline-block !important;
    vertical-align: top !important;
    width: 88% !important;
}

.site-footer{
    display: block;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font: 11px "Open Sans",arial,sans serif;

}
.site-footer .footer-cols{
    padding: 20px 17px;
    background-color: #f7c600;
}

.site-footer .footer-cols .site-info {
    border-right: 0;
    display: block;
    padding-right: 0;
    text-align: center;
    width: 100%;
    padding-left: 0!important;
}
.site-footer {
    color: #000;
    font: 11px "Open Sans",arial,sans serif;
}
.site-footer .footer-cols .site-info .site-logo {
    width: 160px;
    display: inline-block;
    margin-bottom: 15px;
}
.site-footer a {
    color: #000;
}
.site-footer .footer-cols .site-info .site-logo img {
    width: 100%;
}
.img {
    border: 0;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .footer-cols .site-info .site-legal li {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 10.5px;
}

   .main-bar-detail {
        display: none;
    }
    .main-bar h2 {
        font-size: 40px;
    }
    #social-campanha {
        position: relative;
    }
    .main-bar {
        top: inherit;
        bottom: 8px;
        position: relative;
    }  
/* header comercio */
header {
    position: fixed;
    height: 46px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 99;
    display: table;
}
.header-comercio {
    background: #000;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.ctn-header-comercio {
    margin: 0 auto;
    max-width: 990px;
    text-align: left;
    vertical-align: middle;
    position: relative;
    padding: 6px 10px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}

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;
}

.boton-especiales{
    font: 700 14px/14px Arial;
    vertical-align: top;
    padding-top: 8px;
}
.cruz {
    display: inline-block;
    width: 12px;
    position: relative;
    height: 12px;
    top: 1px;
}
.cruz:before, .cruz:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #fff;
}
.cruz:before {
    left: 50%;
    width: 2px;
    margin-left: -1px;
    height: 100%;
}
.cruz:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
}
#social {
    float: right;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    height: 100%;
}
#social ul {
    vertical-align: middle;
    display: table-cell;
}
#social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
#social ul li a i {
    font-size: 18px;
}
/* fin de header comercio */

.lateral-izq{
    text-align: right;
    float: left;
    display: inline-block;
    margin: 26px 0;
    max-width: 180px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 20px;
    left: 0px;
}
.lateral-der{
    text-align: left;
    float: right;
    display: inline-block;
    margin: 26px 0;
    max-width: 180px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 20px;
    right: 0px;
}
.container-caja3{
    display: none;
}
.container-zocalo{
    max-width: 728px;
    max-height: 90px;
    height: 100%;
    z-index: 2147;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}
/*Fin banners de publicidad*/

.polla-boton{
    display: flex;   
}
.cont-a-polla{
    text-align: center;
}
.match-soccer-teams-50, .boton-polla{    
    width: 48%;
}
.boton-polla{
    color: white;
    font: 500 18px/1px 'BebasNeueBold';
    line-height: 2.5;
    vertical-align: middle;
}

@media screen and (max-width: 1024px){
    
    .ctn-header-ec{        
        float:left;
        width: 10%;
        height: 20%;
        margin: 3px 3px 0 5px;
        border-right: 1px solid #ccc;        
    }

    .logo-ec {
        margin: 2px 5px 0 0;
        display: inherit;
    }
    
    .logo-ec img {
        width: 100%;
        height: 100%;
    }

    .logo-panam{
        padding: 0px;
        width: 50%;
    }

    .logo-panam img{
        height: 95%;
    }   

    .logo-sponsor{
        width: 25%;
    }
    
    #social-campanha {
        margin-top: 0;
    }
    
    #social-campanha ul li a.wsp {        
        display: inline-block;
    }
        
    
    #selector{
        font-size: 30px;
    }
    
    .select2-results__option{
        font-size: 30px;
    }
    
    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 24px !important; 
    }
    
    .select2-results__option[aria-selected] {
        cursor: pointer;
        font-size: 30px;
    }
    
    .dwnld {
        font-size: 36px;
    }
    
    .date-details {
        width: 10%;
    }
    
    .owl-carousel {
        width: 87% !important;
    }
    
    .item {
        font-size: 24px;
    }

    .izq{
        width: 46%;
    }

    .der{
        width: 46%;
        padding: 0 0 0 28px;
    }
    
    .barra {
        margin-top: 30px;
    }
}    
    
@media screen and (max-width: 768px){
  
    .header{
        max-width: 100%;
        margin: 55px auto 0 auto;
        padding: 0 10px;
    }    
    .calendario h2 {
        font: 700 66px/70px 'Roboto-Slab';
    }
    
    .dwnld {
        font-size: 30px;
    }
    
    .date-day-name {
        font-size: 32px;
    }
    
    .date-number {
        margin: -12px 0;
    }

    .date-details {
        width: 13%;        
    }
    
    .owl-carousel {
        width: 84% !important;
    }
    
    .date-number {
        font-size: 82px;
    }
    
    .team{
        font-size: 19px;
    }
    
    .item {
        margin-bottom: 5px;
        padding: 0 10px;
        width: 44%;
        font-size: 20px;
    }

    .izq{
        width: 46%;
    }

    .der{
        width: 46%;
        padding: 0 0 0 18px;
    }
    
    .barra {
        margin-top: 30px;
    }
    .container-caja3{
        display: block;
        margin: 0 0 80px 0;
        text-align: center;
    }
    .section{
        margin-bottom: 0;
    }
    .container-zocalo{
        height: auto;
    }
}

@media screen and (max-width: 700px){

    .calendario h2 {
        font: 700 16px/18px 'Roboto-Slab';
    }
    h4.tag {
        margin: 10px 0 0 0;
        padding: 3px 10px;
        font: 700 14px/16px 'Roboto-Slab';
    }
    #selector{
        font-size: 16px;
    }
    .select2-results__option{
        font-size: 16px;
    }
    
    .select2-results__option[aria-selected] {
        cursor: pointer;
        font-size: 16px;
    }
    
    .select2-container--default .select2-results>.select2-results__options {
        text-transform: uppercase;
        font-family: 'Acto';
    }
    
    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 18px !important; 
    }
    .dwnld {
        font-size: 20px;
    }
    .match-soccer-teams-50{
        width: 100%;
    }
    .cont-a-polla{
        width: 107%;
    }
    .polla-boton{
        display: inline-block;
    }
    .boton-polla{
        margin-top: 2px;
        color: white;
        font: 500 18px/18px 'BebasNeueBold';
        line-height: 1;
    }
    
}

@media screen and (max-width: 414px){
    
    #social-campanha ul li a{
        height: 26px;
        text-indent:-9999px;
        width: 26px;
    }
    
    #social-campanha ul li {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
    }
    
    .calendario h2 {
        margin: 9px 0 9px 0;
    }
    
    .month{
        font: 700 30px/30px 'Roboto-Slab';
    }
    
    #selector{
        font-size: 20px;
    }
    
    .team {
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;     
        font-size: 14px;
    }
    
    .date-day-name {
        font-size: 20px;
    }
    
    .date-number {
        margin-top: -10px;
        font-size: 54px;
    }
    
    .owl-carousel {
        width: 77% !important;
    }
    
    .date-details {
        width: 17%;
    }
    
    .item {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
        padding: 0 10px;
        width: 44%;
        font-size: 14px;
    }

    .izq{
        float: left;
        width: 43%;
    }

    .der{
        width: 44%;
        padding: 0 0 0 14px;
        float: right;
        border-left: 1px solid #000;
    }
    
    .barra {
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px){
    
    .sub-copas{
        display: block;
    }
    
    .date-day-name {
        font-size: 20px;
    }
    
    .date-number {
        margin-top: -10px;
        font-size: 50px;
    }
    
    .owl-carousel{
        width: 76% !important;
    }
    
    .item {
        margin-bottom: 5px;
        padding: 0 10px;
        width: 44%;
        font-size: 14px;
    }

    .izq{
        width: 42%;
    }

    .der{
        width: 43%;
        padding: 0 0 0 16px
    }
    .team {
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;             
        font-size: 13px;
    }
    
    .match-soccer-teams {
        /*height: 42px;*/
        padding: 3px;
    }
}

@media screen and (max-width: 360px){
    
    .logo-panam-2{
        padding-top: 8px;
    }
    .logo-ty img{
        width: 100%;
    }    
    
    .month {
        margin: 10px auto;
        padding-top: 5px;
        text-align: left;
        font: 700 26px/30px 'Roboto-Slab';
    }

    .date-details {
        width: 17%;        
    }
    
    .date-day-name {
        font-size: 18px
    }
    
    .date-number {
        margin-top: -10px;
        font-size: 50px;
    }
    
    .item {
        margin-bottom: 5px;
        padding: 0 10px;
        width: 44%;
    }

    .izq{
        width: 43%;
    }

    .der{
        width: 43%;
        padding: 0 0 0 14px;
    }
    
    .owl-carousel{
        width: 76% !important;
    }
    .match-soccer-group {
        height: 52px;
    }
    .match-soccer-teams{
        height: 42px;
        padding: 4px;
    }
    .team {
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;   
        font-size: 12px;
    }
}

@media screen and (max-width: 320px){
    
    /**/    
    #social-campanha {
        margin: 0;
    }
    .section-sponsor-2{
        margin-bottom: 20px;    
    }

    .calendario-rs{
        float: left;
        width: 59%;
    }

    .calendario h2{
        font: 700 15px/19px 'Roboto-Slab';
        margin: 11px 0 0 5px;
        height: 48px;
    }
    .sub-copas{
        font-size: 12px;
        line-height: 25px;
        display: block;
    }

    .logo-panam-2{
        float: left; 
        width: 20%;
        padding-top: 8px;
    }

    .logo-panam-2 img{
        width: 100%
    }

    .logo-ty{
       width: 20%;
       padding-top: 8px;
    }

    .logo-ty img{
        width: 100%;
    }  
    /**/
    
    #selector{
        font-size: 15px;
    }
    
    .dwnld {
        font-size: 17px;
    }
    
    .date-details {
        width: 16%;        
    }
    
    .date-day-name {
        font-size: 16px;
    }
    
    .date-number {
        margin-top: -10px;
        font-size: 44px;
    }
    
    .item {
        margin-bottom: 5px;
        padding: 0 10px;
        width: 44%;
    }

    .izq{
        width: 40%;
    }

    .der{
        width: 42%;
        padding: 0 0 0 14px;
    }
    
    .owl-carousel{
        width: 75% !important;
    }
    
    .match-soccer-group {
        height: 52px;
    }
    .match-soccer-teams{
        height: 42px;
        padding: 4px;
    }
    
    .team {
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;     
        font-size: 11px;
    }
    
    .site-footer .footer-cols .site-info .site-logo {
        width: 130px;
    }
}



