@font-face{                                            
  font-family:"Prelo-Medium";
  src:url('https://especiales.ojo.pe/elementos-comunes/fonts/Prelo-Medium.woff') format("woff"),
      url('https://especiales.ojo.pe/elementos-comunes/fonts/Prelo-Medium.woff2') format("woff2");
  font-style:normal;
  font-weight:normal;
}
@font-face{                                            
  font-family:"PreloSlab-Bold";
  src:url('https://especiales.ojo.pe/elementos-comunes/fonts/PreloSlab-Bold.woff') format("woff"),
      url('https://especiales.ojo.pe/elementos-comunes/fonts/PreloSlab-Bold.woff2') format("woff2");
  font-style:normal;
  font-weight:normal;
}
@font-face{                                            
  font-family:"PreloSlab-Medium";
  src:url('https://especiales.ojo.pe/elementos-comunes/fonts/PreloSlab-Medium.woff') format("woff"),
      url('https://especiales.ojo.pe/elementos-comunes/fonts/PreloSlab-Medium.woff2') format("woff2");
  font-style:normal;
  font-weight:normal;
}

@font-face {
  font-family: 'notoserif-regular';
  font-weight: normal;
  src: url('/elementos-comunes/fonts/notoserif-regular.ttf') format("truetype");
}
@font-face {
  font-family: 'notoserif-medium';
  font-weight: normal;
  src: url('/elementos-comunes/fonts/NotoSerif-Medium.ttf') format("truetype");
}
@font-face {
  font-family: 'notoserif-bold';
  font-weight: normal;
  src: url('/elementos-comunes/fonts/NotoSerif-Bold.ttf') format("truetype");
}
body{
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #000000;
}

.logo-especiales{
    width: 80%;
}

.logo {
    height: 30px;
    display: block;
}

@font-face {
    font-family: 'icomoon';
    src:  url('/elementos-comunes/fonts/icomoon.eot?9xikvh');
    src:  url('/elementos-comunes/fonts/icomoon.eot?9xikvh#iefix') format('embedded-opentype'),
      url('/elementos-comunes/fonts/icomoon.ttf?9xikvh') format('truetype'),
      url('/elementos-comunes/fonts/icomoon.woff?9xikvh') format('woff'),
      url('/elementos-comunes/fonts/icomoon.svg?9xikvh#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-back:before {
    content: "\e907";
  }
  .icon-espectaculos:before {
    content: "\e901";
    color: #fff;
  }
  .icon-musica:before {
    content: "\e902";
  }
  .icon-deportes:before {
    content: "\e903";
    color: #fff;
  }
  .icon-cine:before {
    content: "\e904";
  }
  .icon-politica:before {
    content: "\e905";
    color: #fff;
  }
  .icon-literatura:before {
    content: "\e906";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube:before {
    content: "\ea9e";
  }

/* header comercio */
header {
    position: relative;
    height: 46px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 99;
    display: table;
    margin-bottom: 5px;
  }
  .header-comercio {
    background: black;
    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;
    margin-top: 0;
}
  a.logo-comercio{
    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 {
    font-family: 'PreloSlab-Bold';
    font-size: 13px;
    display: block;
    color: white;
    text-indent: 0 !important;
    padding: 7px 0px 0px 15px;
    position: absolute;
    text-decoration: none;
}

#social {
    float: right;
}
#social ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
}
#social ul li {
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}
#social ul li a {
    height: 36px;
    width: 36px;
}
#social ul li a.facebook {
    background: url(/elementos-comunes/img/sprite-redes.png) no-repeat 2px 0px;
    background-size: 100px;
}
#social ul li a.tw {
    background: url(/elementos-comunes/img/sprite-redes.png) no-repeat -32px 0;
    background-size: 100px;
}
#social ul li a.wst {
    background: url(/elementos-comunes/img/sprite-redes.png) no-repeat -66px 0;
    background-size: 100px;
    display: none;
}
  /* fin de header comercio */

.imgprincipal {
    width: 400px;
    margin: 0 auto;
    display: block;
}

.onlymobile{
    display: none !important;
  }
