@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&display=swap");
@import 'css/foundation.min.css';
@import 'css/app.css';
html, body {
  font-family: "Archivo", sans-serif;
}

html, body {
  background: #f3f3f3;
}

.cta {
  background: #60D1E0;
  color: #FFFFFF;
  padding: 1em 2.5em;
  border-radius: 8px;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin: auto;
}

a {
  color: #60D1E0;
}

.post-edit-link {
  background: #d0d0d0;
  color: #FFFFFF;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1em;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.button, .wc-block-components-totals-coupon__button {
  background: #60D1E0;
  color: #FFFFFF;
  padding: 1em 2.5em;
  border-radius: 8px;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin: auto;
}

header.main-header {
  background: #FFFFFF;
  width: 100%;
}
header.main-header .main-logo {
  text-align: center;
  padding: 1.5em;
}

.store-notice {
  background: #151515;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8em;
}
.store-notice .store-notice-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 42em) {
  .store-notice .store-notice-content {
    display: block;
  }
  .store-notice .store-notice-content p {
    margin: 0;
    padding: 0.1em;
  }
  .store-notice .store-notice-content .notice-1, .store-notice .store-notice-content .notice-2 {
    text-align: center;
  }
}
.store-notice p {
  margin: 0;
  padding: 0.5em;
  color: #FFFFFF;
  font-weight: bold;
}
.store-notice p a {
  color: inherit;
}
.store-notice .notice-1 {
  text-align: left;
}
.store-notice .notice-2 {
  text-align: right;
}
.store-notice a.wp:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.1em;
  margin: 0 0.5em;
  background: url("assets/img/icono_whatsapp.svg") no-repeat center bottom;
  background-size: contain;
}

