@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: fonarto;
  src: url(../fonts/fonarto.ttf);
  font-weight: normal;
}

body.archive {
  background-color: #e7e7e7;
}

.main_shop {
  margin-top: 100px;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  -ms-flex-item-align: start;
  align-self: start;
}

.woocommerce-result-count {
  display: none !important;
}

.woocommerce-ordering {
  margin: 2rem 2rem 2rem 2rem !important;
  -ms-flex-item-align: left;
  -ms-grid-row-align: left;
  align-self: left;
}

.woocommerce-ordering select.orderby {
  font-family: "Poppins", sans-serif !important;
  height: 2rem;
  background-color: white;
}

.woocommerce-notices-wrapper {
  font-family: "Poppins", sans-serif;
  margin-top: 1rem;
}

span.onsale {
  background-color: #111 !important;
}

.frontproducts {
  border: 15px solid #fff;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
  text-align: center !important;
  background-color: #fff;
}

.frontproducts a:first-child>h2 {
  font-weight: 400;
  color: #111;
}

.frontproducts a:nth-child(2) {
  background-color: #111 !important;
  font-weight: 300;
  color: white !important;
}

.frontproducts a:nth-child(2):hover {
  background-color: #00C853 !important;
}

.frontproducts a:nth-child(3) {
  font-weight: 200;
  color: #1A1A1A;
  display: block;
}

