/* *********************************************
 * Should only be used to customize branches,
 * and left empty in the master breanch.
 * NOTE: This file loads last, it will override 
 *       all other styles and views.
 * ********************************************* */
/* Less Constants */
/* Screen Sizes
 * -- Ajustar estas medidas para igualar los brincos del
 * -- diseño responsivo del sitio del cliente.
 * ------------------------------------------------------ */
/* Content Sizes 
 * -- Son los anchos del cuerpo del sitio para cada uno
 * -- de los brincos de arriba, se recomienda 30px menos.
 * ------------------------------------------------------ */
/* Pantallas de @lg ----- */
/* Pantallas de @md a @lg */
/* Pantallas de @sm a @md */
/* Pantallas de @xs a @sm */
/* Pantallas de ----- @xs */
/* Menu Size 
 * -- Ancho de los submenus dependiendo de cuantas columnas
 * -- necesiten (1-3) y del menu para moviles.
 * ------------------------------------------------------ */
/* Font Size 
 * -- Tamaño por defecto de la fuente, la mayoria de los 
 * -- espacios en el sitio se calculan con este valor.
 * ------------------------------------------------------ */
/* Font Families
 * -- Los CSS de las fuentes debe inclirse en el archivo
 * -- config.php o en custom.less
 * ------------------------------------------------------ */
/* Colors 
 * -- La mayoria de los colores se pueden cambiar en
 * -- config.php, el resto deben cambar en custom.less
 * ------------------------------------------------------ */
/* Slide & SubMenu BG */
/* Slide & SubMenu Hover */
/* Slide & Submenu Lines */
/* Shadows */
/* Ads Sizes */
/* View Space */
/* Place Holder Color */
/* end */
/* Extra Large Devices (default) ---------------------------------------- */
#sContent {
  padding: 25px 15px 0;
}
/* email banner header */
.email-click {
  position: absolute;
  left: 807px;
  top: 71%;
  list-style: none;
}
.email_1 {
  display: block;
  width: 180px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  left: 39px;
}
.email_1 > a {
  display: block;
  width: 180px;
  height: 18px;
}
.email_2 {
  display: block;
  width: 166px;
  cursor: pointer;
  position: absolute;
  top: 43px;
  left: 47px;
}
.email_2 > a {
  display: block;
  width: 166px;
  height: 18px;
}
.email_3 {
  display: block;
  width: 196px;
  cursor: pointer;
  position: absolute;
  top: 69px;
  left: 69px;
}
.email_3 > a {
  display: block;
  width: 196px;
  height: 18px;
}
/* email banner header */
/* Large Devices -------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .email_1 {
    left: -31px;
    width: 161px;
    top: 13px;
  }
  .email_1 a {
    display: block;
    width: 161px;
    height: 17px;
  }
  .email_2 {
    left: -26px;
    width: 151px;
    top: 36px;
  }
  .email_2 a {
    display: block;
    width: 151px;
    height: 17px;
  }
  .email_3 {
    left: -5px;
    width: 179px;
    top: 59px;
  }
  .email_3 a {
    display: block;
    width: 179px;
    height: 17px;
  }
}
/* Medium Devices ------------------------------------------------------- */
@media only screen and (max-width: 1100px) {
  .email_1 {
    left: -163px;
    width: 137px;
    top: 11px;
  }
  .email_1 a {
    display: block;
    width: 137px;
    height: 15px;
  }
  .email_2 {
    left: -157px;
    width: 127px;
    top: 30px;
  }
  .email_2 a {
    display: block;
    width: 127px;
    height: 15px;
  }
  .email_3 {
    left: -140px;
    width: 147px;
    top: 49px;
  }
  .email_3 a {
    display: block;
    width: 147px;
    height: 15px;
  }
}
/* Small Devices -------------------------------------------------------- */
@media only screen and (max-width: 920px) {
  .email_1 {
    left: -295px;
    width: 110px;
    top: 10px;
  }
  .email_1 a {
    display: block;
    position: absolute;
    top: -2px;
    width: 110px;
    height: 9px;
  }
  .email_2 {
    left: -288px;
    width: 99px;
    top: 24px;
  }
  .email_2 a {
    display: block;
    position: absolute;
    width: 99px;
    height: 9px;
  }
  .email_3 {
    left: -275px;
    width: 119px;
    top: 39px;
  }
  .email_3 a {
    display: block;
    position: absolute;
    width: 119px;
    height: 9px;
  }
}
/* Extra Small Devices -------------------------------------------------- */
@media only screen and (max-width: 740px) {
  #sMenu {
    padding: 0 !important;
  }
  #sContent {
    padding: 10px 5px 0;
  }
  .email-click {
    display: none;
  }
}
