@charset "utf-8";
/************************************************************************************************************/
/******************************************** FUENTES *******************************************************/
@font-face{font-family:"SF-Pro-Display-Bold";src:url("../../fonts/SF-Pro-Display-Bold.otf");}
@font-face{font-family:"SF-Pro-Display-Medium";src:url("../../fonts/SF-Pro-Display-Medium.otf");}
@font-face{font-family:"SF-Pro-Display-Regular";src:url("../../fonts/SF-Pro-Display-Regular.otf");}
@font-face{font-family:"SF-Pro-Display-Light";src:url("../../fonts/SF-Pro-Display-Light.otf");}
@font-face{font-family:"SF-Pro-Display-Semibold";src:url("../../fonts/SF-Pro-Display-Semibold.otf");}
@font-face{font-family:"BebasNeueBold";src:url("../../fonts/BebasNeueBold.otf");}
@font-face{font-family:"BebasNeueRegular";src:url("../../fonts/BebasNeueRegular.otf");}
@font-face{font-family:"BebasNeueBook";src:url("../../fonts/BebasNeueBook.otf");}
@font-face{font-family:"Roboto-Black";src:url("../../fonts/Roboto-Black.ttf");}
@font-face{font-family:"Roboto-Regular";src:url("../../fonts/Roboto-Regular.ttf");}

@media (min-width: 576px)
.modal-dialog {
    max-width: 800px;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(255, 255, 255, 0);}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