.product input[type="number"],
.woocommerce-cart input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.productinput[type="number"]::-webkit-inner-spin-button,
.productinput[type="number"]::-webkit-outer-spin-button,
.woocommerce-cartinput[type="number"]::-webkit-inner-spin-button,
.woocommerce-cartinput[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
  font-family: "Poppins", sans-serif !important;
  text-align: center;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price del {
  -webkit-text-decoration-color: #ff5757;
  text-decoration-color: #ff5757;
  padding-bottom: 0.25rem;
  text-decoration-thickness: 0.1rem;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price ins {
  padding-bottom: 0.25rem;
  text-decoration: none;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link img:hover {
  -webkit-filter: drop-shadow(5px 5px 10px #00C853);
  filter: drop-shadow(5px 5px 10px #00C853);
}

.products.columns-4 {
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
  margin: 0rem 2rem !important;
}

.products.columns-4>li {
  position: relative;
}

.woocommerce-loop-product__title {
  text-align: center !important;
  font-size: 1.2rem !important;
  color: #191919;
  text-decoration: none;
}

.woocommerce-loop-product__title:visited {
  color: #191919;
}

.withoutstock {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
  width: 90%;
  padding: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #414141;
  opacity: 0.95;
  color: #00C853;
  cursor: default;
}

.flex-control-nav.flex-control-thumbs>li {
  margin: 0.5rem 0.5rem 0rem 0rem !important;
}

.ywapo_options_container span {
  text-align: center;
  color: #151515 !important;
  font-size: 1rem !important;
}

.ywapo_input_container.ywapo_input_container_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ywapo_label.ywapo_label_tag_position_after {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ywapo_single_option_image {
  width: 45px !important;
  margin: 3px !important;
}

.yithtablecont {
  font-size: 0.9rem !important;
}

.yithtablecont table {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0rem 0rem 2rem 1.5rem;
}

.yithtablecont .yithlabel {
  text-align: start !important;
}

.mp-credits-banner-info {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .withoutstock {
    top: 25%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    padding: 0.5rem;
    font-size: 1rem;
  }

  .main_shop {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main_shop {
    margin-top: 40px;
  }
}

@media screen and (max-width: 430px) {
  ul.products.columns-4 li.product {
    width: 100% !important;
  }

  .main_shop {
    margin-top: 40px;
  }
}

@font-face {
  font-family: fonarto;
  src: url(../fonts/fonarto.ttf);
  font-weight: normal;
}

.woocommerce-cart {
  font-family: "Poppins", sans-serif !important;
}

.woocommerce-cart button.button {
  font-size: 0.9rem !important;
  background-color: #1A1A1A !important;
  color: white !important;
}

.woocommerce-cart button.button:hover {
  background-color: #00C853 !important;
}

.main_cart {
  margin-top: 120px;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  -ms-flex-item-align: start;
  align-self: start;
}

#coupon_code {
  width: 10rem;
}

p.return-to-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

p.return-to-shop .button.wc-backward {
  text-align: center !important;
  margin: 3rem 0rem;
  width: 15rem;
  -ms-grid-column-align: center !important;
  justify-self: center !important;
  color: white !important;
  background-color: #1A1A1A !important;
}

p.return-to-shop .button.wc-backward:hover {
  color: white !important;
  background-color: #00C853 !important;
}

.coupon button {
  font-size: 0.9rem !important;
  background-color: #1A1A1A !important;
  color: white !important;
}

.coupon button:hover {
  background-color: #00C853 !important;
}

a.checkout-button {
  background-color: #1A1A1A !important;
  color: white !important;
}

a.checkout-button:hover {
  background-color: #00C853 !important;
}

.woocommerce-cart-form__cart-item a {
  font-size: 1.2rem;
  color: #1A1A1A;
  text-decoration: none;
}

.woocommerce-cart-form__cart-item a:visited {
  color: #00C853;
}

.woocommerce-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-pagination .page-numbers {
  color: white;
  background-color: #00C853 !important;
}

.woocommerce-pagination .page-numbers.current {
  color: #1A1A1A !important;
}

.woocommerce-Price-amount.amount {
  color: #77a464;
  font-weight: 500;
}

.shipping-calculator-button {
  color: #00C853;
}

#calc_shipping_city_field>input,
#calc_shipping_postcode_field>input {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #444;
  line-height: 26px;
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

@font-face {
  font-family: fonarto;
  src: url(../fonts/fonarto.ttf);
  font-weight: normal;
}

.single {
  margin-top: 60px;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  -ms-flex-item-align: start;
  align-self: start;
}

.product-type-simple,
.product-type-variable {
  margin: 2rem 2rem;
  font-family: "Poppins", sans-serif;
}

.summary.entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.summary.entry-summary h1 {
  color: #111;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.summary.entry-summary p {
  margin-bottom: 2rem;
}

.summary.entry-summary span {
  color: #77a464;
  font-size: 2rem;
}

ul.tabs::before {
  border: none !important;
}

ul.tabs li {
  border: none !important;
  background-color: white !important;
}

ul.tabs li::after,
ul.tabs li::before {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

ul.tabs li.active {
  background-color: #111 !important;
  color: white;
  border-radius: 4px 4px 4px 4px !important;
}

.product_meta {
  display: none;
}

.quantity input {
  width: 3.631em;
  text-align: center;
  min-height: 37px;
  margin-right: 2rem;
}

.pswp__caption__center {
  display: none;
}

.variations td.value select {
  font-family: "Poppins", sans-serif;
  margin-right: 5rem !important;
}

button.single_add_to_cart_button {
  background-color: #111 !important;
}

button.single_add_to_cart_button:hover {
  background-color: #00C853 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0px !important;
  overflow: unset !important;
}

.related.products {
  padding: 40px;
}

.related.products>h2 {
  text-align: center;
  margin: 2rem 0rem !important;
}

.related.products .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.related.products .button.product_type_simple {
  font-size: 0.9rem;
}

.related.products>.products.columns-4 {
  margin: 0rem 0rem !important;
}

.option-price .woocommerce-Price-currencySymbol {
  font-size: 1em !important;
}

.option-price>* {
  font-size: 1em !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 100 !important;
}

@font-face {
  font-family: fonarto;
  src: url(../fonts/fonarto.ttf);
  font-weight: normal;
}

.main_checkout {
  margin-top: 100px;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  -ms-flex-item-align: start;
  align-self: start;
}

.checkoutcont {
  margin: 1.5rem 1.5rem;
}

.woocommerce-info {
  font-family: "Poppins", sans-serif;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #00C853 !important;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #1A1A1A !important;
}

.checkout.woocommerce-checkout {
  font-family: "Poppins", sans-serif;
  color: #1A1A1A;
}

.checkout.woocommerce-checkout label {
  font-size: 1.1rem;
}

.checkout.woocommerce-checkout .input-text {
  background-color: white;
  border-radius: 5px;
  height: 2rem;
}

.checkout.woocommerce-checkout .select2-selection.select2-selection--single {
  background-color: white;
}

.checkout.woocommerce-checkout #order_comments {
  height: 6rem;
}

.checkout.woocommerce-checkout #order_review_heading {
  margin: 1.5rem 0rem 1rem 0rem;
}

@font-face {
  font-family: fonarto;
  src: url(../fonts/fonarto.ttf);
  font-weight: normal;
}

*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100vw;
  grid-template-columns: 100vw;
  -ms-grid-rows: auto minmax(100vh, auto) auto;
  grid-template-rows: auto minmax(100vh, auto) auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "nav" "main" "footer";
}

.title>p {
  font-weight: 300;
  color: #111;
}

.main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.whatsappbtn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 50;
}

.whatsappbtn i {
  color: #25d366;
}

header.main_header,
header.main_header_shop {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nav;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 80px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header.main_header>.brand,
header.main_header_shop>.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.main_header>.brand>#brandlogo,
header.main_header_shop>.brand>#brandlogo {
  width: 40px;
  height: 40px;
  background: url(../images/logomin.png);
  background-size: 40px 40px;
}

header.main_header>.brand>.logo,
header.main_header_shop>.brand>.logo {
  color: #fff;
  font-family: "fonarto", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  text-decoration: none;
  margin-left: 10px;
}

header.main_header>.brand>.logo:hover,
header.main_header_shop>.brand>.logo:hover {
  color: #00C853;
}

header.main_header>.navigation,
header.main_header_shop>.navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.main_header>.navigation>li,
header.main_header_shop>.navigation>li {
  list-style: none;
  margin-left: 30px;
}

header.main_header>.navigation>li>a,
header.main_header_shop>.navigation>li>a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}

header.main_header>.navigation>li>a:hover,
header.main_header_shop>.navigation>li>a:hover {
  color: #00C853;
}

header.main_header>.navigation_shop,
header.main_header_shop>.navigation_shop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.main_header>.navigation_shop>li,
header.main_header_shop>.navigation_shop>li {
  list-style: none;
  margin-left: 30px;
}

header.main_header>.navigation_shop>li>a,
header.main_header_shop>.navigation_shop>li>a {
  text-decoration: none;
  color: #111;
  font-weight: 400;
}

header.main_header>.navigation_shop>li>a:hover,
header.main_header_shop>.navigation_shop>li>a:hover {
  color: #00C853;
}

header.main_header.fixed,
header.main_header_shop.fixed {
  background: #fff;
  padding: 10px 80px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

header.main_header.fixed>.brand>#brandlogo,
header.main_header_shop.fixed>.brand>#brandlogo {
  background: url(../images/logominorista.png);
  background-size: 40px 40px;
}

header.main_header.fixed>.brand>.logo,
header.main_header_shop.fixed>.brand>.logo {
  color: #1A1A1A;
}

header.main_header.fixed>.brand>.logo:hover,
header.main_header_shop.fixed>.brand>.logo:hover {
  color: #00C853;
}

header.main_header.fixed>.navigation>li>a,
header.main_header_shop.fixed>.navigation>li>a {
  color: #1A1A1A;
}

header.main_header.fixed>.navigation>li>a:hover,
header.main_header_shop.fixed>.navigation>li>a:hover {
  color: #00C853;
}

header.main_header.fixed>.navigation_shop>li>a,
header.main_header_shop.fixed>.navigation_shop>li>a {
  color: #1A1A1A;
}

header.main_header.fixed>.navigation_shop>li>a:hover,
header.main_header_shop.fixed>.navigation_shop>li>a:hover {
  color: #00C853;
}

header.main_header_shop {
  background-color: #1A1A1Abd;
}

header.main_header_shop>.navigation_shop>li>a {
  color: white;
}

header.main_header_shop>.navigation_shop>li>a:hover {
  color: #00C853;
}

.inicio {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/portada.png);
  background-size: cover;
  background-position: center center;
}

.inicio>.content {
  max-width: 900px;
  text-align: center;
}

.inicio>.content>h2 {
  font-size: 5em;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.inicio>.content>p {
  font-size: 1em;
  color: #fff;
}

.inicio>.content>.btn {
  font-size: 1em;
  color: #fff;
  background: #00C853;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 80px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.inicio>.content>.btn:hover {
  border: 1px solid #fff;
  background: transparent;
}

section {
  padding: 80px;
}

.somos {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  height: 1%;
}

.somos>.title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.somos>.title>.heading {
  color: #1A1A1A;
  font-size: 2em;
  font-weight: 300;
}

.somos>.title>.heading>span {
  color: #00C853;
  font-weight: 700;
  font-size: 1.5em;
}

.somos>.title p {
  text-align: center;
}

.somos>.title p>span {
  color: #00C853;
  font-weight: 700;
  font-size: 1.3em;
}

.somos .container {
  margin: 40px 0px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: (220px)[3];
  grid-template-rows: repeat(3, 220px);
  grid-gap: 5px;
  grid-template-areas: "box1 box1 box5 box5" "box2 box4 box3 box3" "box6 box6 box7 box7";
}

.somos .container>.box {
  position: relative;
  overflow: hidden;
  background: #000000;
}

.somos .container>.box.extrabox1 {
  opacity: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 4 / 3;
}

.somos .container>.box.extrabox1.visible {
  opacity: 1;
  z-index: 20;
}

.somos .container>.box.extrabox2 {
  opacity: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 1 / 3 / 4 / 5;
}

.somos .container>.box.extrabox2.visible {
  opacity: 1;
  z-index: 20;
}

.somos .container>.box>span {
  display: none;
}

.somos .container>.box:hover>img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.somos .container>.box:hover>span {
  background-color: #00C853dc;
  display: inline;
  text-align: center;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1rem 1rem 1rem 1rem;
}

.somos .container>.box>img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.somos .container>.box>.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 10;
}

.somos .container>.box.box1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: box1;
}

