.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 69px;
  line-height: 44px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.nav-bar {
  display: block;
  padding-top: 0px;
  background-color: #fff;
}

.nav-content {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 44px 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-nav {
  top: auto;
  overflow: visible;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 20px;
}

.logo-nav.w--current {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.logo-nav-image {
  display: inline-block;
  width: 180px;
  margin-top: -12px;
}

.nav-menu-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: auto;
  margin-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-bar-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 11px 26px 11px 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-input {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #a3a3a3;
  background-color: transparent;
  font-family: Myriadpro, sans-serif;
}

.search-input:hover {
  border-bottom-width: 2px;
  border-bottom-color: #0f458f;
}

.search-input:focus {
  border-bottom-width: 2px;
  border-bottom-color: #e20b19;
}

.search-button {
  display: none;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #0f458f;
}

.search-button:hover {
  background-color: #e20b19;
}

.search-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-nav {
  display: block;
  width: 25px;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.body {
  display: block;
  font-family: Roboto, sans-serif;
  color: #222;
}

.text-nav-bar-items {
  overflow: visible;
  padding-top: 0px;
  padding-right: 13px;
  padding-left: 9px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Myriadpro, sans-serif;
  color: #0f458f;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.text-nav-bar-items:hover {
  text-decoration: underline;
}

.nav-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 100%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f458f;
}

.drop-link {
  font-family: Myriadpro, sans-serif;
  color: #252525;
  font-weight: 600;
}

.drop-link:hover {
  background-color: #e20b19;
  color: #fff;
}

.slide-section {
  height: auto;
  padding-top: 0px;
}

.slider {
  height: 400px;
  padding-top: 0px;
}

.slide1 {
  max-height: 100%;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/SLIDE_5Mesa-de-trabajo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/SLIDE_5Mesa-de-trabajo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/SLIDE_5Mesa-de-trabajo-1.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.heading-2 {
  width: 450px;
  max-width: 450px;
  font-family: Myriadpro, sans-serif;
  color: #252525;
  font-size: 60px;
  line-height: 53px;
}

.container-slide {
  display: block;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 55px 194px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.details-slides-text {
  width: 400px;
  max-width: 400px;
  color: #7e7e7e;
}

.button-style-3 {
  width: 50%;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #0f458f;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-style-3:hover {
  background-color: #e20b19;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.titled-info-card {
  color: #000;
}

.titled-info-card.info-card {
  margin-bottom: 5px;
  font-family: Myriadpro, sans-serif;
  color: #0f458f;
  font-weight: 700;
}

.titled-info-card.info-slide {
  overflow: hidden;
  width: 350px;
  font-family: Myriadpro, sans-serif;
  color: #0f458f;
  font-weight: 700;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ebebeb;
}

.home-product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 39px 41px 39px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.13);
}

.titled-dest-product {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  font-family: Myriadpro, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.home-product-card-info {
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-titled-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 22px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: transparent;
}

.heading-style-1 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Myriadpro, sans-serif;
  color: #252525;
  line-height: 28px;
  font-weight: 400;
}

.heading-style-1.heading-product {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #252525;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
}

.heading-style-1.steps {
  color: #fff;
}

.heading-style-1.micuenta-subtitles {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.heading-style-1.account {
  font-size: 40px;
  font-weight: 700;
}

.heading-style-1.carrito-title {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}

.heading-style-1.micarrito-subtitles {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.section-2 {
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #ebebeb;
}

.container-cat-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-card-home-more-sale {
  position: relative;
  display: block;
  height: 450px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 26px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
  text-decoration: none;
}

.product-card-home-more-sale:hover {
  box-shadow: 0 2px 12px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.titled-dest-hot-product {
  display: block;
  height: auto;
  margin-top: 10px;
  margin-bottom: 13px;
  padding-top: 0px;
  font-family: Myriadpro, sans-serif;
  color: #252525;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.image {
  display: block;
  width: 200px;
  margin: 25px auto 35px;
  text-align: left;
}

.descripcion-producto {
  margin-top: 0px;
  color: #727272;
  line-height: 17px;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.container-category-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.category-card-grid {
  display: block;
  overflow: hidden;
  width: 33%;
  height: 400px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 36px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1.2px;
  border-color: #d8d8d8;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #252525;
  text-align: center;
  text-decoration: none;
}

.category-card-grid:hover {
  background-color: #0f458f;
  box-shadow: 0 2px 12px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.image-grid-category {
  display: block;
  width: 220px;
  margin: 17px auto;
  text-align: left;
}

.section-4 {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f458f;
  -o-object-fit: fill;
  object-fit: fill;
}

.steps-cantainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

.div-steps {
  width: 20%;
  padding: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-steps:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
}

.heading-steps {
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
}

.description-steps {
  color: #fff;
}

.div-steps-destacado {
  display: block;
  width: 40%;
  padding: 0px 0px 40px 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 9px;
  background-color: transparent;
}

.tittle-steps {
  background-color: transparent;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-weight: 700;
}

.footer {
  padding-top: 60px;
  padding-bottom: 13px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: block;
  width: auto;
  height: auto;
  max-height: 65px;
  padding-right: 23px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 33px;
  font-family: Myriadpro, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.div-footer {
  display: block;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.icon-footer {
  padding-right: 0px;
  padding-left: 0px;
}

.text-footer {
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #252525;
  font-weight: 700;
}

.div-footer-info-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 1200px;
}

.login-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  opacity: 1;
}

.div-logo-section {
  padding-right: 79px;
  padding-bottom: 33px;
  padding-left: 79px;
  text-align: left;
}

.container-login-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 60px auto;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 4px 19px 4px rgba(0, 0, 0, 0.13);
}

.div-conten2-login {
  width: 35%;
  height: auto;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background-image: url('../images/slide_login.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.div-content-login {
  width: 65%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-logo-login {
  margin-bottom: 21px;
  padding-top: 8px;
  padding-bottom: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}

.field-label {
  margin-bottom: 10px;
  font-family: Myriadpro, sans-serif;
  color: #252525;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field {
  margin-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.text-field:hover {
  border-width: 1.5px;
  border-color: #0f458f;
}

.text-field:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #e20b19;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.form {
  display: block;
  padding-top: 0px;
  padding-right: 84px;
  padding-left: 84px;
  text-align: left;
}

.submit-button {
  display: block;
  width: 45%;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 0px;
  border-radius: 35px;
  background-color: #0f458f;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.submit-button:hover {
  border-style: none;
  background-color: #e20b19;
  color: #fff;
}

.link-olvide-pass {
  display: block;
  margin-top: 18px;
  font-family: Myriadpro, sans-serif;
  color: #7c7c7c;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-olvide-pass:hover {
  color: #0f458f;
}

.heading-login {
  font-family: Myriadpro, sans-serif;
  color: #252525;
}

.text-login {
  color: #7e7e7e;
}

.button-style-cart-add {
  margin-top: 9px;
  margin-bottom: 20px;
  padding: 11px 28px;
  border-radius: 30px;
  background-color: #0f458f;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.button-style-cart-add:hover {
  background-color: #e20b19;
  color: #fff;
}

.button-style-cart-add.w--current {
  background-color: #0f458f;
  font-family: Myriadpro, sans-serif;
  font-weight: 600;
}

.button-style-cart-add.w--current:hover {
  background-color: #e20b19;
}

.button-style-cart-add.cell {
  display: inline-block;
}

.cod-producto {
  margin-top: 12px;
  color: #696969;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}

.div-link-product {
  display: block;
  overflow: visible;
  height: 80%;
  text-decoration: none;
}

.section-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 67px 75px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ebebeb;
}

.div-sidebar-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-content-category-page {
  width: 80%;
  padding-top: 0px;
  padding-left: 35px;
}

.div-content-filter-vertical {
  margin-top: 0px;
  margin-bottom: 24px;
  padding: 27px;
  border-style: none;
  border-width: 1px;
  border-color: #d4d4d4;
  border-radius: 15px;
  background-color: #fff;
}

.text-item-filter {
  display: block;
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  color: #868686;
  font-size: 16px;
  font-weight: 500;
}

.controls-form {
  background-color: transparent;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-filter {
  margin-top: 0px;
  padding: 7px;
  border-color: #c5c5c5;
  border-radius: 15px;
  background-color: #e0e0e0;
}

.checkbox-label {
  margin-left: 5px;
  color: #252525;
  font-weight: 700;
}

.category-card-cat {
  display: block;
  width: 285px;
  height: 475px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 14px 40px 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.13);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
  text-decoration: none;
}

.category-card-cat:hover {
  box-shadow: 0 2px 12px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.menu-familia-nav {
  display: block;
  height: 60px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 500;
}

.menu-familia-nav:hover {
  border-bottom: 2px solid #e20b19;
  color: #e20b19;
}

.content-items-menu-drop {
  display: block;
  height: 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #0f458f;
}

.content-items-menu-drop:hover {
  color: #fff;
}

.content-items-menu-drop:focus {
  background-color: #e20b19;
  color: #fff;
}

.content-items-menu-drop.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-menu-sub {
  background-color: #cfb1b1;
  box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.41);
}

.list-menu-sub.w--open {
  position: absolute;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.button-style-1 {
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 46px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #0f458f;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.button-style-1:hover {
  background-color: #e20b19;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.button-style-1.account {
  margin-top: 13px;
  margin-right: 18px;
  margin-left: 0px;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 600;
}

.button-style-1.carrito {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 15px;
}

.button-style-1.carrito._2 {
  margin-left: 119px;
}

.button-style-1.direccionboton {
  margin-top: 18px;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
}

.section-product-content {
  padding-top: 6%;
  padding-bottom: 5%;
}

.div-galery-product {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-content-info-product {
  margin-top: 29px;
  padding-left: 41px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-content-info-product.product-info-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-product-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

.price-product {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Myriadpro, sans-serif;
  color: #0f458f;
  font-size: 29px;
  line-height: 28px;
  font-weight: 700;
}

.text-standar-bold {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Myriadpro, sans-serif;
  color: #5a6169;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.text-standar-bold.ficha-tacnica {
  margin-right: 13px;
  margin-left: 6px;
}

.text-standar-bold.account {
  color: #7f858b;
}

.text-standar-bold.tabla-account {
  font-family: Myriadpro, sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
}

.text-standar-bold.normal {
  color: #0a7e0e;
}

.text-standar-bold.critical {
  color: #0f458f;
}

.text-standar-bold.resumen {
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 4px;
}

.text-standar-bold.resumen2 {
  display: inline-block;
  margin: 7px 61px 4px 9px;
}

.text-standar-bold.tabla-resume {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.text-standar-bold.direcciones {
  display: inline-block;
  width: 40%;
  margin-right: 15px;
}

.text-standar-bold.direcciones3 {
  display: inline-block;
  width: 20%;
  margin-right: 15px;
}

.text-standar-bold.tabla-admin {
  font-family: Myriadpro, sans-serif;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
}

.text-standar-bold.pendiente {
  margin-right: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-standar-bold.pendiente2 {
  padding: 3px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 9px;
  background-color: red;
  color: #fff;
}

.text-field-product-cantidad {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  margin-top: 7px;
  margin-bottom: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.text-field-product-cantidad:hover {
  border-width: 1.5px;
  border-color: #0f458f;
}

.text-field-product-cantidad:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #0f458f;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.form-block {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0px;
}

.div-icon-stok {
  width: 6%;
  margin-right: 8px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-info-stok {
  width: 40%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block {
  text-transform: none;
}

.icon {
  color: #252525;
  font-size: 20px;
}

.carousel-home-dest {
  width: 50%;
  padding-right: 0px;
  padding-bottom: 0px;
}

.carousel-content {
  position: relative;
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.product-slide-home-dest {
  background-color: transparent;
}

.navegador-carrousel {
  display: none;
  padding-top: 26px;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -54px;
  margin-bottom: 320px;
  margin-left: 1036px;
  border-radius: 30px;
  background-color: #0f458f;
}

.left-arrow:hover {
  background-color: #e20b19;
}

.icon-2 {
  font-size: 18px;
}

.rigth-arrow {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -54px;
  margin-bottom: 320px;
  margin-left: 1088px;
  border-radius: 30px;
  background-color: #0f458f;
}

.rigth-arrow:hover {
  background-color: #e20b19;
}

.product-slide-home-more-sale {
  height: 100%;
  margin-top: -25px;
  background-color: transparent;
}

.carousel-home-more-sale {
  width: 25%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.mask {
  padding-top: 26px;
  padding-bottom: 26px;
}

.left-arrow-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -27px;
  margin-bottom: 320px;
  margin-left: 1036px;
  border-radius: 30px;
  background-color: #0f458f;
}

.left-arrow-2:hover {
  background-color: #e20b19;
}

.rigth-arrow-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -27px;
  margin-bottom: 320px;
  margin-left: 1088px;
  border-radius: 30px;
  background-color: #0f458f;
}

.rigth-arrow-2:hover {
  background-color: #e20b19;
}

.slide-nav-2 {
  display: none;
}

.titled-dest-hot-product-2 {
  display: block;
  height: auto;
  margin-top: 10px;
  margin-bottom: 13px;
  padding-top: 0px;
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.button-style-4 {
  margin-top: 9px;
  padding: 16px 36px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.button-style-4:hover {
  border: 0px none transparent;
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #0f458f;
}

.call-to-action1 {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.call-to-action1:hover {
  display: inline-block;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #fff;
  border-radius: 0px;
}

.text-drop-menu-item {
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-weight: 600;
}

.image-product-section {
  width: 100%;
}

.tab-link-tab-1 {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.tab-link-tab-1:hover {
  border-bottom: 3px solid #0f458f;
  color: #0f458f;
}

.tab-link-tab-1.w--current {
  border-bottom: 3px solid #0f458f;
  background-color: transparent;
}

.tad-titlled {
  font-family: Myriadpro, sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
}

.div-tab-inter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
}

.image-3 {
  width: 200px;
  max-height: 220px;
  margin-right: 36px;
  margin-left: 13px;
}

.div-content-icon-nav {
  width: 30px;
  height: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-5 {
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: #ebebeb;
}

.product-titled-box {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #a3a3a3;
}

.form-2 {
  display: inline-block;
}

.skills-content-block {
  margin-top: 19px;
  margin-bottom: 19px;
  padding: 15px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 3px;
}

.section-account {
  padding-top: 77px;
  padding-bottom: 44px;
}

.account-title-box {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 21px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #a3a3a3;
}

.tabs-account-box {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.horizontal-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vertical-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.horizontal-tabs-menu {
  display: block;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-tabs-account {
  max-width: 100%;
}

.tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 7px;
  background-color: transparent;
  opacity: 0.5;
  font-family: Myriadpro, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tab-button:hover {
  opacity: 1;
}

.tab-button:active {
  opacity: 1;
}

.tab-button.w--current {
  padding: 22px 30px;
  background-color: #e9eef1;
  opacity: 1;
}

.tab-icon {
  margin-right: 16px;
}

.title-tabs-account {
  color: #353e44;
  font-size: 17px;
  font-weight: 400;
}

.content-tabs-account {
  display: block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.wrapper1-account-tabs {
  width: 180px;
  margin-right: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper2-account-tabs {
  width: auto;
  margin-right: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper2-account-tabs.number {
  margin-left: 9px;
  padding: 6px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 5px;
  background-color: #e9eef1;
}

.box-account-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-name-account {
  display: inline-block;
  width: 85px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.title-box-account-tabla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 11px 27px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #e9eef1;
}

.title-list-box-account-tabla {
  width: 16.6%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.items-box-account-tabla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 11px 27px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 2px;
  background-color: transparent;
}

.items-box-account-tabla._2 {
  border-style: none;
  background-color: #e9eef1;
}

.icon-account-tabs {
  margin-right: 9px;
  border-radius: 20px;
  background-color: #e9eef1;
  opacity: 0.6;
}

.icon-account-tabs:hover {
  opacity: 1;
}

.icon-account-tabs:active {
  opacity: 1;
}

.content-tabs-account-2 {
  display: block;
  width: 100%;
  margin-bottom: 17px;
  padding-top: 4px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e9eef1;
}

.content-block-icon {
  display: inline-block;
}

.container-titled-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 24px;
  margin-bottom: 22px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #e9eef1;
}

.icon-arrow-tabs {
  width: 25px;
  height: 25px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 1px 1px 1px 3px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #0f458f;
}

.carrito-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #f5f5f5;
}

.container-carrito {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 18px;
  padding: 10px;
}

.block-info-carrito {
  position: static;
  top: 20px;
  width: 60%;
  margin-right: 10px;
  padding: 20px 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
}

.block-info-carrito-resumen {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 40%;
  margin-left: 10px;
  padding: 20px 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #0f458f;
}

.title-list-box-carrito-tabla {
  width: 10%;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none transparent;
}

.buttons-block-carrito {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 13px;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.carrito-title-box {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-bottom: 11px;
  padding-left: 12px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #a3a3a3;
}

.descripcion-titles-white {
  margin-top: 0px;
  color: #fff;
  line-height: 17px;
}

.carrito-title-box-ligth {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 11px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e9eef1;
}

.block-rsumen-carrito {
  padding-top: 29px;
  padding-bottom: 29px;
}

.box-resumen-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper1-resumen-items {
  width: 180px;
  margin-right: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper2-resumen-items {
  width: auto;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-standar-bold-light {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.carrito-section-confirmation {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #f5f5f5;
}

.box-title-resume-carrito {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-radius: 6px;
  background-color: #0f458f;
}

.despacho-box-carrito-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-bottom: 18px;
  padding: 29px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 5px;
}

.box-despacho-1 {
  display: block;
  width: 70%;
  margin-right: 0px;
}

.box-despacho-2 {
  display: block;
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.checkbox {
  display: inline-block;
  margin-top: 0px;
}

.items-box-resumen-tabla {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  padding: 11px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e9eef1;
  border-radius: 4px;
  background-color: transparent;
}

.title-list-box-resumen-tabla {
  width: 80%;
  margin-right: 23px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none transparent;
}

.title-list-box-resumen-tabla-2 {
  width: 20%;
  margin-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none transparent;
  text-align: left;
}

.items-box-resumen-tabla-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  padding: 11px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0.5px;
  border-color: #e9eef1;
  border-radius: 4px;
  background-color: #fff;
}

.block-eleccion-envio {
  padding-top: 0px;
  padding-bottom: 19px;
  border-bottom: 1px solid #a3a3a3;
}

.div-pop-up-ciudad {
  position: fixed;
  z-index: 2500000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.31);
  opacity: 1;
}

.div-content-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 350px;
  height: 450px;
  max-height: 450px;
  min-height: 450px;
  margin: auto;
  padding: 32px 33px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 6px 11px 3px rgba(0, 0, 0, 0.3);
}

.popup-title {
  margin-bottom: 16px;
  margin-left: 20px;
}

.box-title-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #a3a3a3;
}

.box-text-popup {
  display: block;
  overflow: auto;
  height: 300px;
  max-height: 300px;
  margin-bottom: 26px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.popup-text-ciudad {
  display: block;
  margin-top: 27px;
  font-family: Myriadpro, sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.cerrar-poppup {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 12px;
  cursor: pointer;
}

.icon-list-box-carrito-tabla-copy {
  width: 5%;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none transparent;
}

.div-agregar-producto {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 35000000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.content-agregar-producto {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 750px;
  height: 750px;
  max-height: 750px;
  margin: auto;
  padding: 40px 30px 18px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.45);
}

.popup-text-agregar {
  display: inline-block;
  margin-top: 10px;
  margin-right: 38px;
  font-family: Myriadpro, sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.input-name-agregar2 {
  display: inline-block;
  width: 234px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-direccion {
  position: fixed;
  z-index: 528258;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.27);
}

.content-direccion {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 780px;
  height: 800px;
  margin: auto;
  padding: 61px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.49);
}

.box-text-popup-direccion {
  display: block;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 19px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #a3a3a3;
}

.box-text-popup-direccion-inter {
  display: block;
  margin-top: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.items-direcciones-edit {
  display: inline-block;
  margin-top: 12px;
  margin-right: 20px;
  color: #e20b19;
  font-weight: 700;
  text-decoration: none;
}

.div-poup-pedido-realizado {
  position: fixed;
  z-index: 654987;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.div-content-pedidorealizado {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 560px;
  height: 400px;
  margin: auto;
  padding: 42px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22);
}

.div-content-pedido {
  margin-top: 19px;
  padding-top: 0px;
}

.text-popup-recibido {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #0f458f;
  border-radius: 7px;
  font-family: Myriadpro, sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}

.text-popup-recibido2 {
  font-weight: 400;
  text-align: left;
}

.div-poup-pedido-fallido {
  position: fixed;
  z-index: 664987;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.div-content-pedido-fafllido {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 560px;
  height: 250px;
  margin: auto;
  padding: 42px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22);
}

.title-list-box-carrito-tabla-principal {
  width: 50%;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none transparent;
}

.title-list-box-carrito-tabla-box {
  width: 50%;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none transparent;
}

.block-info-carrito-resumen1 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 25%;
  margin-left: 10px;
  padding: 20px 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #0f458f;
}

.table-1 {
  height: auto;
  max-width: 700px;
  min-width: 320px;
  margin: 50px auto;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}

.table-logo-header {
  padding: 37px;
}

.logo-sack {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.content-mail-1 {
  position: static;
  display: block;
  padding: 17px 32px 27px;
  border-bottom: 1px solid #a3a3a3;
  text-align: center;
}

.codigo-compra {
  display: inline-block;
  width: auto;
  margin: 12px 10px;
  padding: 23px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 29px;
  line-height: 29px;
  font-weight: 900;
  text-align: center;
}

.text-mail-dark {
  display: block;
  text-align: center;
}

.content-mail-2 {
  padding: 27px 32px 17px;
}

.estado-compra-correo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding: 10px 27px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 20px;
}

.box-icon-estado-compra {
  width: 20%;
  padding: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 80px;
  background-color: transparent;
}

.box-text-estado-compra {
  width: 80%;
  padding: 20px;
}

.body-mail {
  display: block;
  background-color: #e7e7e7;
  font-family: Roboto, sans-serif;
  color: #222;
}

.estado-compra-correo-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding: 10px 27px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #0f458f;
  color: #fff;
}

.content-mail-3 {
  padding: 15px 15px 30px;
  border-radius: 8px;
  background-color: #0f458f;
}

.contacto-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none dashed;
  border-width: 1px;
  border-color: #000 #000 #fff;
}

.icon-contacto-mail {
  width: 50px;
  margin-right: 13px;
}

.text-mail-ligth {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #0f458f;
}

.text-mail-ligth.black {
  color: #fff;
}

.content-mail-4 {
  background-color: transparent;
}

.text-mail-dark-2 {
  margin-bottom: 23px;
  text-align: left;
}

.tabla-1 {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
}

.tr {
  width: auto;
  padding: 20px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  color: #252525;
  text-align: center;
}

.td {
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 4px;
}

.th {
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #a3a3a3;
  font-size: 16px;
}

.footer-correo {
  margin-top: 17px;
  padding: 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #0f458f;
  border-radius: 8px;
  background-color: transparent;
}

.contacto-mail-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #fff;
}

.icon-contacto-mail-footer {
  width: 50px;
  margin-right: 13px;
  margin-left: 13px;
}

.contacto-mail-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #fff;
}

.popup-despacho {
  position: fixed;
  z-index: 501000;
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.53);
}

.div-content-popup-envio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 650px;
  margin: auto;
  padding: 32px 33px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 6px 11px 3px rgba(0, 0, 0, 0.3);
}

.content-box-contect {
  overflow: scroll;
  width: 100%;
  margin-right: 9px;
  margin-left: 9px;
}

.popup-title-despacho {
  margin-bottom: 16px;
  margin-left: 20px;
  font-size: 22px;
  line-height: 25px;
}

.descripcion-despacho {
  margin-top: 36px;
  margin-bottom: 36px;
  color: #727272;
  line-height: 17px;
}

.popup-contact {
  position: fixed;
  z-index: 501000;
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.53);
}

.div-content-popup-contact {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 450px;
  margin: auto;
  padding: 32px 33px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 6px 11px 3px rgba(0, 0, 0, 0.3);
}

.textarea {
  height: 500px;
}

.icon-4 {
  color: #fff;
}

.menu-familia-nav2 {
  display: block;
  height: 60px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.menu-familia-nav2:hover {
  position: relative;
  border-bottom: 3px solid #e20b19;
  color: #e20b19;
}

.menu-familia-nav2:focus {
  background-color: #e20b19;
  color: #fff;
}

.content-items-menu-drop2 {
  display: block;
  height: 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #0f458f;
}

.content-items-menu-drop2:focus {
  background-color: #e20b19;
  color: #fff;
}

.content-items-menu-drop2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-drop-menu-item2 {
  font-family: Myriadpro, sans-serif;
  font-weight: 600;
}

.popup-credit {
  position: fixed;
  z-index: 501000;
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.53);
}

.div-content-popup-credit {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 500px;
  margin: auto;
  padding: 32px 33px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 6px 11px 3px rgba(0, 0, 0, 0.3);
}

.content-box-credit {
  width: 100%;
  margin-right: 9px;
  margin-left: 9px;
}

.mask-2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.icon-trash {
  width: 25px;
  height: 25px;
}

.title-list-box-carrito-tabla-precio-largo {
  width: 12%;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none transparent;
}

.section-admin {
  padding-top: 39px;
  padding-bottom: 12px;
}

.section-admin._2 {
  padding-top: 0px;
}

.wrapper-admin {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 38px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #a3a3a3;
}

.title-admin {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Myriadpro, sans-serif;
  color: #252525;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.title-admin.heading-product {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #252525;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
}

.title-admin.steps {
  color: #fff;
}

.title-admin.micuenta-subtitles {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.title-admin.account {
  font-size: 40px;
  font-weight: 700;
}

.title-admin.carrito-title {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}

.title-admin.micarrito-subtitles {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.title-admin.user {
  margin-right: 24px;
  font-size: 20px;
  line-height: 22px;
}

.text-ramdom {
  margin-top: 0px;
  color: #727272;
  line-height: 17px;
}

.button-admin {
  margin-top: 9px;
  margin-right: 13px;
  margin-left: 0px;
  padding: 8px 46px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 30px;
  background-color: #0f458f;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.button-admin:hover {
  background-color: #e20b19;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.button-admin.account {
  margin-top: 13px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 600;
}

.button-admin.carrito {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 15px;
}

.button-admin.carrito._2 {
  margin-left: 119px;
}

.button-admin.direccionboton {
  margin-top: 18px;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
}

.button-admin._2 {
  margin-right: 0px;
  float: right;
}

.button-admin._2.responsive {
  display: none;
}

.button-admin.descargar {
  display: block;
  margin-top: 31px;
}

.row-admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-admin {
  width: 13%;
}

.col-admin.butons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-admin._1 {
  width: 8%;
}

.col-admin._2 {
  width: 10%;
}

.col-admin._4 {
  width: 8%;
}

.col-admin._3 {
  width: 14%;
}

.col-admin._5 {
  width: 9%;
}

.col-admin._6 {
  width: 10%;
}

.col-admin._7 {
  width: 14%;
}

.col-admin.pagination {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.col-admin.pediente {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.row-admin-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 11px 27px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 2px;
  background-color: transparent;
}

.row-admin-2._2 {
  border-style: none;
  background-color: #e9eef1;
}

.button-table-options {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 5px 3px 3px;
  border-radius: 20px;
  background-color: #0f458f;
  font-family: 'Fa solid 900', sans-serif;
  text-align: center;
}

.button-table-options:hover {
  background-color: #e20b19;
}

.row-admin-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 27px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #e9eef1;
}

.row-admin-1._2 {
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  background-color: transparent;
}

.wrapper-add-user {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-add-user {
  width: 1200px;
  margin-right: auto;
  margin-bottom: 9px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.add-user-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.add-user-items._2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.name-profile {
  width: 100%;
  height: 44px;
  min-height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  background-color: #fff;
  color: #848697;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}

.name-profile:focus {
  border-width: 2px;
  border-color: #3b50c9;
  border-radius: 3px;
}

.div-embed-input {
  width: 12%;
}

.div-embed-input._2 {
  margin-right: 15px;
}

.estado-table {
  font-family: Myriadpro, sans-serif;
  color: #3d3d3d;
  line-height: 15px;
}

.estado-table.aprobado {
  display: block;
  padding: 4px 8px;
  border-radius: 10px;
  background-color: #41b100;
  color: #fff;
  text-align: center;
}

.estado-table.rechazado {
  display: block;
  padding: 4px 8px;
  border-radius: 10px;
  background-color: #e20b19;
  color: #fff;
  text-align: center;
}

.estado-table.pendiente {
  display: block;
  padding: 4px 8px;
  border-radius: 10px;
  background-color: #0f458f;
  color: #fff;
  text-align: center;
}

.add-filter-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.add-filter-items._2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-next {
  font-family: 'Fa solid 900', sans-serif;
}

.icon-next:hover {
  color: #0f458f;
}

@media screen and (min-width: 1920px) {
  .nav-menu-bar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .body {
    display: block;
  }

  .container-cat-products {
    max-width: 100%;
  }

  .category-card-cat {
    width: 33.3%;
  }

  .content-items-menu-drop {
    display: inline-block;
  }

  .body-mail {
    display: block;
  }

  .content-items-menu-drop2 {
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .logo-nav-image {
    width: 135px;
    margin-top: -5px;
  }

  .search-bar-nav {
    padding-right: 15px;
    padding-left: 22px;
  }

  .search-content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .icon-nav {
    margin-right: 10px;
  }

  .text-nav-bar-items {
    display: none;
  }

  .nav-content-2 {
    display: block;
    width: auto;
    height: auto;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 40px;
  }

  .container-slide {
    padding-right: 259px;
    padding-left: 72px;
  }

  .details-slides-text {
    width: 200px;
  }

  .button-style-3 {
    width: 100%;
  }

  .home-product-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .container-titled-home {
    display: block;
    padding-left: 44px;
    text-align: left;
  }

  .heading-style-1 {
    text-align: left;
  }

  .container-cat-products {
    position: static;
    display: block;
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .product-card-home-more-sale {
    width: 100%;
    margin-bottom: 20px;
  }

  .container-category-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .category-card-grid {
    overflow: hidden;
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .steps-cantainer {
    display: block;
    padding-right: 150px;
    padding-left: 150px;
  }

  .div-steps {
    display: block;
    width: 100%;
    margin-bottom: 33px;
  }

  .div-steps-destacado {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .footer {
    padding-right: 48px;
    padding-left: 48px;
  }

  .footer-heading {
    margin-left: 0px;
  }

  .div-footer {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-footer-2 {
    margin-bottom: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-footer-info-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .login-section {
    padding-right: 84px;
    padding-left: 84px;
  }

  .div-conten2-login {
    display: none;
  }

  .div-content-login {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-sidebar-filter {
    width: 40%;
  }

  .div-content-category-page {
    width: 60%;
    padding-right: 13px;
    padding-left: 13px;
  }

  .div-content-filter-vertical {
    margin-top: 18px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .category-card-cat {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 18px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .menu-familia-nav {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-items-menu-drop {
    background-color: #0f458f;
  }

  .content-items-menu-drop:focus {
    background-color: #e20b19;
  }

  .button-style-1.carrito {
    padding-right: 28px;
    padding-left: 28px;
  }

  .button-style-1.direccionboton {
    margin-top: 30px;
  }

  .section-product-content {
    padding-right: 29px;
    padding-left: 29px;
  }

  .div-galery-product {
    margin-top: 29px;
  }

  .div-content-info-product {
    width: 50%;
    padding-right: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block {
    margin-right: auto;
    margin-left: auto;
  }

  .icon-menu-burger {
    color: #0f458f;
    font-size: 46px;
  }

  .menu-button {
    padding: 11px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #e20b19;
  }

  .carousel-home-dest {
    width: 100%;
    padding-right: 27px;
    padding-left: 27px;
  }

  .carousel-content {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 33px;
    padding-left: 33px;
  }

  .left-arrow {
    margin-left: 504px;
  }

  .rigth-arrow {
    margin-left: 561px;
  }

  .product-slide-home-more-sale {
    width: 100%;
    max-width: 100%;
  }

  .carousel-home-more-sale {
    width: 50%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .mask {
    width: 100%;
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
  }

  .left-arrow-2 {
    margin-left: 506px;
  }

  .rigth-arrow-2 {
    margin-left: 559px;
  }

  .titled-dest-hot-product-2 {
    line-height: 26px;
  }

  .image-product-section {
    width: 500px;
  }

  .div-tab-inter {
    display: block;
    overflow: visible;
    width: 100%;
  }

  .section-account {
    padding-right: 38px;
    padding-left: 38px;
  }

  .container-titled-account {
    display: block;
    padding-left: 44px;
    text-align: left;
  }

  .carrito-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .block-info-carrito {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-list-box-carrito-tabla {
    width: auto;
  }

  .carrito-section-confirmation {
    padding-right: 27px;
    padding-left: 27px;
  }

  .despacho-box-carrito-info {
    padding-right: 21px;
    padding-left: 21px;
  }

  .title-list-box-resumen-tabla-2 {
    width: auto;
  }

  .div-pop-up-ciudad {
    display: none;
  }

  .div-content-popup {
    width: 600px;
  }

  .box-text-popup {
    display: block;
    overflow: visible;
    height: 500px;
    max-height: 400px;
    padding-top: 9px;
  }

  .icon-list-box-carrito-tabla-copy {
    width: auto;
  }

  .div-agregar-producto {
    display: none;
  }

  .content-agregar-producto {
    width: 650px;
    height: 650px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-direccion {
    display: none;
    padding-right: 19px;
    padding-left: 19px;
  }

  .content-direccion {
    width: 650px;
    height: 700px;
  }

  .div-poup-pedido-fallido {
    display: none;
  }

  .title-list-box-carrito-tabla-principal {
    width: 30%;
  }

  .block-info-carrito-resumen1 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .popup-despacho {
    display: none;
  }

  .div-content-popup-envio {
    overflow: scroll;
    width: 750px;
  }

  .popup-contact {
    display: none;
  }

  .menu-familia-nav2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .popup-credit {
    display: none;
  }

  .title-list-box-carrito-tabla-precio-largo {
    width: auto;
  }

  .div_content_direcciones {
    overflow: scroll;
    max-height: 420px;
    margin-top: 31px;
  }

  .section-admin {
    padding-right: 38px;
    padding-left: 38px;
  }

  .title-admin {
    text-align: left;
  }

  .button-admin.carrito {
    padding-right: 28px;
    padding-left: 28px;
  }

  .button-admin.direccionboton {
    margin-top: 30px;
  }

  .table-admin {
    overflow: auto;
  }

  .row-admin-2 {
    width: 1200px;
  }

  .row-admin-1 {
    width: 1200px;
  }

  .section-add-user {
    padding-right: 38px;
    padding-left: 38px;
  }

  .title-add-user {
    width: 100%;
  }

  .add-user-items {
    width: 100%;
  }

  .div-embed-input {
    width: 13%;
  }

  .div-embed-input._2 {
    width: 33%;
  }

  .section-filter {
    padding-right: 38px;
    padding-left: 38px;
  }

  .add-filter-items {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .login-section {
    padding-top: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .div-logo-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-conten2-login {
    display: none;
  }

  .div-content-login {
    padding-top: 46px;
    padding-bottom: 46px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form {
    padding-right: 40px;
    padding-left: 40px;
  }

  .submit-button {
    width: 70%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-style-1.carrito._2 {
    margin-left: 74px;
  }

  .div-pop-up-ciudad {
    display: none;
  }

  .div-content-popup {
    width: 550px;
  }

  .div-agregar-producto {
    display: none;
  }

  .content-agregar-producto {
    width: 500px;
  }

  .button-admin.carrito._2 {
    margin-left: 74px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding: 10px 16px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-content {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: auto;
    margin-right: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-nav.w--current {
    display: block;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-nav-image {
    width: 96px;
    margin-top: 4px;
  }

  .search-bar-nav {
    display: none;
    margin-left: 0px;
    padding-top: 68px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-input {
    position: static;
    left: auto;
    right: auto;
    margin-right: 0px;
  }

  .search-button {
    display: block;
  }

  .search-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-left: 0px;
    padding-left: 9px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .icon-nav {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: -2px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .body {
    display: block;
  }

  .text-nav-bar-items {
    display: none;
  }

  .nav-content-2 {
    display: block;
    width: auto;
    height: auto;
  }

  .slide1 {
    background-position: 0% 50%;
  }

  .slide-2 {
    background-position: 0% 50%;
  }

  .slide-3 {
    background-position: 0% 50%;
  }

  .heading-2 {
    width: 280px;
    max-width: 280px;
  }

  .container-slide {
    padding: 27px 28px 27px 23px;
  }

  .details-slides-text {
    width: 200px;
  }

  .titled-info-card.info-card {
    margin-top: 20px;
  }

  .home-product-card {
    position: relative;
    display: block;
    width: 100%;
    height: 480px;
    margin: 10px 0px 23px;
    padding: 41px 36px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-product-card-info {
    margin: auto;
    text-align: center;
  }

  .container-titled-home {
    padding-left: 48px;
    text-align: left;
  }

  .heading-style-1 {
    padding-right: 20px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .heading-style-1.heading-product {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .heading-style-1.steps {
    text-align: center;
  }

  .container-cat-products {
    display: block;
    overflow: visible;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
  }

  .product-card-home-more-sale {
    display: block;
    width: 100%;
    margin: 32px 0px;
  }

  .container-category-grid {
    display: block;
  }

  .category-card-grid {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .steps-cantainer {
    padding-right: 28px;
    padding-left: 28px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .login-section {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 23px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-logo-section {
    padding-right: 13px;
    padding-left: 13px;
  }

  .container-login-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-conten2-login {
    display: none;
  }

  .div-content-login {
    display: block;
    padding: 20px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .submit-button {
    width: 83%;
  }

  .button-style-cart-add.cell {
    display: block;
    width: 85%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-link-product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-category {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-sidebar-filter {
    width: 100%;
  }

  .div-content-category-page {
    width: 100%;
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .category-card-cat {
    width: 100%;
    margin: 0px auto 32px;
  }

  .menu-familia-nav {
    color: #0f458f;
  }

  .content-items-menu-drop {
    display: block;
    background-color: #0f458f;
    color: #0f458f;
  }

  .content-items-menu-drop:focus {
    color: #fff;
  }

  .content-items-menu-drop.w--open:focus {
    color: #fff;
  }

  .button-style-1 {
    position: static;
    left: 45px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-style-1.carrito {
    margin-top: 10px;
    padding: 10px 14px;
  }

  .button-style-1.carrito._2 {
    margin-left: 22px;
    padding: 14px 29px;
  }

  .button-style-1.direccionboton {
    margin-right: 50px;
    margin-left: 50px;
  }

  .div-galery-product {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-content-info-product {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-content-info-product.product-info-stock {
    display: block;
    float: none;
    clear: none;
  }

  .container-product-page {
    display: block;
  }

  .text-standar-bold {
    display: inline-block;
    font-size: 14px;
  }

  .text-standar-bold.tabla-account {
    display: block;
    width: 100%;
  }

  .text-standar-bold.resumen {
    display: block;
  }

  .text-standar-bold.resumen2 {
    display: block;
    margin-top: -19px;
    margin-left: 25px;
  }

  .text-standar-bold.direcciones {
    width: auto;
  }

  .text-standar-bold.direcciones3 {
    width: auto;
  }

  .text-standar-bold.tabla-admin {
    display: block;
    width: 100%;
  }

  .text-field-product-cantidad {
    display: block;
    max-width: 100%;
    padding-left: 12px;
  }

  .form-block {
    display: block;
    margin-right: 0px;
  }

  .div-icon-stok {
    display: inline-block;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-info-stok {
    width: 100%;
  }

  .text-block {
    text-align: center;
  }

  .icon {
    display: none;
  }

  .icon-menu-burger {
    color: #0f458f;
    font-size: 32px;
  }

  .menu-button {
    margin-left: 5px;
    padding: 5px;
  }

  .carousel-home-dest {
    padding-right: 3px;
    padding-left: 3px;
  }

  .product-slide-home-dest {
    height: 100%;
    margin-top: -29px;
  }

  .left-arrow {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 10px 0px 0px;
    padding-left: 0px;
  }

  .icon-2 {
    position: static;
    margin: 0px;
    padding: 6px 4px 6px 6px;
    clear: both;
    font-size: 14px;
    line-height: 14px;
  }

  .rigth-arrow {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 0px 0px 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .product-slide-home-more-sale {
    margin-top: -72px;
  }

  .carousel-home-more-sale {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }

  .mask {
    padding-bottom: 0px;
  }

  .left-arrow-2 {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 10px 0px 0px;
  }

  .rigth-arrow-2 {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 0px 0px 10px;
  }

  .text-drop-menu-item {
    display: block;
    overflow: visible;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
  }

  .text-drop-menu-item:focus {
    color: #fff;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide-nav-3 {
    display: none;
  }

  .image-3 {
    width: 100%;
    margin: auto;
  }

  .div-content-icon-nav {
    margin-left: 7px;
  }

  .product-titled-box {
    padding-top: 0px;
  }

  .form-2 {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .skills-content-block {
    display: block;
  }

  .section-account {
    padding-top: 27px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .horizontal-tabs {
    display: block;
  }

  .horizontal-tabs-menu {
    padding-right: 6px;
    padding-left: 6px;
  }

  .wrapper1-account-tabs {
    width: auto;
  }

  .input-name-account {
    width: 100%;
  }

  .title-box-account-tabla {
    display: block;
  }

  .title-list-box-account-tabla {
    width: 100%;
    margin-bottom: 12px;
  }

  .items-box-account-tabla {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-titled-account {
    padding-left: 48px;
    text-align: left;
  }

  .container-carrito {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-info-carrito {
    width: auto;
    padding-right: 9px;
    padding-left: 9px;
  }

  .block-info-carrito-resumen {
    position: static;
    display: block;
    width: auto;
    margin-left: 0px;
  }

  .title-list-box-carrito-tabla {
    width: 100%;
    margin-bottom: 13px;
  }

  .carrito-title-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper1-resumen-items {
    width: auto;
  }

  .text-standar-bold-light {
    display: inline-block;
    font-size: 14px;
  }

  .despacho-box-carrito-info {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }

  .box-despacho-1 {
    width: auto;
  }

  .box-despacho-2 {
    width: auto;
  }

  .div-pop-up-ciudad {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .div-content-popup {
    overflow: hidden;
    width: 310px;
    height: 450px;
  }

  .popup-title {
    margin-left: 3px;
    padding-left: 17px;
  }

  .box-text-popup {
    overflow: scroll;
    height: 310px;
    max-height: 310px;
    padding-top: 0px;
  }

  .icon-list-box-carrito-tabla-copy {
    width: auto;
  }

  .div-agregar-producto {
    display: none;
  }

  .content-agregar-producto {
    display: block;
    width: 320px;
    height: 580px;
    max-height: 580px;
    margin-top: 113px;
    margin-bottom: 0px;
    padding-top: 37px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .popup-text-agregar {
    margin-right: 19px;
  }

  .input-name-agregar2 {
    width: 150px;
  }

  .div-direccion {
    display: none;
  }

  .content-direccion {
    overflow: visible;
    width: 320px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .box-text-popup-direccion {
    padding-left: 10px;
  }

  .items-direcciones-edit {
    display: block;
  }

  .div-poup-pedido-fallido {
    display: none;
  }

  .div-content-pedido-fafllido {
    width: 320px;
    height: 300px;
  }

  .title-list-box-carrito-tabla-principal {
    width: 100%;
    margin-bottom: 13px;
  }

  .title-list-box-carrito-tabla-box {
    width: 100%;
    margin-bottom: 13px;
  }

  .block-info-carrito-resumen1 {
    position: static;
    display: block;
    width: auto;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-mail-2 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .box-icon-estado-compra {
    display: none;
  }

  .box-text-estado-compra {
    width: 100%;
  }

  .body-mail {
    display: block;
    padding-right: 22px;
    padding-left: 22px;
  }

  .estado-compra-correo-active {
    padding-right: 6px;
    padding-left: 6px;
  }

  .contacto-mail {
    display: block;
  }

  .contacto-mail-footer {
    display: block;
    text-align: center;
  }

  .popup-despacho {
    display: none;
  }

  .div-content-popup-envio {
    overflow: scroll;
    width: 320px;
    height: 800px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .popup-title-despacho {
    display: block;
    margin-left: 11px;
    font-size: 18px;
    line-height: 20px;
  }

  .popup-contact {
    display: none;
  }

  .div-content-popup-contact {
    width: 320px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .icon-4 {
    color: #e9eef1;
  }

  .icon-4:focus {
    color: #fff;
  }

  .text-drop-menu-item2 {
    font-size: 14px;
    line-height: 16px;
  }

  .popup-credit {
    display: none;
  }

  .div-content-popup-credit {
    display: block;
    width: 320px;
    height: 500px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .content-box-credit {
    margin-top: 17px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block {
    display: block;
    width: 100%;
    margin-top: 38px;
  }

  .title-list-box-carrito-tabla-precio-largo {
    width: 100%;
    margin-bottom: 13px;
  }

  .section-admin {
    padding-top: 27px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .title-admin {
    padding-right: 20px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .title-admin.heading-product {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .title-admin.steps {
    text-align: center;
  }

  .button-admin {
    position: static;
    left: 45px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-admin.carrito {
    margin-top: 10px;
    padding: 10px 14px;
  }

  .button-admin.carrito._2 {
    margin-left: 22px;
    padding: 14px 29px;
  }

  .button-admin.direccionboton {
    margin-right: 50px;
    margin-left: 50px;
  }

  .button-admin._2 {
    display: none;
    float: none;
  }

  .button-admin._2.responsive {
    display: block;
  }

  .button-admin._2.real {
    display: block;
  }

  .row-admin-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .row-admin-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .add-user-items {
    display: block;
  }

  .name-profile {
    margin-top: 4px;
  }

  .div-embed-input {
    width: 100%;
  }

  .div-embed-input._2 {
    width: 100%;
  }

  .add-filter-items {
    display: block;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-SemiboldIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro it';
  src: url('../fonts/MyriadPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}