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: #fff;
}
a{
    text-decoration: none;
}

#social {
    margin-right: 0px !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.header {
    padding-bottom: 0;
    width: 100%;
    max-width: 700px;
    margin: 50px auto 100px auto;
    text-align: center;
}

/** fonts **/
@font-face {
    font-family: 'robotoregular';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Regular.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'robotomedium';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Medium.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'robotobold';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/Roboto-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'icomoon';
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.eot?yiyid2');
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.eot?yiyid2#iefix') format('embedded-opentype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.ttf?yiyid2') format('truetype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.woff?yiyid2') format('woff'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/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: 35px;
  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 5px;
}

a.logo-correo {
    background: url(/elementos-comunes/img/logo.png) no-repeat 0 0;
    background-size: 95%;
    height: 40px;
    width: 40px;
}
.ctn-header-comercio a {
  display: inline-block;
  color: #FFF;
}
.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;
}
.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: 0;
    display: table;
    height: 100%;
}
#social ul {
    vertical-align: middle;
    display: table-cell;
}
#social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}
#social ul li a i {
    font-size: 18px;
}
/* fin de header comercio */

.clear{
    clear: both;
}

a.wst {
    display: none;
}

.contenedor{
    position: relative;
    width: 100%;
}

.cont-box-foto{
    position: relative;
}

.main-slider{
    width: 100%;
}
.slider, .main-slider{
    box-sizing: border-box;
}
.slider img{
    display: block;
    margin: 0 auto;
}
.box-image-upload{
    border: none;
    margin: 0 auto;
    width: 100%;
    /* max-width: 652px; */
    display: inline-block;
}

#bloque-redes{
    margin: 20px auto 20px auto;
    display: block;
}
.main-slider textarea{
    border: none;
    font: 28px/48px 'robotoregular';
    overflow: hidden;
    position: absolute;
    resize: none;
    text-align: center;
    background-color: transparent;
    outline:none;
}

.slick-prev, .slick-next {
    top: 40%;
}

.slick-prev:before, .slick-next:before{
    color: #fff;
    font-size: 40px !important;
    text-shadow: 2px 2px 5px #000;
}
.slick-next {
    right: 30px !important;
}
.slick-prev {
    left: 12px !important;
    z-index: 1;
}
.slick-dots{
    bottom: -40px !important;
}

ul.botones{
    display: table;
    padding: 10px 0;
    width: 100%;
}
ul.botones li{
    display: table-cell;
    width: calc(50% - 20px);
    padding: 0 10px;
}
.boton, .boton2{
    width: 100%;
    padding: 10px 0;
    max-width: 200px;
    display: block;
    margin: 0 auto 10px auto;
    color: #fff;
    background-color: #387BE5;
    border-radius: 20px;
    text-align: center;
    font-family: 'robotomedium';
    font-size: 14px;
    border: 2px solid #387BE5;
}
ul.botones li:last-child .boton{
    background-color: transparent;
    color: #387BE5;
    border: 2px solid #387BE5;
}
.boton i.icon-download{
    color: #fff !important;
}
ul.botones li:last-child .boton i.icon-star{
    color: #387BE5 !important;
}
.box-main-texto{
    background: #FFF2F2;
    width: 100%;
}
.banner-clasificados{
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}
.ctn-box-main-texto{
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 20px;
    width: 90%;
    max-width: 980px;
    display: table;
}
.box-texto{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.box-texto.right{
    float: right;
}
.box-texto.left{
    float: left;
}

.box-texto h3{
    color: #69000A;
    font: 36px/38px 'actobold';
    margin: 0 auto 10px;
}
.box-texto h4{
    color: #3d454b;
    font: 18px/22px 'actosemibold';
    margin: 0 auto 20px;
}
.box-texto p{
    color: #3d454b;
    font: 18px/26px 'actobook';
    margin: 0 auto 20px;
}
    .box-texto p span{
        color: #69000A;
        font-family: 'actosemibold';
    }
img.mama-1{
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    width: 45%;
}
img.mama-2{
    display: inline-block;
    margin: 0 auto;
    margin-top: 20%;
    vertical-align: top;
    width: 53%;
}
img.mama-3{
    display: inline-block;
    margin: 0 auto;
    margin-top: 20%;
    vertical-align: top;
    width: 45%;
}
img.mama-4{
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    width: 50%;
}
.derecha{
    float: right;
}
span.instrucciones {
    color: #3a3a3a;
    display: block;
    font: 20px/22px 'robotoregular';
    text-align: center;
    padding: 16px 0;
}

span#contador {
    color: #3a3a3a;
    display: block;
    font: 16px/18px 'robotoregular';
    text-align: left;
    padding: 5px 0 20px 0;
}

.movil{
    display: none;
}

[class^="foto-"], [class*=" foto-"]{
    /*height: 440px;
    width: 652px;*/
    margin: 0 auto;
    display: block;
    background-size: 100% 100%;
}

img {
    max-width: 100%;
}

.botones{
    margin: 10px auto;
}

.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;
}

.mensaje{
    margin: 10px auto;
    font: 16px/20px 'robotoregular';
    width: 96%;
    height: 15%;
    padding: 10px;
    color: #000;
    border-radius: 7px;
}

.tarjeta {
    width: 48%;
    float: left;
    margin: 1%;
}
.tarjeta img {
    width: 100%;
}

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

}

@media screen and (max-width: 1024px) {
    .wfb-tabcalc-wrapper{
        margin: 0 auto;
        position: relative;
        width: 980px;
        display: inline-block;
    }
    .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: 140px;
        text-align: center;
    }

    .header{
      margin: 5px auto;
    }

    .container-zocalo{
      bottom: 77px;
    }
}

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

    a.wst {
    display: block;
    }

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


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

}

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


}

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

}

/** monitor Comercio **/
@media only screen and (min-height: 900px) {

}

/** monitor 768px alto **/
@media only screen and (min-height: 760px) {

}

/** monitor 900px alto **/
@media only screen and (min-height: 1024px) {

}

/** monitor 1024px alto **/
@media only screen and (min-height: 1024px) {

}