.somos .container>.box.box2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: box2;
}

.somos .container>.box.box3 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: box3;
}

.somos .container>.box.box4 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: box4;
}

.somos .container>.box.box5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: box5;
}

.somos .container>.box.box6 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: box6;
}

.somos .container>.box.box7 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: box7;
}

.somos .container:hover>.box>.overlay {
  opacity: 1;
}

.somos .container>.box>.overlay:hover {
  opacity: 0;
}

.novedades {
  width: 100vw;
  overflow-x: hidden;
  background-color: #e7e7e7;
}

.novedades>.title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.novedades>.title>.heading {
  color: #1A1A1A;
  font-size: 2em;
  font-weight: 300;
}

.novedades>.title>.heading>span {
  color: #00C853;
  font-weight: 700;
  font-size: 1.5em;
}

.novedades>.title>p {
  text-align: center;
}

.novedades>.title>.btn {
  font-size: 1em;
  color: #fff;
  background: #00C853;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.novedades>.title>.btn:hover {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  background: transparent;
}

.novedades .frontproducts {
  border: 15px solid #fff;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
  text-align: center !important;
  background-color: #fff;
}

.novedades .frontproducts a:first-child>h2 {
  font-weight: 400;
  color: #111;
}

.novedades .frontproducts a:nth-child(2) {
  background-color: #111 !important;
  font-weight: 300;
  color: white !important;
}