html, body{font-size:100%;min-width:320px;width:100%;margin:0;padding:0;border:none;min-height:100%;overflow-x:hidden;}
body{max-width: 1920px;text-rendering:optimizeLegibility;min-width:320px;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background-color: #fff;max-width:1920px;margin:0 auto;line-height:1;color: #434343;} 
a{border-style:none;text-decoration:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);-webkit-transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);}
a:hover{text-decoration:none;cursor:pointer;}
img{border-style:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;}
div, a, img{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
div:focus, a:focus, img:focus{outline:0;}
.container-fluid { padding-right: 0; padding-left: 0; }
.contenedor-page{margin: 140px 0px 0px 0px !important;}
.link{cursor:pointer;}
.link.inhabilitado{pointer-events:none;opacity:0.5;}
.animated{transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);-webkit-transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);}
.break{width:0px;height:0px;visibility:hidden;clear:both;}
.div-separador{width: 100%;height: 50px;visibility: hidden;}
.center{text-align: center;}
.display-center{display: flex;justify-content: center;align-items: center;}
.btn-bio{background: #0A5431;color: #fff;font-weight: 600;border-radius: 0px;box-shadow: 0px 8px 15px 2px rgb(202 202 202);}
.btn-bio:hover{color: #0A5431; background: #fff; border-color: #0A5431;font-weight: 600;}
.btn-bio-amarillo{background: #F6B842;color: #fff;font-weight: 600;border-radius: 0px;box-shadow: 0px 8px 15px 2px rgb(202 202 202);}
.btn-bio-amarillo:hover{color: #F6B842; background: #fff; border-color: #F6B842;font-weight: 600;}
.border-bio{border: 1px solid #0A5431}
.no-link{pointer-events:none;}
.zindex10{z-index: 10;}
.ocultar{display: none;}
.abrir-nemu{display: inline-block !important;}
.color-red{color: red;}
.ico_compra_online{
  width: 50px;    
  position: absolute;
    width: 50px;
    bottom: 0;
    left: 10px;
    top: 170px;
}
.btn-light {
    background-color: transparent;
    border: 1px solid #ced4da;
}

h1,h2,h3,h4{
  font-family: "SF-Pro-Display-Bold";
}

,h5,h6{
  font-family: "SF-Pro-Display-Light";
}

.btn-whatsapp {
  display:block;
  width:70px;
  color#fff;
  position: fixed;
  right:20px;
  bottom:80px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:999;
}

.btn-whatsapp img:hover{
  margin-top: -20px;
  transition: all 0.5s ease;
}

.btn-tel {
  display:block;
  width:70px;
  color#fff;
  position: fixed;
  right:20px;
  bottom:150px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:999;
}

.btn-tel img:hover{
  margin-top: -20px;
  transition: all 0.5s ease;
}


/************************************************************************************************************/
/******************************************** INICIO MENU PRINCIPAL *****************************************/

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-850px, 0, 0);
            transform: translate3d(-850px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-850px, 0, 0);
            transform: translate3d(-850px, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-850px, 0, 0);
            transform: translate3d(-850px, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-850px, 0, 0);
            transform: translate3d(-850px, 0, 0);
    visibility: hidden;
  }
}
* {
  box-sizing: border-box;
}


body.open {
  overflow: hidden;
}
body.open:after {
  /**opacity: 0.5; */
  visibility: visible;
}

.b-nav {
  position: fixed;
  z-index: 11;
}


.b-nav:not(.open) {
  visibility: hidden;
  display: none;
}
.b-nav li {
  color: #444444;
  list-style-type: none;
  padding: 5px 0px;
  text-align: left;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.b-nav li:not(.open) {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
.b-nav li:first-child {
  padding-top: 100px;
}
.b-nav.open {
  visibility: visible;
    background: rgba(255,255,255,0.98);
    width: 100%;
}
.b-nav.open li {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

.b-nav .titulo{
  border-bottom: 1px solid #0A5431;
}

.b-nav li .titulo_2{
    font-size: 20px;
    font-weight: 600;
}

.b-link {
  background: transparent;
  border-left: rgba(68, 68, 68, 0) solid 2px;
  color: #444444;
  font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: auto;
}
.b-link:hover, .b-link--active {
  border-left: #444444 solid 2px;
  padding-left: 5px;
  color: #0A5431;
}

.b-menu {
  background: white;
  border: white solid 2px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  padding-left: 15.5px;
  padding-top: 17.5px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 60px;
  z-index: 10000;
  top: 5px;
}
.b-menu:hover {
  border: #444444 solid 2px;
}

.b-bun {
  background: #444444;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b-bun--top {
  height: 2px;
  top: 0;
  width: 25px;
}
.b-bun--mid {
  height: 2px;
  top: 8px;
  width: 25px;
}
.b-bun--bottom {
  height: 2px;
  top: 16px;
  width: 25px;
}

.b-brand {
  color: white;
  font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  top: -21.42857px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 13;
}

.b-container {
  height: 60px;
}

.b-container:hover:not(.open) .bun-top,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-bottom {
  background: white;
}
.b-container.open .b-main {
  border: #444444 solid 2px;
}
.b-container.open .b-bun--top {
  background: #444444;
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-container.open .b-bun--mid {
  opacity: 0;
}
.b-container.open .b-bun--bottom {
  background: #444444;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.b-container.open .b-brand {
  color: #444444;
}

.opciones-no-menu{
  border-left: 1px solid #cccccc;
}

 .buscar-menu-mobile{
        padding: 0 10px 0 30px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
  }


/************************************************************************************************************/
/******************************************** INICIO MENU SUPERIOR *******************************************/
.menu-principal {
    position: fixed;
    width: 100%;
    z-index: 1000;
    max-width: 1920px; 
}

.menu-principal:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: -2;
}

.menu-principal:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    /**background: #0A5431;*/
    background: #fff;
    z-index: -2;
}

.menu-principal .nav-link {
    padding: 0;
}

.menu-principal nav a {
    font-size: 14px; /* Se cambio de 20 a 18 */
    color: #fff;
    position: relative;
    background: none !important;
}

.menu-principal nav a:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skew(-25deg);
    background: #fff;
    z-index: -1;
    border: none;
}

.menu-principal nav a:first-child {
    /**color: #fff !important;*/
}

.menu-principal nav a.destacado-menu:before {
    background: #0A5431;
}

.menu-principal nav a.buscar-menu:before {
    background: #F6B842;
}

.menu-principal .nav-link.disabled {
    color: #fff !important;
}

.menu-principal .nav-link .sucursal-menu{
  cursor: pointer;
}

.menu-principal .nav-link .ubi-sucursal{
  font-size: 20px;
  color: #F6B842;
}

.menu-principal .pf:before{
    content:url('../../img/general/icono_header_faq.svg'); /* with class ModalCarrot ??*/
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left: -10px;
    top: 16px;
}

.menu-principal .atencion:before{
    content:url('../../img/general/header_fono.png'); /* with class ModalCarrot ??*/
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left: -10px;
    top: 16px;
}

.menu-principal .localizacion:before{
    content:url('../../img/general/ping_3.png'); /* with class ModalCarrot ??*/
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left: -5px;
    top: 16px;
}

.menu-principal .car:before{
    content:url('../../img/general/car.png'); /* with class ModalCarrot ??*/
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left: -10px;
    top: 16px;
}

.menu-principal .carro{
  text-align: center;
}

.menu-principal .carro img{
    width: 30px;
    margin-top: 14px;
}

.menu-principal .carro p{
   font-size: 13px;
}

.menu-principal .horario:before{
    content:url('../../img/general/header_reloj.png'); /* with class ModalCarrot ??*/
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left: -10px;
    top: 16px;
}

.menu-principal .pos-left{
  margin-left: -10px
}

.menu-principal .login{
  color: #000 !important;
}

.menu-principal .login p{
  margin-left: 40px; 
}

.menu-principal .pf{
  color: #fff !important;
}


.menu-principal .login:before{
    content:url('../../img/general/header_user.png'); /* with class ModalCarrot ??*/
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left: -10px;
    top: 16px;
} 

.menu-principal .buscar:before{
    content:url('../../img/general/header_movil_buscar@2x.png'); /* with class ModalCarrot ??*/
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
}

.menu-principal .wepay:before{
    content:url('../../img/general/header_logo_webpay.png'); /* with class ModalCarrot ??*/
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    top: 6px;
}

.logo_webpay img{
      width: 75px;
      margin-top: 7px;
  }

.titulo-menu-catgegorias {
  margin: 20px 0;
  color: #fff;
  font-size: 20px;
}

.titulo-menu-catgegorias .texto_1{
    font-family: "SF-Pro-Display-Light";
}

.titulo-menu-catgegorias .texto_2{
    font-family: "SF-Pro-Display-Bold";
}

.navbar-menu-principal{
  background: #5d9e28;
  border-top: 2px solid #F6B842;
    height: 50px;
}


.navbar-menu-principal .dropdown-item{
  color: #444444;
    font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.navbar-menu-principal .nav-link{
  color: #fff !important;
}

.navbar-menu-principal .dropdown-item:hover{
  border-left: #444444 solid 2px;
    padding-left: 25px;
}

.navbar-menu-principal .nav-link:hover{
  color: #F6B842 !important;
}

.navbar-menu-principal nav a:first-child {
    color: #0A5431 !important;
}

/************************************************************************************************************/
/******************************************** BUSCADOR ******************************************************/
.lista-buscar ul, ol {
  list-style: none;
  line-height: 30px;
  font-family: SF-Pro-Display-Light;
  font-size: 15px;
}

.lista-buscar li{
   line-height: 13px;
    margin-bottom: 10px;
}

.lista-buscar a{
    color: rgba(0,0,0,.54);
}

.lista-buscar .li-lista-categoria a:hover{
  border-left: #444444 solid 2px;
  padding-left: 5px;
  color: #0A5431; 
}

.resaltado{
  background: #F6B842;
  font-weight: bold;
}

.lista-producto-buscar{
  padding: 10px;
}

.lista-producto-buscar:hover{
  border: 2px solid #F6B842;
    border-radius: 10px;
}

.lista-producto-buscar img{
  width: 100%;
}

/************************************************************************************************************/
/******************************************** INICIO TECNOLOGIA SUIZA  **************************************/

.contenedor-tecnologia-home .titulo_1{
     font-family: "SF-Pro-Display-Bold";
}

.contenedor-tecnologia-home .titulo_2{
    /** font-family: "SF-Pro-Display-Light";*/
     margin-bottom: 40px;
}

.caja-tecnologia{
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}

.caja-tecnologia h5{
    font-family: "SF-Pro-Display-Bold";
    height: 45px;
    overflow: hidden;
}


.caja-tecnologia p{
    /**font-family: "SF-Pro-Display-Light";*/
}

.caja-tecnologia img{
  width: 50px;
}

/* END WIDGETS */
/* TILES */
.tile {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  font-size: 38px;
  font-weight: 300;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 100px;
  position: relative;
  border: 1px solid #D5D5D5;
  text-align: center;
}
.tile.tile-valign {
  line-height: 75px;
}
.tile.tile-default {
  background: #FFF;
  color: #656d78;
}
.tile.tile-default:hover {
  background: #FAFAFA;
}
.tile.tile-primary {
  background: #33414e;
  border-color: #33414e;
}
.tile.tile-primary:hover {
  background: #2f3c48;
}
.tile.tile-success {
  background: #95b75d;
  border-color: #95b75d;
}
.tile.tile-success:hover {
  background: #90b456;
}
.tile.tile-warning {
  background: #fea223;
  border-color: #fea223;
}
.tile.tile-warning:hover {
  background: #fe9e19;
}
.tile.tile-danger {
  background: #b64645;
  border-color: #b64645;
}
.tile.tile-danger:hover {
  background: #af4342;
}
.tile.tile-info {
  background: #3fbae4;
  border-color: #3fbae4;
}
.tile.tile-info:hover {
  background: #36b7e3;
}
.tile:hover {
  text-decoration: none;
  color: #FFF;
}
.tile.tile-default:hover {
  color: #656d78;
}
.tile .fa {
  font-size: 52px;
  line-height: 74px;
}
.tile p {
  font-size: 14px;
  margin: 0px;
}
.tile .informer {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 12px;
  color: #FFF;
  line-height: 14px;
}
.tile .informer.informer-default {
  color: #FFF;
}
.tile .informer.informer-primary {
  color: #33414e;
}
.tile .informer.informer-success {
  color: #95b75d;
}
.tile .informer.informer-info {
  color: #3fbae4;
}
.tile .informer.informer-warning {
  color: #fea223;
}
.tile .informer.informer-danger {
  color: #b64645;
}
.tile .informer .fa {
  font-size: 14px;
  line-height: 16px;
}
.tile .informer.dir-tr {
  left: auto;
  right: 5px;
}
.tile .informer.dir-bl {
  top: auto;
  bottom: 5px;
}
.tile .informer.dir-br {
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
}
/* EOF TILES */
/* MESSAGES */


.contenedor-btn-cubicador {
  background: #0A5431;
    color: #fff;
    padding: 10px;
    /**border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    margin-top: 20px;
}

.contenedor-btn-cubicador .btn-cubicador{
    background: #fff;
    border-radius: 6px;
    padding: 8px 40px;
    color: #000;
    font-family: "SF-Pro-Display-Bold";
    font-size: 20px;
}

.contenedor-btn-cubicador .btn-cubicador:hover{
    border: 3px solid #F6B842;
}

.contenedor-btn-cubicador .btn-cubicador img{
    width: 40px;
    margin-top: -6px;
}


.contenedor-producto{
        padding: 0 5px !important;
    }

/************************************************************************************************************/
/******************************************** INICIO FOOTER  ************************************************/

footer{
  color: #fff;
  font-family: "SF-Pro-Display-Light";
  -webkit-font-smoothing: antialiased;
}

footer a{
  color: #fff !important;
}

footer .contenedor-footer{
  background: #434343;
  padding: 0px 40px 40px;
}

footer img{
  width: 80px;
  
}

footer .logo img{
  width: 80%
}

footer .contenedor-footer .links{
    margin-bottom: 20px;
    text-align: left;
    line-height: 25px;
}

footer .contenedor-footer .contacto{
    text-align: left;
    line-height: 18px;
}

footer .contenedor-footer .contacto .titulo_2{
  color: #F6B842 !important;
}


.contenedor-footer .linea:before{
    content: " ";
    position: absolute;
    left: 0;
    width: 65%;
    height: 8px;
    background: #F6B842;
    transform: skew(25deg);
}

.contenedor-footer .linea:after{
    content: " ";
    position: absolute;
    right: 0;
    width: 35%;
    height: 8px;
    background: #0A5431;
    transform: skew(25deg);
}

footer .links a:hover{
  border-left: #fff solid 2px;
  padding-left: 5px;
}



