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;
}
.hide-texts{
    display: none;
}
/** fonts **/
@font-face {
    font-family: 'GuardianEgyp-Regular';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Regular.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Regular.otf')  format('opentype'),
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Regular.ttf')  format('truetype') /* Safari, Android, iOS */
}
@font-face {
    font-family: 'GuardianEgyp-Semibold';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Semibold.otf')  format('opentype'),
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/GuardianEgyp-Semibold.ttf')  format('truetype') /* Safari, Android, iOS */
}
@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-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: 0px 10px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}
.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%;
}
a.logo-comercio {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/img/logo-depor-white.png) no-repeat 6px 2px;
    background-size: 80%;
    height: 26px;
    width: 70px;
}
a.logo-especiales {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/img/logo-especiales.png) no-repeat 0 12px;
    background-size: 85%;
    height: 32px;
    width: 100px;
}
a.logo-comercio-especiales {
    text-indent: inherit;
}
a.logo-comercio-especiales img {
    vertical-align: top;
}
#social {
    float: right;
    margin-right: 0
}
#social ul {
    display: inline-block;
    margin: 15px auto 0;
    padding: 0;
    vertical-align: top
}
#social ul li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: top
}
#social ul li a {
    height: 32px;
    width: 25px;
}
#social ul li:hover {
    opacity: 0.5
}
/* fin de header comercio */

.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;
    overflow: auto;
    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;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 30px;
    right: 0;
}
/*Fin banners de publicidad*/
.clear{
    clear: both;
}
.container{
    margin: 46px auto 130px auto;
    text-align: center;
}
.carnet, .links{
    display: table;
}
.carnet{
    margin: 56px auto 0 auto;
}
.links{
    margin: 10px auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.btn-link{
    padding: 5px 10px;
    background-color: #000;
    font: 500 22px/24px 'GuardianEgyp-Semibold';
    color: #FFF;
}
.title{
    margin: 10px auto;
    max-width: 250px;
    font: 500 20px/24px 'GuardianEgyp-Semibold';
}
.separador{
    margin: 0 auto;
    max-width: 100px;
    border-bottom: 1px solid #000;
}
.bajada{
    font: 500 14px/20px 'GuardianEgyp-Regular';
}
@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{
        margin: 46px auto 20px auto;
    }
    .container-caja3{
        display: block;
        margin: 10px auto;
        padding-bottom: 60px;
        text-align: center;
    }
}

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

    #social ul li {
        margin-right: 5px;
    }
}