.novedades .frontproducts a:nth-child(2):hover {
  background-color: #00C853 !important;
}

.novedades .frontproducts a:nth-child(3) {
  font-weight: 200;
  color: #1A1A1A;
  display: block;
}

.contactanos {
  background: url(../images/contactanos4.jpg);
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}

.contactanos>.title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.contactanos>.title>.heading {
  color: #1A1A1A;
  font-size: 2em;
  font-weight: 300;
}

.contactanos>.title>.heading>span {
  color: #00C853;
  font-weight: 700;
  font-size: 1.5em;
}

.contactanos .success {
  background-color: #62ec95;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px;
  margin-bottom: 5px;
}

.contactanos .success>p {
  font-family: "Poppins", sans-serif;
  font-size: 0.7em;
  color: #111;
}

.contactanos .error {
  background-color: #f84848;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px;
  margin-bottom: 5px;
}

.contactanos .error>p {
  font-family: "Poppins", sans-serif;
  font-size: 0.7em;
  color: white;
}

.contactanos>form>.contacto {
  padding: 50px 50px;
  background: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  max-width: 500px;
}

.contactanos>form>.contacto>h3 {
  color: #111;
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: 500;
}

.contactanos>form>.contacto>.inputbox {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.contactanos>form>.contacto>.inputbox>input,
.contactanos>form>.contacto>.inputbox>textarea {
  font-family: "Poppins", sans-serif;
  width: 100%;
  border: 1px solid #555;
  padding: 10px;
  color: #111;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  resize: none;
}

.contactanos>form>.contacto>.inputbox>input[type="submit"] {
  font-size: 1em;
  color: #fff;
  background: #00C853;
  border: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 100px;
  font-weight: 500;
  cursor: pointer;
}

.contactanos>form>.contacto>.inputbox>input[type="submit"]:hover {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  background: transparent;
}

.comunidad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comunidad>.title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.comunidad>.title>.heading {
  color: #1A1A1A;
  font-size: 2em;
  font-weight: 300;
}

.comunidad>.title>.heading>span {
  color: #00C853;
  font-weight: 700;
  font-size: 1.5em;
}

.comunidad>.title>p {
  text-align: center;
}

.comunidad>.container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
}

