body{
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    color: #000;
}
a{
    text-decoration: none;
}

/** fonts **/
@font-face {
    font-family: 'BebasNeue-Bold';
    src:url('https://especiales.depor.com/elementos-comunes/fonts/BebasNeue-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.depor.com/elementos-comunes/fonts/BebasNeue-Bold.woff') format('woff'), /* Pretty Modern Browsers */    
        url('https://especiales.depor.com/elementos-comunes/fonts/BebasNeue-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.depor.com/elementos-comunes/fonts/BebasNeue-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://especiales.depor.com/elementos-comunes/fonts/BebasNeue-Bold.otf') format('otf'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Roboto-Slab';
    src:url('https://especiales.depor.com/elementos-comunes/fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.depor.com/elementos-comunes/fonts/robotoslab-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */    
        url('https://especiales.depor.com/elementos-comunes/fonts/robotoslab-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.depor.com/elementos-comunes/fonts/robotoslab-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://especiales.depor.com/elementos-comunes/fonts/robotoslab-regular-webfont.otf') format('otf'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'icomoon';
    src:  url('https://especiales.depor.com/elementos-comunes/fonts/icomoon.eot?yiyid2');
    src:  url('https://especiales.depor.com/elementos-comunes/fonts/icomoon.eot?yiyid2#iefix') format('embedded-opentype'),
      url('https://especiales.depor.com/elementos-comunes/fonts/icomoon.ttf?yiyid2') format('truetype'),
      url('https://especiales.depor.com/elementos-comunes/fonts/icomoon.woff?yiyid2') format('woff');
    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";
  }

/* header comercio */
header {
    position: fixed;
    height: 46px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 101;
    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 */

.clear{
    clear: both;
}
/*Banners de publicidad*/
.container-zocalo{
    max-width: 728px;
    height: auto;
    z-index: 2147483646;
    position: fixed;
    margin: 20px auto 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}
.container-top{
    margin: 42px 0 0 0;
    padding: 10px 0;
    height: auto;
    text-align: center;
}

.container-caja3{
    display: none;
}

.lateral-izq{
    z-index: 1000;
    display: inline-block;
    margin-top: 16px;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    position: -webkit-sticky;
    position: fixed;
    top: 30px;
    left: 0;
}
.lateral-der{
    z-index: 1000;    
    display: inline-block;
    margin-top: 16px;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    position: -webkit-sticky;
    position: fixed;
    top: 30px;
    right: 0;
}
/*Fin banners de publicidad*/
.clear{
    clear: both;
}
.container-full{
    margin-top: 46px;
}
.principal{
   max-width: 980px;
}
.epigraph{
    font: 700 20px/41px 'Roboto-Slab';
}
.title{
    font: 700 37px/40px 'Roboto-Slab';
}
.subtitle-heading{
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}
.tag{
    font: 700 21px/28px 'Roboto-Slab';
    background-color: #2D0696;
}
.sub-title{
    font: 700 38px/41px 'Roboto-Slab';    
}
.sub-copas-1{
    color:#0014FF;
}
.logo-ty{
    border-left: 1px solid #9e9e9e;
}
.month {
    color: #000;
    font: 700 50px/50px 'Roboto-Slab';    
}
.section-data{
    background: #0014FF;
}
.date-day-name{
    font: 700 16px/21px 'Roboto-Slab';    
}
.date-number{
    font: 700 68px/68px 'Roboto-Slab';    
}
.to-be-defined{
    font: 700 16px/19px 'BebasNeue-Bold'; 
}
.left-side-teams{
    border-right: 1px solid #838588;
}
.blue-header{
    background: #0014FF;
}
.grey-header{
    background: #838588;
}
.blue-header, .grey-header{
    z-index: 10;
}
.vs{
    font: 700 18px/24px 'Roboto-Slab';    
}
.empty-space{
    height: 130px;
}
@media screen and (max-width: 1024px) {
    .lateral-izq, .lateral-der{
        display: none;
    }
    .vs {
        font: 700 17px/24px 'Roboto-Slab';
    }
}
@media screen and (max-width: 768px) {
    /*Banners de publicidad*/
    .container-top {
        overflow: scroll;
        width: 100%;
        height: auto;
        padding: 10px 0 5px 0
    }
    .container-caja3{
        display: block;
        margin: 10px auto;
        padding-bottom: 80px;
        text-align: center;
    }
    .container-zocalo{
        bottom: 0;
    }
    /*Fin Banners de publicidad*/
}

@media screen and (max-width: 640px) {
    .epigraph {
        font: 700 13px/29px 'Roboto-Slab';
    }
    .title {
        font: 700 17px/20px 'Roboto-Slab';
    }
    .tag {
        font: 700 14px/16px 'Roboto-Slab';
    }
    .sub-title {
        font: 700 16px/18px 'Roboto-Slab';
    }
    .month {
        font: 700 26px/30px 'Roboto-Slab';
    }
    .date-day-name {
        font: 700 10px/12px 'Roboto-Slab';
    }
    .date-number {
        font: 700 42px/42px 'Roboto-Slab';
    }
    .to-be-defined {
        font: 700 12px/15px 'BebasNeue-Bold';
    }
    .vs {
        font: 700 11px/14px 'Roboto-Slab';
    }
}   
@media screen and (max-width: 414px) {
    #social ul li {
        margin-right: 5px;
    }
    
}
@media screen and (max-width: 375px) {
    
}
@media screen and (max-width: 360px) {
    #social ul li {
        margin-right: 5px;
    }
}
@media screen and (max-width: 320px) {
    
}