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-color: #111111;
}
a{
    text-decoration: none;
}
@font-face {
    font-family: 'Prelo-Light';
    src: url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/Prelo-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/Prelo-Light.woff') format('woff2'),
         url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/Prelo-Light.woff2') format('woff'),
         url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/Prelo-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'noe-display-bold';
    src: url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/noe-display-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/noe-display-bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/NoeDisplay-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/noe-display-bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'icomoon';
    src:  url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.eot?yiyid2');
    src:  url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.eot?yiyid2#iefix') format('embedded-opentype'),
      url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.ttf?yiyid2') format('truetype'),
      url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.woff?yiyid2') format('woff'),
      url('https://especiales.diariocorreo.pe/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: 999999999;
    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-depor {
    background: url(/elementos-comunes/img/logo.png) no-repeat 0 0;
    background-size: 95%;
    height: 40px;
    width: 40px;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}
.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: 14px;
}
#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 */
.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*/
.clear{
    clear: both;
}

.imgres{
    max-width: 100%;
    height: auto;
}
.ct1{
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 10px;
    padding-top: 46px;
    position: relative;
    /*background: url(../img/fondo1.png);
    min-height: 656px;
    background-size: cover;*/
}
.ct1 img{
    margin: auto;
    display: block;
}
.t1{
    position: absolute;
    color: #fff;
    top: 56%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    width: 45%;
    text-align: center;
    font-family: 'Prelo-Light';
}
.es-inter{
    position: absolute;
    top: 82%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 236px;
}
.ct-heroes{
    margin: 20px auto;
    max-width: 680px;
    text-align: center;
    padding-bottom: 106px;
}
.heroe{
    display: inline-block;
    margin: 19px;
    vertical-align: top;
    width: 184px;
    transition: transform .2s;
}
.heroe:hover {
    transform: scale(1.1);
}
.heroe img{
    max-width: 100%;
    height: auto;
}
.escarapela{
    margin: auto;
    display: block;
}
/*internas*/
.main2{
    margin: 0 auto;
    max-width: 500px; 
    padding-top: 50px;
    padding-bottom: 106px;
}

.bg-cabecera {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.title-center {
    font: 1.8em/1.0 'noe-display-bold';
    margin: 10px 20px;
    text-align: center;
    max-width: 460px;
    color: white; 
}
hr {
    max-width: 100px;
    margin: auto;
    border: 0;
    border-top: 1px solid #a5885a;
    opacity: 1;
    margin-bottom: 20px;
}
.btn-desliza {
    display: block;
    margin: 20px auto 60px auto;
    max-width: 140px;
}

@media screen and (max-width: 1024px) {
    .lateral-izq, .lateral-der{
        display: none;
    }
    .heroe:hover {
        transform: 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: 140px;
        text-align: center;
    }
    .main2{
        padding-bottom: 0px;
    }
    .ct-heroes{
        padding-bottom: 0px;
    }
}

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

    #social ul li {
        margin-right: 5px;
    }
    .t1{
        width: 300px;
    }
    .heroe {
        margin: 12px;
        width: 159px;
    }
}

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

    .heroe {
        margin: 12px;
        width: 131px;
    }
}






