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

@font-face {
    font-family: 'NotoSans-Medium';
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSans-Medium.eot#iefix') format('embedded-opentype'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSans-Medium.otf') format('otf'),
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSans-Medium.ttf') format('truetype'),
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSans-Medium.woff') format('woff'),
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/NotoSans-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@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;
    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-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: 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 */
/*Banners de publicidad*/
.container-top{
    margin: 50px 0 10px 0px;
    padding: 10px 0;
    background-color: transparent;
    text-align: center;
  }
  
  .container-caja3{
    display: none;
  }
  
  .lateral-izq{
    z-index: 4;
    display: inline-block;
    padding: 20px 0;
    width: 12%;
    /*flex: 160px 1;*/
    -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: 4;
    display: inline-block;
    padding: 20px 0;
    width: 12%;
    /* flex: 160px 1; */
    -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;
}
  
.container-zocalo {
    max-width: 728px;
    height: auto;
    z-index: 2147483646;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}
.clear{
    clear: both;
}
/*Fin banners de publicidad*/
.cont-fans{
    top: 46px;
    z-index: 2;
}
.cont-circle{
    top: 50px;
}
.cont-principal{
    top: 330px;
}
.container, .cont-img-background{
    margin-top: 46px;
}
.text-lightyellow{
    color: #FFE200;
}
a.text-lightyellow{
    color: #FFE200;
}
a.text-lightyellow:hover{
    color: #FFE200;
}
.epigraph{
    max-width: 510px;
    font: 500 19px/27px 'NotoSans-Medium';
} 
.subtitle{
    font: 500 23px/28px 'NotoSans-Medium';
}
.epigraph-element{
    font: 500 15px/20px 'NotoSans-Medium';
}
.img-face{
    max-width: 100%;
    height: auto;   
}
.cont-boton{
    max-width: 500px;
}
.btn-ver-nota{
    font: 500 15px/20px 'NotoSans-Medium';
    color: #00085F;
}
.empty-space{
    height: 140px;
}
@media screen and (max-width: 1440px) {
    .cont-circle {
        top: 20px;
    }
    .circle{
        max-width: 240px;
    }
    .cont-principal {
        top: 250px;
    }
}
@media screen and (max-width: 1024px) {
    .lateral-izq, .lateral-der{
        display: none;
    }
    .cont-circle {
        top: 40px;
    }
    .circle {
        max-width: 140px;
    }
    .cont-principal {
        top: 180px;
    }
}
@media screen and (max-width: 820px){
    .cont-circle {
        top: 10px;
    }
    .cont-principal {
        top: 150px;
    }
}
@media screen and (max-width: 640px){
    .cont-circle {
        top: 5px;
    }
    .circle {
        max-width: 75px;
    }
    .cont-principal {
        top: 65px;
    }
    .epigraph{
        font: 500 15px/23px 'NotoSans-Medium';
    }
    .subtitle{
        font: 500 18px/23px 'NotoSans-Medium';
    }
    .epigraph-element{
        font: 500 12px/17px 'NotoSans-Medium';
    }
    .img-face{
        max-width: 50%;
    }
    .btn-ver-nota{
        font: 500 13px/18px 'NotoSans-Medium';
    }
    .container-caja3{
        display: block;
        margin: 10px auto 80px auto;
        text-align: center;
    }
    .empty-space{
        height: 10px;
    }
}
@media screen and (max-width: 390px){
    .epigraph{
        font: 500 14px/22px 'NotoSans-Medium';
    }
    .subtitle{
        font: 500 16px/21px 'NotoSans-Medium';
    }
   
}
@media screen and (max-width: 360px){
    .cont-principal {
        top: 55px;
    }
    .circle {
        max-width: 65px;
    }
    .epigraph-element{
        font: 500 11px/16px 'NotoSans-Medium';
    }
}