body{
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/** fonts **/
@font-face {
    font-family: 'acto-extrabold';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/acto-extrabold-webfont.eot?#iefix') format('opentype'), /* IE6-IE8 */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/acto-extrabold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/acto-extrabold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/acto-extrabold-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'guardianegyp-bold';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'acto-medium';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Acto-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'icomoon';
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/icomoon.eot?yiyid2');
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/icomoon.eot?yiyid2#iefix') format('embedded-opentype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/icomoon.ttf?yiyid2') format('truetype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/icomoon.woff?yiyid2') format('woff'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/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-download:before {
    content: "\e901";
  }
  .icon-star:before {
    content: "\e902";
  }
  .icon-mail4:before {
    content: "\ea86";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube:before {
    content: "\ea9d";
  }
  .icon-pinterest:before {
    content: "\ead1";
  }

/* 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;
}
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;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}
.header-barra-2 {
    height: 20px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
    width: 1px;
}
.boton-especiales {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    text-indent: 0 !important;
    margin: 0 0 0 9px;
    color: #fff;
    font: 700 13px/13px Arial;
    padding-top: 10px;
}
.cruz {
    display: inline-block;
    width: 12px;
    position: relative;
    height: 12px;
    top: 1px;
}
.cruz:before, .cruz:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #ffca00;
}
.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: 1px;
    display: table;
    height: 100%;
}
#social ul {
    vertical-align: middle;
    display: table-cell;
}

#social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
#social ul li a i {
    font-size: 18px;
}
/* fin de header comercio */

.clear{
    clear: both;
}
.contenedor{
    position: relative;
    width: 100%;
}
.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;
}
/*Banners de publicidad*/
.container-top{
    margin: 42px 0 0 0;
    padding: 10px 0;
    height: auto;
    text-align: center;
}
.container-caja3{
    display: none;
}
.lateral-izq{
    display: inline-block;
    padding: 20px 0;
    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{
    display: inline-block;
    padding: 20px 0;
    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*/
.container{
    max-width: 572px;
    margin-bottom: 120px;
}
.container-resp{
    max-width: 840px;
}
.titulo{
    max-width: 550px;
    font: 700 31px/33px 'guardianegyp-bold';
    color: #000;
}
.resaltado{
    background-color: #ACF7E9;
}
.separador{
    border: 1px solid #D8D8D8;
}
.separador-negro{
    border: 1px solid #000;
}
.separador-verde{
    border: 2px solid #ACF7E9;
}
.encuentra{
    font: 700 22px/22px 'acto-extrabold';
}
.pie{
    margin-top: -20px;
    max-width: 425px;
}
.separador-mcfly{
    width: 100%;
}
.web-mcfly{
    margin-top: 30px;
}
.marty{
    font: 500 21px/22px 'acto-medium';
}
.mcfly{
    font: 500 21px/22px 'acto-extrabold';
}
.s-d, .s-m, .marty-movil{
    display: none;
}
ol.lista-respuestas{
    padding-left: 20px;
}
ol.lista-respuestas li{
    font: 500 18px/25px 'acto-extrabold';
}
.s-m-2{
    margin-top: 15px;
}
.volver-inicio{
    text-align: left;
}
@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1024px) {
    .lateral-izq, .lateral-der{
        display: none;
    }
}

@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: 60px;
        text-align: center;
    }
    .container-zocalo{
        bottom: 35px;
    }
}

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

    #social ul li {
        margin-right: 5px;
    }
    .container{
        margin-bottom: 30px;
    }
    .titulo{
        font: 700 24px/28px 'guardianegyp-bold';
    }
    .pie{
        max-width: 270px;
        height: 82px;
    }
    .encuentra{
        margin-bottom: 8px;
        font: 700 15px/15px 'acto-extrabold';
    }
    .marty-desktop{
        display: none;
    }
    .marty-movil{
        display: block;
    }
    .web-mcfly{
        margin-top: -25px;
    }
    .bar-mcfly{
        margin-top: 50px !important;
    }
    .separador-mcfly{
        width: 85%;
        margin: 0 auto;
    }
    .cont-mcfly{
        text-align: center;
    }
    .img-mcfly{
        width: 75%;
    }
    .s-m{
        display: block;
        width: 88%;
    }
    .s-m-2{
        margin: 25px 0 0 23px;
    }
    .s-m-3{
        margin: 0 auto;
    }
    ol.lista-respuestas{
        padding-left: 45px;
    }
    ol.lista-respuestas li{
        font: 500 18px/25px 'acto-extrabold';
    }
    .sep-final{
        display: none;
    }
    .volver-inicio{
        text-align: center;
    }
}


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

}

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


}

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

}