.comunidad>.container>.card {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 15px;
  overflow: hidden;
}

.comunidad>.container>.card>.imgBx,
.comunidad>.container>.card>a>.contentBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comunidad>.container>.card>.imgBx>a>img,
.comunidad>.container>.card>a>.contentBx>a>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comunidad>.container>.card>a {
  text-decoration: none;
}

.comunidad>.container>.card>a>.contentBx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comunidad>.container>.card>a>.contentBx>.content {
  position: relative;
  padding: 30px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comunidad>.container>.card>a>.contentBx>.content>img {
  -webkit-filter: invert(1);
  filter: invert(1);
  display: inline-block;
}

.comunidad>.container>.card>a>.contentBx>.content>h3 {
  font-size: 1.3em;
  letter-spacing: 1px;
  color: #fff;
}

.comunidad>.container>.card>a>.contentBx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00C853;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.comunidad>.container>.card>a:hover>.contentBx>.content {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.comunidad>.container>.card>a:hover>.contentBx::before {
  background: #00C853;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.footerwrap {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
}

.footerwrap>.footer {
  background-color: #1A1A1Abd;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  position: relative;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: minmax(100px, auto);
  grid-template-rows: minmax(100px, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313131;
}

.footerwrap>.footer.shop {
  background-color: #1A1A1Abd;
}

.footerwrap>.footer>.footleft {
  display: inline;
  -ms-grid-column-align: center;
  justify-self: center;
}

.footerwrap>.footer>.footleft i {
  padding: 0.25rem 0.5rem;
  color: #313131;
  font-size: 1.5rem;
}

.footerwrap>.footer>.footleft .fa-facebook:hover {
  color: #4267b2;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footerwrap>.footer>.footleft .fa-instagram:hover {
  color: #bc2a8d;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footerwrap>.footer>.footleft .fa-whatsapp:hover {
  color: #25d366;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footerwrap>.footer>.footleft .fa-location-dot:hover {
  color: #fa4c52;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footerwrap>.footer>.footcenter {
  -ms-grid-column-align: center;
  justify-self: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
}

.footerwrap>.footer>.footcenter .brand_footer {
  color: #313131;
  font-family: "fonarto", sans-serif;
  font-size: 2em;
}

.footerwrap>.footer>.footcenter .brand_footer:hover {
  color: #00C853;
}

.footerwrap>.footer>.footcenter p {
  text-align: center;
}

.footerwrap>.footer>.footcenter a {
  text-decoration: none;
}

.footerwrap>.footer>.footright {
  -ms-grid-column-align: center;
  justify-self: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  text-align: center;
}

.footerwrap>.footer>.footright>p>a {
  text-decoration: none !important;
  color: #313131;
}

.footerwrap>.footer>.footright>p>a:hover {
  color: #25d366;
}

@media (min-width: 1024px) {
  .whatsappbtn {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .whatsappbtn {
    display: none;
  }

  .single {
    margin-top: 40px;
  }

  header.main_header,
  header.main_header.fixed {
    padding: 10px 20px;
  }

  header.main_header_shop,
  header.main_header_shop.fixed {
    padding: 10px 20px;
  }

  .somos .container {
    margin: 30px 0px;
    position: relative;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (200px)[5];
    grid-template-rows: repeat(5, 200px);
    grid-template-areas: "box1 box1" "box6 box7" "box5 box3" "box4 box3" "box4 box2";
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .somos .container>.box.extrabox1 {
    display: none;
  }

  .somos .container>.box.extrabox2 {
    display: none;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    background-color: #00C853 !important;
  }

  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    background-color: #1A1A1A !important;
  }

  .woocommerce-shipping-fields__field-wrapper p>em {
    font-size: 0.9em !important;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 20px;
  }

  .inicio>.content>h2 {
    font-size: 3.3em;
  }

  .title {
    margin-top: 40px;
  }

  .title>p {
    font-size: 0.8em;
  }

  .novedades>.title>.btn {
    font-size: 0.9em;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .inicio>.content>.btn {
    font-size: 0.9em;
    padding: 10px 20px;
    margin-top: 60px;
  }

  .single {
    margin-top: 40px;
  }

  header.main_header,
  header.main_header.fixed,
  header.main_header_shop,
  header.main_header_shop.fixed {
    padding: 10px 20px;
  }

  header.main_header>.navigation,
  header.main_header.fixed>.navigation,
  header.main_header_shop>.navigation,
  header.main_header_shop.fixed>.navigation {
    display: none;
  }

  header.main_header>.navigation_shop,
  header.main_header.fixed>.navigation_shop,
  header.main_header_shop>.navigation_shop,
  header.main_header_shop.fixed>.navigation_shop {
    display: none;
  }

  header.main_header>.navigation.active,
  header.main_header_shop>.navigation.active {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
  }

  header.main_header>.navigation.active>li,
  header.main_header_shop>.navigation.active>li {
    margin-left: 0;
  }

  header.main_header>.navigation.active>li>a,
  header.main_header_shop>.navigation.active>li>a {
    color: #00C853;
    font-size: 1.6em;
  }

  header.main_header>.navigation_shop.active,
  header.main_header_shop>.navigation_shop.active {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
  }

  header.main_header>.navigation_shop.active>li,
  header.main_header_shop>.navigation_shop.active>li {
    margin-left: 0;
  }

  header.main_header>.navigation_shop.active>li>a,
  header.main_header_shop>.navigation_shop.active>li>a {
    color: #00C853;
    font-size: 1.6em;
  }

  header.main_header>.menuhamb,
  header.main_header_shop>.menuhamb {
    position: relative;
    width: 40px;
    height: 40px;
    background: url(../images/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }

  header.main_header>.menuhamb.active,
  header.main_header_shop>.menuhamb.active {
    background: url(../images/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }

  header.main_header.fixed>.menuhamb,
  header.main_header_shop.fixed>.menuhamb {
    -webkit-filter: invert(0.6);
    filter: invert(0.6);
  }

  .somos .container {
    margin-top: 30px;
    margin-bottom: 30px !important;
    position: relative;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (180px)[7];
    grid-template-rows: repeat(7, 180px);
    grid-template-areas: "box1 box1" "box2 box2" "box3 box3" "box4 box4" "box5 box5" "box6 box6" "box7 box7";
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .somos .container>.box.extrabox1 {
    display: none;
  }

  .somos .container>.box.extrabox2 {
    display: none;
  }

  .contactanos>form>.contacto>.inputbox>input[type="submit"] {
    font-size: 0.9em;
  }

  .footerwrap>.footer {
    -ms-grid-columns: minmax(80px, auto);
    grid-template-columns: minmax(80px, auto);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    padding: 1rem;
  }

  .footerwrap>.footer>.footleft i {
    font-size: 1.2rem;
  }

  .footerwrap>.footer>.footleft .fa-facebook {
    color: #4267b2;
  }

  .footerwrap>.footer>.footleft .fa-instagram {
    color: #bc2a8d;
  }

  .footerwrap>.footer>.footleft .fa-whatsapp {
    color: #25d366;
  }

  .footerwrap>.footer>.footleft .fa-location-dot {
    color: #fa4c52;
  }

  .footerwrap>.footer>.footcenter {
    font-size: 0.7rem;
  }

  .footerwrap>.footer>.footcenter .brand_footer {
    font-size: 1.9em;
  }

  .footerwrap>.footer>.footright {
    font-size: 0.7rem;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    background-color: #00C853 !important;
  }

  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    background-color: #1A1A1A !important;
  }

  .woocommerce-shipping-fields__field-wrapper p>em {
    font-size: 0.9em !important;
  }

  .cart_totals>h2 {
    margin-left: 12px !important;
  }

  .cart_totals>.wc-proceed-to-checkout {
    width: 95% !important;
    margin: auto !important;
  }
}

@media screen and (max-width: 430px) {
  .inicio>.content {
    max-width: 900px;
    text-align: center;
  }

  .inicio>.content>h2 {
    font-size: 2.5em;
  }

  .inicio>.content>.btn {
    margin-top: 120px;
    padding: 10px 15px;
  }

  .single {
    margin-top: 40px;
  }

  .somos .container {
    margin-top: 30px;
    margin-bottom: 30px !important;
    position: relative;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (120px)[7];
    grid-template-rows: repeat(7, 120px);
    grid-template-areas: "box1 box1" "box2 box2" "box3 box3" "box4 box4" "box5 box5" "box6 box6" "box7 box7";
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .somos .container>.box.extrabox1 {
    display: none;
  }

  .somos .container>.box.extrabox2 {
    display: none;
  }

  .somos .container>.box:hover>span {
    font-size: 1rem;
  }

  .novedades>.title>.btn {
    padding: 10px 15px;
  }

  .contactanos>form>.contacto>.inputbox>input[type="text"],
  .contactanos>form>.contacto>.inputbox textarea {
    font-size: 0.8em;
  }

  ul.products.columns-3 li.product {
    width: 100% !important;
  }

  .comunidad .container>.card {
    width: 90vw;
    height: 90vw;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    background-color: #00C853 !important;
  }

  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    background-color: #1A1A1A !important;
  }

  .woocommerce-shipping-fields__field-wrapper p>em {
    font-size: 0.9em !important;
  }

  .cart_totals>h2 {
    margin-left: 12px !important;
  }

  .cart_totals>.wc-proceed-to-checkout {
    width: 95% !important;
    margin: auto !important;
  }
}

/*# sourceMappingURL=index.css.map */

/* SELAH GRID OVERRIDES */
.somos .interactive-somos {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  min-height: 450px;
}

.somos .pause-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00C853;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.5s ease;
}

.somos .pause-container.hidden {
  opacity: 0;
  pointer-events: none;
}

.somos .pause-icon {
  display: flex;
  gap: 20px;
}

.somos .pause-icon .bar {
  width: 40px;
  height: 120px;
  background-color: #fff;
}

.somos .container {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-template-rows: repeat(2, 220px) !important;
  grid-gap: 5px !important;
  grid-template-areas: none !important;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.somos .container.hidden {
  opacity: 0;
  pointer-events: none;
}

.somos .container .box {
  grid-area: auto !important;
}

.somos .close-grid {
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 30px;
  color: #1A1A1A;
  cursor: pointer;
  z-index: 30;
}



/* FOOTER OVERRIDES */
.footerwrap .footer .footcenter p,
.footerwrap .footer .footcenter p a,
.footerwrap .footer .footcenter .brand_footer,
.footerwrap .footer .footright p,
.footerwrap .footer .footright p a {
  color: #fff !important;
  transition: color 0.3s ease;
}

.footerwrap .footer .footright p a:hover {
  color: #25d366 !important;
}

.footerwrap .footer .footleft i {
  color: #fff !important;
  transition: color 0.3s ease;
}

.footerwrap .footer .footleft .fa-facebook:hover {
  color: #3b5998 !important;
}

.footerwrap .footer .footleft .fa-instagram:hover {
  color: #c13584 !important;
}

.footerwrap .footer .footleft .fa-whatsapp:hover {
  color: #25d366 !important;
}

/* FIN DEL ARCHIVO */
/* SOMOS CARDS GLASSMORPHISM */
.somos-cards {
    position: relative;
    padding: 60px 0;
    background: #f9f9f9;
    overflow: hidden;
}
.somos-cards .cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.somos-cards .glass-card {
    position: relative;
    width: 320px;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: rgba(26, 26, 26, 0.85);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.5s;
    overflow: hidden;
}
.somos-cards .glass-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.7);
}
.somos-cards .glass-card .content {
    position: relative;
    text-align: center;
    padding: 20px;
    width: 100%;
    transition: 0.5s;
}
.somos-cards .glass-card img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -120px);
    width: 250px;
    height: 250px;
    object-fit: contain;
    transition: 0.5s;
    filter: drop-shadow(0 15px 20px rgba(0,0,0,0.5));
}
.somos-cards .glass-card:hover img {
    transform: translate(-50%, -150px) scale(1.1);
}
.somos-cards .glass-card h3 {
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s;
}
.somos-cards .glass-card:hover h3 {
    opacity: 1;
    transform: translateY(0);
}
.somos-cards .glass-card p {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s;
    transition-delay: 0.1s;
    margin-bottom: 20px;
}
.somos-cards .glass-card:hover p {
    opacity: 1;
    transform: translateY(0);
}
.somos-cards .glass-card a {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    background: #00C853;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s;
    transition-delay: 0.2s;
}
.somos-cards .glass-card:hover a {
    opacity: 1;
    transform: translateY(0);
}
.somos-cards .glass-card a:hover {
    background: #fff;
    color: #00C853;
}
