.header {
  background-color: #ba2b31;
}

.custom-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.categorias {
  padding-bottom: 0px;
}

.navbar {
  padding-bottom: 10px;
  background-color: #fff;
}

.catenav-link {
  width: 129px;
  margin-top: 10px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 9px 5px 9px 38px;
  border-radius: 50px;
  background-color: #adadad;
  background-image: url('../images/example-bg.png');
  background-position: 0px 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.catenav-link:hover {
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .36);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.catenav-link.computo {
  background-color: #0075c9;
  background-image: url('../images/computo_icon.png');
  background-position: 7px 0px;
  background-size: 30px;
}

.catenav-link.telefonia {
  background-color: #00b550;
  background-image: url('../images/telefonia_icon.png');
  background-position: 8px 0px;
  background-size: 30px;
}

.catenav-link.tablets {
  background-color: #00bcb4;
  background-image: url('../images/tabletas_icon.png');
  background-position: 9px 0px;
  background-size: 30px;
}

.catenav-link.seguridad {
  background-color: #f7b334;
  background-image: url('../images/seguridad_icon.png');
  background-position: 7px 0px;
  background-size: 30px;
}

.catenav-link.videojuegos {
  background-color: #ef7622;
  background-image: url('../images/videojuegos_icon.png');
  background-position: 8px 0px;
  background-size: 30px;
}

.catenav-link.impresoras {
  background-color: #e94f3d;
  background-image: url('../images/impresoras_icon.png');
  background-position: 8px 0px;
  background-size: 30px;
}

.catenav-link.electronica {
  background-color: #d51067;
  background-image: url('../images/electronica_icon.png');
  background-position: 8px 0px;
  background-size: 30px;
}

.catenav-link.gadgets {
  background-color: #9e1c64;
  background-image: url('../images/gadget_icon.png');
  background-position: 7px 0px;
  background-size: 30px;
}

.nav-menu {
  float: none;
}

.header-buttons-div {
  margin-top: 6px;
  margin-bottom: 6px;
  float: right;
}

.divbtn-header {
  display: inline-block;
  min-width: 110px;
  margin: 12px 6px;
  padding: 4px 8px 4px 25px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-image: url('../images/example-bg.png');
  background-position: 8px 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.divbtn-header:hover {
  background-color: #800005;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .49);
}

.divbtn-header.tiendas {
  background-image: url('../images/store_icon.png');
  background-size: 23px;
}

.divbtn-header.ofertas {
  background-image: url('../images/offer_icon.png');
  background-size: 19px;
}

.navbtn-name {
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.logonav-link {
  margin-top: 4px;
  margin-left: 15px;
  float: left;
}

.img-logonav {
  width: 190px;
}

.main-slider {
  height: 100%;
  background-color: #fff;
}

.icon-slider {
  color: #929292;
  font-size: 30px;
}

.image {
  text-align: center;
}

.slide {
  text-align: center;
}

.slide-nav {
  font-size: 10px;
}

.garantia {
  padding-bottom: 16px;
  text-align: center;
}

.why-buy {
  display: inline-block;
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ddd;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .45);
}

.whybuy {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #777;
  font-weight: 300;
}

.text-block {
  color: #ba2b31;
}

.arrow-down {
  margin-bottom: 3px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #ba2b31;
  font-weight: 700;
}

.garatia-row {
  margin-top: 15px;
}

.garantia-col {
  padding: 10px;
}

.garatia-div {
  display: block;
  width: 80%;
  max-height: 70px;
  min-height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  background-color: #eee;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .32);
}

.row {
  padding-top: 0px;
}

.txt-garantia {
  font-family: Montserrat, sans-serif;
  color: #6e6e6e;
  line-height: 17px;
  text-align: left;
}

.buscador {
  display: inline-block;
  width: 35%;
  margin-top: 13px;
  margin-bottom: 0px;
}

.text-field {
  display: inline-block;
  height: 35px;
  margin-bottom: 0px;
  float: right;
  border-style: none;
  border-radius: 50px;
}

.buscar-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100px;
  display: inline-block;
  width: 30px;
  height: 35px;
  margin-right: 7px;
  padding-right: 9px;
  padding-left: 9px;
  float: right;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
  background-image: url('../images/search_icon.png');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  color: transparent;
}

.form {
  position: relative;
  display: inline-block;
  width: 100%;
}

.column {
  padding-top: 14px;
}

.image-2 {
  display: block;
}

.column-2 {
  text-align: left;
}

.garantia-icon {
  display: block;
}

.multislider-product {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ececec;
}

.multislider {
  height: 100%;
  background-color: transparent;
}

.sldie-producto {
  width: 25%;
  padding: 5px;
  border: 1px none #000;
  background-color: transparent;
}

.mask {
  margin-right: 50px;
  margin-left: 50px;
}

.arrow-red {
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ba2b31;
  background-image: url('../images/left-arrow.png');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 30px;
}

.arrow-red._2 {
  background-image: url('../images/right-arrow.png');
  background-size: 21px;
}

.title-secc {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 4px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.title-secc.red {
  background-color: #ba2b31;
  color: #fff;
  font-weight: 600;
}

.titles-div {
  display: inline-block;
  margin-bottom: 10px;
}

.slide-nav-2 {
  display: none;
}

.descubre {
  padding-top: 14px;
  padding-bottom: 14px;
}

.producto-div {
  height: 100%;
  min-height: 310px;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.comprar-btn {
  margin-top: 7px;
  margin-bottom: 10px;
  padding: 8px 22px;
  border: 1px solid #ba2b31;
  border-radius: 50px;
  background-color: #ba2b31;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.comprar-btn:hover {
  background-color: #fff;
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
  color: #ba2b31;
}

.link-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nombre-producto {
  min-height: 40px;
  margin-top: 7px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
}

.regular-price {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 16px;
}

.discount-price {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #0075c9;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.img-producto {
  max-height: 200px;
  min-height: 200px;
}

.div-20 {
  display: inline-block;
  width: 20%;
  height: 235px;
  padding: 5px;
  float: left;
}

.div-80 {
  display: inline-block;
  width: 80%;
  float: right;
}

.slider {
  height: 100%;
  margin: 5px;
  border: 1px solid #bbb;
  background-color: #fff;
}

.slide-nav-3 {
  display: none;
}

.slide-2 {
  width: 33%;
  padding: 8px;
}

.mask-2 {
  margin-right: 59px;
  margin-left: 59px;
}

.arrow-white {
  background-image: url('../images/left-arrow-red.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: transparent;
}

.arrow-white._2 {
  background-image: url('../images/right-arrow-red.png');
  background-size: 28px;
}

.div-tienda {
  position: relative;
  display: block;
  height: 210px;
  text-decoration: none;
}

.divred-store {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: 80px;
  padding-top: 36px;
  background-color: #ba2b31;
}

.banner-largo {
  padding-bottom: 5px;
}

.mas-buscado-secc {
  padding-top: 11px;
  padding-bottom: 11px;
}

.col-buscados {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tiendas-secc {
  padding-top: 5px;
  padding-bottom: 47px;
}

.slider-tiendas {
  height: 100%;
  margin-top: 10px;
  background-color: transparent;
}

.store-slide {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: 3px solid #ba2b31;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .47);
  text-align: center;
}

.mask-3 {
  margin-right: 54px;
  margin-left: 54px;
  padding-bottom: 15px;
}

.logo-tienda {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-4 {
  display: none;
}

.promociones-esp {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6e6e6;
  background-image: url('../images/texture_promo.png');
  background-position: 50% 0px;
  background-repeat: repeat-x;
  box-shadow: 0 0 17px 0 hsla(0, 0%, 40%, .48);
  text-align: center;
}

.promociones-title {
  display: inline-block;
  margin-top: -18px;
  margin-bottom: 0px;
  padding: 7px 8px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ba2b31;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
}

.link-promocion {
  display: inline-block;
}

.categorias-inferior {
  padding-top: 15px;
  padding-bottom: 8px;
  background-image: url('../images/texture_promo_bottom.png');
  background-position: 50% 100%;
  background-size: 174px;
  background-repeat: repeat-x;
}

.cont-catecircle {
  padding-top: 15px;
}

.promocol {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
}

.catebottom {
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #979797;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 49px;
  background-repeat: no-repeat;
}

.catebottom.computo {
  background-color: #0075c9;
  background-image: url('../images/computo_icon.png');
  background-size: 49px;
}

.catebottom.telefonia {
  background-color: #00b550;
  background-image: url('../images/telefonia_icon.png');
  background-size: 49px;
}

.catebottom.tablets {
  background-color: #00bcb4;
  background-image: url('../images/tabletas_icon.png');
  background-size: 49px;
}

.catebottom.seguridad {
  background-color: #f7b334;
  background-image: url('../images/seguridad_icon.png');
  background-size: 49px;
}

.catebottom.videojuegos {
  background-color: #ef7622;
  background-image: url('../images/videojuegos_icon.png');
  background-size: 49px;
}

.catebottom.impresoras {
  background-color: #e94f3d;
  background-image: url('../images/impresoras_icon.png');
  background-size: 49px;
}

.catebottom.electronica {
  background-color: #d51067;
  background-image: url('../images/electronica_icon.png');
  background-size: 49px;
}

.catebottom.gadgets {
  background-color: #9e1c64;
  background-image: url('../images/gadget_icon.png');
  background-size: 49px;
}

.link-cate {
  margin-right: 18px;
  margin-left: 18px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  text-align: center;
  text-decoration: none;
}

.link-cate:hover {
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
}

.title-catbottom {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #686868;
  font-size: 11px;
  line-height: 13px;
  text-decoration: none;
}

.title-catbottom.computo {
  color: #0075c9;
}

.title-catbottom.telefonia {
  color: #00b550;
}

.title-catbottom.tablets {
  color: #00bcb4;
}

.title-catbottom.seguridad {
  color: #f7b334;
}

.title-catbottom.videojuegos {
  color: #ef7622;
}

.title-catbottom.impresoras {
  color: #e94f3d;
}

.title-catbottom.electronica {
  color: #d51067;
}

.title-catbottom.gadgets {
  color: #9e1c64;
}

.footer {
  background-color: #e6e6e6;
}

.pleca-roja {
  height: 8px;
  background-color: #ba2b31;
}

.footer-row {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #747474;
}

.footer-col {
  padding: 10px;
  text-align: center;
}

.div-block-2 {
  margin-top: 15px;
  background-color: #464646;
  text-align: center;
}

.text-block-2 {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
}

.link {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.title-footer {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #ba2b31;
  font-size: 15px;
  line-height: 17px;
  text-align: left;
}

.title-footer.center {
  display: block;
  margin-right: 16px;
  margin-left: 16px;
  text-align: center;
}

.link-footertitle {
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  color: #6d6d6d;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}

.link-footertitle._2 {
  margin-top: 0px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.link-footer {
  display: inline-block;
  margin-top: 4px;
  margin-right: 56px;
  margin-bottom: 6px;
  float: left;
  text-decoration: none;
}

.social-links-footer {
  margin-bottom: 12px;
  text-align: left;
}

.social-icon-footer {
  width: 29px;
}

.linksocial-footer {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 450ms ease;
  transition: -webkit-transform 450ms ease;
  transition: transform 450ms ease;
  transition: transform 450ms ease, -webkit-transform 450ms ease;
}

.linksocial-footer:hover {
  -webkit-transform: scale(1.28);
  -ms-transform: scale(1.28);
  transform: scale(1.28);
}

.logo-footer {
  max-width: 85%;
  text-align: left;
}

.linklogo-footer {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}

.logos-pagos {
  width: 800px;
  margin-bottom: 0px;
}

.link-tag {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px 6px;
  border-right: 1px solid #000;
  font-family: Montserrat, sans-serif;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-decoration: none;
}

.red-div-discover {
  display: block;
  height: 100%;
  padding-top: 49px;
  background-color: #ba2b31;
  background-image: url('../images/texture_promo_bottom.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-x;
}

.heading {
  display: block;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 21px;
  font-weight: 200;
}

.bold-text {
  font-size: 28px;
  letter-spacing: 1px;
}

.vertiendas-btn {
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.vertiendas-btn:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .67);
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.store-txt {
  margin-top: 0px;
  margin-right: 9px;
  margin-left: 9px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
}

.tiendda-slide {
  width: 20%;
}

.logo-circle {
  position: relative;
  top: -94px;
  z-index: 100;
  display: block;
  width: 75px;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #d51067;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/logo-tienda.jpg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, .4);
  text-align: center;
}

.fondo-img-tienda {
  position: absolute;
  text-align: center;
}

html.w-mod-js *[data-ix="appear-left"] {
  opacity: 0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

html.w-mod-js *[data-ix="apper-right"] {
  opacity: 0;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

@media (max-width: 991px) {
  .navbar {
    padding-bottom: 7px;
  }
  .catenav-link {
    margin-top: 7px;
    margin-right: 14px;
    margin-left: 14px;
  }
  .img-logonav {
    width: 180px;
  }
  .garantia-col {
    padding: 7px;
  }
  .garatia-div {
    width: 95%;
    max-height: 55px;
    min-height: 55px;
    padding: 3px;
  }
  .txt-garantia {
    margin-left: 16px;
    font-size: 12px;
    line-height: 13px;
  }
  .buscador {
    width: 33%;
  }
  .column {
    padding-top: 12px;
  }
  .garantia-icon {
    margin-left: 6px;
  }
  .comprar-btn {
    padding-right: 11px;
    padding-left: 11px;
  }
  .nombre-producto {
    min-height: 55px;
    font-size: 12px;
    line-height: 13px;
  }
  .regular-price {
    display: block;
  }
  .discount-price {
    display: block;
  }
  .img-producto {
    max-height: 130px;
    min-height: 130px;
  }
  .div-20 {
    height: 200px;
  }
  .slide-2 {
    padding: 4px;
  }
  .div-tienda {
    height: 180px;
  }
  .divred-store {
    padding-top: 30px;
  }
  .store-slide {
    height: auto;
    min-height: 0px;
    padding: 13px;
  }
  .logo-tienda {
    width: 90%;
  }
  .promociones-title {
    font-size: 19px;
  }
  .link-cate {
    margin-right: 8px;
    margin-left: 8px;
  }
  .link-longbanner {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-footertitle._2 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .link-footer {
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
  }
  .logo-footer {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .linklogo-footer {
    margin-bottom: 10px;
    text-align: center;
  }
  .logos-pagos {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading {
    font-size: 17px;
  }
  .bold-text {
    font-size: 20px;
  }
  .vertiendas-btn {
    margin-top: 11px;
    padding: 5px 16px;
  }
  .store-txt {
    font-size: 11px;
    line-height: 13px;
  }
  .tiendda-slide {
    width: 25%;
  }
  .logo-circle {
    top: -101px;
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-bottom: 0px;
  }
  .catenav-link {
    width: 100%;
    margin-top: 3px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 13px 1px;
    border-radius: 0px;
    font-size: 17px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .header-buttons-div {
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .divbtn-header {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .logonav-link {
    margin-top: 3px;
    margin-bottom: 5px;
  }
  .img-logonav {
    width: 140px;
  }
  .icon-slider {
    font-size: 20px;
  }
  .garantia-col {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .garatia-div {
    width: 80%;
    max-height: 65px;
    min-height: 65px;
  }
  .txt-garantia {
    font-size: 13px;
  }
  .buscador.mobile {
    display: block;
    width: 55%;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field {
    border: 2px solid #ba2b31;
  }
  .buscar-btn {
    background-color: transparent;
  }
  .column {
    padding-top: 16px;
  }
  .multislider-product {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sldie-producto {
    width: 50%;
  }
  .title-secc {
    font-size: 18px;
  }
  .comprar-btn {
    padding-right: 24px;
    padding-left: 24px;
  }
  .nombre-producto {
    min-height: 40px;
  }
  .regular-price {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
  }
  .discount-price {
    display: inline-block;
  }
  .img-producto {
    max-height: 200px;
    min-height: 200px;
  }
  .div-20 {
    display: block;
    width: 70%;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-80 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .slide-2 {
    width: 50%;
  }
  .store-slide {
    padding: 7px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .menu-button {
    padding: 2px 2px 2px 5px;
    float: left;
    color: #ba2b31;
    font-size: 35px;
  }
  .menu-button.w--open {
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    background-color: #ba2b31;
  }
  .promocol {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .catebottom {
    width: 45px;
    height: 45px;
    background-size: 35px;
  }
  .catebottom.computo {
    background-size: 35px;
  }
  .catebottom.telefonia {
    background-size: 35px;
  }
  .catebottom.tablets {
    background-size: 35px;
  }
  .catebottom.seguridad {
    background-size: 35px;
  }
  .catebottom.videojuegos {
    background-size: 35px;
  }
  .catebottom.impresoras {
    background-size: 35px;
  }
  .catebottom.electronica {
    background-size: 35px;
  }
  .catebottom.gadgets {
    background-size: 35px;
  }
  .link-cate {
    margin-right: 4px;
    margin-left: 4px;
  }
  .title-catbottom {
    font-size: 9px;
  }
  .footer-col {
    text-align: center;
  }
  .title-footer {
    text-align: center;
  }
  .link-footertitle {
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    text-align: center;
  }
  .link-footertitle._2 {
    text-align: left;
  }
  .link-footer {
    display: block;
    float: none;
  }
  .social-links-footer {
    text-align: center;
  }
  .logo-footer {
    width: 210px;
    max-width: 100%;
  }
  .linklogo-footer {
    display: inline-block;
  }
  .link-tag {
    padding-right: 5px;
    padding-left: 5px;
  }
  .red-div-discover {
    padding-top: 22px;
  }
  .heading {
    font-size: 22px;
  }
  .bold-text {
    font-size: 25px;
  }
  .vertiendas-btn {
    margin-top: 0px;
  }
}

@media (max-width: 479px) {
  .header-buttons-div {
    margin-top: 0px;
    padding-bottom: 4px;
    float: none;
    text-align: center;
  }
  .divbtn-header {
    min-width: 95px;
    margin-right: 28px;
    margin-left: 28px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .divbtn-header.ofertas {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 4px;
    padding-left: 24px;
  }
  .navbtn-name {
    font-size: 12px;
  }
  .logonav-link {
    margin-bottom: 5px;
    float: none;
  }
  .img-logonav {
    width: 150px;
  }
  .why-buy {
    width: 210px;
  }
  .whybuy {
    font-size: 12px;
  }
  .arrow-down {
    margin-bottom: 0px;
  }
  .garatia-row {
    margin-top: 2px;
  }
  .garantia-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .garatia-div {
    width: 93%;
    max-height: 60px;
    min-height: 60px;
  }
  .txt-garantia {
    margin-left: 6px;
    font-size: 12px;
  }
  .buscador.mobile {
    width: 70%;
  }
  .column {
    padding-top: 10px;
  }
  .garantia-icon {
    margin-top: 6px;
    margin-left: 0px;
  }
  .sldie-producto {
    width: 100%;
  }
  .title-secc {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 17px;
  }
  .img-producto {
    max-height: 170px;
    min-height: 170px;
  }
  .div-20 {
    width: 95%;
  }
  .div-80 {
    width: 95%;
  }
  .slide-2 {
    width: 100%;
  }
  .tiendas-secc {
    padding-bottom: 20px;
  }
  .store-slide {
    padding: 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .menu-button.w--open {
    padding: 4px;
  }
  .link-cate {
    margin-right: 9px;
    margin-left: 9px;
  }
  .title-footer.center {
    margin-right: 4px;
    margin-left: 4px;
  }
  .link-footertitle._2 {
    text-align: left;
  }
  .link-footer {
    display: block;
  }
  .logo-footer {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .linklogo-footer {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-tag {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 10px;
  }
  .heading {
    font-size: 20px;
  }
  .bold-text {
    font-size: 21px;
  }
  .vertiendas-btn {
    padding-right: 36px;
    padding-left: 36px;
  }
  .tiendda-slide {
    width: 50%;
  }
}