.main-menu nav.main-nav {
  text-align: center;
  padding: 1em 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-menu nav.main-nav ul {
  margin: 0;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.main-menu nav.main-nav ul li {
  display: inline-block;
}
.main-menu nav.main-nav ul li a {
  display: block;
  padding: 1em;
  border-radius: 8px;
  color: #151515;
  font-size: 1em;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-menu nav.main-nav ul li a:hover {
  background: #d0d0d0;
}
.main-menu nav.main-nav ul li:nth-child(3n) a {
  background: #151515;
  color: #FFFFFF;
}
.main-menu nav.main-nav ul li:nth-child(3n) a:hover {
  background: #FFFFFF;
  color: #151515;
  border: 1px solid #151515;
}
.main-menu nav.tienda {
  text-align: right;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.main-menu nav.tienda ul {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.main-menu nav.tienda ul li {
  display: inline-block;
}
.main-menu nav.tienda ul li a {
  display: inline-block;
  width: 2em;
  padding: 0.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-menu nav.tienda ul li a img {
  width: 100%;
}

footer.main-footer {
  background: #FFFFFF;
  padding: 5em 0;
  margin-top: 5em;
}
@media only screen and (max-width: 42em) {
  footer.main-footer {
    padding: 5em 1em;
  }
}
footer.main-footer .nav_footer {
  margin-top: 5em;
}
@media only screen and (max-width: 42em) {
  footer.main-footer .nav_footer {
    padding: 1em;
  }
}
footer.main-footer .nav_footer ul {
  margin: 0;
}
@media only screen and (max-width: 42em) {
  footer.main-footer .nav_footer ul {
    margin-bottom: 1em;
  }
}
footer.main-footer .nav_footer li {
  list-style-type: none;
}
footer.main-footer .nav_footer a {
  color: #151515;
}
footer.main-footer .nav_redes {
  text-align: right;
}
footer.main-footer .nav_redes li {
  display: inline-block;
  padding: 0.5em;
}
footer.main-footer address p {
  position: relative;
  font-style: normal;
  line-height: 1;
}
footer.main-footer address p:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8em;
  height: 1.2em;
  left: -1.1em;
  top: 0em;
  background: url("assets/img/icono_ubicacion.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 42em) {
  footer.main-footer address p:before {
    display: block;
    left: 0;
  }
}
@media only screen and (max-width: 42em) {
  footer.main-footer address p {
    padding-left: 1.5em;
  }
}
footer.main-footer p.telefono {
  position: relative;
}
footer.main-footer p.telefono:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8em;
  height: 1.2em;
  left: -1.1em;
  top: 0em;
  background: url("assets/img/icono_telefono.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 42em) {
  footer.main-footer p.telefono:before {
    display: block;
    left: 0;
  }
}
@media only screen and (max-width: 42em) {
  footer.main-footer p.telefono {
    padding-left: 1.5em;
  }
}

.home-banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1em 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto 1em auto;
      grid-template-areas: "main uno" "main dos";
  grid-gap: 1em;
  height: 35em;
  margin: 1em 0;
}
@media only screen and (max-width: 42em) {
  .home-banner {
    height: auto;
    display: block;
  }
}
.home-banner .main, .home-banner .second, .home-banner .third {
  background: #d0d0d0;
  border-radius: 8px;
  padding: 1em;
  -ms-flex-line-pack: end;
      align-content: end;
}
@media only screen and (max-width: 42em) {
  .home-banner .main, .home-banner .second, .home-banner .third {
    margin-bottom: 1em;
  }
}
.home-banner .main .caption, .home-banner .second .caption, .home-banner .third .caption {
  padding: 2em;
}
.home-banner .main .caption h1, .home-banner .main .caption h2, .home-banner .main .caption h3, .home-banner .second .caption h1, .home-banner .second .caption h2, .home-banner .second .caption h3, .home-banner .third .caption h1, .home-banner .third .caption h2, .home-banner .third .caption h3 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: inherit;
}
.home-banner .main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: main;
}
.home-banner .third {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: dos;
}
.home-banner .third .caption h3 {
  font-size: 1.2em;
}

.banner_text {
  text-align: center;
  color: #151515;
  padding: 3em 0;
}
.banner_text h2 {
  font-size: 2.3em;
  margin: 0;
}

.productos-home {
  margin-top: 1em;
  margin-bottom: 5em;
}

.cta_catalogo {
  margin-top: 2em;
}

.page-header {
  text-align: center;
  text-transform: uppercase;
  padding: 1em 0;
}
.page-header h1.page-title {
  font-weight: bold;
  font-size: 2em;
  color: #151515;
}

.product_thumb {
  margin-bottom: 1em;
}
.product_thumb .product_cat {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0.3em;
}
.product_thumb .product_cat .cat {
  border-radius: 30px;
  display: block;
  background: #d0d0d0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.8em;
  font-size: 0.7em;
  text-transform: uppercase;
}
.product_thumb .product_cat .cat:last-child {
  background: #EFCE90;
  -ms-grid-column-align: end;
      justify-self: end;
}
.product_thumb .thumb {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
}
.product_thumb .thumb_info h2.woocommerce-loop-product__title {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.product_thumb .thumb_info h2.woocommerce-loop-product__title a {
  color: #151515;
  text-transform: uppercase;
}
.product_thumb .thumb_info .price {
  font-weight: bold;
  font-size: 1.2em;
}
.product_thumb .thumb_info .price del {
  opacity: 0.5;
  font-weight: normal;
}
.product_thumb .thumb_info .price ins {
  color: #D82828;
  text-decoration: none;
}
.product_thumb .thumb_info a {
  color: #151515;
}
.product_thumb .add_to_cart_button {
  background: #60D1E0;
  display: block;
  padding: 1em;
  width: 100%;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 1em;
}
.product_thumb .add_to_cart_button:hover {
  background: #25aabb;
}

.onsale {
  position: absolute;
  background: #D82828;
  color: #FFFFFF;
  padding: 0 0.5em;
  text-transform: uppercase;
  border-radius: 0 8px 0 8px;
  right: 0;
  z-index: 99;
}

.product_header {
  text-align: center;
  padding: 1em 0 2em 0;
}
.product_header .store_name {
  color: #60D1E0;
  font-weight: bold;
  font-size: 0.8em;
}
.product_header p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.product_header h1 {
  line-height: 1;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
}

.woocommerce-breadcrumb {
  font-size: 0.8em;
  text-transform: uppercase;
}
.woocommerce-breadcrumb a {
  color: #535353;
}

.producto_detalle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6em 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.6em;
  margin-bottom: 2em;
}
.producto_detalle .woocommerce-product-details__short-description {
  margin-top: 1em;
}
.producto_detalle .woocommerce-product-details__short-description p {
  color: #676767;
}

.product_title {
  font-weight: bold;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: 0;
}

.price {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
.price ins {
  text-decoration: none;
  color: #D82828;
}

.galeria_producto {
  position: relative;
}
.galeria_producto .woocommerce-product-gallery__wrapper {
  border-radius: 8px;
  overflow: hidden;
}

section.products h2.related_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  color: #676767;
  margin-bottom: 1.2em;
}

table.variations {
  margin: 0;
}
table.variations tbody {
  background-color: transparent;
}
table.variations tbody tr {
  border: none;
}
table.variations tbody td {
  padding: 0;
}
table.variations tbody .label {
  background: none;
  color: #151515;
  padding: 0;
}
table.variations tbody .label label {
  text-transform: uppercase;
  font-weight: bold;
}
table.variations tbody .label span {
  background-color: #60D1E0;
}

.woocommerce-variation-add-to-cart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.3fr 1em 1fr;
  grid-template-columns: 0.3fr 1fr;
  grid-gap: 1em;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 2em 0;
}
.woocommerce-variation-add-to-cart .quantity input[type=number] {
  padding: 1.6em 0.8em;
  margin: 0;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

button.single_add_to_cart_button {
  background-color: #60D1E0;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 0.8em;
  font-size: 1.3em;
  margin: 0;
}
button.single_add_to_cart_button:hover {
  background-color: #25aabb;
}

.single_add_to_cart_button.disabled {
  background-color: #60D1E0;
}

.product_meta {
  color: #676767;
  text-transform: uppercase;
  padding-top: 1em;
  font-size: 0.8em;
}
.product_meta a, .product_meta span.sku {
  background-color: #d0d0d0;
  color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 0.7em;
  padding: 0.2em 0.6em 0.1em 0.6em;
  border-radius: 5px;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
  display: block;
}

.woocommerce-notices-wrapper {
  margin: 0.5em auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-radius: 8px;
  padding: 0.5em 3.5em;
  color: #FFFFFF;
  background-color: #0dd672;
}
.woocommerce-notices-wrapper .button {
  margin: 0;
  background-color: #FFFFFF;
  color: #151515;
  border-radius: 8px;
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-radius: 8px;
  padding: 0.5em 3.5em;
  color: #FFFFFF;
  background-color: #D82828;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  list-style-type: none;
}

.woocommerce-pagination {
  text-align: center;
  margin-top: 2em;
}
.woocommerce-pagination ul li {
  display: inline-block;
}
.woocommerce-pagination ul li span.page-numbers, .woocommerce-pagination ul li a {
  display: block;
  border: 1px solid #60D1E0;
  color: #FFFFFF;
  background: #60D1E0;
  padding: 0.5em 1em;
  border-radius: 8px;
  font-weight: bold;
}
.woocommerce-pagination ul li span.current {
  color: #60D1E0;
  background: #FFFFFF;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button {
  background: #0dd672;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 8px;
  text-transform: uppercase;
  margin-top: 2em;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
  background: #0ff080;
}

table.wc-block-cart-items th {
  background: #151515 !important;
}

.wp-block-woocommerce-cart-totals-block {
  background: #FFFFFF;
  padding: 1em 1.5em;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background: #FFFFFF;
}

.wc-block-checkout__form {
  background: #FFFFFF;
  padding: 1em 2em;
  margin-top: 8px !important;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
}

.wc-block-components-checkout-place-order-button {
  background: #0dd672;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 8px;
  text-transform: uppercase;
  margin-top: 2em;
}
.wc-block-components-checkout-place-order-button:hover {
  background: #0ff080;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  background: #0dd672;
  color: #044022;
  padding: 1em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 8px;
}
.woocommerce-order ul.woocommerce-order-overview {
  width: 50%;
  margin: 0em auto 2em auto;
  background: #FFFFFF;
  padding: 1em 2em;
  border-radius: 8px;
}
.woocommerce-order ul.woocommerce-order-overview li {
  list-style-type: none;
  padding: 0.5em 0;
  border-bottom: 1px solid #d0d0d0;
}
.woocommerce-order ul.woocommerce-order-overview li:last-child {
  border-bottom: none;
}

.woocommerce-order-details table {
  -webkit-box-shadow: 0 0 5px #d0d0d0;
          box-shadow: 0 0 5px #d0d0d0;
  border-radius: 8px;
  overflow: hidden;
}
.woocommerce-order-details table thead tr th.woocommerce-table__product-name {
  width: 20%;
}
.woocommerce-order-details table tbody {
  background: #FFFFFF;
}
.woocommerce-order-details table tbody tr:nth-child(even) {
  background: #f6f6f6;
}
.woocommerce-order-details table tfoot tr {
  background: #FFFFFF;
}