img.normal {
    max-width: 50px;
}
img.hover {
    max-width: 60px;
}
  .container{
      width: 100%;
      max-width: 820px;
        margin: 0px auto 30px;
        display: table;
        position: relative;
  }
  /*Banners de publicidad*/
.container-top{
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    overflow-x: auto;
  }

  .lateral-izq{
    text-align: right;
    float: left;
    display: inline-block;
    margin: 5px 0;
    max-width: 180px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 54px;
    left: 0px;
  }

  .lateral-der{
    text-align: left;
    float: right;
    display: inline-block;
    margin: 5px 0;
    max-width: 180px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 54px;
    right: 0px;
  }

  .container-zocalo{
    max-width: 728px;
    max-height: 90px;
    height: 100%;
    z-index: 2147483646;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
  }
  .container-caja3{
    text-align: center;
  }
  /*Fin banners de publicidad*/


  .clear{
    clear: both;
  }
h1 {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    margin: 20px auto;
    max-width: 500px;
    text-align: center;
    font-family: 'Prelo-Medium';
    font-weight: 100;
}
h1 span{
    font-weight: bold;
}


  h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    margin-top: 10px;
    font-family: 'PreloSlab-Bold';
  }
.bloque-final{ }
  .box-link {
    width: calc(25% - 15px);
    height: 150px;
    border-radius: 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-align: center;
}
.box-link:hover{
  background-color: #2a2a2a !important;
}
.box-link .hover{
  display: none;
  margin: 0 auto;
    margin-top: 20px;
}
.box-link:hover .hover{
  display: block;
}
.box-link:hover .normal{
  display: none;
}
.box-link span{
    padding: 10px;
    display: block;
    font-size: 17px;
    line-height: 20px;
    max-width: 80%;
    margin: 0 auto;
    font-family: 'PreloSlab-Bold';
}
.box-link img{
  margin-top: 20px;
}
.box-nada {
    width: calc(25% - 15px);
    height: 150px;
    border-radius: 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    display: block;
    text-align: center;
}
.bg-green{
  background-color: #40A62A;
}

.bg-blue{
  background-color: #273595;
}


.box-link:nth-child(4n) {
  margin-right: 0px;
}

.img-fluid{
  max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    position: relative;
}
  @media (max-width: 1359px) {
    .lateral-izq,.lateral-der{
        display: none;
    }

  }
  @media (max-width: 990px) {
    .lateral-izq,.lateral-der{
        display: none;
    }
    .box-link span {
      }
  }
  @media (max-width: 768px) {

    #social ul li a.wst{
      display: inline-block;
    }
    .lateral-izq,.lateral-der{
        display: none;
    }

    .container-zocalo{
        height: 50px;
    }
  }

  @media(max-width:720px){
      .empuje{
        margin-right: 5% !important;
      }
    .onlymobile{
        display: inline-block !important;
      }
      .box-link{
        width: calc(50% - 20px);
      }
      .box-link:nth-child(2n) {
        margin-right: 0px;
      }
    /* .uno:nth-child(3n) {
      background-color: #3F9D36;
  }
  .uno:nth-child(4n) {
    background-color: #295C23;
}
.dos{
  background-color: #295C23;
}
.dos:nth-child(2n) {
  background-color: #3F9D36;
}
.dos:nth-child(3n+0) {
  background-color: #3F9D36;
}
.dos:nth-child(4n){
  background-color: #295C23;
} */

      h1{
        width: 85%;
        font-size: 14px;
        line-height: 19px;
      }
      h3{
        font-size: 16px;
        margin-bottom: 0;
        width: 100%;
      }
      .container{
        margin: auto 10px;

      }
      .imgprincipal{
        display: block;
        margin: 0 auto;
        float: none;
        position: relative;
        width: 70%;
      }
  }

  @media(max-width: 640px) {

    .bloque-invisible, hr{
      display: none;
    }
      
    .containerbig.bggray{
      padding-bottom: 120px;
    }
    .banner-top,
      .banner-left,
    .banner-right,
    .container-caja3{
          display: none;
      }
      .box-link img{
        margin-top: 10px !important;
      }
      .box-link span{
        padding-top: 5px;
      }
      .box-link{
        height: 138px;
      }
  }
