@charset "UTF-8";
/**FONTS SIZES**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
.cont-product__rating > a, .cont-product__button > button:last-child, .cart__btn--dark, .session__content > ul > li:last-child > button, .btn--dark, .order__options > a, .perfil__cont-info a, .cont-product__button > button:first-child, .cart_btn--success, .session__login > button, .btn--success {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.cont-product__rating > a > i, .cont-product__button > button:last-child > i, .cart__btn--dark > i, .session__content > ul > li:last-child > button > i, .btn--dark > i, .order__options > a > i, .perfil__cont-info a > i, .cont-product__button > button:first-child > i, .cart_btn--success > i, .session__login > button > i, .btn--success > i {
  font-size: 14px;
  margin-right: 10px;
}

.order__options > a, .perfil__cont-info a, .cont-product__button > button:first-child, .cart_btn--success, .session__login > button, .btn--success {
  background-color: #0D94D3;
  color: #fff;
}

.cont-product__rating > a, .cont-product__button > button:last-child, .cart__btn--dark, .session__content > ul > li:last-child > button, .btn--dark {
  background-color: #09C350;
  color: #fff !important;
}
.cont-product__rating > a:hover, .cont-product__button > button:hover:last-child, .cart__btn--dark:hover, .session__content > ul > li:last-child > button:hover, .btn--dark:hover {
  background-color: rgba(58, 61, 69, 0.8) !important;
  color: white !important;
}

.button, .button:before, .button:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.hide {
  display: none;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.5rem;
  margin: 0;
  padding: 1.5rem 3.125rem;
  background-color: #3498db;
  border: none;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 14px;
  min-height: 45px;
  font-family: "Open Sans", sans-serif;
}
.button:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f1b816;
}
.button span {
  position: absolute;
  line-height: 0;
}
.button span i {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.button span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.active {
  background-color: #c8970c;
}
.active:before {
  width: 100%;
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
}

.btn_editar_info_taller {
  height: 100%;
  background-color: #0d94d3;
  color: white;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  padding: 0.5em;
}

.btn_acciones_servicios {
  padding: 0.5em 1em;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  max-height: 40px;
  background-color: #0d94d3;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(10);
            transform: scale(10);
  }
  50% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  90% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(10);
            transform: scale(10);
  }
  50% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  90% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
}

a {
  font-family: "Open Sans", sans-serif;
}

a,
ul,
ol {
  text-decoration: none;
  list-style: none;
}

h2 {
  line-height: 1.2;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

button {
  border: none;
}

.loading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding: 5px 0px;
  height: auto;
}
.loading > picture {
  width: 50%;
  margin: 0 auto;
}

.loading-search {
  width: 50px;
  position: absolute;
  right: 25px;
  top: 8px;
}

.link-more-info {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 14px 20px;
  font-size: 18px;
  line-height: 1.33333;
  color: rgba(36, 35, 33, 0.5);
  margin: 10px auto 10px auto;
  text-align: center;
  display: block;
}
.link-more-info:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0px;
  color: #404040;
  position: relative;
}
.title > h2 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.title > h2::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  width: 50px;
  height: 3px;
  background-color: #00AFF2;
  bottom: -8px;
  border-radius: 25px;
}
.title > p {
  margin: 0 16px;
  text-align: center;
  color: #707070;
}

.skeleton-loading {
  width: 100%;
  min-width: 200px;
  height: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
  border: solid rgba(238, 221, 238, 0.8666666667) 1px;
}
.skeleton-loading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: "";
}
.skeleton-loading > img {
  width: 150px;
}
@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.skeletonLoading {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}
.skeletonLoading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.alert {
  position: fixed;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.alert > .alert__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  margin: 5px;
}
.alert > .alert__text {
  padding: 8px 8px 8px 0px;
  margin: 5px 10px 5px 0px;
  color: #fff;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alert.top {
  top: 10px;
}

.alert.right {
  right: 10px;
}

.alert.top.center {
  left: calc(50% - 110px);
}

.cont-p-Featured {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont-p-Featured > a {
  width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}
.cont-p-Featured > div {
  width: calc(100% - 650px);
}
.cont-p-Featured > div > .product {
  max-height: 415px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 2px solid #81abd6;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #81abd6 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 52px;
  height: 50px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 28px;
  height: 28px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #00AFF2;
  border-color: #00AFF2 transparent #00AFF2 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 20px;
}

.lds-ellipsis div {
  position: absolute;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
.backWhiteDark {
  background-color: #f4f4f4;
}

.btn-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 30px;
  z-index: 19;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #34AF23;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont-ppal {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.cont-body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2px;
  min-height: 50vh;
}

header {
  width: 100%;
  height: 75px;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 100px 270px 4fr 68.5px 150px 100px;
      grid-template: auto/100px 270px 4fr 68.5px 150px 100px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.44);
}

.header__logo {
  overflow: hidden;
  border-right: solid rgba(128, 128, 128, 0.2) 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.header__logo > picture {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 80px 6fr 58.5px 150px 100px;
        grid-template: auto/80px 6fr 58.5px 150px 100px;
    height: 60px;
  }
  .header__logo img {
    height: 100%;
    width: auto;
    margin-right: auto;
    margin-left: 10px;
  }
  .d-none-1024 {
    display: none;
  }
}
@media only screen and (max-width: 660px) {
  header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 100px 6fr 100px;
        grid-template: auto/100px 6fr 100px;
    height: 60px;
  }
  .header__logo > picture {
    width: auto;
  }
  .d-none-660 {
    display: none;
  }
  .d-none-660 {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .header__logo img {
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: 100%;
  }
  .header__logo > picture {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 420px) {
  header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 75px 6fr 75px;
        grid-template: auto/75px 6fr 75px;
    height: 55px;
  }
  .header__logo img {
    margin-left: none;
    margin-left: none;
    max-width: 180px;
  }
}
.header {
  width: 84%;
  height: 75px;
  background-color: #f0f0f0;
  padding-left: 8%;
  padding-right: 8%;
  border-bottom: solid rgba(128, 128, 128, 0.2) 1px;
  display: block;
}
.header img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .header {
    height: 52px;
  }
}
footer {
  width: calc(100% - 160px);
  background-color: #242321;
  padding: 80px 80px 0px 80px;
}
footer > div {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 2fr;
      grid-template: auto/1fr 1fr 1fr 1fr 2fr;
}
footer > div > ul > li:first-child {
  color: #fff;
  font-size: 18px;
  margin-bottom: 26.66667px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-left: 16px;
}
footer > div > ul > li > a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding-left: 16px;
  margin: 5px;
  display: inline-block;
}
footer > div > ul > li > a:hover {
  padding-left: 26px;
}
footer > section {
  width: 100%;
  padding: 30px 0px 10px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: auto/1fr;
}
footer > section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer > section > div > a {
  width: 246px;
  display: block;
  margin: 10px;
}
footer > section > div > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 42px;
}
footer > section > div > div > a {
  color: #666666;
  font-size: 25px;
  line-height: 10px;
  margin: 5px;
}
footer > section > div > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
}

.footer__form-newsletter {
  width: calc(100% - 32px);
  margin: 0px 0px 10px 18px;
  border-bottom: 1px solid #2e73bb;
}
.footer__form-newsletter > input {
  width: calc(100% - 80px);
  height: 46px;
  border: none;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: transparent;
}
.footer__form-newsletter > button {
  background-color: #FBBD10;
  text-shadow: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: white;
}

@media only screen and (max-width: 980px) {
  footer {
    padding: 40px 40px 0px 40px;
    width: calc(100% - 80px);
  }
  footer > div {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template: auto/1fr 1fr 1fr;
    grid-gap: 10px;
  }
  footer > section {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  footer {
    padding: 20px 20px 0px 20px;
    width: calc(100% - 40px);
  }
  footer > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 10px 1fr;
        grid-template: auto/1fr 1fr;
  }
  footer > section {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
    grid-gap: 20px;
  }
  footer > section > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer > section > div > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer > section > div > span {
    margin: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 560px) {
  footer > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  footer > div > ul > li {
    text-align: center;
  }
  footer > div > ul > li > a {
    font-size: 14px;
    padding-left: 0px;
  }
  footer > div > ul > li:first-child {
    color: #009ee3 !important;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 0px;
  }
}
.cont_info_tienda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5%;
}
.cont_info_tienda .info_tienda_header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.5em 2fr;
  grid-template-columns: auto 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  background-color: #f5f5f5;
  padding: 1em;
  margin: 1em 0;
}
.cont_info_tienda .info_tienda_header > figure {
  max-width: 12em;
  background-color: #f5f5f5;
  border-radius: 100%;
  height: 12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--titulo {
  font-size: 2em;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 1fr 2fr;
  grid-template-columns: 6fr 1fr 2fr;
      grid-template-areas: "info boton precios" "terminos terminos terminos";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header-info--datos {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  padding: 1em;
  background-color: white;
  border: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  width: calc(100% - 2em);
  grid-area: info;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header-info--datos > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  color: #fa1e24;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header-info--datos > label > p {
  color: #000000;
  font-weight: 400;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header-info--editarDatos {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: boton;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header__tipoPrecios {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  margin: 0 0 0 1em;
  grid-area: precios;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header__tipoPrecios > .info_tienda_header__tipoPrecio--titulo {
  background: #0d94d3;
  padding: 0.3em 1em;
  color: aliceblue;
  text-align: center;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header__tipoPrecios > .info_tienda_header__tipoPrecio--datos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5em;
  background-color: white;
  gap: 5px;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header__tipoPrecios > .info_tienda_header__tipoPrecio--datos > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header__tipoPrecios > .info_tienda_header__tipoPrecio--datos > label > .info_tienda_header__tipoPrecio--datos_cuadritos {
  height: 16px;
  width: 16px;
  border: 1px solid gray;
}
.cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header__tipoPrecios > .info_tienda_header__tipoPrecio--datos > label #select {
  background-color: #fd1e25;
}

.cont_terminosYCondiciones {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: terminos;
  margin: 5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont_terminosYCondiciones > .cont_terminosYCondiciones__acciones {
  color: #fd1e25;
  margin: 0 3px;
  cursor: pointer;
}

.cont_servicios_taller {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 3em 1fr;
  grid-template-rows: 3em 1fr;
  padding: 0 5%;
}
.cont_servicios_taller > .servicios_taller__header {
  width: calc(100% - 1em);
  height: auto;
  padding: 0.5em;
  background-color: #0d94d3;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 0.5fr 1fr;
  grid-template-columns: 1fr 2fr 0.5fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  z-index: 6;
}
.cont_servicios_taller > .servicios_taller__body {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 1%;
}
.cont_servicios_taller > .servicios_taller__body > .servicios_taller__body--item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 0.5fr 1fr;
  grid-template-columns: 1fr 2fr 0.5fr 1fr;
  justify-items: center;
  padding: 0.5em;
  background: #f5f5f5;
}
.cont_servicios_taller > .servicios_taller__body > .servicios_taller__body--item > .servicios_taller__body--item-botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont_servicios_taller > .servicios_taller__body > .servicios_taller__body--item #editar {
  background-color: #0d94d3;
}
.cont_servicios_taller > .servicios_taller__body > .servicios_taller__body--item #eliminar {
  background-color: #fd1e25;
}
.cont_servicios_taller > .servicios_taller__body div:nth-child(2n+1) {
  background: #ffffff;
  border: 2px solid #cdcdcd;
}

.paginacion {
  padding: 2% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paginacion > p {
  background: #fc4b47;
  color: white;
  padding: 5px 10px;
  border-radius: 60%;
  cursor: pointer;
}
.paginacion > p:hover {
  color: #fc4b47;
  background: white;
  -webkit-box-shadow: inset 0 0 0 3px #fc4b47;
          box-shadow: inset 0 0 0 3px #fc4b47;
}
.paginacion > .seleccionada {
  color: #fc4b47;
  background: white;
  -webkit-box-shadow: inset 0 0 0 3px #fc4b47;
          box-shadow: inset 0 0 0 3px #fc4b47;
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1%;
  gap: 0.5em;
}

#aling_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cont_cotizacion_info_cliente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  color: #666666;
}

.order__options_2 {
  padding: 1% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}
.order__options_2 > .btn_perfil {
  display: block;
  background-color: #0d94d3;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: aliceblue;
}
.order__options_2 > .buscador {
  width: 31%;
  border: 1px solid #c9c6c6;
  padding: 5px;
  font-size: 16px;
}

.cont_mis_cotizaciones {
  display: -ms-grid;
  display: grid;
  padding: 0 5%;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1%;
  gap: 1em 2em;
}

.cont_mi_cotizacion {
  padding: 1% 5%;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 20px;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons .buttons {
  padding: 1em;
  cursor: pointer;
  border-radius: 0px;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons > .generarPDF {
  border: 3px solid #0d94d3;
  background-color: #ffffff;
  color: #0d94d3;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons > .generarPDF:hover {
  background-color: #0d94d3;
  color: white;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons > .compartir {
  background-color: #17d317;
  color: white;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons > .compartir:hover {
  -webkit-box-shadow: inset 0 0 0 3px #17d317;
          box-shadow: inset 0 0 0 3px #17d317;
  background-color: white;
  color: #17d317;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons > .realizar_pedido {
  background-color: #0d94d3;
  color: white;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons > .realizar_pedido:hover {
  -webkit-box-shadow: inset 0 0 0 2px #0d94d3;
          box-shadow: inset 0 0 0 2px #0d94d3;
  background-color: white;
  color: #0d94d3;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons .ver_cot_publica {
  background-color: #DC541A;
  color: white;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons .ver_cot_publica:hover {
  -webkit-box-shadow: inset 0 0 0 3px #DC541A;
          box-shadow: inset 0 0 0 3px #DC541A;
  background-color: white;
  color: #DC541A;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons .compartir_whatssap {
  text-align: center;
  background-color: #17d317;
  color: white;
}
.cont_mi_cotizacion > .mi_cotizacion_buttons .compartir_whatssap:hover {
  -webkit-box-shadow: inset 0 0 0 3px #17d317;
          box-shadow: inset 0 0 0 3px #17d317;
  background-color: white;
  color: #17d317;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 0;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > .nombre {
  font-weight: 400;
  font-size: 3em;
  color: #DC541A;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > .fechaYref {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #DC541A;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > .fechaYref > p {
  color: #000000;
  font-weight: 400;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > div > .mi_cotizacion_info_cliente--datos {
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > div > .mi_cotizacion_info_cliente--datos > .fechaYref {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  gap: 5px;
  color: #DC541A;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > div > .mi_cotizacion_info_cliente--datos > .fechaYref > p {
  color: #000000;
  font-weight: 400;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > div > .mi_cotizacion_info_cliente--datos_cliente {
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > div > .mi_cotizacion_info_cliente--datos_cliente > .fechaYref {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #DC541A;
}
.cont_mi_cotizacion > .mi_cotizacion_info_cliente > div > .mi_cotizacion_info_cliente--datos_cliente > .fechaYref > p {
  color: #000000;
  font-weight: 400;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 0;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > .nombre {
  font-weight: 400;
  font-size: 3em;
  color: #DC541A;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > .fechaYref {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #DC541A;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > .fechaYref > p {
  color: #000000;
  font-weight: 400;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > div > .mi_cotizacion_info_cliente--datos {
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > div > .mi_cotizacion_info_cliente--datos > .fechaYref {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #DC541A;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > div > .mi_cotizacion_info_cliente--datos > .fechaYref > p {
  color: #000000;
  font-weight: 400;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > div > .mi_cotizacion_info_cliente--datos_cliente {
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > div > .mi_cotizacion_info_cliente--datos_cliente > .fechaYref {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #DC541A;
}
.cont_mi_cotizacion > .mi_cotizacion_info_taller > div > .mi_cotizacion_info_cliente--datos_cliente > .fechaYref > p {
  color: #000000;
  font-weight: 400;
}
.cont_mi_cotizacion > .mi_cotizacion_info_contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2%;
}
.cont_mi_cotizacion > .mi_cotizacion_totales {
  padding: 0.5em 1em;
  background-color: rgba(255, 168, 0, 0.14);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.5em;
  margin-bottom: 2%;
}
.cont_mi_cotizacion > .mi_cotizacion_totales > .mi_cotizacion_totales__totales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  text-align: end;
}
.cont_mi_cotizacion > .mi_cotizacion_totales > .mi_cotizacion_totales__totales > .total {
  color: #0d94d3;
  font-weight: 700;
}
.cont_mi_cotizacion > .mi_cotizacion_totales .mi_cotizacion_totales__precios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #585858;
  text-align: start;
}
.cont_mi_cotizacion > .mi_cotizacion_totales .mi_cotizacion_totales__precios > .ganancia {
  color: #DC541A;
}

.cont_sin_resultados_cot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2em;
  gap: 1em;
  height: 33vh;
  border: 2px solid #c9c2c2;
  color: #c9c2c2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  border-radius: 10px;
}

.cont_header_taller {
  width: 90%;
  height: 75px;
  background-color: #f0f0f0;
  padding: 0 5%;
  border-bottom: solid rgba(128, 128, 128, 0.2) 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr;
      grid-template-areas: "imagen_taller info_taller titulo imagen_tienda";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont_header_taller > .cont_header_taller--imagen_tienda {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: imagen_tienda;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont_header_taller > .cont_header_taller--imagen_tienda > a > figure > picture > img {
  max-height: 5em;
  border-radius: 100%;
}
.cont_header_taller > .cont_header_taller--imagen_taller {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: imagen_taller;
}
.cont_header_taller > .cont_header_taller--imagen_taller > a > figure > picture > img {
  max-height: 5em;
}
.cont_header_taller > .header_taller_datos_t {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-area: info_taller;
  margin-left: 0.5em;
}
.cont_header_taller > .header_taller_titulo {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 3em;
  color: #0d94d3;
  grid-area: titulo;
}

.cont_terminos_condiciones {
  font-size: 16px;
  margin: 0.5em 0;
}
.cont_terminos_condiciones > .cont_terminos_condiciones--titulo {
  color: #fd1e25;
}

.cont_cargando {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(204, 204, 194, 0.5882352941);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont_cargando > img {
  width: 18%;
}

.cont_hacer_cotizacion {
  width: 84%;
  margin: 0 auto;
  margin-top: 5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 20px 2fr;
      grid-template: auto/4fr 2fr;
  grid-gap: 20px;
  min-height: 60vh;
      grid-template-areas: "productos envio";
}
.cont_hacer_cotizacion > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont_hacer_cotizacion > .cont_hacer_cotizacion__productos {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: productos;
}
.cont_hacer_cotizacion > .cont_hacer_cotizacion__info_envio {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: envio;
}

.card_vista_producto {
  width: calc(100% - 10px);
  border-bottom: 1px solid rgb(240, 240, 240);
  padding: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 5px 6fr 5px 1fr 5px 0.5fr 5px 1fr 5px 1fr;
      grid-template: auto/1fr 6fr 1fr 0.5fr 1fr 1fr;
  grid-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_vista_producto > h4 {
  font-size: 15px;
  color: rgb(90, 90, 90);
  font-weight: lighter;
}
.card_vista_producto > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.card_vista_producto > figure > img {
  width: 85%;
  margin: 0 auto;
}
.card_vista_producto > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  text-align: right;
  font-size: 16px;
  color: rgb(0, 158, 227);
  font-weight: bolder;
}
.card_vista_producto > span > strong {
  color: rgb(81, 81, 81);
  padding-right: 10px;
}
.card_vista_producto > input[type=number] {
  min-height: 1.5em;
  min-width: 5em;
  padding: 5px;
  border: 1px solid gainsboro;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .cont_hacer_cotizacion {
    width: 95%;
  }
}
@media only screen and (max-width: 856px) {
  .cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
        grid-template-areas: "info boton" " precios  precios" "terminos terminos";
  }
  .cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header__tipoPrecios {
    margin: 0.5em 0em;
  }
  .cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header-info--datos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header-info--editarDatos {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cont_info_tienda .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header__tipoPrecios {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cont_terminosYCondiciones {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media only screen and (max-width: 760px) {
  .cont_hacer_cotizacion {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr;
        grid-template: auto/2fr;
        grid-template-areas: "envio" "productos";
  }
  .cont_hacer_cotizacion .form__input, .cont_hacer_cotizacion .form__select {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .cont_hacer_cotizacion > .cont_hacer_cotizacion__productos {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cont_hacer_cotizacion > .cont_hacer_cotizacion__info_envio {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 768px) {
  .cont_mi_cotizacion {
    padding: 1% 5%;
  }
  .cont_mi_cotizacion > .mi_cotizacion_buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1em;
  }
  .cont_mis_cotizaciones {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 660px) {
  .cont_mi_cotizacion > .mi_cotizacion_totales {
    font-size: 15px;
  }
  .cont_header_taller {
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: " titulo titulo titulo" " imagen_taller  info_taller imagen_tienda ";
    -ms-grid-rows: 4em;
    grid-template-rows: 4em;
  }
  .cont_header_taller > .cont_header_taller--imagen_tienda > a > figure > picture > img {
    max-height: 4em;
  }
  .cont_header_taller > .cont_header_taller--imagen_taller > a > figure > picture > img {
    max-height: 4em;
  }
  .cont_header_taller > .header_taller_datos_t {
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .cont_header_taller > .header_taller_titulo {
    font-size: 2em;
    text-align: center;
  }
  .cont_header_taller > .cont_header_taller--imagen_tienda {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .cont_header_taller > .cont_header_taller--imagen_taller {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cont_header_taller > .header_taller_datos_t {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cont_header_taller > .header_taller_titulo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media only screen and (max-width: 545px) {
  .cont_info_tienda > .info_tienda_header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .cont_info_tienda > .info_tienda_header > .info_tienda_header-info > .info_tienda_header-info--cont > .info_tienda_header-info--datos > label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: initial;
  }
  .cont_mi_cotizacion > .mi_cotizacion_info_cliente > .nombre {
    font-size: 2em;
  }
  .cont_mi_cotizacion > .mi_cotizacion_info_taller > .nombre {
    font-size: 2em;
  }
  .cont_mi_cotizacion > .mi_cotizacion_info_taller > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 425px) {
  .cont_servicios_taller > .servicios_taller__body > .servicios_taller__body--item > .servicios_taller__body--item-botones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont_mis_cotizaciones {
    margin-top: 2%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .card_vista_producto {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .card_vista_producto > figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;
  }
  .card_vista_producto > figure > img {
    width: 20%;
  }
}
.menu, .menu__responsive {
  width: 100%;
  height: 100%;
  background-color: #808080;
  border-bottom: solid silver 1px;
  position: relative;
}
.menu:hover > .menu__content, .menu__responsive:hover > .menu__content {
  display: block;
}

.menu__btn {
  height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.menu__btn > span {
  width: 48%;
  height: 4px;
  background-color: white;
  margin: 3px 0px;
  border-radius: 10px;
}
.menu__btn > span:first-child {
  width: 35%;
  margin-right: 8px;
}
.menu__btn > span:last-child {
  width: 28%;
  margin-right: 12px;
}
.menu__btn > i {
  font-size: 24px;
}

.menu__btn-icon {
  font-size: 30px;
  margin: 5px;
}

.menu__content {
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #393837;
  display: none;
}
.menu__content::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(128, 128, 128, 0.8);
  position: fixed;
  left: 0;
  top: 75px;
  z-index: -1;
}

.menu__category {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.menu__category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu__category-item:hover > .menu__sub-category-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu__category-item:hover > .menu__category-item-title {
  color: white;
  background: #C42D2E;
}

.menu__category-item-title {
  color: #ffffff;
  padding: 7px 7px 7px 14px;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: "Poppins-Light", sans-serif;
}

.menu__category-item-title-icon {
  margin-right: 10px;
  font-size: 12px;
}

.menu__sub-category-content {
  width: 40vw;
  height: 85vh;
  background-color: #ffffff;
  position: absolute;
  left: 100%;
  top: -1px;
  display: none;
}

.menu__sub-category-title {
  border-top: solid #e0e0e0 1px;
  background-color: #FFA500;
  padding: 7px 7px 4.2px 14px;
  width: 100%;
  color: white;
}

.menu__sub-category {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto/1fr 1fr;
  border-left: 1px solid #e0e0e0;
}

.menu__sub-category-item {
  padding: 10px 26px;
  margin: 5px;
}
.menu__sub-category-item > li {
  width: 100%;
  margin: 10px 0px;
}
.menu__sub-category-item > li:first-child {
  font-family: "Poppins-Bold", sans-serif;
  margin-left: -5px;
  color: #FF9A41;
}
.menu__sub-category-item > li > a {
  font-family: "Poppins-Light", sans-serif;
  color: #7b7b7b;
}
.menu__sub-category-item > li > a:hover {
  text-decoration: underline;
  color: blue;
}

.menu__category-promotions {
  width: 40%;
  height: calc(100% - 37.4px);
  max-height: calc(100% - 37.4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu__category-promotions > a {
  max-height: 32.68%;
  min-height: 32.68%;
  display: block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  overflow: hidden;
}
.menu__category-promotions > a:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
.menu__category-promotions > a > picture, .menu__category-promotions > a > picture > img {
  width: 100%;
  height: 100%;
}

.menu__responsive {
  display: none;
}

.menu__content-responsive, .menu__content-responsive--active {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.menu__content-responsive > ul, .menu__content-responsive--active > ul {
  width: 250px;
  height: 100%;
  overflow-y: auto;
  background-color: #393837;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu__content-responsive > ul > li, .menu__content-responsive--active > ul > li {
  width: 100%;
}
.menu__content-responsive > ul > li:hover > .menu__category-item-title, .menu__content-responsive--active > ul > li:hover > .menu__category-item-title {
  color: white;
  background: #C42D2E;
}
.menu__content-responsive > ul > li:last-child, .menu__content-responsive--active > ul > li:last-child {
  margin-bottom: 60px;
}

.menu__content-responsive {
  display: none;
  -webkit-animation-name: bg-animation reverse;
          animation-name: bg-animation reverse;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.menu__content-responsive > ul {
  margin-left: -260px;
  -webkit-animation-name: bg-margin-left reverse;
          animation-name: bg-margin-left reverse;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.menu__content-responsive--active {
  display: block;
  -webkit-animation-name: bg-animation;
          animation-name: bg-animation;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.menu__content-responsive--active > ul {
  margin-left: 0px;
  -webkit-animation-name: bg-margin-left;
          animation-name: bg-margin-left;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.menu__content-responsive--active .menu__sub-category-item {
  background: #242321;
}
.menu__content-responsive--active .menu__sub-category-item > h3, .menu__content-responsive--active .menu__sub-category-item > ul > li > a {
  color: #fff;
}
.menu__content-responsive--active .menu__sub-category-item > ul > li > a {
  margin-left: 5px;
}
.menu__content-responsive--active .menu__sub-category-item > ul > li > a:hover {
  color: #fff;
}

.menu__btn-close {
  position: absolute;
  right: 9px;
  top: 10px;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .menu__responsive {
    width: 100%;
    background-color: transparent;
    border-bottom: none;
    display: block;
  }
  .menu__btn {
    color: #7b7b7b;
  }
  .menu__btn-icon {
    font-size: 22px;
  }
  .menu__category-item-title {
    display: block;
    padding: 10px 7px 10px 16px;
    width: calc(100% - 23px);
    cursor: pointer;
  }
  .menu__sub-category-content {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    background-color: #f6f6f6;
  }
  .menu__sub-category-item {
    padding: 5px 16px;
    margin: 0px;
    width: calc(100% - 32px);
  }
  .menu__sub-category-item > ul {
    width: 100%;
    display: none;
  }
  .menu__sub-category-item > ul > li > a {
    padding: 5px 6px;
    width: calc(100% - 12px);
    display: block;
    color: #666666;
  }
  .menu__sub-category-item > ul > li > a:hover {
    color: blue;
  }
  .menu__sub-category-title {
    padding: 5px 6px;
    background-color: transparent;
    color: #666666;
    font-family: "Poppins-Light", sans-serif;
    cursor: pointer;
    width: calc(100% - 12px);
    border-top: solid #e0e0e0 0px;
  }
}
@-webkit-keyframes bg-animation {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes bg-animation {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes bg-animation__close {
  from {
    background-color: rgba(0, 0, 0, 0.5);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
}
@keyframes bg-animation__close {
  from {
    background-color: rgba(0, 0, 0, 0.5);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
}
@-webkit-keyframes bg-margin-left {
  from {
    margin-left: -260px;
  }
  to {
    margin-left: 0px;
  }
}
@keyframes bg-margin-left {
  from {
    margin-left: -260px;
  }
  to {
    margin-left: 0px;
  }
}
@-webkit-keyframes bg-margin-left__close {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: -260px;
  }
}
@keyframes bg-margin-left__close {
  from {
    margin-left: 0px;
  }
  to {
    margin-left: -260px;
  }
}
.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: solid rgba(192, 192, 192, 0.2) 1px;
}

.search__input {
  width: 94%;
  height: 44px;
}
.search__input > input {
  padding: 12px 18px;
  width: calc(100% - 38px);
  height: calc(100% - 24px);
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: none;
  border-radius: 1.5px;
  font-family: "Open Sans", sans-serif;
  border: solid rgba(0, 0, 0, 0.1) 1px;
}

.search__content {
  width: 100%;
  max-height: calc(100vh - 105px);
  position: absolute;
  top: 82%;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
}

.search__category {
  width: calc(100% - 30px);
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search__title {
  color: #7b7b7b;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: solid rgba(128, 128, 128, 0.2) 1px;
}

.search__category-item {
  width: 24%;
  margin: 6px 3px;
  padding: 5px 0px;
  font-family: "Open Sans", sans-serif;
  color: #555555;
}

.search__category-item-icon {
  margin-right: 2px;
  font-size: 12px;
}

.search__product {
  width: calc(100% - 30px);
  margin: 15px;
}

.search__product-item {
  width: 100%;
  border-bottom: solid rgba(128, 128, 128, 0.2) 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 100px 4fr 90px;
      grid-template: auto/100px 4fr 90px;
}
.search__product-item:hover > .search__product-item-details > h2 {
  color: #009ee3;
}

.search__product-item-img {
  width: calc(100% - 10px);
  margin: 5px;
}

.search__product-item-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr;
      grid-template: auto auto auto/1fr;
  padding: 10px 5px 0px 10px;
  color: #555555;
}
.search__product-item-details > h2 {
  font-size: 18px;
  font-family: "Poppins-Regular", sans-serif;
}
.search__product-item-details > h4 {
  font-family: "Poppins-Light", sans-serif;
  font-size: 16px;
  margin: 4px 0px;
}
.search__product-item-details > picture {
  width: 100px;
}

.search__product-item-price {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

.search__btn-responsive {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #7b7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.search__btn-responsive > span {
  font-size: 14px;
}
.search__btn-responsive > i {
  margin-top: 5px;
}

@media only screen and (max-width: 1024px) {
  .search__input {
    display: none;
    position: fixed;
    top: 61px;
    left: 0;
    z-index: 9;
    background-color: #242321;
    padding: 15px;
    width: calc(100% - 30px);
  }
  .search__input > input {
    width: 89%;
  }
  .search__input > button {
    padding: 13px 18px;
    background-color: #FFA500;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: -1px;
    line-height: 1.42857;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 1px;
    line-height: 14px;
    border: solid #FFA500 1px;
  }
  .search__content {
    position: fixed;
    top: 135px;
    left: 0px;
    max-height: calc(100vh - 139px);
  }
}
@media only screen and (max-width: 640px) {
  .search__title {
    font-size: 22px;
  }
  .search__category-item {
    width: calc(50% - 6px);
    min-width: 200px;
  }
  .search__product-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 80px 5fr 70px;
        grid-template: auto/80px 5fr 70px;
  }
  .search__product-item-details > h2 {
    font-size: 16px;
  }
  .search__product-item-details > h4 {
    font-size: 12px;
  }
  .search__product-item-details > picture {
    width: 60px;
  }
}
@media only screen and (max-width: 420px) {
  .search__input {
    top: 55px;
  }
}
.store-info {
  position: relative;
  border-right: solid rgba(192, 192, 192, 0.2) 1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.store-info__btn {
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: #7b7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.store-info__link {
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  color: rgb(123, 123, 123);
  text-align: center;
}

.store-info__content {
  position: absolute;
  top: 75px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 20px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  max-height: 67vh;
  overflow: auto;
}
.store-info__content > span {
  font-size: 18px;
  font-family: "Poppins-Regular", sans-serif;
  color: #666666;
  font-weight: 600;
  margin-bottom: 10px;
}
.store-info__content > ul > li {
  padding: 8px 0px 8px 0px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}
.store-info__content > ul > li > a {
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .store-info {
    display: none;
  }
}
.session {
  position: relative;
  border-right: solid rgba(192, 192, 192, 0.2) 1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.session__btn {
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: #7b7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.session__btn > i {
  font-size: 26px;
}
.session__btn > span {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.session__btn > span > a {
  color: #fff;
  border-bottom: solid rgba(255, 255, 255, 0) 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 11pt;
}
.session__btn > span > a:hover {
  border-bottom: solid white 1px;
}
.session__btn > span > button {
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  border-bottom: solid rgba(255, 255, 255, 0) 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 11pt;
}
.session__btn > span > button:hover {
  border-bottom: solid white 1px;
}
.session__btn > figure {
  width: 28px;
}

.session__content {
  position: absolute;
  top: 75px;
  background-color: #33322f;
  border: 1px solid #33322f;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-height: 67vh;
  max-width: 300px;
  overflow: auto;
}
.session__content > span {
  font-size: 22px;
  font-family: "Poppins-Regular", sans-serif;
  color: #fff;
  font-weight: 600;
}
.session__content > ul > li {
  padding: 8px 0px 8px 0px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}
.session__content > ul > li > a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.7em auto;
  grid-template-columns: 1.7em auto;
}
.session__content > ul > li > a > i {
  margin-right: 5px;
}
.session__content > ul > li:last-child {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.session__content > ul > li:last-child > button {
  margin: 20px 0px;
}

.session__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  gap: 10px;
}

.session__login {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.session__login > input {
  width: calc(100% - 37.5px);
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1.5px;
}
.session__login > a {
  font-size: 12px;
  width: 100%;
  text-align: left;
  margin: 2px 0px;
  color: #fff;
}
.session__login > button {
  width: 100%;
}

.session_error {
  width: 100%;
  background-color: #ccecea;
  border: solid 1px #b2e2d7;
  border-radius: 3px;
}
.session_error > p {
  margin: 10px;
  line-height: 18px;
  color: #1b988d;
}

@media only screen and (max-width: 1024px) {
  .session__content {
    top: 61px;
  }
}
@media only screen and (max-width: 660px) {
  .session__content {
    top: auto;
    bottom: 100%;
    right: auto;
    width: calc(100vw - 40px);
  }
  .session__btn > i {
    margin-top: 0px;
    font-size: 20px;
  }
  .session__btn-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cart {
  position: relative;
  border-right: solid rgba(192, 192, 192, 0.2) 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart__btn {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.cart__btn > i {
  font-size: 26px;
}
.cart__btn > span {
  margin-top: 5px;
  font-size: 10.5pt;
}
.cart__btn > figure {
  width: 28px;
}

.cart_total-products {
  color: white;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 17px;
  right: 15px;
  top: 23%;
  text-align: center;
  font-size: 12px;
  width: 17px;
  height: 18px;
  background: #C42D2E;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  padding-right: 1px;
}

.cart__content {
  position: absolute;
  top: 75px;
  right: 0px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 10px;
  width: 650px;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.cart__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  max-height: 78vh;
  overflow: auto;
}

.cart__product-warehouse {
  width: calc(100% - 20px);
  padding: 5px 10px;
  background: #ffffff;
  color: #666666;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  display: inline-block;
}

.cart__product {
  width: calc(100% - 20px);
  background: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 70px 6fr 50px 1.5fr 0.5fr;
      grid-template: auto/70px 6fr 50px 1.5fr 0.5fr;
}
.cart__product > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
}
.cart__product > figure > picture > img {
  width: 50px;
}
.cart__product > div {
  font-family: "Open Sans", sans-serif;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 2fr 0.5fr;
  -ms-grid-columns: 1fr;
      grid-template: 2fr 0.5fr/1fr;
  padding: 5px;
  color: #666666;
}
.cart__product > div > a {
  width: 100%;
  color: #666666;
}
.cart__product > div > i {
  cursor: pointer;
}
.cart__product > div > small {
  text-transform: uppercase;
}
.cart__product > span {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.cart__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  width: 95%;
  margin: 0 auto;
  border-top: solid rgba(128, 128, 128, 0.2) 1px;
}
.cart__block > strong {
  font-size: 22px;
}
.cart__block > strong > small {
  font-weight: lighter;
  font-size: 10px;
  width: 45px;
  display: inline-block;
  color: #666666;
  text-align: center;
}

.cart__block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  width: 95%;
  margin: 0 auto;
}

.card_vista_prev_cot {
  display: -ms-grid;
  display: grid;
  width: calc(100% - 1em);
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  padding: 1em 0.5em;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 113px;
  cursor: pointer;
}
.card_vista_prev_cot > .vista_prev_cot__referecias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #898080;
}
.card_vista_prev_cot > .vista_prev_cot__referecias > .info__Total {
  color: #FFA800;
}
.card_vista_prev_cot > .vista_prev_cot__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.card_vista_prev_cot > .vista_prev_cot__info > .info__nombreCli {
  font-weight: 400;
  font-size: 20px;
  color: #898080;
}
.card_vista_prev_cot > .vista_prev_cot__info > .info__correoCli {
  color: #DC541A;
}
.card_vista_prev_cot > .vista_prev_cot__info > .info__totalProd,
.card_vista_prev_cot > .vista_prev_cot__info .info__totalServ {
  color: #898080;
}

.cards_info_cotizacion {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}
.cards_info_cotizacion > .cards__titulos {
  background-color: #0d94d3;
  border-radius: 0px;
  color: white;
  padding: 0.5em;
  font-weight: 700;
  font-size: 1.5em;
}
.cards_info_cotizacion > .cards__info_prods {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em 1em 3fr 1em 5em 1em 2fr;
  grid-template-columns: 5em 3fr 5em 2fr;
  justify-items: center;
  padding: 0.5em;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards_info_cotizacion > .cards__info_prods > .nombreSKU {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards_info_cotizacion > .cards__info_prods > .nombreSKU .sku {
  color: #DC541A;
}
.cards_info_cotizacion > .cards__info_prods > .cantidadXprecio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cards_info_cotizacion > .cards__info_prods > .cantidadXprecio > section > .precio {
  color: #0d94d3;
}
.cards_info_cotizacion .cards__info_prods:last-child {
  border-radius: 0px 0px 10px 10px;
}

@media only screen and (max-width: 1024px) {
  .cart__content {
    top: 61px;
  }
}
@media only screen and (max-width: 660px) {
  #chat-application {
    bottom: 42px !important;
    z-index: 11 !important;
  }
  .cart__content {
    position: fixed;
    width: calc(100vw - 10px);
    padding: 5px;
    bottom: 41px !important;
    top: inherit !important;
  }
  .cart__product {
    width: calc(100% - 10px);
    margin-bottom: 5px;
    padding: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 50px 6fr 30px 3fr 0.1fr;
        grid-template: auto/50px 6fr 30px 3fr 0.1fr;
  }
  .cart__btn > i {
    font-size: 20px;
  }
  .cart_total-products {
    right: 19px;
    top: 29%;
  }
  .cards_info_cotizacion > .cards__info_prods {
    gap: 5px;
  }
  .cards_info_cotizacion > .cards__info_prods > .nombreSKU {
    font-size: 13px;
  }
  .cards_info_cotizacion > .cards__info_prods > .cantidadXprecio {
    font-size: 13px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cards_info_cotizacion .cards__info_prods:last-child {
    border-radius: 0px 0px 10px 10px;
  }
}
@media only screen and (max-width: 558px) {
  .cards_info_cotizacion > .cards__info_prods {
    -ms-grid-columns: 4em 1fr;
    grid-template-columns: 4em 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .cards_info_cotizacion > .cards__info_prods > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cards_info_cotizacion > .cards__info_prods > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cards_info_cotizacion > .cards__info_prods > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cards_info_cotizacion > .cards__info_prods > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cards_info_cotizacion > .cards__info_prods > figure > picture > img {
    height: 3em;
  }
}
.nav {
  width: 75%;
  height: auto;
  margin-top: -80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.nav > div {
  width: 100%;
  height: 100%;
}
.nav > div > .nav__header {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 4px #393837;
}
.nav > div > .nav__header > div {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.nav > div > .nav__header > div > h2 {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  font-size: 14.5pt;
}
.nav > div > .nav__header > div:nth-child(2n) {
  background-color: transparent;
  height: 0px;
  border-left: 30px solid transparent;
  border-bottom: 76px solid #393837;
  width: 35%;
  margin-left: -26px;
}
.nav > div > .nav__header > div:nth-child(2n) > h2 {
  top: 29px;
}
.nav > div > .nav__header > div:last-child {
  background-color: #393837;
}
.nav > div > .nav__header > div:last-child > h2 {
  top: 29px;
}
.nav > div > .nav__header > .active {
  background-color: #00AFF2 !important;
  height: 90%;
  margin-top: auto;
}
.nav > div > .nav__body {
  background-color: #C1C2C4;
  height: auto;
  margin-top: 2px;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.nav > div > .nav__body > div {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 15 px;
}
.nav > div > .nav__body > div[data-tab="1"] {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 0.5fr;
  grid-template: 1fr/1fr 1fr 1fr 1fr 0.5fr;
  grid-column-gap: 10px;
}
.nav > div > .nav__body > div[data-tab="1"] > div {
  background-color: yellow !important;
}
.nav > div > .nav__body > div[data-tab="1"] > div > button {
  width: 100%;
  height: 100%;
}
.nav > div > .nav__body > div[data-tab="1"] > .navTop__close {
  display: none;
}

.navTop {
  width: 100%;
  height: auto;
  background-color: #393837;
  position: sticky;
  top: 75px;
  left: 0px;
  z-index: 5;
}
.navTop > div {
  width: 100%;
  height: 100%;
}
.navTop > div > .nav__header {
  display: none;
}
.navTop > div > .nav__body {
  width: 95%;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.navTop > div > .nav__body > div {
  width: calc(100% - 50px);
  height: calc(100% - 20px);
  padding: 10px 25px;
}
.navTop > div > .nav__body > div[data-tab="1"] {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 0.5fr 15px 50px;
  grid-template: 1fr/1fr 1fr 1fr 1fr 0.5fr 50px;
  grid-column-gap: 15px;
}
.navTop > div > .nav__body > div[data-tab="1"] > div > button {
  width: 100%;
  height: 100%;
}
.navTop > div > .nav__body > div[data-tab="1"] > div > .dropdown__selected-item {
  width: calc(100% - 32px);
  height: calc(100% - 16px);
  font-size: 14px;
  padding: 8px 16px;
}
.navTop > div > .nav__body > div[data-tab="1"] > div > .dropdown__content {
  top: 130%;
}
.navTop > div > .nav__body > div[data-tab="1"] > .navTop__close {
  background-color: transparent;
  color: rgba(196, 45, 46, 0.6);
  font-size: 48px;
  width: 50px;
  font-weight: lighter;
  cursor: pointer;
  line-height: 10px;
  margin-top: -6px;
}

.navBottom {
  width: 100%;
  height: 40px;
  background-color: #242321;
  position: sticky;
  bottom: 0px;
  z-index: 20;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display: none;
}

.navBottom__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.navBottom__home > a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 20px;
}

.nav__btn-responsive {
  display: none;
}

.nav__modal,
.nav__modal--active {
  width: 100vw;
  height: auto;
  display: none;
  margin-bottom: 10px;
}
.nav__modal > div,
.nav__modal--active > div {
  width: 95%;
  max-height: 90vh;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #C1C2C4;
}
.nav__modal > div > .nav__header,
.nav__modal--active > div > .nav__header {
  position: sticky;
  top: 0px;
  width: 100%;
  overflow: hidden;
  height: 50px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #428bca;
  border-bottom: solid 4px #393837;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scrollbar-color: rgba(64, 76, 90, 0.5) rgba(255, 255, 255, 0.5);
  scrollbar-width: none;
}
.nav__modal > div > .nav__header::-webkit-scrollbar,
.nav__modal--active > div > .nav__header::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}
.nav__modal > div > .nav__header > div,
.nav__modal--active > div > .nav__header > div {
  width: 33.33%;
  min-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.nav__modal > div > .nav__header > div > h2,
.nav__modal--active > div > .nav__header > div > h2 {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  font-size: 10.5pt;
  text-align: center;
}
.nav__modal > div > .nav__header > div:not(.active),
.nav__modal--active > div > .nav__header > div:not(.active) {
  background-color: #393837;
}
.nav__modal > div > .nav__header > div:first-child.active::before,
.nav__modal--active > div > .nav__header > div:first-child.active::before {
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background-color: #428bca;
  width: 20px;
  height: 50px;
  position: absolute;
  right: -9px;
  z-index: 1;
  content: "";
}
.nav__modal > div > .nav__header > div:last-child.active::before,
.nav__modal--active > div > .nav__header > div:last-child.active::before {
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background-color: #428bca;
  width: 20px;
  height: 50px;
  position: absolute;
  left: -9px;
  z-index: 1;
  content: "";
}
.nav__modal > div > .nav__header > div:nth-child(2n).active::before, .nav__modal > div > .nav__header > div:nth-child(2n).active::after,
.nav__modal--active > div > .nav__header > div:nth-child(2n).active::before,
.nav__modal--active > div > .nav__header > div:nth-child(2n).active::after {
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background-color: #428bca;
  width: 20px;
  height: 50px;
  position: absolute;
  z-index: 1;
  content: "";
}
.nav__modal > div > .nav__header > div:nth-child(2n).active::before,
.nav__modal--active > div > .nav__header > div:nth-child(2n).active::before {
  left: -8px;
}
.nav__modal > div > .nav__header > div:nth-child(2n).active::after,
.nav__modal--active > div > .nav__header > div:nth-child(2n).active::after {
  right: -9px;
}
.nav__modal > div > .nav__header > .active,
.nav__modal--active > div > .nav__header > .active {
  height: 100%;
  background: #428bca;
}
.nav__modal > div > .nav__body,
.nav__modal--active > div > .nav__body {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.nav__modal > div > .nav__body > div[data-tab="1"],
.nav__modal--active > div > .nav__body > div[data-tab="1"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
  margin: 0 auto;
}
.nav__modal > div > .nav__body > div[data-tab="1"] > div,
.nav__modal--active > div > .nav__body > div[data-tab="1"] > div {
  margin: 8px 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.nav__modal > div > .nav__body > div[data-tab="1"] > div > button,
.nav__modal--active > div > .nav__body > div[data-tab="1"] > div > button {
  width: 100%;
  height: 100%;
}
.nav__modal > div > .nav__body > div[data-tab="1"] .dropdown > .dropdown__content,
.nav__modal--active > div > .nav__body > div[data-tab="1"] .dropdown > .dropdown__content {
  width: 94%;
  left: 0px;
}
.nav__modal > div > .nav__body > div[data-tab="1"] .dropdown > .dropdown__selected-item,
.nav__modal--active > div > .nav__body > div[data-tab="1"] .dropdown > .dropdown__selected-item {
  padding: 12px;
  font-size: 14px;
}
.nav__modal > div > .nav__body > div[data-tab="1"] .dropdown > .dropdown__content > .dropdown__items,
.nav__modal--active > div > .nav__body > div[data-tab="1"] .dropdown > .dropdown__content > .dropdown__items {
  max-height: 150px;
}
.nav__modal > div > .nav__body > div[data-tab="1"] > .navTop__close,
.nav__modal--active > div > .nav__body > div[data-tab="1"] > .navTop__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #C42D2E;
  padding: 1px 6px;
  color: #ffffff;
  font-size: 22px;
  z-index: 10;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.nav__frase {
  color: white;
  font-size: 20pt;
  position: absolute;
  bottom: -55px;
}

.nav__modal {
  background-color: rgba(0, 0, 0, 0);
  -webkit-animation-name: nav__bg-animation__close;
  animation-name: nav__bg-animation__close;
  -webkit-animation-duration: 0.12s;
  animation-duration: 0.12s;
}
.nav__modal > div {
  margin-bottom: -1000%;
  -webkit-animation-name: nav__p-bottom__close;
  animation-name: nav__p-bottom__close;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.nav__modal > div .navTop__close {
  display: none;
}

.nav__modal--active > div {
  margin-bottom: 0px;
}

@-webkit-keyframes nav__bg-animation {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@keyframes nav__bg-animation {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@-webkit-keyframes nav__bg-animation__close {
  from {
    background-color: rgba(0, 0, 0, 0.6);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes nav__bg-animation__close {
  from {
    background-color: rgba(0, 0, 0, 0.6);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes nav__p-bottom {
  from {
    margin-bottom: -1000%;
  }
  to {
    margin-bottom: 0px;
  }
}
@keyframes nav__p-bottom {
  from {
    margin-bottom: -1000%;
  }
  to {
    margin-bottom: 0px;
  }
}
@-webkit-keyframes nav__p-bottom__close {
  from {
    margin-bottom: 0px;
  }
  to {
    margin-bottom: -1000%;
  }
}
@keyframes nav__p-bottom__close {
  from {
    margin-bottom: 0px;
  }
  to {
    margin-bottom: -1000%;
  }
}
@media only screen and (max-width: 1200px) {
  .nav {
    width: 85%;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav {
    width: 95%;
  }
}
@media only screen and (max-width: 980px) {
  .nav .dropdown__selected-item {
    font-size: 14px;
  }
  .nav > div > .nav__header > div > h2 {
    font-size: 16px;
  }
  .nav > div > .nav__header > div:nth-child(2n) > h2, .nav > div > .nav__header > div:last-child > h2 {
    top: 32px;
  }
  .nav > div > .nav__body {
    padding: 8px 0px;
  }
}
@media only screen and (max-width: 860px) {
  .nav {
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .nav__modal,
  .nav__modal--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav {
    margin-top: -80px;
  }
  .nav > div > .nav__header {
    height: 60px;
  }
  .nav > div > .nav__header > div > h2 {
    font-size: 14px;
  }
  .nav > div > .nav__header > div:nth-child(2n) {
    border-bottom: 60px solid #393837;
  }
  .nav > div > .nav__header > div:nth-child(2n) > h2, .nav > div > .nav__header > div:last-child > h2 {
    top: 26px;
  }
  .nav > div > .nav__header > div:nth-child(2n)::before {
    top: 16px;
  }
  .nav__frase {
    font-size: 18pt;
    bottom: -48px;
  }
}
@media only screen and (max-width: 660px) {
  .navBottom {
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template: auto/repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .nav {
    display: none;
  }
  .nav__btn-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: btn_search;
    margin-right: 15px;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav__btn-responsive > button {
    height: 45px;
    width: 42px;
    background-color: transparent;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 480px) {
  .nav__btn-responsive {
    margin-right: 10px;
  }
}
.banner-brand, .banner-ppal {
  width: 100%;
  position: relative;
}

.banner-ppal {
  height: auto;
  border-top: -5px;
}

.banner-ppal__container {
  width: 100%;
}

.banner-brand__container {
  width: 100%;
  height: 100%;
  margin: 55px 0px 15px 0px;
}

.banner-brand__slide {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.banner-brand__slide > figure {
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.banner-brand__slide > figure > picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.banner-brand__slide > figure > picture > img {
  width: 75%;
}
.banner-brand__slide > figure:hover {
  width: 90%;
  height: 90%;
}

.banner-brand__slide-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.banner__skeleton-loading {
  width: 100%;
  height: 420px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}
.banner__skeleton-loading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: "";
}
.banner__skeleton-loading > img {
  width: 150px;
}
@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.banner-simple {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-simple > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1124px) {
  .banner-brand__slide {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .banner__skeleton-loading {
    height: 320px;
  }
}
@media only screen and (max-width: 620px) {
  .banner-brand__slide {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 500px) {
  .banner-ppal {
    min-height: 300px;
  }
}
@media only screen and (max-width: 420px) {
  .banner-brand__slide {
    width: 115px;
    height: 115px;
  }
}
@media only screen and (max-width: 360px) {
  .banner-brand__slide {
    width: 100px;
    height: 100px;
  }
}
.use-areas {
  width: auto;
  height: auto;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding: 25px 0px 10px 0px;
}

.use-areas__area {
  position: relative;
  margin-bottom: -5px;
  max-width: 220px;
}
.use-areas__area > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
  display: none;
}
.use-areas__area > div > span {
  margin-bottom: 25px;
  color: #ffffff;
  border: solid 1px #fff;
  border-radius: 20px;
  padding: 12px 18px;
}
.use-areas__area > div > span:hover {
  background-color: #fff;
  color: #000;
}
.use-areas__area:hover > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.use-areas__area-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 30px;
  padding: 10px;
  max-width: 150px;
  min-height: 150px;
  cursor: pointer;
  color: #333333;
}
.use-areas__area-icon > i {
  font-size: 62px;
  color: #0699da;
  margin-bottom: 15px;
}
.use-areas__area-icon > span {
  font-size: 24px;
  text-align: center;
}
.use-areas__area-icon > small {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .use-areas {
    padding: 25px 0px 25px 0px;
  }
  .use-areas__area-icon {
    min-height: auto;
  }
  .use-areas__area-icon > i {
    font-size: 52px;
    margin-bottom: 8px;
  }
  .use-areas__area-icon > span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 760px) {
  .use-areas {
    margin: -5px auto 10px auto;
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[4];
        grid-template: auto/repeat(4, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .use-areas {
    margin: -5px auto 10px auto;
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
        grid-template: auto/repeat(3, 1fr);
  }
  .use-areas__area {
    max-width: none;
  }
  .use-areas__area-icon {
    margin: 10px;
  }
}
@media only screen and (max-width: 384px) {
  .use-areas {
    margin: -5px auto 10px auto;
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
  }
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5em;
  border: solid #eeeeee 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 360px;
}
.product:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 2px 120px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 120px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.product:hover > .product__actions > button:first-child {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product:hover > .product__actions > button:last-child {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product:hover > .product__add-cart {
  right: 20px;
}
.product button {
  border-radius: 100%;
}

.product__brand {
  width: 100%;
  height: 20px;
  margin: -16px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product__brand > picture > img {
  width: auto;
  height: 40px;
  margin-right: 10px;
  margin-top: -16px;
}

.product__img {
  width: 100%;
  margin-top: 30px;
}
.product__img > figure {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
}

.product__description {
  width: calc(100% - 20px);
  padding: 5px 10px;
  text-align: center;
  font-family: "Poppins-Regular", sans-serif;
  color: #3a3d45;
  height: auto;
  max-height: 52px;
  min-height: 34px;
}

.product__price {
  width: calc(100% - 10px);
  padding: 5px;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  color: #009ee3;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__price > small {
  font-size: 12px;
  width: 100%;
}
.product__price > small > b {
  color: #3a3d45;
}

.product__actions {
  position: absolute;
  top: 35px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__actions > button {
  width: 30px;
  height: 30px;
  margin: 5px;
  background-color: dimgray;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  cursor: pointer;
}

.product__labels {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 11px;
  z-index: 10;
}
.product__labels > div {
  padding: 5px;
  width: auto;
  margin: 2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  text-align: center;
  max-width: 95px;
  border-radius: 2px;
  font-weight: bold;
}
.product__labels > div > i {
  margin: 2px;
}

.product__add-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.product__add-cart > button {
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 3.5em;
  border-radius: 0px;
  font-size: 11pt;
}
.product__add-cart > button:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.product__add-cart > button:first-child {
  background-color: #0D94D3;
}
.product__add-cart .btn-comprar-px {
  background-color: #09C350;
}
.product__add-cart > button:last-child {
  background-color: #09C350;
}

.btn-comprar-px {
  background-color: #09C350;
  grid-area: comprar;
}

.btn-agregar-px {
  grid-area: agregar;
}

.product__free-shipping {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  background-color: #02AFE8;
  color: #fff;
  padding: 5px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  grid-area: envio;
  position: absolute;
  text-align: center;
  top: -0.5%;
}

.product__free-shipping_product {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  background-color: #02AFE8;
  color: #fff;
  padding: 5px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  grid-area: envio;
  text-align: center;
}

@media only screen and (max-width: 760px){
  .product__free-shipping {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .product__free-shipping_product {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.product__24hours {
  width: calc(100% - 20px);
  padding: 5px;
  background-color: #FF1515;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 60px 1fr;
      grid-template: auto/60px 1fr;
  position: absolute;
  top: 5px;
  left: 5px;
}

.product__24hours-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px 0px;
}
.product__24hours-info > span {
  text-align: right;
  font-size: 16px;
  color: #fff;
}
.product__24hours-info > span:nth-child(2), .product__24hours-info > span:nth-child(1) {
  font-size: 12px;
}
.product__24hours-info > span:nth-child(2) {
  margin-bottom: 5px;
}

.cont-slide__productDetails {
  overflow: hidden;
  width: 100%;
}

.product__modal,
.product__modalOrderProduct {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  z-index: 25;
}
.product__modal > div,
.product__modalOrderProduct > div {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 95vh;
  max-width: 1050px;
  overflow: auto;
  width: auto;
  -webkit-box-shadow: 0 0 20px #000;
          box-shadow: 0 0 20px #000;
}

.product__modalOrderProduct > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto/1fr 1fr;
}
.product__modalOrderProduct > div > span {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 16px 10px 2px 16px;
  margin-bottom: -5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.product__modalOrderProduct > div > h2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 10px 10px 10px 16px;
  background-color: #f4f4f4;
}
.product__modalOrderProduct > div > .span2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.product__modal-title {
  width: calc(100% - 30px);
  padding: 15px;
  background-color: #e0e0e0;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 26px;
  position: relative;
}
.product__modal-title > small {
  font-size: 70%;
  margin-top: 0px;
  font-weight: lighter;
  color: #000000;
}
.product__modal-title > button {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(58, 61, 69, 0.7);
}
.product__modal-title > button:hover {
  color: red;
}

.product__modal-body {
  width: calc(100% - 30px);
  padding: 15px;
  display: -ms-grid;
  display: grid;
  overflow-x: hidden;
  -ms-grid-rows: auto;
  -ms-grid-columns: 550px 10px 450px;
  grid-template: auto/550px 450px;
  grid-gap: 10px;
}
.product__modal-body > section:first-child {
  position: relative;
}
.product__modal-body > section:first-child img {
  max-height: 450px;
  width: auto;
  margin: 0 auto;
}
.product__modal-body > section:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__staticPage {
  min-width: 500px;
  padding: 15px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 80vh;
  max-width: 80vw;
  overflow: auto;
  width: auto;
  -webkit-box-shadow: 0 0 20px #000;
          box-shadow: 0 0 20px #000;
  position: relative;
}

.vista_producto {
  width: 80%;
  padding: 15px 10%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
      grid-template-areas: "img inf_prod info_comp";
}
.vista_producto__galeria_img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  min-height: 200px;
  grid-area: img;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  padding: 0.5em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: calc(100% - 1em);
}
.vista_producto__galeria_img--texto {
  color: #6B6B6B;
}
.vista_producto_info_compra {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f3f3f3;
  padding: 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  grid-area: info_comp;
}
.vista_producto_info_producto {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  grid-area: inf_prod;
}
.vista_producto__cantidad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  text-align: start;
  font-weight: 700;
}
.vista_producto__cantidad__input {
  -ms-grid-columns: (2.5em)[3];
  grid-template-columns: repeat(3, 2.5em);
  -ms-grid-rows: 2em;
  grid-template-rows: 2em;
  display: -ms-grid;
  display: grid;
  padding: 0.5em;
  background-color: white;
  border-radius: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vista_producto__cantidad__input > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.vista_producto__cantidad__input > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.vista_producto__cantidad__input > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.vista_producto__cantidad__input input[type=number] {
  background-color: transparent;
  -moz-appearance: textfield;
  border: 0;
  text-align: center;
  font-size: 16px;
}
.vista_producto__cantidad__input > button {
  cursor: pointer;
  background-color: white;
  font-size: 1em;
  font-weight: 700;
  color: silver;
}
.vista_producto__cantidad__input > button:hover {
  color: black;
}
.vista_producto__precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vista_producto__precio .actual {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  font-size: 0.8em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vista_producto__precio .actual > p {
  font-size: small;
  color: #444;
}
.vista_producto__precio > .texto_resaltado {
  font-size: 14px;
  font-weight: 500;
}
.vista_producto__precio > .contenedor_vp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
.vista_producto__precio .old {
  font-size: 0.6em;
  text-decoration: line-through;
}
.vista_producto_sepacion {
  width: 100%;
  margin: 0.5em 0;
}
.vista_producto__favoritos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.vista_producto__favoritos > button {
  font-size: 1.1em;
  cursor: pointer;
}
.vista_producto__favoritos > button > i {
  font-size: 1.3em;
}
.vista_producto__compartir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.vista_producto__compartir__link {
  font-size: 1.5em;
  color: #444;
}
.vista_producto__formas_pago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vista_producto__titulo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 32px;
}
.vista_producto__titulo__sku {
  font-size: 24px;
}
.vista_producto__titulo__sku--titulosku {
  font-weight: 600;
}
.vista_producto__fecha_entrega {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}
.vista_producto__fecha_entrega__fecha {
  color: #444;
}
.vista_producto__presentaciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.vista_producto__presentaciones > h2 {
  font-size: 20px;
}
.vista_producto__presentaciones_contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.vista_producto__presentaciones__item {
  padding: 0.5em 1em;
  cursor: pointer;
}
.vista_producto__presentaciones #actual {
  color: black;
}
.vista_producto_modal_info {
  color: #444;
  cursor: pointer;
}
.vista_producto_descripcion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2em;
  color: #666;
  font-weight: 100;
}
.vista_producto #c_pres {
  padding-bottom: 1em;
}

.input_add_remove_product {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em !important;
  text-align: center;
  width: 50px !important;
  height: auto !important;
}
.input_add_remove_product button {
  padding: 0.5em;
  position: absolute;
  cursor: pointer;
}
.input_add_remove_product span,
.input_add_remove_product input {
  width: 1em;
  text-align: center;
  position: absolute;
  background-color: transparent;
  border: 0;
}

@media only screen and (max-width: 1124px) {
  .product__modal > div {
    max-width: 935px;
  }
  .product__modal-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 500px 400px;
    grid-template: auto/500px 400px;
  }
}
@media only screen and (max-width: 980px) {
  .product__modal-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 380px 350px;
    grid-template: auto/380px 350px;
  }
  .product__modal-body > section:first-child img {
    max-height: 300px;
  }
  .product__modal-body > section:last-child > .cont-product__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__modal-body > section:last-child > .cont-product__button > button {
    margin: 5px;
  }
  .product__modal > div {
    max-width: 760px;
  }
  .product__modal-title {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 780px) {
  .product__modal-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 350px 300px;
    grid-template: auto/350px 300px;
  }
  .product__modal > div {
    max-width: 687px;
  }
}
@media only screen and (max-width: 700px) {
  .product__modal-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 600px;
    grid-template: auto/600px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__modal > div {
    max-width: 95%;
  }
  .product__modal-body > section:last-child > .cont-product__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 660px) {
  .product__modal-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 450px;
    grid-template: auto/450px;
  }
  .modal__staticPage {
    min-width: 85%;
    max-width: 85vw;
  }
}
@media only screen and (max-width: 530px) {
  .product__modal-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 350px;
    grid-template: auto/350px;
  }
}
@media only screen and (max-width: 460px) {
  .product__brand {
    height: 28px;
  }
  .product__description {
    height: 55px;
    font-size: 13px;
    padding: 0px 10px 10px 10px;
  }
  .product__24hours {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 40px 1fr;
        grid-template: auto/40px 1fr;
  }
  .product__24hours > figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;
  }
  .product__24hours-info > span {
    font-size: 12px;
  }
  .product__24hours-info > span:first-child,
  .product__24hours-info > span:nth-child(2) {
    font-size: 10px;
  }
  .product__add-cart {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template: auto/1fr 1fr;
    grid-row-gap: 5px;
        grid-template-areas: "agregar comprar" "envio envio";
  }
  .product__add-cart > .cont_hacer_cotizacion__info_envio {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .btn-comprar-px {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .btn-agregar-px {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .product__add-cart > .product__free-shipping {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .product__add-cart > .product__free-shipping_product {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media only screen and (max-width: 410px) {
  .product__modal-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 280px;
    grid-template: auto/280px;
  }
  .product__modal-title {
    font-size: 18px;
    line-height: 18px;
  }
}
.breadcrumb {
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 5px 15px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.breadcrumb__title {
  color: #3a3d45;
  font-size: 26px;
  width: calc(100% - 30px);
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: inherit;
}

.breadcrumb__links {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb__links > li {
  padding: 5px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__links > li > a {
  color: #666666;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__links > li > a > i {
  margin-top: 2px;
}
.breadcrumb__links > li > span {
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 980px) {
  .breadcrumb__links {
    height: auto;
  }
}
.card-simple, .card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-simple:hover, .card:hover {
  -webkit-box-shadow: 0 2px 120px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 120px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  z-index: 2;
}

.card {
  border: 1px solid #eeeeee;
  background-color: white;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__img {
  width: 90%;
  margin: 0 auto;
}

.card__title {
  width: calc(100% - 16px);
  margin: 0 auto;
  color: #FFF;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  margin: 0 auto -5px -5px;
  padding: 10px 10px 10px 16px;
  font-weight: inherit;
}

.gap-25 .card__title {
  background-color: #c42d2e;
}

.card__description {
  width: 90%;
  height: auto;
  max-height: 80px;
  margin: 0 auto;
  padding-top: 5px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  overflow: hidden;
  display: none;
  position: relative;
}
.card__description::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  display: block;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.card-simple {
  margin-bottom: -3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.card-simple > i {
  font-size: 62px;
  color: #0699da;
  margin: 30px 20px 20px 20px;
}
.card-simple > h2 {
  text-align: center;
  color: #666666;
  padding: 10px;
  border-radius: 5px;
  max-width: 80%;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.card-simple > picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-simple > picture > img {
  width: 150px;
}

.gap-25 {
  grid-gap: 25px;
}

@media only screen and (max-width: 768px) {
  .card-simple > h2 {
    font-size: 18px;
  }
  .card-simple > picture > img {
    width: 120px;
  }
  .card__title {
    font-size: 18px;
  }
  .gap-25 {
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 468px) {
  .gap-25 {
    grid-gap: 5px;
  }
}
.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filters__item-title {
  width: calc(100% - 30px);
  padding: 15px;
  background-color: #eeeeee;
  color: #666666;
  position: relative;
  cursor: pointer;
}
.filters__item-title > i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  display: inline-block;
  width: 42px;
  right: 0px;
  top: 15px;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 18px;
}

.filters__item {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filters__btn-close {
  width: 100%;
  padding: 15px;
  color: white;
  background-color: #FFA500;
  cursor: pointer;
  position: sticky;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 980px) {
  .filters {
    position: fixed;
    top: 60px;
    right: 0;
    height: calc(100vh - 60px);
    overflow: auto;
    width: 300px;
    z-index: 10;
    display: none;
  }
}
.pagination {
  width: calc(100% - 40px);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.pagination span {
  font-size: 16px;
  color: rgb(70, 70, 70);
  font-family: "Open Sans", sans-serif;
}
.pagination > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px;
}
.pagination a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  border: 1px solid rgb(140, 140, 140);
  font-size: 11pt;
  line-height: 28px;
}
.pagination a:hover {
  background: rgb(0, 158, 227);
  color: #FFF;
  cursor: pointer;
  border: 1px solid rgb(240, 240, 240);
}
.pagination .active {
  background: rgb(0, 158, 227);
  color: #FFF;
  cursor: pointer;
  border: 1px solid rgb(240, 240, 240);
}

.contenedor_principal_resultados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 5px 15px 5px 15px;
}

.card-sucursal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c4c4c4;
  padding: 1em;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-sucursal_mapa {
  max-width: 300px;
}
.card-sucursal_imagen {
  max-width: 200px;
}
.card-sucursal .titulo-sucursal {
  height: 1px;
  width: 85%;
  border-right: 55px solid transparent;
  border-bottom: 39px solid #e00000;
  text-align: left;
}
.card-sucursal .titulo-sucursal .titulo-card {
  color: white;
}
.card-sucursal .titulo-sucursal h3 {
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 0.3em;
  color: white;
}
.card-sucursal .contenido-texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #272626;
  font-size: 16px;
  width: 400px;
}
.card-sucursal .texto_card_sucursales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 400px) {
  .card-sucursal .contenido-texto {
    width: auto;
  }
}
.payment__body {
  width: 84%;
  margin: 0 auto;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 4fr 20px 2fr;
      grid-template: auto/4fr 2fr;
  grid-gap: 20px;
  min-height: 60vh;
}
.payment__body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment__produts,
.payment__metodo-pago,
.payment__tipo-envio,
.payment__entrega {
  width: 100%;
  height: auto;
  border: 1px solid rgb(240, 240, 240);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.payment__produts-header,
.payment__metodo-pago-header {
  width: calc(100% - 25px);
  padding: 5px;
  padding-left: 20px;
  color: white;
  background-color: #0D94D3;
  margin: 0;
  font-size: 18px;
  border-radius: 3px 3px 0 0;
  position: relative;
}
.payment__produts-header--subtitulo,
.payment__metodo-pago-header--subtitulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 0 15px;
  color: #0d94d3;
}

.colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment__metodo-pago-body {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment__produts-footer {
  background-color: rgb(240, 240, 240);
  text-align: right;
  margin-top: 0;
  padding: 8px 5px;
  font-weight: bold;
  font-size: 18px;
  color: rgb(90, 90, 90);
}
.payment__produts-footer > strong {
  font-weight: bold;
  font-size: 18px;
}
.payment__produts-footer > small {
  min-width: 60px;
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}

.payment__produts-footer-block {
  background-color: transparent;
  font-weight: lighter;
  font-size: 14px;
  padding: 2px 5px;
  text-align: right;
  color: rgb(90, 90, 90);
}
.payment__produts-footer-block > strong {
  font-weight: bold;
  margin-right: 10px;
}
.payment__produts-footer-block > small {
  min-width: 50px;
  display: inline-block;
}

.payment__produts-item {
  width: 100%;
  border-bottom: 1px solid rgb(240, 240, 240);
  padding-top: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 5px 6fr 5px 1fr 5px 2fr;
      grid-template: auto/1fr 6fr 1fr 2fr;
  grid-gap: 5px;
}
.payment__produts-item > h4 {
  font-size: 15px;
  color: rgb(90, 90, 90);
  font-weight: lighter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.payment__produts-item > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.payment__produts-item > figure > img {
  width: 85%;
  margin: 0 auto;
}
.payment__produts-item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  text-align: right;
  font-size: 16px;
  color: rgb(0, 158, 227);
  font-weight: bolder;
}
.payment__produts-item > span > strong {
  color: rgb(81, 81, 81);
  padding-right: 10px;
}

.resaltar {
  cursor: pointer;
  font-weight: 700;
  color: #0d94d3;
}
.resaltar:hover {
  color: #8788a0;
}

.payment__metodo-pago-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgb(240, 240, 240);
}
.payment__metodo-pago-item > h4 {
  margin: 0;
  padding: 15px;
  font-size: 18px;
  font-weight: normal;
  color: rgb(90, 90, 90);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.payment__metodo-pago-item > h4 > i {
  width: 36px;
  height: 36px;
  border: 1px solid gray;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  color: rgb(0, 158, 227);
  font-size: 20px !important;
  line-height: 35px;
}
.payment__metodo-pago-item > h4:hover {
  background-color: rgb(240, 240, 240);
  cursor: pointer;
}
.payment__metodo-pago-item > div {
  width: 100%;
  border-top: 1px solid rgb(240, 240, 240);
  background-color: rgb(250, 250, 250);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.payment__metodo-pago-item > div > main {
  width: 100%;
}

.payment__metodo-pago-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 2fr 1fr;
      grid-template: auto/2fr 1fr;
  display: none;
}
.payment__metodo-pago-card .select {
  width: calc(100% - 30px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.payment__metodo-pago-card .select > label {
  width: 100%;
}
.payment__metodo-pago-card .select select {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.payment__metodo-pago-card > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.payment__metodo-pago-card > figure > img {
  width: 80%;
  margin: 20px auto;
}

.payment__metodo-pago-button {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  border-top: 1px solid rgb(220, 220, 220);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.payment__metodo-pago-button > button {
  padding: 10px;
  font-size: 18px;
  width: 300px;
  margin-left: 15%;
  margin-top: 15px;
  background-color: rgb(0, 158, 227);
  color: white;
  border: none;
  cursor: pointer;
}

.payment__tipo-envio {
  padding-bottom: 10px;
}
.payment__tipo-envio > a {
  text-align: center;
  font-size: 10px;
  color: darkgrey;
  margin: 5px;
}
.payment__tipo-envio > a:hover {
  color: #000;
}

.payment__entrega {
  background-color: rgb(240, 240, 240);
}
.payment__entrega > ul {
  border-top: 1px solid rgb(190, 190, 190);
  padding: 15px;
}
.payment__entrega > ul > li {
  margin: 5px 0px;
  color: #333333;
}

.payment__footer {
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
  margin-top: 5%;
  color: #333333;
  border-top: 1px solid rgb(191, 191, 191);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto/1fr 1fr;
}
.payment__footer img {
  width: auto;
  height: 24px;
  margin: 5px;
}

.payment__footer-metodo-pago {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.payment__footer-derechos {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #333333;
}

.payment__footer-button {
  padding: 10px;
  font-size: 18px;
  width: 300px;
  background-color: rgb(0, 158, 227);
  color: white;
  border: none;
  cursor: pointer;
  text-align: center;
  margin: 15px 0px;
}

.payment__modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 5%;
  left: 0;
}
.payment__modal > div {
  border-radius: 3px;
  position: relative;
  width: 80%;
  height: auto;
  max-height: 85%;
  background-color: #f0f0f0;
  margin: 50px auto 0px auto;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.payment__modal > div > .form {
  width: 100%;
  padding: 20px 0px;
}
.payment__modal > div > .form > h2 {
  padding-left: 16px;
  padding-top: 10px;
}
.payment__modal > div > .form > h2, .payment__modal > div > .form > .cont-h-3 {
  margin: 0px;
  border-left: 1px solid rgb(240, 240, 240);
  border-right: 1px solid rgb(240, 240, 240);
}
.payment__modal > div > .form > .cont-h-3 {
  width: calc(100% - 2px);
}
.payment__modal > div > .form > .order__options {
  border-top: 1px solid rgb(240, 240, 240);
}
.payment__modal > div > .payment__produts-header {
  position: sticky;
  top: 0;
  z-index: 2;
}

.payment__modal-close {
  position: absolute;
  font-size: 26px;
  right: 10px;
  height: 100%;
  top: 0;
  cursor: pointer;
}

.payment__form {
  background-color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#paymentForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-group,
.input-group {
  width: 100%;
  margin: 5px 0px 15px 0px;
}
.form-group > label,
.input-group > label {
  color: #666666;
  margin-bottom: 0px !important;
  font-size: 12px !important;
  padding: 5px;
}
.form-group > input,
.input-group > input {
  height: 26px;
  padding: 5px 8px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  max-width: 100%;
}
.form-group > select,
.input-group > select {
  height: 38px;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.payment__title {
  width: 100%;
  padding: 5px 0px;
}

.expiration-date {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.expiration-date > input {
  width: calc(48% - 11px);
}

.payment-details img {
  max-width: 235px;
  margin: 5px;
}

.payment-page__spei {
  width: calc(100% - 80px);
  height: auto;
  padding: 40px;
}
.payment-page__spei__button {
  margin-top: 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: auto;
  background: #C42D2E;
  color: #ffffff;
}
.payment-page__spei > div {
  width: calc(70% - 80px);
  height: 100%;
  padding: 40px;
  border-radius: 5px;
  border: solid #00aff2 1px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-page__spei > div > h1, .payment-page__spei > div > h2, .payment-page__spei > div > p {
  width: 100%;
  text-align: center;
  margin: 10px;
  font-weight: lighter;
}
.payment-page__spei > div > h1 > b, .payment-page__spei > div > h2 > b, .payment-page__spei > div > p > b {
  color: #00aff2;
}
.payment-page__spei > div > h1, .payment-page__spei > div > h2 {
  font-size: 22px;
}
.payment-page__spei > div > p {
  color: #8C8C8C;
}
.payment-page__spei > div > section {
  width: 80%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 30px 1fr;
      grid-template: auto/1fr 1fr;
  grid-gap: 30px;
  margin: 20px auto;
}
.payment-page__spei > div > section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 10px 20px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: #00aff2 solid 2px;
}
.payment-page__spei > div > section > div > figure {
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.payment-page__spei > div > section > div > h3 {
  width: 100%;
  font-weight: lighter;
  text-align: center;
  color: #8C8C8C;
}
.payment-page__spei > div > section > div > h3 > small {
  color: #000;
}
.payment-page__spei > div > section img {
  max-width: 200px;
}
.payment-page__spei > div .buttons {
  padding: 1em;
  cursor: pointer;
  border-radius: 0px;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-page__spei > div .compartir {
  background-color: #17d317;
  color: white;
}
.payment-page__spei > div .compartir:hover {
  -webkit-box-shadow: inset 0 0 0 3px #17d317;
          box-shadow: inset 0 0 0 3px #17d317;
  background-color: white;
  color: #17d317;
}

.modal__oxxo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.modal__oxxo > div {
  padding: 20px;
  background-color: #fff;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  height: 90vh;
}
.modal__oxxo > div > iframe {
  width: 100%;
  height: calc(100% - 84px);
  border: none;
}

@media only screen and (max-width: 1024px) {
  .payment__body {
    width: 95%;
  }
  .payment__metodo-pago-card > figure > img {
    width: 100%;
  }
  .payment-page__spei {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .payment-page__spei > div {
    width: calc(90% - 80px);
  }
}
@media only screen and (max-width: 890px) {
  .payment__produts-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1.5fr 5px 4fr 5px 1.5fr 5px 2fr;
        grid-template: auto/1.5fr 4fr 1.5fr 2fr;
  }
  .payment__metodo-pago-item > h4 {
    font-size: 15px;
  }
  .payment__produts-item > span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
  .payment__produts-item > figure > img {
    width: 100%;
    margin: 0 auto;
  }
  .payment__metodo-pago-card > div,
  .payment__metodo-pago-card > figure {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .payment__metodo-pago-card > figure > img {
    width: 80%;
  }
  .payment__metodo-pago-button > button {
    margin-left: auto;
    margin-right: auto;
  }
  .payment__metodo-pago-card-mensualidades {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1.5fr 4fr;
        grid-template: auto/1.5fr 4fr;
  }
  .payment-form .payment-details {
    padding: 30px 30px 20px !important;
  }
}
@media only screen and (max-width: 760px) {
  .payment__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 2fr;
        grid-template: auto/2fr;
  }
  .payment__body .form__input, .payment__body .form__select {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .payment__metodo-pago-item > div {
    width: calc(100% - 20px);
    padding: 10px 10px;
  }
  .payment__modal > div {
    width: 95%;
    margin: 25px auto 0px auto;
  }
  .payment__footer {
    height: auto;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
    grid-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .payment__footer-metodo-pago,
  .payment__footer-derechos {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 20px;
  }
  .payment__footer-button {
    width: 260px;
  }
  .payment-page__spei {
    width: calc(100% - 10px);
    padding: 5px;
  }
  .payment-page__spei > div > section {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .payment-form {
    width: 100% !important;
    margin: 5px 0px !important;
  }
  .payment-form .payment-details {
    padding: 15px 15px 10px !important;
  }
  .expiration-date > input {
    width: calc(45% - 18px);
  }
  .payment-page__spei > div > section {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .payment-page__spei > div {
    width: calc(90% - 40px);
    padding: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .payment__produts-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 2fr 5px 4fr 5px 1.5fr 5px 2fr;
        grid-template: auto/2fr 4fr 1.5fr 2fr;
  }
  .payment__produts-item > h4,
  .payment__produts-logo {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .payment__produts-logo {
    -ms-grid-column-align: end;
        justify-self: end;
    margin-right: 10px;
  }
  .payment__produts-logo > img {
    width: 80px !important;
    margin-left: 20px;
  }
  .payment__metodo-pago-card .form__input,
  .payment__metodo-pago-card .form__select {
    width: calc(80% - 20px);
    padding: 10px;
  }
  .payment__metodo-pago-button > button {
    width: 260px;
  }
}
.btn_cotizacion {
  background-color: #DC541A;
  color: rgb(255, 255, 255);
  padding: 1em;
}

.btn_agregar_servicio {
  padding: 1em;
  background-color: #FFA800;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_agregar_servicio:active {
  color: #FFA800;
  background-color: black;
}

.cont_servicios_agregados {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cont_servicios_agregados .servicios_agregados_cards {
  width: 100%;
  border-bottom: 1px solid rgb(240, 240, 240);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 5px 6fr 5px 1fr 5px 2fr 5px 15px;
      grid-template: auto/1fr 6fr 1fr 2fr 15px;
  grid-gap: 5px;
}
.cont_servicios_agregados .servicios_agregados_cards figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.cont_servicios_agregados .servicios_agregados_cards figure img {
  width: 85%;
  margin: 0 auto;
}
.cont_servicios_agregados .servicios_agregados_cards h4 {
  font-size: 15px;
  color: rgb(90, 90, 90);
  font-weight: lighter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont_servicios_agregados .servicios_agregados_cards span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  text-align: right;
  font-size: 16px;
  color: rgb(0, 158, 227);
  font-weight: bolder;
}
.cont_servicios_agregados .servicios_agregados_cards > .cantidad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fondo_obscuro {
  background: rgba(0, 0, 0, 0.3019607843);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
}

.cont_form_agregar_serv {
  position: fixed;
  z-index: 21;
  background-color: rgb(255, 255, 255);
  top: 15%;
  right: 24%;
  width: 50vw;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 3em auto;
  grid-template-rows: 3em auto;
}
.cont_form_agregar_serv .titulo {
  height: auto;
  width: auto;
  background-color: #0D94D3;
  color: azure;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em;
  font-size: 1.5em;
}
.cont_form_agregar_serv .titulo .cerrar {
  cursor: pointer;
  font-weight: bold;
}
.cont_form_agregar_serv .titulo .cerrar:hover {
  color: #ff0000;
}
.cont_form_agregar_serv .form_agregar_serv {
  display: -ms-grid;
  display: grid;
  padding: 1em 2em;
  gap: 5px;
}
.cont_form_agregar_serv .form_agregar_serv > .renglon_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.cont_form_agregar_serv .form_agregar_serv > .renglon_info > label {
  display: -ms-grid;
  display: grid;
  width: 100%;
  gap: 5px;
}
.cont_form_agregar_serv .form_agregar_serv > .renglon_info > label > input, .cont_form_agregar_serv .form_agregar_serv > .renglon_info > label select, .cont_form_agregar_serv .form_agregar_serv > .renglon_info > label textarea {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 1px -1px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  border-radius: 5px;
  resize: none;
  max-height: 3em;
}
.cont_form_agregar_serv .form_agregar_serv > .renglon_info > p {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.cont_form_agregar_serv .form_agregar_serv > .añadir_archivo {
  margin: 5px 0;
  padding: 5px;
  border: 0;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cont_form_agregar_serv .form_agregar_serv > .etiqueta {
  font-size: 20px;
  text-align: center;
}
.cont_form_agregar_serv .form_agregar_serv > input, .cont_form_agregar_serv .form_agregar_serv select, .cont_form_agregar_serv .form_agregar_serv textarea {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 1px -1px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px -1px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  border-radius: 5px;
  resize: none;
  max-height: 3em;
}
.cont_form_agregar_serv .form_agregar_serv .btn-agregar_serv {
  background-color: #DC541A;
  color: aliceblue;
  padding: 1vh;
}
.cont_form_agregar_serv .form_agregar_serv .btn-agregar_serv:active {
  color: #DC541A;
  background-color: rgb(255, 255, 255);
}
.cont_form_agregar_serv .pie_form {
  width: auto;
  background: rgba(255, 255, 255, 0);
  padding: 0 2em 1em;
  display: -ms-grid;
  display: grid;
}
.cont_form_agregar_serv .pie_form > .btn_guardar {
  padding: 0.5em 0;
  background-color: #fd1e25;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.cont_form_agregar_serv .pie_form > .btn_guardar:hover {
  background-color: white;
  border: 1px solid #fd1e25;
  color: #fd1e25;
}
.cont_form_agregar_serv .pie_form > .btn_cancelar {
  padding: 0.5em 0;
  background-color: #fd1e25;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.cont_form_agregar_serv .pie_form > .btn_cancelar:hover {
  background-color: white;
  border: 1px solid #fd1e25;
  color: #fd1e25;
}
.cont_form_agregar_serv .pie_form > .btn_aceptar {
  padding: 0.5em 0;
  background-color: #17d317;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
.cont_form_agregar_serv .pie_form > .btn_aceptar:hover {
  background-color: white;
  border: 1px solid #17d317;
  color: #17d317;
}
.cont_form_agregar_serv .dos_columnas {
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.cont_btn_acciones_cotizacion {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}

.btn {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.realizar_pedido {
  background-color: #0d94d3;
  color: aliceblue;
}
.realizar_pedido:hover {
  border: 2px solid #0d94d3;
  background-color: aliceblue;
  color: #0d94d3;
}

.descargar_cotizacion {
  border: 2px solid #0d94d3;
  background-color: white;
  color: #0d94d3;
}
.descargar_cotizacion:hover {
  border: 2px solid #0d94d3;
  background-color: #0d94d3;
  color: white;
}

.compartir_cotizacion {
  background-color: #55ab11;
  color: white;
  width: 100%;
}
.compartir_cotizacion:hover {
  border: 2px solid #55ab11;
  background-color: white;
  color: #55ab11;
}

@media only screen and (max-width: 390px) {
  .cont_btn_acciones_cotizacion {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1em;
  }
}
@media only screen and (max-width: 425px) {
  .cont_form_agregar_serv {
    top: 0;
    right: 0;
    width: calc(100% - 4em);
    left: 0;
    border: 0;
    margin: 5em 2em 0 2em;
  }
  .cont_form_agregar_serv .titulo {
    font-size: 1em;
  }
  .cont_form_agregar_serv .form_agregar_serv {
    padding: 1em;
    width: calc(100% - 2em);
  }
  .cont_servicios_taller > .servicios_taller__body > .servicios_taller__body--item {
    gap: 5px;
    font-size: 12px;
  }
}
.cont_flotante {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3em;
  position: fixed;
  bottom: 1%;
  right: 2%;
  z-index: 23;
  color: white;
}
.cont_flotante > a {
  background-color: #11d911;
  padding: 0.1em 0.3em;
  border-radius: 100%;
  cursor: pointer;
  color: white;
}

.cont-h-6 {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
      grid-template: auto/repeat(6, 1fr);
  grid-gap: 5px;
}

.cont-h-5 {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[5];
      grid-template: auto/repeat(5, 1fr);
}

.cont-h-4 {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[4];
      grid-template: auto/repeat(4, 1fr);
}

.cont-h-3 {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[3];
      grid-template: auto/repeat(3, 1fr);
}

.cont-h-2 {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
      grid-template: auto/repeat(2, 1fr);
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stretcher {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 0.5fr;
      grid-template: auto/1fr 1fr 1fr 1fr 0.5fr;
}

.stretcher__item {
  height: 500px;
}
.stretcher__item > div {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stretcher__item > div:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 2px 120px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 120px rgba(0, 0, 0, 0.2);
  z-index: 2;
  width: 150%;
  margin-left: -25%;
}

.stretcher__item-more {
  background-color: #245a92;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.stretcher__item-more > span {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stretcher__item-more:hover > span {
  margin-left: -20%;
}
.stretcher__item-more:hover > span > i {
  display: none;
}
.stretcher__item-more:hover > span::after {
  content: "Ver todas";
}

.dropdown {
  width: 100%;
  height: 100%;
  position: relative;
}
.dropdown > .dropdown__selected-item {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12.5pt;
  background-color: #ffffff;
  padding: 16px;
  cursor: pointer;
  color: #242321;
}
.dropdown > .dropdown__selected-item > i {
  margin-bottom: 8px;
  color: rgba(36, 35, 33, 0.5);
  position: absolute;
  right: 8px;
}
.dropdown > .dropdown__selected-item > span {
  white-space: nowrap;
  max-width: 153px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown > div[data-id=""] {
  color: rgba(36, 35, 33, 0.5);
}
.dropdown > .dropdown__content {
  width: 120%;
  background-color: #ffffff;
  position: absolute;
  top: 120%;
  left: -22.5px;
  box-shadow: 0 3 6 rgba(36, 35, 33, 0.5);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px;
  z-index: 1;
  display: none;
}
.dropdown > .dropdown__content::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: red;
  position: absolute;
  top: -1px;
  z-index: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown > .dropdown__content > .dropdown__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 4px);
  border: solid rgba(112, 112, 112, 0.35) 2px;
  border-radius: 3px;
  z-index: 1;
  margin-bottom: 10px;
}
.dropdown > .dropdown__content > .dropdown__search > input {
  width: calc(100% - 70px);
  font-size: 14px;
  padding: 0px 0px 0px 16px;
}
.dropdown > .dropdown__content > .dropdown__search > i {
  width: 50px;
  height: 100%;
  font-size: 12.5pt;
  text-align: center;
  line-height: 40px;
  color: rgba(0, 112, 106, 0.6);
}
.dropdown > .dropdown__content > .dropdown__items {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dropdown > .dropdown__content > .dropdown__items > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 16px;
  font-size: 10.5pt;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.dropdown > .dropdown__content > .dropdown__items > li:hover {
  background-color: #00AFF2;
  color: #ffffff;
}
.dropdown > .dropdown__content > .dropdown__items > li > ul {
  width: 115%;
  margin-left: -16px;
  margin-right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F4F4F4;
  border-bottom: solid rgba(36, 35, 33, 0.1) 1px;
  display: none;
}
.dropdown > .dropdown__content > .dropdown__items > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 16px;
  font-size: 12.5pt;
  cursor: pointer;
}

.n-dealers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.n-dealers__item {
  width: 250px;
  height: auto;
  background-color: #DFDFDF;
  margin: 25px 15px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.n-dealers__item-brand {
  border-radius: 50%;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border: solid #DFDFDF 2px;
  background-color: #fff;
  position: absolute;
  top: -30%;
}
.n-dealers__item-brand > picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.n-dealers__item-brand > picture > img {
  width: 85%;
  height: 85%;
  -o-object-fit: cover;
     object-fit: cover;
}

.n-dealers__item-product {
  width: calc(100% - 16px);
  padding: 8px;
  margin: 50px 0px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.n-dealers__item-product > a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 68px;
  height: 68px;
  margin: 5px;
}
.n-dealers__item-product > a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.n-dealers__item-product > a > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont-card__2 {
  width: calc(100% - 30px);
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 15px 1fr;
      grid-template: auto/1fr 1fr;
  grid-gap: 15px;
  padding: 15px;
}

.cont-card__2-item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: auto/1fr;
  padding-bottom: -10px;
}

.cont-card__2-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}
.cont-card__2-item-info > h2 {
  font-size: 24px;
  text-align: center;
  color: #7f7f7f;
}
.cont-card__2-item-info > p {
  font-size: 14px;
  font-weight: lighter;
  color: #7f7f7f;
}
.cont-card__2-item-info > i {
  font-size: 42px;
  color: #333333;
  margin-bottom: 10px;
}
.cont-card__2-item-info > a {
  margin-top: 10px;
  padding: 10px;
  color: #fff;
  background-color: #0699da;
  cursor: pointer;
}

.cont-card__2-item-img {
  width: 100%;
  height: 100%;
}
.cont-card__2-item-img > picture {
  width: 100%;
  height: 100%;
}
.cont-card__2-item-img > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont-card__3 {
  width: calc(100% - 30px);
  height: auto;
  background-color: #DFDFDF;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
      grid-template: auto/1fr 1fr 1fr;
  padding: 30px 15px;
  grid-gap: 15px;
}

.cont-card__3-item {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
      grid-template: 1fr/1fr;
}
.cont-card__3-item > figure {
  width: 100%;
  height: 100%;
}
.cont-card__3-item > figure > picture {
  width: 100%;
  height: 100%;
}
.cont-card__3-item > figure > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont-card__3-item > p {
  padding: 5px;
  font-size: 22px;
  text-align: center;
  color: #7f7f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.vw-home__category {
  background-color: #F4F4F4;
  padding-bottom: 60px;
}

.vw-home__category-body {
  width: 85% !important;
  margin: 0 auto;
  grid-gap: 20px;
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
      grid-template: auto/repeat(4, 1fr);
}
.vw-home__category-body > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vw-home__category-body > a > figure {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.vw-home__category-body > a > figure > picture {
  width: 80%;
}
.vw-home__category-body > a > h3 {
  font-weight: lighter;
  color: #404040;
  text-align: center;
}

.vw-home__top-products {
  width: 90% !important;
  margin: 0 auto;
  grid-gap: 15px;
}

.vw-home__brands {
  width: 90% !important;
  height: auto;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
      grid-template: auto/repeat(7, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.vw-home__brands > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
.vw-home__brands > a > img {
  width: 120px;
}

.backWhiteDark {
  background-color: #F4F4F4;
}

.brands {
  padding: 15px;
  width: calc(100% - 30px);
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
}

.brands__item {
  margin: 10px;
}
.brands__item > figure {
  width: 175px;
  border: 2px solid rgba(240, 240, 240, 0.5);
  padding: 20px 10px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.brands__item > figure:hover {
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.brands__item > figure > img {
  width: 80%;
  margin: 0 auto;
}

.gap-10 {
  grid-gap: 10px;
}

.cont-products {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 2fr 6fr;
      grid-template: auto/2fr 6fr;
}

.cont-products__filter {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  color: #666666;
}
.cont-products__filter span {
  padding: 0 10px;
}
.cont-products__filter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.cont-products__filter .form__input {
  padding: 2px;
}
.cont-products__filter .form__input > input {
  padding: 2px 8px;
}

.cont-product__title {
  position: relative;
  width: calc(100% - 30px);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #c42d2e;
  font-weight: inherit;
  font-size: 44px;
}
.cont-product__title > small {
  width: 100%;
  font-size: 60%;
  margin-top: 10px;
  font-weight: 400;
  color: #242321;
}
.cont-product__title > span {
  font-size: 450%;
  color: rgba(99, 99, 99, 0.07);
  position: absolute;
  width: 100%;
  white-space: nowrap;
  left: 2%;
  top: -20%;
  z-index: -1;
  overflow: hidden;
  font-weight: bold;
}

.cont-product__detail {
  width: calc(100% - 30px);
  padding: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 4fr 3fr;
      grid-template: auto/4fr 3fr;
  position: relative;
}

.cont-product__img {
  position: relative;
  min-height: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.cont-product__img > div {
  width: 90%;
  max-width: 500px;
}
.cont-product__img:hover .swiper-button-next, .cont-product__img:hover .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cont-product__img .swiper-button-next, .cont-product__img .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
.cont-product__img .swiper-button-next:hover, .cont-product__img .swiper-button-prev:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.cont-product__img .swiper-pagination-white {
  --swiper-pagination-color: #828282;
}
.cont-product__img > span {
  color: darkgray;
  font-size: 9px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.cont-product__img-zoom {
  width: 300px;
  height: 300px;
  background-color: red;
  position: absolute;
  right: calc(45% - 150px);
  top: 50px;
  z-index: 1;
}

.cont-product__property {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: auto/1fr;
}
.cont-product__property > div {
  padding: 5px;
}

.cont-product__property-brand {
  width: 100%;
  padding: 5px 0px 15px 0px;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cont-product__property-brand > img {
  width: 60px;
  margin-top: -20px;
}

.cont-product__property-characteristics {
  width: 100%;
  padding: 5px 0px 15px 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont-product__property-characteristics div {
  width: 100%;
  padding: 8px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto/1fr 1fr;
  color: #666666;
}
.cont-product__property-characteristics div > span {
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.cont-product__property-qualification {
  width: 100%;
  padding: 5px 0px;
  font-size: 30px;
  color: rgba(102, 102, 102, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cont-product__property-qualification > i {
  cursor: pointer;
}
.cont-product__property-qualification > i:hover {
  color: #666666;
}
.cont-product__property-qualification > i.star-active {
  color: #009ee3;
}

.cont-product__property-favorites {
  padding: 8px 0px;
  color: #666666;
}
.cont-product__property-favorites > button {
  color: #666666;
  background-color: transparent;
  font-weight: 600;
  cursor: pointer;
}

.cont-product__discount {
  width: calc(100% - 30px);
  padding: 0px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto 2fr;
      grid-template: auto/auto 2fr;
}
.cont-product__discount > figure {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.cont-product__discount > figure > img {
  width: 80px;
}
.cont-product__discount > div {
  padding: 10px;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "head head head" "col col col";
}
.cont-product__discount > div > div:first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  background-color: #d5111b;
  padding: 5px;
  color: #fff;
}
.cont-product__discount > div > div:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  color: #d5111b;
  font-size: 18px;
  padding: 5px;
  border: solid #d5111b 1px;
}
.cont-product__discount > div > div:not(:first-child) > span {
  margin-left: 8px;
  font-size: 14px;
  color: #d5111b;
  font-family: "Open Sans", sans-serif;
}

.cont-product__price {
  width: calc(100% - 30px);
  padding: 0px 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.cont-product__price > h1 {
  padding: 0px 10px;
  color: rgb(0, 158, 227);
  font-size: 45px;
}
.cont-product__price > div {
  padding: 0px 15px 0px 0px;
  line-height: 16px;
  font-size: 16px;
  color: #777777;
  font-weight: normal;
}
.cont-product__price > div > .old-price {
  text-decoration: line-through;
}

.cont-product__tag {
  width: calc(100% - 30px);
  padding: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #5d802f;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto/1fr 1fr;
}
.cont-product__tag img {
  width: 30px;
  margin: 10px;
}

.cont-product__quantity {
  width: calc(100% - 30px);
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  color: #666666;
  border-bottom: 1px solid #e0e0e0;
}
.cont-product__quantity > .form__input {
  width: 100px;
  margin-right: 60px;
}

.cont-product__button {
  width: 100%;
  padding: 15px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 5px 1fr;
      grid-template: auto/1fr 1fr;
  grid-gap: 0px 5px;
}
.cont-product__button > button:hover {
  background-color: rgba(58, 61, 69, 0.8);
  color: white;
}
.cont-product__button > button {
  width: 100%;
}

.cont-product__button-b2b {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 5px 1fr;
      grid-template: auto/1fr 1fr;
  grid-gap: 5px;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}
.cont-product__button-b2b > h4, .cont-product__button-b2b > span {
  padding: 5px;
  text-align: center;
  color: #666666;
}
.cont-product__button-b2b > span {
  font-size: 16px;
}
.cont-product__button-b2b > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.cont-product__button-b2b > div > input {
  width: 40px;
  padding: 2px 5px;
  text-align: center;
  border-radius: 3px;
  border: none;
  border: solid #666666 1px;
}
.cont-product__button-b2b > div > button {
  padding: 5px;
  width: 22px;
  height: 22px;
  background-color: #2e73bb;
  margin: 2px;
  text-align: center;
  line-height: 0px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.cont-product__button-b2b > div > button:hover {
  background-color: #fbbd10;
}
.cont-product__button-b2b > button {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  margin: 20px auto 20px auto;
  width: 250px;
}

.cont-product__button-b2bxp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px 3px 0px 0px;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}
.cont-product__button-b2bxp > section {
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border-radius: 3px 3px 0px 0px;
}
.cont-product__button-b2bxp > section > div {
  margin: 5px 0px;
}
.cont-product__button-b2bxp > section > div > label {
  font-weight: bold;
}
.cont-product__button-b2bxp > section > div > input {
  width: 50px;
  height: 25px;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  border: none;
  border: solid #666666 1px;
}
.cont-product__button-b2bxp > section > button {
  margin: 5px 0px;
}
.cont-product__button-b2bxp > div {
  width: 100%;
}
.cont-product__button-b2bxp > div > section {
  width: 100%;
  background-color: #009ee3;
  display: -ms-grid;
  display: grid;
}
.cont-product__button-b2bxp > div > section > span {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
}
.cont-product__button-b2bxp > div > div {
  width: calc(100% - 2px);
  display: -ms-grid;
  display: grid;
  margin: 2px 0px;
  border: 1px solid #e0e0e0;
}
.cont-product__button-b2bxp > div > div > section {
  width: calc(100% - 10px);
  padding: 10px 5px;
  display: -ms-grid;
  display: grid;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
.cont-product__button-b2bxp > div > div > section > span {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont-product__button-b2bxp > div > div > span {
  text-align: center;
  font-size: 12px;
  font-weight: lighter;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3px;
}

.cont-product__info {
  width: calc(100% - 40px);
  background-color: #e2e2e2;
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 2fr 20px 6fr;
      grid-template: auto/2fr 6fr;
  grid-gap: 20px;
  padding: 20px;
}

.cont-product__sucursales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.cont-product__sucursales_cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.cont-product__sucursales_cont__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cont-product__sucursales_cont__item > .sucursal {
  background-color: #0d94d3;
  color: white;
  padding: 0.5em;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid silver;
}
.cont-product__sucursales_cont__item > .disponibilidad {
  padding: 0.5em;
  border: 1px solid silver;
  width: 50%;
  text-align: center;
}

.cont-product__brand {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -100px;
}
.cont-product__brand > figure {
  width: 100%;
  height: 250px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
}
.cont-product__brand > figure > picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.cont-product__brand > figure img {
  width: auto;
  margin: 0 auto;
  height: 95%;
}
.cont-product__brand > a {
  width: calc(100% - 30px);
  padding: 10px 15px;
  display: inline-block;
  background-color: #f5f5f5;
  margin: 0 auto;
  color: #000;
  font-size: 32px;
  cursor: pointer;
}
.cont-product__brand > a > small {
  font-size: 16px;
}

.cont-product__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 45px;
  margin-top: -69px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cont-product__tabs > li {
  margin-right: 1px;
  padding: 14px 20px;
  border-radius: 3px;
  min-width: 160px;
  max-width: 180px;
  cursor: pointer;
  border: solid 1px #7F7F7E;
  background: #fff;
  color: #7F7F7E;
  margin-right: 4px;
}
.cont-product__tabs > .active {
  background: #7F7F7E;
  color: #fff;
}

.cont-product__tab,
.cont-product__tab--active {
  width: 100%;
  margin-top: 20px;
}
.cont-product__tab > h3,
.cont-product__tab--active > h3 {
  width: 100%;
  padding: 15px 0px;
  color: #666666;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}
.cont-product__tab > small,
.cont-product__tab--active > small {
  width: 50px;
  height: 1px;
  background-color: #2e73bb;
  display: block;
  margin-bottom: 15px;
}
.cont-product__tab > p,
.cont-product__tab--active > p {
  color: #666666;
  margin-bottom: 10px;
}

.cont-product__tab {
  display: none;
}

.cont-product__tab--active {
  display: block;
}

.cont-product__rating {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont-product__rating > div:first-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto/1fr 1fr;
}
.cont-product__rating > div:first-child > section {
  padding: 30px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}
.cont-product__rating > div:first-child > section > h1 {
  width: 100%;
  text-align: right;
  font-size: 52.5px;
  font-weight: normal;
}
.cont-product__rating > div:first-child > section > .cont-product__property-qualification {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cont-product__rating > div:first-child > section > .cont-product__property-qualification > i {
  margin: 2px 10px 10px;
}
.cont-product__rating > div:first-child > section > span {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin: 5px 0px;
}
.cont-product__rating > div:first-child > section > .rating {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin: 5px 0px;
  cursor: pointer;
}
.cont-product__rating > div:first-child > section > .rating > div {
  width: 140px;
  height: 5px;
  background-color: #aed8e9;
  margin: 5px 10px;
  position: relative;
  overflow: hidden;
}
.cont-product__rating > div:first-child > section > .rating > div > div {
  height: 100%;
  background-color: #009ee3;
}
.cont-product__rating > div:first-child > section > .rating > i {
  font-size: 12px;
  margin-right: 10px;
}
.cont-product__rating > a {
  width: 200px;
  margin: 10px auto;
}

.comment-block {
  width: calc(100% - 80px);
  padding: 40px;
  border-bottom: 1px solid #e0e0e0;
}

.comment-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-block__info > div {
  width: 50% !important;
}
.comment-block__info > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.comment-block__info > div:first-child > figure {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #bbbbbb;
  margin-right: 10px;
}
.comment-block__info > div:first-child > figure picture {
  width: 80%;
}
.comment-block__info > div:first-child > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.comment-block__info > div:first-child > span > small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
  font-size: 75%;
}
.comment-block__info > .cont-product__property-qualification {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.comment-block__info > .cont-product__property-qualification > i {
  margin: 5px;
}

.comment-block__comment {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  width: calc(100% - 80px);
  margin: 15px auto;
  padding-left: 20px;
}

.cont-products__filter-open {
  font-size: 18px;
  padding: 0px 10px;
  background-color: transparent;
  color: #666666;
  cursor: pointer;
}

.cont-product__combo {
  width: calc(100% - 40px);
  padding: 10px 20px;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 0.8fr 1fr 1fr;
      grid-template: auto/1fr 0.8fr 1fr 1fr;
}

.cont-product__combo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-size: 32px;
  padding: 10px;
  color: #0699DA;
}
.cont-product__combo-title > i {
  font-size: 52px;
  margin-top: 12px;
}

.cont-product__combo-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.cont-product__combo-product > picture > img {
  max-width: 180px;
}

.cont-product__combo-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont-product__combo-description > p {
  font-size: 18px;
  text-align: center;
  margin: 10px 15px;
  font-weight: lighter;
  color: #0699da;
  width: 90%;
}
.cont-product__combo-description > p > small {
  color: #666666;
}
.cont-product__combo-description > i {
  font-size: 32px;
  color: #0699da;
}

.cont-product__combo-total {
  border-left: solid #666666 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto/1fr 1fr;
}

.cont-product__combo-total-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cont-product__combo-total-prices > span {
  text-align: right;
  font-size: 18px;
  margin: 0px 20px 5px;
}
.cont-product__combo-total-prices > span:first-child {
  color: #7F7F7E;
}
.cont-product__combo-total-prices > span:nth-child(2) {
  color: #0699DA;
}
.cont-product__combo-total-prices > span:nth-child(3) {
  color: #FF1515;
  border-bottom: solid #666666 1px;
}
.cont-product__combo-total-prices > span:nth-child(4) {
  color: #0699DA;
  font-size: 38px;
  font-weight: bold;
}

.cont-product__combo-total-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cont-product__combo-total-buttons > span {
  padding: 5px;
  margin: 7px 7px 12px 0px;
  background: #FF1515;
  display: block;
  width: 60px;
  color: #fff;
  font-weight: 600;
}

.cont-product__listProduct {
  position: relative;
  margin-bottom: 40px;
}

.cont-product__listProduct-title {
  color: #c42d2e;
  margin: 40px 10px 10px 26px;
}

.perfil__body {
  width: 90%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 2fr 6fr;
      grid-template: auto/2fr 6fr;
}
.perfil__body > section {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.perfil__img {
  width: calc(100% - 50px);
  margin: 0 auto;
  background: #eeeeee;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.perfil__img > img {
  margin-bottom: 25px;
}
.perfil__img > span {
  font-weight: 700;
  color: #666666;
  margin-bottom: 5px;
}

.perfil__title {
  width: 85%;
  margin: 0 auto;
  padding: 10px 0px 20px 0px;
  border-bottom: solid rgba(128, 128, 128, 0.2) 1px;
  color: #666;
  font-size: 26px;
}

.perfil__cont-info {
  width: 85%;
  margin: 10px auto 20px auto;
  padding: 10px 0px 20px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[3];
      grid-template: auto/repeat(3, 1fr);
}
.perfil__cont-info a {
  margin: 10px;
}
.perfil__cont-info a:hover {
  background-color: rgba(58, 61, 69, 0.8);
  color: white;
}
.perfil__cont-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.perfil__cont-info span {
  margin: 10px;
  color: #666666;
  font-weight: 700;
}
.perfil__cont-info small {
  margin: 10px 0px 0px 20px;
  color: #666666;
  font-size: 14px;
}

.order__options {
  width: calc(100% - 30px);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order__options > a {
  width: 200px;
}

.order__item-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 15px 0px;
}
.order__item-history > img {
  width: 140px;
  margin: 5px;
}
.order__item-history > span {
  color: #666666;
  font-weight: 600;
  margin: 5px;
}

.address,
.billing {
  width: calc(93% - 30px);
  padding: 15px;
  margin: 0 auto 25px auto;
  border-radius: 5px;
  border: solid 4px rgb(236, 236, 236);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #666666;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.address > h3,
.billing > h3 {
  margin: 15px 0px 5px 0px;
}

.addres__actions,
.billing__actions {
  position: absolute;
  right: 10px;
  top: 10px;
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.addres__actions > div,
.billing__actions > div {
  width: auto;
  height: auto;
  margin: 2px;
  padding: 2px;
  cursor: pointer;
}
.addres__actions > div > a,
.billing__actions > div > a {
  color: #666;
}

.staticPage {
  padding: 0px 0px 50px 0px;
}

.staticPage__banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.staticPage__text,
.staticPage__text-list {
  width: calc(100% - 160px);
  padding: 20px 80px 10px 80px;
  color: #666666;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.staticPage__text > img,
.staticPage__text-list > img {
  width: 350px;
}

.staticPage__text-list {
  width: calc(100% - 200px);
  padding: 10px 100px 0px;
}

.staticPage__title {
  width: calc(100% - 160px);
  padding: 25px 80px 5px;
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
}

.staticPage__collapse {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.staticPage__collapse > span {
  width: calc(100% - 20px);
  padding: 10px;
  display: inline-block;
  color: rgb(24, 0, 126);
  font-weight: 500;
  cursor: pointer;
  border-bottom: solid 2px rgb(24, 0, 126);
}
.staticPage__collapse > span:hover {
  background-color: #FFA500;
}
.staticPage__collapse > div {
  width: calc(100% - 20px);
  padding: 20px 10px;
  background-color: #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.staticPage__collapse > div > .staticPage__text-list, .staticPage__collapse > div > .staticPage__text {
  width: calc(100% - 30px);
  padding: 10px 15px 0px;
}

.staticPage__img-pageNnoFound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.staticPage__img-pageNnoFound > h2 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.shoppingCart {
  width: calc(100% - 50px);
  padding: 25px;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shoppingCart__header {
  width: calc(100% - 30px);
  padding: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 100px 3fr 1fr 1fr 0.1fr;
      grid-template: auto/100px 3fr 1fr 1fr 0.1fr;
  background-color: #fbfbfb;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 1px;
  overflow: hidden;
}
.shoppingCart__header > span {
  text-align: center;
  color: #666666;
  font-weight: 600;
}

.shoppingCart__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shoppingCart__body > .cart__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 100px 3fr 1fr 1fr 0.1fr;
      grid-template: auto/100px 3fr 1fr 1fr 0.1fr;
  margin-bottom: 1px;
}
.shoppingCart__body > .cart__product > figure > picture > img {
  width: 100px;
}
.shoppingCart__body > .cart__product > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: auto/1fr;
}
.shoppingCart__body > .cart__product > div > a {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.shoppingCart__body > .cart__product > span {
  font-size: 22px;
  font-weight: 900;
}
.shoppingCart__body > .cart__product > span > .form__input {
  max-width: 80px;
}
.shoppingCart__body > .cart__block {
  background: #ffffff;
  width: calc(100% - 30px);
  padding: 15px;
  border: none;
  margin-bottom: 1px;
}
.shoppingCart__body > .cart__block > strong {
  font-size: 30px;
  padding: 15px 0px;
}
.shoppingCart__body > .cart__block-buttons {
  width: 100%;
}

.registro__body {
  border: solid 1px rgba(0, 158, 227, 0.8);
  margin: 40px auto;
  width: calc(70% - 80px);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.registro__body > div {
  width: calc(100% - 32px);
}
.registro__body > div > form {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto/1fr 1fr;
}
.registro__body > div > h3, .registro__body > div > h1 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding-left: 14px;
  color: #009ee3;
}
.registro__body > div > .form__checkbox, .registro__body > div > p {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.registro__body > div > p {
  margin: 5px 15px;
  font-size: 12px;
  color: #666666;
}
.registro__body .session_error {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.login__body {
  border: solid 1px rgba(0, 158, 227, 0.8);
  padding: 20px;
  margin: 40px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr;
      grid-template: auto/1fr;
  width: 350px;
  padding: 40px;
}
.login__body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login__body > div > h3, .login__body > div > h1 {
  padding-left: 14px;
  color: #009ee3;
}
.login__body > div > a {
  padding-left: 14px;
  margin: 0px 0px 20px 0px;
}
.login__body > div > button {
  margin: 5px 15px;
}

.recover-password {
  width: calc(100% - 40px);
  padding: 20px;
  min-height: 50vh;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recover-password > div {
  width: calc(80% - 40px);
  padding: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recover-password > div > h3, .recover-password > div > h1 {
  font-weight: lighter;
  margin-left: 15px;
  color: #00aff2;
}
.recover-password > div > h1 {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}
.recover-password > div > h1 > b {
  color: #00aff2;
}
.recover-password > div > button {
  margin: 0px 15px;
}

.form {
  width: calc(100% - 100px);
  padding: 50px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form > h2 {
  margin: 20px 0px 10px;
}

.form__checkbox,
.form__radio {
  padding: 15px;
  position: relative;
}
.form__checkbox > input,
.form__radio > input {
  display: none;
}
.form__checkbox > label,
.form__radio > label {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.form__checkbox > label::before,
.form__radio > label::before {
  content: "";
  line-height: 22px;
  font-size: 16px;
  border: 1px solid #bbc4c7;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  border-radius: 2px;
}
.form__checkbox > i,
.form__radio > i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-style: normal;
  display: block;
  font-size: 70%;
}
.form__checkbox input[type=checkbox]:checked + label::before,
.form__checkbox input[type=radio]:checked + label::before,
.form__radio input[type=checkbox]:checked + label::before,
.form__radio input[type=radio]:checked + label::before {
  background-color: #2e73bb;
  content: "×";
  color: #f6f6f6;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

.form__input,
.form__select {
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__input > label,
.form__select > label {
  color: #666666;
  margin-bottom: 10px;
  font-size: 14px;
}
.form__input > input, .form__input > select,
.form__select > input,
.form__select > select {
  height: 26px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1.5px;
  display: inline-block;
  max-width: 100%;
}
.form__input > select,
.form__select > select {
  height: 46px;
}

select {
  padding-right: 22px !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 10px;
  border: 1px solid #e0e0e0;
  outline: none;
  background-color: white;
  padding: 5px;
}

.table-col-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-col-2 > .table__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: head;
  background-color: #cccccc;
  color: white;
  padding: 11px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.table-col-2 > .table__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 4fr;
      grid-template: auto/1fr 4fr;
}
.table-col-2 > .table__body > span {
  background-color: #f2f2f2;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  padding: 11px;
  border: 1px solid #ddd;
}
.table-col-2 > .table__body > span:nth-child(4n+1), .table-col-2 > .table__body > span:nth-child(4n+2) {
  background-color: #fbfbfb;
}

.table-col-7 {
  width: calc(100% - 30px);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[7];
      grid-template: auto/repeat(7, 1fr);
  margin: 20px auto;
}
.table-col-7 > .table__header {
  background-color: #009ee3;
  padding: 10px 15px;
  color: #fff;
  border-bottom: 2px solid #ddd;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.table-col-7 .table__col {
  color: #666666;
  padding: 15px;
  border-top: 1px solid #ddd;
  background-color: #f0f0f0;
  text-align: center;
}
.table-col-7 .table__col button {
  padding: 5px;
  color: #666666;
  background: transparent;
  cursor: pointer;
}
.table-col-7 .table__detail {
  -ms-grid-column-span: 7;
  grid-column: span 7;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  border-bottom: 2px solid #FBBD10;
  display: none;
}
.table-col-7 .table__detail > h3 {
  width: 100%;
  color: #FBBD10;
  text-align: center;
  padding: 15px 0px;
  background-color: #ffffff;
  border-bottom: 2px solid #ddd;
}

.table-col-5 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 3fr 1fr 1fr 1fr;
      grid-template: auto/1fr 3fr 1fr 1fr 1fr;
}
.table-col-5 > .table__header, .table-col-5 > .table__col {
  background-color: #ffffff;
  border-bottom: 2px solid #ddd;
  padding: 15px 10px;
  font-weight: 600;
  text-align: center;
}
.table-col-5 > .table__col {
  font-weight: normal;
}

.table-col-4 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[4];
      grid-template: auto/repeat(4, 1fr);
}
.table-col-4 > .table__header, .table-col-4 > .table__col {
  background-color: #ffffff;
  border-bottom: 2px solid #ddd;
  padding: 15px 10px;
  font-weight: 600;
  text-align: center;
}
.table-col-4 > .table__col {
  font-weight: normal;
}

.table-col-3 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 3fr 1fr;
      grid-template: auto/1fr 3fr 1fr;
}
.table-col-3 > .table__header, .table-col-3 > .table__col {
  background-color: #ffffff;
  border-bottom: 2px solid #ddd;
  padding: 15px 10px;
  font-weight: 600;
  text-align: center;
}
.table-col-3 > .table__col {
  font-weight: normal;
}

.table-col-space {
  width: 100%;
  height: 8px;
  border-top: solid #ddd 2px;
  display: none;
}

@media only screen and (max-width: 1405px) {
  .vw-home__brands {
    width: 100%;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template: auto/repeat(6, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media only screen and (max-width: 1220px) {
  .cont-h-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
        grid-template: auto/repeat(3, 1fr);
  }
  .stretcher {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template: auto/1fr 1fr 1fr 1fr;
  }
  .stretcher > .stretcher__item:last-child {
    display: none;
  }
  .cont-product__brand > figure {
    height: 180px;
  }
  .perfil__body {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 3fr 6fr;
        grid-template: auto/3fr 6fr;
  }
  .perfil__body > section {
    padding: 20px 10px;
  }
  .perfil__title {
    width: 95%;
  }
  .perfil__cont-info {
    width: 95%;
  }
  .cont-p-Featured > a {
    width: 480px;
  }
  .cont-p-Featured > div {
    width: calc(100% - 500px);
  }
}
@media only screen and (max-width: 1124px) {
  .cont-p-Featured > a {
    width: 380px;
  }
  .cont-p-Featured > div {
    width: calc(100% - 400px);
  }
  .cont-h-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[4];
        grid-template: auto/repeat(4, 1fr);
  }
  .gap-10 {
    grid-gap: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .loading-search {
    right: 85px;
  }
  .cont-p-Featured > a {
    width: 350px;
  }
  .cont-p-Featured > div {
    width: calc(100% - 380px);
  }
  .registro__body,
  .login__body {
    width: calc(80% - 80px);
  }
}
@media only screen and (max-width: 980px) {
  .stretcher {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
        grid-template: auto/1fr 1fr;
  }
  .stretcher__item {
    height: 440px;
  }
  .cont-products {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .cont-product__detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 4fr 3fr;
        grid-template: auto/4fr 3fr;
  }
  .cont-product__property {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .cont-product__brand {
    display: none;
  }
  .cont-product__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .perfil__cont-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
  }
  .form {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .cont-h-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
  }
  .form > h2 {
    font-size: 26px;
  }
  .table-col-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .table-col-7 > .table__header {
    display: none;
  }
  .table-col-7 > .table__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .table-col-7 > .table__col::before {
    content: attr(data-title);
    font-weight: bold;
  }
  .table-col-7 .table__detail {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .table-col-5,
  .table-col-3,
  .table-col-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .table-col-5 > .table__header,
  .table-col-3 > .table__header,
  .table-col-4 > .table__header {
    display: none;
  }
  .table-col-5 > .table__col,
  .table-col-3 > .table__col,
  .table-col-4 > .table__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .table-col-5 > .table__col::before,
  .table-col-3 > .table__col::before,
  .table-col-4 > .table__col::before {
    content: attr(data-title);
    font-weight: bold;
    margin-right: 15px;
  }
  .table-col-space {
    display: block;
  }
  .staticPage__text,
  .staticPage__text-list {
    width: calc(100% - 40px);
    padding: 20px 20px 10px 20px;
  }
  .staticPage__title {
    width: calc(100% - 40px);
    padding: 25px 20px 5px;
  }
  .staticPage__collapse {
    width: calc(100% - 20px);
  }
  .staticPage__text > img,
  .staticPage__text-list > img {
    width: 260px;
  }
  .cont-p-Featured > a {
    width: 450px;
  }
  .cont-p-Featured > div {
    width: calc(100% - 480px);
  }
  .vw-home__top-products {
    width: 95% !important;
  }
}
@media only screen and (max-width: 900px) {
  .cont-p-Featured > a {
    width: 90%;
    margin: 0 auto;
  }
  .cont-p-Featured > div {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
        grid-template: auto/repeat(3, 1fr);
  }
  .recover-password {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .recover-password > div {
    width: calc(90% - 40px);
  }
  .registro__body,
  .login__body {
    width: calc(90% - 40px);
    padding: 20px;
  }
  .cont-h-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
        grid-template: auto/repeat(3, 1fr);
  }
  .vw-home__category-body {
    width: 90% !important;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
        grid-template: auto/repeat(4, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }
  .vw-home__category-body > a {
    height: auto;
  }
  .vw-home__category-body > a > figure {
    width: 90%;
  }
  .vw-home__category-body > a > figure > picture {
    width: 85%;
  }
  .vw-home__category-body > a > h3 {
    font-size: 14px;
  }
  .cont-products__filter {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "cantidad ordernar" "buscador  buscador";
  }
  .cont-products__filter > div:first-child {
    grid-area: cantidad;
  }
  .cont-products__filter > div:nth-child(2) {
    grid-area: buscador;
    padding: 10px;
  }
  .cont-products__filter > div:last-child {
    grid-area: ordernar;
  }
}
@media only screen and (max-width: 900px){
  .cont-products__filter > div:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cont-products__filter > div:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cont-products__filter > div:last-child {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media only screen and (max-width: 760px) {
  .vw-home__category-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template: auto/repeat(4, 1fr);
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important;
  }
  .cont-h-6,
  .cont-h-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
        grid-template: auto/repeat(3, 1fr);
  }
  .product__img > figure {
    width: 120px;
    height: 120px;
  }
  .stretcher__item {
    height: 380px;
  }
  .cont-products__filter span {
    display: none;
  }
  .cont-product__detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .cont-product__title {
    font-size: 28px;
  }
  .cont-product__info,
  .cont-product__detail {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .cont-product__tabs {
    padding: 10px;
    overflow: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0px;
    width: calc(100% - 20px);
  }
  .cont-product__tab > h3,
  .cont-product__tab--active > h3 {
    font-size: 22px;
  }
  .table-col-2 > .table__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 2fr 4fr;
        grid-template: auto/2fr 4fr;
  }
  .perfil__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .registro__body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registro__body > div > button {
    margin: 15px;
  }
  .login__body {
    width: calc(95% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login__body > div:last-child {
    margin-top: 30px;
  }
  .cont-card__3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 15px 1fr;
        grid-template: auto/1fr 1fr;
  }
  .cont-product__combo {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 0.8fr 1fr;
        grid-template: auto/1fr 0.8fr 1fr;
  }
  .cont-product__combo-title,
  .cont-product__combo-total {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .cont-product__combo-description {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .cont-product__combo-total {
    border-left: none;
  }
  .cont-h-5 {
    grid-gap: 5px;
  }
  .shoppingCart {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .shoppingCart__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 80px 3fr 1fr 1fr 0.1fr;
        grid-template: auto/80px 3fr 1fr 1fr 0.1fr;
  }
  .shoppingCart__body > .cart__product {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 80px 3fr 1fr 1fr 0.1fr;
        grid-template: auto/80px 3fr 1fr 1fr 0.1fr;
  }
  .shoppingCart__body > .cart__product > div > a {
    font-size: 14px;
    font-weight: inherit;
  }
  .shoppingCart__body > .cart__product > span {
    font-size: 14px;
    font-weight: inherit;
  }
  .shoppingCart__body > .cart__product figure > picture > img {
    width: 80px;
  }
  .shoppingCart__body > .cart__block {
    background: #ffffff;
    width: calc(100% - 30px);
    padding: 15px;
    border: none;
    margin-bottom: 1px;
  }
  .shoppingCart__body > .cart__block > strong {
    font-size: 30px;
    padding: 15px 0px;
  }
  .shoppingCart__body > .cart__block-buttons {
    width: 100%;
  }
}
@media only screen and (max-width: 620px) {
  .cont-p-Featured > div {
    margin: 0 auto;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
  }
  .recover-password {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .recover-password > div {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .cont-card__2,
  .cont-card__3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .cont-product__combo-total-prices > span:nth-child(4) {
    font-size: 28px;
    font-weight: bold;
  }
  .alert.top.center {
    left: calc(42% - 110px);
  }
}
@media only screen and (max-width: 580px) {
  .stretcher__item {
    height: 280px;
  }
  .brands {
    padding: 5px;
    width: calc(100% - 10px);
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  }
  .registro__body > div > form {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .brands__item > figure {
    width: 85%;
    margin: 0px auto;
  }
  .brands__item {
    margin: 5px;
  }
  .vw-home__brands {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .vw-home__brands > a {
    padding: 10px;
  }
  .vw-home__brands > a > img {
    width: 120px;
  }
  .cont-product__rating > div:first-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .cont-product__rating > div:first-child > section > .rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cont-product__rating > div:first-child > section {
    padding: 15px;
  }
  .comment-block__info > .cont-product__property-qualification {
    font-size: 14px;
  }
  .comment-block {
    width: calc(100% - 30px);
    padding: 15px;
  }
  .perfil__cont-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .perfil__title {
    font-size: 22px;
  }
  .order__options > a,
  .order__options > select {
    width: 100%;
    margin-bottom: 10px;
  }
  .cont-h-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
        grid-template: auto/1fr 1fr;
  }
  .registro__body {
    width: 90%;
    padding: 0px;
  }
  .registro__body > div {
    width: calc(100% - 22px);
    padding: 30px 0px;
  }
  .login__body {
    width: calc(90% - 20px);
    padding: 40px 10px;
  }
  .login__body > div {
    padding: 0px;
  }
  .cont-h-6,
  .cont-h-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 5px 1fr;
        grid-template: auto/repeat(2, 1fr);
  }
  .cont-h-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 5px 1fr;
        grid-template: auto/repeat(2, 1fr);
  }
  .shoppingCart {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .shoppingCart__header > span:not(:first-child) {
    opacity: 0;
  }
  .shoppingCart__body > .cart__product {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 80px 3fr 1fr 1fr 0.1fr;
        grid-template: auto/80px 3fr 1fr 1fr 0.1fr;
  }
  .shoppingCart__body > .cart__product > div:first-of-type {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .shoppingCart__body > .cart__product > div:last-of-type {
    position: absolute;
    right: 5px;
  }
  .shoppingCart__body > .cart__product > span:first-of-type {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .shoppingCart__body > .cart__block > strong {
    font-size: 22px;
  }
  .shoppingCart__body > .cart__block-buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 10px 1fr;
        grid-template: auto/1fr 1fr;
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .cont-product__sucursales_cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gap-10 {
    grid-gap: 2.5px;
  }
  .stretcher__item {
    height: 200px;
  }
  .cont-product__tag {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .cont-product__tag img {
    margin: 10px 5px 10px 0px;
  }
  .cont-product__discount {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .cont-product__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont-product__button > button {
    margin-top: 10px;
  }
  .cont-product__quantity > .form__input {
    margin-right: 0px;
  }
  .comment-block__comment {
    width: 100%;
    padding-left: 0px;
  }
  .cont-product__property-qualification,
  .cont-product__property-favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;
  }
  .order__item-history > img {
    width: 100px;
  }
  .order__item-history > span {
    text-align: center;
  }
  .cont-product__combo-total {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto/1fr;
  }
  .cont-product__combo-total-buttons > span {
    display: none;
  }
}
@media only screen and (max-width: 410px) {
  .stretcher__item {
    height: 180px;
  }
  .cont-product__button-b2bxp > section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}