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: 'roboto-condensed';
    src: url('https://especiales.trome.pe/elementos-comunes/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.trome.pe/elementos-comunes/fonts/RobotoCondensed-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/RobotoCondensed-Regular.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/RobotoCondensed-Regular.otf') format('otf'),
        url('https://especiales.trome.pe/elementos-comunes/fonts/RobotoCondensed-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'roboto-boldcondensed';
    src: url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-BoldCondensed.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-BoldCondensed.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-BoldCondensed.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-BoldCondensed.otf') format('otf'),
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-BoldCondensed.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'roboto-light';
    src: url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Light.otf') format('otf'),
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'roboto-medium';
    src: url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Medium.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Medium.otf') format('otf'),
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'roboto-bold';
    src: url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Bold.otf') format('otf'),
        url('https://especiales.trome.pe/elementos-comunes/fonts/Roboto-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'icomoon';
    src:  url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.eot?');
    src:  url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
      url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.ttf') format('truetype'),
      url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.woff') format('woff'),
      url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.woff2') format('woff2');
    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%;
    top: 0;
    z-index: 999999999;
    display: table;
}
.header-comercio {
    background: #E06437;
    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-trome {
    background: url(/elementos-comunes/img/logo-trome.png) no-repeat 0 0;
    background-size: 100%;
    height: 32px;
    width: 100px;
    float: left;
    display: inline-block;
}
.header-barra-2 {
    height: 20px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    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: 5px;
}
.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: 8px;
    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::before {
    color: #E06437;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
#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;
}
.text-center container-caja3{
    display: none;
}
.lateral-izq{
    display: inline-block;
    margin-top: 16px;
    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;
    margin-top: 16px;
    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, .container-receta{    
    max-width: 980px;
}
.container{    
    margin-bottom: 100px;
}
.container-receta{
    padding-bottom: 10px;
}
.titulo{
    font: 700 22px/26px 'roboto-light';
}
.contenedor-recetas{
    max-width: 580px;
}
.contenedor-receta{
    max-width: 768px;
}
.btn-receta{
    font: 500 15px/24px 'roboto-medium';
}
.rojo{
    background-color: #CC0A1B;
}
.verde{
    background-color: #58862E;
}
.dorado{
    background-color: #B98835;
}
.titulo-rojo{
    color: #CC0A1B;
}
.titulo-verde{
    color: #58862E;
}
.titulo-dorado{
    color: #B98835;
}
.titulo-receta{
    font: 500 50px/50px 'roboto-bold';
}
.subtitulo-receta{
    font: 500 18px/22px 'roboto-bold';
}
.ingredientes{
    font: 500 16px/26px 'roboto-boldcondensed';
}
ul {
    list-style: none;
}
li::before { 
    content: "\2D"; 
    padding-right: 8px; 
}
.list-group-item{
    border: none;
    border-top: 1px solid #000;
    font: 500 16px/26px 'roboto-condensed';
}
.texto-receta{
    font: 500 16px/20px 'roboto-condensed';
}
.btn-inicio{
    font: 500 15px/24px 'roboto-boldcondensed';
}
@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
    }
    .text-center container-caja3 {
        display: block;
        margin: 10px auto;
        padding-bottom: 140px;
        text-align: center;
    }
    .header {
        margin: 5px auto;
        padding-bottom: 50px;
    }
    .container-zocalo {
        bottom: 0;
    }
    .titulo{
        font: 700 17px/20px 'roboto-light';
    }
}

@media screen and (max-width: 640px) {
    #social ul li {
        margin-right: 5px;
    }
}
