/*----------  Import fonts  ----------*/
/* Groteska - regular */
@font-face {
  font-family: "Groteska";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Groteska/Groteska-Regular.eot"); /* IE9 Compat Modes */
  src: local("Groteska"), local("Groteska"), url("../fonts/Groteska/Groteska-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Groteska/Groteska-Regular.woff2") format("woff2"), url("../fonts/Groteska/Groteska-Regular.woff") format("woff"), url("../fonts/Groteska/Groteska-Regular.ttf") format("truetype"), url("../fonts/Groteska/Groteska-Regular.svg#Groteska-Regular") format("svg"); /* Legacy iOS */
}
/* QuickSilver - regular */
@font-face {
  font-family: "yesterfont";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Yesterman/yesterfont.eot"); /* IE9 Compat Modes */
  src: local("yesterfont"), local("yesterfont"), url("../fonts/Yesterman/yesterfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Yesterman/yesterfont.woff2") format("woff2"), url("../fonts/Yesterman/yesterfont.woff") format("woff"), url("../fonts/Yesterman/yesterfont.ttf") format("truetype"), url("../fonts/Yesterman/yesterfont.svg#yesterfont") format("svg"); /* Legacy iOS */
}
.supidc {
  vertical-align: super;
} /*superindice*/
.subidc {
  vertical-align: sub;
} /*subindice*/
/*----------  VARIABLES  ----------*/
/*=====  Media Query  ======*/
/*=====  Colors - Branding ======*/
/*=====  Tipografia  ======*/
/*----------  Mixins  ----------*/
/*=====  Media Query  ======*/
/*----------  Keyframes for animations  ----------*/
@keyframes latidos {
  0% {
    transform: none;
  }
  20% {
    transform: scale(1.2);
  }
  40% {
    transform: none;
  }
  60% {
    transform: none;
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}
@keyframes latidos2 {
  0% {
    transform: translate(-50%, -50%);
  }
  20% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  40% {
    transform: translate(-50%, -50%);
  }
  60% {
    transform: translate(-50%, -50%);
  }
  80% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes scroll {
  from {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 25%);
  }
  to {
    transform: translate(-50%, 0);
  }
}
/*----------  RESET  ----------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

@-moz-document url-prefix() { /* Disable scrollbar Firefox */
  html {
    scrollbar-width: none;
  }
}
body::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

.main-container {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1059px) {
  .main-container {
    max-width: 90%;
  }
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

p {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: unset;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

h1, .h1 {
  font-family: "yesterfont", sans-serif;
  font-size: calc(30px + 62 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -2.1px;
  text-align: left;
  color: #191919;
}

h2, .h2, #main .woocommerce #ced_rnx_return_request_form_wrapper #ced_rnx_return_request_container h1, .woocommerce .wc-backward, .woocommerce .cart-empty, .woocommerce .container-account .woocommerce-MyAccount-content .woocommerce-Message a.woocommerce-Button, .woocommerce .container-account .woocommerce-MyAccount-content .woocommerce-Message {
  font-family: "yesterfont", sans-serif;
  font-size: calc(27px + 13 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: -1.45px;
  text-align: left;
  color: #191919;
}

h3, .h3 {
  font-family: "yesterfont", sans-serif;
  font-size: calc(16px + 6 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: -1.1px;
  text-align: left;
  color: #191919;
}

h4, .h4 {
  font-family: "Groteska", sans-serif;
  font-size: calc(16px + 10 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}

p, .p, #main .mwb_order_msg_history_container span,
#main .mwb_order_msg_history_container .mwb_order_msg_attachments_title, #main .mwb_order_msg_history_container .mwb_order_messages .mwb_order_msg_sender, #main .mwb_order_msg_history_container h4, #main #mwb_order_new_msg_form label, #main #mwb_order_new_msg_form textarea, #main #mwb_order_new_msg_form .mwb-order-heading, #main .ced_rnx_refund_rules_display, #main .woocommerce .shop_table tbody tr th, #main .woocommerce .shop_table tbody tr td .amount, #main .woocommerce .shop_table tbody tr td .ced_rnx_return_product_qty, #main .woocommerce .shop_table tbody tr td .ced_rnx_product_title .wc-item-meta li p,
#main .woocommerce .shop_table tbody tr td .ced_rnx_product_title .wc-item-meta li strong, #main .woocommerce .shop_table tbody tr td .ced_rnx_product_title a, #main .woocommerce .shop_table thead tr th, #main .woocommerce #ced_rnx_return_request_form_wrapper #ced-return-alert li, #main .woocommerce-breadcrumb a, #main .woocommerce-breadcrumb, .container-wishlist .woocommerce .shop_table.mobile .item-details-table, .container-wishlist .woocommerce .shop_table tfoot tr td, .container-wishlist .woocommerce .shop_table tfoot tr th, .container-wishlist .woocommerce .shop_table tbody tr td .wc-item-meta li p,
.container-wishlist .woocommerce .shop_table tbody tr td .wc-item-meta li strong, .container-wishlist .woocommerce .shop_table tbody tr td, .container-wishlist .woocommerce .shop_table thead tr th, .container-wishlist .woocommerce-message, .orderCompleted .woocommerce-order .container-details .woocommerce-order-overview li, .orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr td .amount,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tfoot tr td .amount,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table thead tr td .amount, .orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr td,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tfoot tr td,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table thead tr td, .orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr th,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tfoot tr th,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table thead tr th, .orderCompleted .woocommerce-order .container-address a, .orderCompleted .woocommerce-order .container-address address, .orderCompleted .woocommerce-order .container-address p, .contenedor-mas .main-container .contenedor-body .item .contenedor-hover .container-data .amount, .contenedor-producto .contenedor-right .btn-guia, .woocommerce #add_payment_method .woocommerce-PaymentMethods li label, .woocommerce .woocommerce-orders-table tfoot tr td,
.woocommerce .woocommerce-table tfoot tr td,
.woocommerce .woocommerce-MyAccount-paymentMethods tfoot tr td, .woocommerce .woocommerce-orders-table tfoot tr th,
.woocommerce .woocommerce-table tfoot tr th,
.woocommerce .woocommerce-MyAccount-paymentMethods tfoot tr th, .woocommerce .woocommerce-orders-table tbody tr td .wc-item-meta li p,
.woocommerce .woocommerce-orders-table tbody tr td .wc-item-meta li strong,
.woocommerce .woocommerce-table tbody tr td .wc-item-meta li p,
.woocommerce .woocommerce-table tbody tr td .wc-item-meta li strong,
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td .wc-item-meta li p,
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td .wc-item-meta li strong, .woocommerce .woocommerce-orders-table tbody tr td,
.woocommerce .woocommerce-table tbody tr td,
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td, .woocommerce .woocommerce-orders-table thead tr th,
.woocommerce .woocommerce-table thead tr th,
.woocommerce .woocommerce-MyAccount-paymentMethods thead tr th, .woocommerce .woocommerce-message, .woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment, .woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order, .woocommerce .mc-checkout .checkout .woocommerce-NoticeGroup, .woocommerce .mc-checkout .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce .mc-checkout .select2-container--default .select2-selection--single, .woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-name .variation .variation-item, .woocommerce .mc-woocommerce-cart .woocommerce-cart-form td a, .woocommerce .mc-woocommerce-cart .woocommerce-cart-form .amount, .woocommerce .woocommerce-EditAccountForm fieldset legend, .woocommerce .container-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address, .woocommerce .container-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a, .woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info, .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  font-family: "Groteska", sans-serif;
  font-size: calc(14px + 4 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}

.text-menu {
  font-family: "Groteska", sans-serif;
  font-size: calc(12px + 2 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}

.text-footer {
  font-family: "Groteska", sans-serif;
  font-size: calc(12px + 2 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}

.text-btn-main, .contenedor-final2 .main-container form .inputfile-3 + label {
  font-family: "Groteska", sans-serif;
  font-size: calc(12px + 10 * (100vw - 300px) / 2000);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}

.text-btn-main-2 {
  font-family: "Groteska", sans-serif;
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}

.text-btn-buy, #main #mwb_order_new_msg_form .mwb-order-msg-attachment-wrapper .mwb-order-msg-btn .button, #main #ced_rnx_return_request_form .button, .container-wishlist .woocommerce .product-add-to-cart .button, .contenedor-producto .contenedor-right .button, .btn-buy, .woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .button, .woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .button, .woocommerce .mc-login .button, .woocommerce .container-account .woocommerce-MyAccount-content .button {
  font-family: "Groteska", sans-serif;
  font-size: 9px;
  font-size: calc(10px + 6 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
}

.text-instagram-name {
  font-family: "yesterfont", sans-serif;
  font-size: calc(12px + 16 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #191919;
}

.text-scroll {
  font-family: "yesterfont", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  text-align: left;
}

.price-product {
  font-family: "Groteska", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.label, .error {
  font-family: "Groteska", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.text-cart-table-headers, #main .mwb_order_msg_history_container .mwb_order_msg_date, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback, .yith-wcwl-add-to-wishlist .add_to_wishlist, .contenedor-producto .contenedor-right .contenedor-select select, .contenedor-producto .contenedor-right .title-select-single, .contenedor-producto .contenedor-right .variations .item label, .contenedor-final2 .main-container form input, .contenedor-final2 .main-container form .input span, .modal-contacto .contenedor-body .contenedor-right form .input span, .modal-contacto .contenedor-body .contenedor-right form input, .quantity-parent .quantity .input-text, .woocommerce .mc-woocommerce-cart .cart-collaterals .coupon label, .woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single, .woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination, .woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce .mc-woocommerce-cart .cart-collaterals h2, .woocommerce .mc-woocommerce-cart .woocommerce-cart-form th {
  font-family: "Groteska", sans-serif;
  font-size: calc(10px + 7 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

.text-menu-mobile, .modal-tallas .container-content .btnCerrar {
  font-family: "yesterfont", sans-serif;
  font-size: calc(16px + 12 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
}

.text-modal-menu-mobile {
  font-family: "yesterfont", sans-serif;
  font-size: calc(18px + 10 * (100vw - 300px) / 2000);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}

.text-404, .contenedor-404 .contenedor-404-child {
  font-family: "yesterfont", sans-serif;
  font-size: 129.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: -6.48px;
  text-align: center;
}

.woocommerce {
  padding-top: 12vh;
  width: 100%;
  min-height: 100vh;
}
.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  background-color: #f7dd41;
  position: absolute;
  top: 12vh;
  left: 0;
}
.woocommerce .woocommerce-notices-wrapper .cart-empty {
  display: none;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  padding: 16px 0;
  text-align: center;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  list-style: none;
  padding-inline-start: 0;
  padding: 16px 0;
  text-align: center;
}
.woocommerce .woocommerce-notices-wrapper p {
  text-align: center;
}
.woocommerce h2 {
  margin-bottom: 32px;
}
.woocommerce .container-account {
  display: flex;
  min-height: 88vh;
}
.woocommerce .container-account .mc-woocommerce-MyAccount-navigation {
  justify-content: center;
  background-color: #191919;
  min-height: 88vh;
  width: 15%;
}
.woocommerce .container-account .mc-woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation ul {
  margin-block-start: unset;
  margin-block-end: unset;
  padding-inline-start: unset;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.woocommerce .container-account .mc-woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  color: #ffffff;
  display: flex;
  transition: all 300ms ease-in-out;
}
.woocommerce .container-account .mc-woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #f7dd41;
}
.woocommerce .container-account .mc-woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation ul li:hover a {
  color: #191919;
  display: flex;
  width: 100%;
}
.woocommerce .container-account .mc-woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #f7dd41;
}
.woocommerce .container-account .mc-woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #191919;
}
.woocommerce .container-account .mc-woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation ul li a {
  padding: 12px;
  transition: all 300ms ease-in-out;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .container-account .mc-woocommerce-MyAccount-navigation {
    width: 100%;
    min-height: 0;
  }
}
.woocommerce .container-account .woocommerce-MyAccount-content {
  min-height: 88vh;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 5%;
}
.woocommerce .container-account .woocommerce-MyAccount-content p {
  margin-bottom: 32px;
}
.woocommerce .container-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  margin-bottom: 32px;
}
.woocommerce .container-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce .container-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  padding: 16px;
}
.woocommerce .container-account .woocommerce-MyAccount-content .button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  background-color: #f7dd41;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #191919;
  outline: unset;
  text-align: center;
}
.woocommerce .container-account .woocommerce-MyAccount-content .button:hover {
  color: #ffffff !important;
  background-color: #191919;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .container-account .woocommerce-MyAccount-content {
    min-height: 0;
    padding: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }
  .woocommerce .container-account .woocommerce-MyAccount-content .woocommerce-Message {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .container-account {
    min-height: 0;
    flex-direction: column;
  }
}
.woocommerce .mc-login {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.woocommerce .mc-login .button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  background-color: #f7dd41;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #191919;
  outline: unset;
  text-align: center;
}
.woocommerce .mc-login .button:hover {
  color: #ffffff !important;
  background-color: #191919;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-login {
    max-width: 100%;
    padding-top: 0;
  }
}
.woocommerce .woocommerce-form-login {
  background-color: #f7dd41;
  padding: 64px;
}
.woocommerce .woocommerce-form-login .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox input[type=checkbox] {
  margin-bottom: unset;
  margin-right: 8px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .woocommerce-form-login .form-row {
    width: 100%;
  }
  .woocommerce .woocommerce-form-login .form-row .woocommerce-Input {
    width: 100%;
  }
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword {
  display: flex;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a {
  width: 100%;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .woocommerce-form-login {
    padding: 28px;
    width: 100%;
  }
}
.woocommerce .woocommerce-EditAccountForm {
  padding: 16px 5vw;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-EditAccountForm p {
  width: 100%;
}
.woocommerce .woocommerce-EditAccountForm .woocommerce-form-row {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce .woocommerce-EditAccountForm fieldset {
  margin-bottom: 16px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .woocommerce-EditAccountForm {
    padding: 0;
  }
}
.woocommerce .mc-woocommerce-cart {
  width: 100%;
  padding-top: 10vh;
  min-height: 88vh;
  padding-bottom: 15vh;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form {
  width: 75%;
  box-sizing: border-box;
  padding-right: 12px;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form table {
  width: 100%;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form th {
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  text-align: center;
  padding: 12px 0;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .quantity-parent {
  align-items: center;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .quantity-parent label {
  display: none;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .amount {
  color: #191919;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form td {
  text-align: center;
  padding: 10px 0;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form td a {
  display: flex;
  width: 100%;
  color: #191919;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-name {
  text-align: left;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-name .variation {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-name .variation .variation-item {
  display: flex;
  align-items: center;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-name .variation .variation-item div:first-child {
  margin-right: 12px;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-quantity .quantity .screen-reader-text {
  display: none;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-remove a {
  font-size: 30px;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-thumbnail {
  position: relative;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-thumbnail a {
  display: flex;
  width: 75px;
  height: 75px;
  box-sizing: border-box;
  padding: 12px;
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-thumbnail a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-thumbnail a {
    width: 80%;
    margin: 0 auto;
    height: 200px;
    padding: 0;
  }
}
.woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-thumbnail .remove-movil {
  display: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form .product-thumbnail .remove-movil {
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    width: auto;
    font-size: 38px;
    z-index: 2;
    top: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form {
    width: 100%;
  }
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form thead th.product-remove, .woocommerce .mc-woocommerce-cart .woocommerce-cart-form thead th.product-thumbnail, .woocommerce .mc-woocommerce-cart .woocommerce-cart-form thead th.product-price, .woocommerce .mc-woocommerce-cart .woocommerce-cart-form thead th.product-quantity, .woocommerce .mc-woocommerce-cart .woocommerce-cart-form thead th.product-subtotal {
    display: none;
  }
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form tbody tr,
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form tbody td {
    display: block;
  }
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form tbody td.product-remove {
    display: none;
  }
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form tbody td.product-subtotal {
    display: none;
  }
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form tbody .cart_item {
    padding: 16px 0;
  }
  .woocommerce .mc-woocommerce-cart .woocommerce-cart-form tbody .cart_item:not(:last-child) {
    border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  }
}
.woocommerce .mc-woocommerce-cart .cart-collaterals {
  width: 25%;
  border-left: 1px solid rgba(25, 25, 25, 0.1);
  box-sizing: border-box;
  padding-left: 12px;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals h2 {
  padding: 12px 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
  margin-bottom: 32px;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table th {
  text-align: left;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table td {
  text-align: right;
  font-weight: bold;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination {
  font-weight: bold;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals th:first-child {
  margin-bottom: 12px;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals td {
  text-align: left;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  background-color: #f7dd41;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #191919;
  outline: unset;
  text-align: center;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .button:hover {
  color: #ffffff !important;
  background-color: #191919;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .woocommerce-shipping-methods {
  list-style: none;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .woocommerce-shipping-methods li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .woocommerce-shipping-methods li .shipping_method {
  margin-right: 8px;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 12px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 12px;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row {
  margin-bottom: 12px;
  width: 80%;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row input {
  width: 100%;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  border: 1px solid #191919;
  outline: unset !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-totals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
    width: 100%;
  }
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .cart_totals table .order-total {
  border-top: 1px solid rgba(25, 25, 25, 0.1);
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  margin-bottom: 64px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    margin-bottom: 20px;
  }
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .coupon {
  display: none;
  flex-direction: column;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals .coupon input,
.woocommerce .mc-woocommerce-cart .cart-collaterals .coupon button {
  margin-bottom: 32px;
}
.woocommerce .mc-woocommerce-cart .cart-collaterals button[name=update_cart] {
  display: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-woocommerce-cart .cart-collaterals {
    width: 100%;
    padding-left: 0;
    border: none;
    margin-top: 32px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-woocommerce-cart {
    flex-direction: column;
    padding-top: 0;
    min-height: 0;
    padding-bottom: 60px;
  }
}
.woocommerce .form-edit-address {
  height: 100%;
  width: 100%;
  padding: 16px 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.woocommerce .form-edit-address h3 {
  margin-bottom: 32px;
}
.woocommerce .form-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce .form-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 43%;
  display: flex;
  justify-content: flex-end;
}
.woocommerce .form-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  margin-right: 12px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .form-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .form-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
    width: 100%;
    flex-direction: column;
  }
  .woocommerce .form-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input {
    width: 100%;
  }
}
.woocommerce .form-edit-address .btn-submit {
  width: 43%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .form-edit-address .btn-submit {
    justify-content: flex-start;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .form-edit-address {
    height: auto;
    width: 100%;
  }
}
.woocommerce .mc-checkout {
  max-width: 100%;
  padding-top: 10vh;
  padding-bottom: 15vh;
}
.woocommerce .mc-checkout .select2-container--default {
  border: 1px solid #191919;
  background-color: #ffffff;
  box-shadow: unset;
  border-radius: unset;
  height: 40px;
}
.woocommerce .mc-checkout .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: unset;
  border-radius: unset;
  height: 40px;
  display: flex;
  align-items: center;
}
.woocommerce .mc-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.woocommerce .mc-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #191919;
  padding-left: 8px;
  padding-right: 28px;
}
.woocommerce .mc-checkout textarea {
  padding: 8px;
  border: 1px solid #191919;
  background-color: #ffffff;
  box-shadow: unset;
  border-radius: unset;
  min-height: 150px;
  max-height: 150px;
}
.woocommerce .mc-checkout .select2-results__options .select2-results__option {
  color: #191919;
}
.woocommerce .mc-checkout .checkout {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}
.woocommerce .mc-checkout .checkout .woocommerce-NoticeGroup {
  position: fixed;
  background-color: #f7dd41;
  bottom: 32px;
  right: 32px;
  padding: 16px;
}
.woocommerce .mc-checkout .checkout .woocommerce-NoticeGroup .woocommerce-error {
  list-style: none;
  padding-inline-start: 0;
}
.woocommerce .mc-checkout .checkout .col2-set {
  display: flex;
  width: 50%;
  padding-right: 5%;
  box-sizing: border-box;
}
.woocommerce .mc-checkout .checkout .col2-set .col-1 {
  width: 100%;
}
.woocommerce .mc-checkout .checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .mc-checkout .checkout .col2-set .form-row {
  display: flex;
  flex-direction: column;
  width: calc(50% - 16px);
  box-sizing: border-box;
  margin-right: 16px;
}
.woocommerce .mc-checkout .checkout .col2-set .form-row.notes {
  width: 100%;
}
.woocommerce .mc-checkout .checkout .col2-set .form-row:nth-child(2n+2) {
  margin-right: 0;
}
.woocommerce .mc-checkout .checkout .col2-set .form-row label {
  flex: 1 1 auto;
  margin-bottom: 12px;
}
.woocommerce .mc-checkout .checkout .col2-set .form-row input {
  width: 100%;
  box-sizing: border-box;
}
.woocommerce .mc-checkout .checkout .col2-set .form-row textarea {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-checkout .checkout .col2-set .form-row {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-checkout .checkout .col2-set {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order {
  width: 50%;
  padding-left: 5%;
  box-sizing: border-box;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order h3 {
  margin-bottom: 32px;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  background-color: #f7dd41;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #191919;
  outline: unset;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .button:hover {
  color: #ffffff !important;
  background-color: #191919;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled {
  border: solid 0.5px #191919;
  padding: 25px;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled .shop_table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled .shop_table thead tr th {
  padding: 10px 0;
  border-bottom: 2px solid #d5d5d5;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled .shop_table thead tr th.product-total {
  text-align: center;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled .shop_table tbody tr td {
  padding: 10px 0;
  border-bottom: 2px solid #d5d5d5;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled .shop_table tbody tr td.product-total {
  text-align: center;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled .shop_table tfoot tr th {
  padding: 20px 0;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled .shop_table tfoot tr.woocommerce-shipping-totals .woocommerce-shipping-methods {
  list-style: none;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled .shop_table tfoot tr.woocommerce-shipping-totals .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled .shop_table tfoot tr.woocommerce-shipping-totals .woocommerce-shipping-methods li .shipping_method {
  margin-right: 8px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .container-tabled {
    padding: 0;
    border: none;
  }
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row button {
  margin-top: 32px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-checkout .checkout .woocommerce-checkout-review-order {
    width: 100%;
    padding-left: 0;
  }
}
.woocommerce .mc-checkout .checkout .woocommerce-billing-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce .mc-checkout .checkout .woocommerce-billing-fields h3 {
  margin-bottom: 32px;
}
.woocommerce .mc-checkout .checkout .woocommerce-billing-fields .form-row {
  margin-bottom: 16px;
}
.woocommerce .mc-checkout .checkout .woocommerce-shipping-fields .woocommerce-form__label {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.woocommerce .mc-checkout .checkout .woocommerce-shipping-fields .woocommerce-form__label input {
  height: auto;
  margin-right: 8px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-checkout .checkout .woocommerce-shipping-fields .woocommerce-form__label input {
    margin-right: 16px;
  }
}
.woocommerce .mc-checkout .checkout .woocommerce-shipping-fields .form-row {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-checkout .checkout .woocommerce-shipping-fields {
    margin-top: 1rem;
  }
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment ul {
  padding-inline-start: 0;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods {
  list-style: none;
  margin: 0;
  margin-bottom: 2rem;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods li {
  color: #191919;
  margin-bottom: 1rem;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods li label {
  margin: 0;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods li .input-radio {
  margin-bottom: 0;
  margin-right: 0.5rem;
  height: auto;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods li.payment_method_paypal label img {
  max-width: 30%;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods li.payment_method_paypal label .about_paypal {
  display: block;
  margin-top: 1rem;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods li .wc-stripe-card-icons-container {
  float: none;
  margin-left: 8px;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods li a:focus,
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods li a:hover {
  color: #f7dd41;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .wc_payment_methods li .wc-stripe-no-methods .save-source-checkbox {
  margin-right: 8px;
}
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-link:focus,
.woocommerce .mc-checkout .checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-link:hover {
  color: #f7dd41;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-checkout .checkout {
    flex-direction: column;
    max-width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce .mc-checkout {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.woocommerce .woocommerce-message {
  color: #191919;
}
.woocommerce .card-empty {
  padding-top: 10vh;
  padding-bottom: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88vh;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .woocommerce .card-empty {
    padding-top: 0;
    padding-bottom: 60px;
    height: auto;
    min-height: 500px;
  }
}
.woocommerce .woocommerce-order-details {
  width: 100%;
}
.woocommerce .woocommerce-orders-table,
.woocommerce .woocommerce-table,
.woocommerce .woocommerce-MyAccount-paymentMethods {
  width: 100%;
  border-collapse: collapse;
  margin: 3rem 0;
}
.woocommerce .woocommerce-orders-table thead tr th,
.woocommerce .woocommerce-table thead tr th,
.woocommerce .woocommerce-MyAccount-paymentMethods thead tr th {
  padding: 10px 0;
  border-bottom: 2px solid #d5d5d5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-orders-table thead tr th,
  .woocommerce .woocommerce-table thead tr th,
  .woocommerce .woocommerce-MyAccount-paymentMethods thead tr th {
    font-size: 10px;
    padding: 10px;
  }
  .woocommerce .woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-status,
  .woocommerce .woocommerce-table thead tr th.woocommerce-orders-table__header-order-status,
  .woocommerce .woocommerce-MyAccount-paymentMethods thead tr th.woocommerce-orders-table__header-order-status {
    display: none;
  }
}
.woocommerce .woocommerce-orders-table tbody tr td,
.woocommerce .woocommerce-table tbody tr td,
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td {
  padding: 10px 0;
  border-bottom: 2px solid #d5d5d5;
  text-align: center;
}
.woocommerce .woocommerce-orders-table tbody tr td .wc-item-meta,
.woocommerce .woocommerce-table tbody tr td .wc-item-meta,
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td .wc-item-meta {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.woocommerce .woocommerce-orders-table tbody tr td .wc-item-meta li,
.woocommerce .woocommerce-table tbody tr td .wc-item-meta li,
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td .wc-item-meta li {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-orders-table tbody tr td .wc-item-meta li p,
.woocommerce .woocommerce-orders-table tbody tr td .wc-item-meta li strong,
.woocommerce .woocommerce-table tbody tr td .wc-item-meta li p,
.woocommerce .woocommerce-table tbody tr td .wc-item-meta li strong,
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td .wc-item-meta li p,
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td .wc-item-meta li strong {
  margin-bottom: 0;
  color: #191919;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-orders-table tbody tr td .wc-item-meta li p,
  .woocommerce .woocommerce-orders-table tbody tr td .wc-item-meta li strong,
  .woocommerce .woocommerce-table tbody tr td .wc-item-meta li p,
  .woocommerce .woocommerce-table tbody tr td .wc-item-meta li strong,
  .woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td .wc-item-meta li p,
  .woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td .wc-item-meta li strong {
    font-size: 10px;
  }
}
.woocommerce .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions,
.woocommerce .woocommerce-table tbody tr td.woocommerce-orders-table__cell-order-actions,
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td.woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button:not(:last-child),
.woocommerce .woocommerce-table tbody tr td.woocommerce-orders-table__cell-order-actions .button:not(:last-child),
.woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td.woocommerce-orders-table__cell-order-actions .button:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-orders-table tbody tr td,
  .woocommerce .woocommerce-table tbody tr td,
  .woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td {
    font-size: 10px;
    padding: 10px;
  }
  .woocommerce .woocommerce-orders-table tbody tr td.woocommerce-PaymentMethod .button,
  .woocommerce .woocommerce-table tbody tr td.woocommerce-PaymentMethod .button,
  .woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td.woocommerce-PaymentMethod .button {
    margin-bottom: 6px;
  }
  .woocommerce .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-status,
  .woocommerce .woocommerce-table tbody tr td.woocommerce-orders-table__cell-order-status,
  .woocommerce .woocommerce-MyAccount-paymentMethods tbody tr td.woocommerce-orders-table__cell-order-status {
    display: none;
  }
}
.woocommerce .woocommerce-orders-table tfoot tr th,
.woocommerce .woocommerce-table tfoot tr th,
.woocommerce .woocommerce-MyAccount-paymentMethods tfoot tr th {
  padding: 20px 0;
  text-align: left;
}
.woocommerce .woocommerce-orders-table tfoot tr td,
.woocommerce .woocommerce-table tfoot tr td,
.woocommerce .woocommerce-MyAccount-paymentMethods tfoot tr td {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-orders-table,
  .woocommerce .woocommerce-table,
  .woocommerce .woocommerce-MyAccount-paymentMethods {
    margin: 0;
    margin-bottom: 2rem;
  }
}
.woocommerce #add_payment_method .woocommerce-PaymentMethods {
  list-style: none;
}
.woocommerce #add_payment_method .woocommerce-PaymentMethods li .input-radio {
  height: auto;
}
.woocommerce #add_payment_method .woocommerce-PaymentMethods li label {
  margin-right: 12px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .woocommerce {
    height: auto;
    min-height: 0;
    padding-top: 18vh;
    width: 90%;
    margin: 0 auto;
  }
  .woocommerce .woocommerce-ResetPassword p {
    margin-bottom: 16px;
  }
}

input {
  padding: 8px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #191919;
  outline: unset;
}
@media (min-width: 320px) and (max-width: 480px) {
  input {
    padding: 10px;
  }
}

.error {
  color: red;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.btn-main:hover img {
  animation: latidos 0.5s infinite;
}
.btn-main.enviando {
  pointer-events: none;
}
.btn-main.enviando img {
  width: 25px;
  animation: latidos 0.5s infinite;
}
.btn-main.error {
  pointer-events: none;
}
.btn-main.exito {
  pointer-events: none;
}
.btn-main img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
  margin-right: 8px;
}
.btn-main span {
  color: #191919;
}

.btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  background-color: #f7dd41;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
}
.btn-buy span {
  display: flex;
  z-index: 2;
  transition: all 500ms ease-in-out;
}
.btn-buy:hover span {
  color: #ffffff;
}
.btn-buy:hover:before {
  transform: translate(-1%, 0);
}
.btn-buy:hover:after {
  transform: translate(0, -1%);
}
.btn-buy.black {
  background-color: #191919;
  color: #ffffff;
}
.btn-buy.black:before, .btn-buy.black:after {
  background-color: #f7dd41;
}
.btn-buy.black:hover span {
  color: #191919;
}
.btn-buy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #000000;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(100%, -100%);
}
.btn-buy:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #000000;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(-100%, 100%);
}

.quantity-parent {
  display: flex;
  flex-direction: column;
}
.quantity-parent label {
  color: #191919;
  margin-bottom: 12px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .quantity-parent label {
    margin-bottom: 8px;
  }
}
.quantity-parent .quantity {
  display: inline-flex;
  align-items: center;
  height: 40px;
  -moz-appearance: textfield;
  border: 1px solid #191919;
  width: -moz-max-content;
  width: max-content;
}
.quantity-parent .quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity-parent .quantity input::-webkit-outer-spin-button,
.quantity-parent .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quantity-parent .quantity .screen-reader-text {
  display: none;
}
.quantity-parent .quantity .input-text {
  border: none;
  box-shadow: unset;
  width: 60px;
  height: 30px;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  margin: 0;
  background-color: transparent;
}
.quantity-parent .quantity button {
  padding: 0;
  width: 36px;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-parent .quantity button svg {
  vertical-align: middle;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
.header nav {
  height: 12vh;
  width: 100vw;
  background-color: #191919;
}
@media (max-width: 1059px) {
  .header nav {
    height: 10vh;
  }
}
.header nav .main-container {
  height: 100%;
  justify-content: space-between;
}
.header nav .contenedor-menu-left {
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 1059px) {
  .header nav .contenedor-menu-left {
    width: 30%;
  }
}
.header nav .contenedor-menu-left .item {
  height: 100%;
  margin-right: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header nav .contenedor-menu-left .item:hover span:before, .header nav .contenedor-menu-left .item.is-active span:before {
  width: 100%;
}
@media (max-width: 1059px) {
  .header nav .contenedor-menu-left .item {
    display: none;
  }
}
.header nav .contenedor-menu-left .item span {
  position: relative;
}
.header nav .contenedor-menu-left .item span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: center;
  transform: rotate(-3deg);
  width: 0;
  height: 1px;
  border-radius: 1px;
  background-color: #f7dd41;
  transition: all 300ms ease-in-out;
}
.header nav .contenedor-menu-left .text-menu-mobile, .header nav .contenedor-menu-left .modal-tallas .container-content .btnCerrar, .modal-tallas .container-content .header nav .contenedor-menu-left .btnCerrar {
  display: none;
}
@media (max-width: 1059px) {
  .header nav .contenedor-menu-left .text-menu-mobile, .header nav .contenedor-menu-left .modal-tallas .container-content .btnCerrar, .modal-tallas .container-content .header nav .contenedor-menu-left .btnCerrar {
    display: flex;
    height: 100%;
    align-items: center;
    color: #ffffff;
  }
}
.header nav .contenedor-logo {
  width: 20%;
  height: 100%;
  padding: 12px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1059px) {
  .header nav .contenedor-logo {
    width: 40%;
    padding: 8px 0;
  }
}
.header nav .contenedor-logo svg {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.header nav .contenedor-logo svg path {
  fill: #f7dd41;
}
.header nav .contenedor-menu-right {
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1059px) {
  .header nav .contenedor-menu-right {
    width: 30%;
  }
}
.header nav .contenedor-menu-right .item {
  height: 100%;
  margin-left: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header nav .contenedor-menu-right .item:hover span:before, .header nav .contenedor-menu-right .item.is-active span:before {
  width: 100%;
}
@media (max-width: 1059px) {
  .header nav .contenedor-menu-right .item {
    display: none;
  }
}
.header nav .contenedor-menu-right .item span {
  position: relative;
}
.header nav .contenedor-menu-right .item span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: center;
  transform: rotate(-3deg);
  width: 0;
  height: 1px;
  border-radius: 1px;
  background-color: #f7dd41;
  transition: all 300ms ease-in-out;
}
.header nav .contenedor-menu-right .contenedor-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-left: 24px;
}
.header nav .contenedor-menu-right .contenedor-icons .icon {
  height: 100%;
  padding: 28px 24px;
  padding-right: 0;
  box-sizing: border-box;
}
@media (max-width: 1059px) {
  .header nav .contenedor-menu-right .contenedor-icons .icon {
    padding: 16px 12px;
    padding-right: 0;
    width: 48px;
  }
}
.header nav .contenedor-menu-right .contenedor-icons .icon svg {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media (max-width: 1059px) {
  .header nav .contenedor-menu-right .contenedor-icons .icon svg {
    width: 100%;
  }
}
.header nav .contenedor-menu-right .contenedor-icons .btn-carrito {
  position: relative;
}
@media (max-width: 1059px) {
  .header nav .contenedor-menu-right .contenedor-icons .btn-carrito {
    display: none;
  }
}
.header nav .contenedor-menu-right .contenedor-icons .btn-carrito span {
  color: #ffffff;
  transform: translate(50%, -50%);
  position: absolute;
  right: 0;
}
.header nav .contenedor-menu-right .contenedor-icons .btn-carrito svg path {
  fill: #ffffff;
}
@media (max-width: 1059px) {
  .header nav .contenedor-menu-right .contenedor-icons .btn-miCuenta {
    display: none;
  }
}
.header nav .contenedor-menu-right .contenedor-icons .btn-miCuenta svg path {
  fill: #ffffff;
}

.bnt-float-cart {
  position: fixed;
  bottom: 25%;
  right: 5%;
  z-index: 20;
  height: 80px;
  width: 80px;
  background-color: #f7dd41;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .bnt-float-cart {
    display: none;
  }
}
.bnt-float-cart span {
  color: #191919;
  position: absolute;
  right: 20%;
  transform: translate(50%, -50%);
  font-size: 20px;
}
.bnt-float-cart svg path {
  fill: #191919;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
.header .nav2 {
  height: 12vh;
  width: 100vw;
}
@media (max-width: 1059px) {
  .header .nav2 {
    height: 10vh;
  }
}
.header .nav2 .main-container {
  height: 100%;
  justify-content: center;
}
.header .nav2 .contenedor-logo {
  width: 20%;
  height: 100%;
  padding: 12px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1059px) {
  .header .nav2 .contenedor-logo {
    width: 40%;
    padding: 8px 0;
  }
}
.header .nav2 .contenedor-logo svg {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

footer {
  padding-top: 32px;
  background-color: #f7dd41;
}
@media (max-width: 699px) {
  footer {
    padding-bottom: 32px;
  }
}
footer .main-container {
  flex-direction: column;
}
footer .contenedor-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .contenedor-header .contenedor-img {
  width: 13vh;
}
@media (max-width: 699px) {
  footer .contenedor-header .contenedor-img {
    width: 20vh;
  }
}
footer .contenedor-header .contenedor-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .contenedor-body {
  width: 100%;
  display: flex;
  padding-top: 32px;
}
@media (max-width: 699px) {
  footer .contenedor-body {
    flex-wrap: wrap;
  }
}
footer .contenedor-body .contenedor-left {
  width: 33.3333%;
  display: flex;
}
@media (max-width: 1059px) {
  footer .contenedor-body .contenedor-left {
    width: 40%;
  }
}
@media (max-width: 699px) {
  footer .contenedor-body .contenedor-left {
    width: 100%;
    justify-content: center;
    display: none;
  }
}
@media (max-width: 699px) {
  footer .contenedor-body .contenedor-left .text-footer {
    text-align: center;
  }
}
footer .contenedor-body .contenedor-center {
  width: 33.3333%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1059px) {
  footer .contenedor-body .contenedor-center {
    width: 20%;
  }
}
@media (max-width: 699px) {
  footer .contenedor-body .contenedor-center {
    width: 100%;
    padding-top: 0;
    padding: 10px;
  }
}
@media (max-width: 699px) {
  footer .contenedor-body .contenedor-center .text-footer {
    text-align: center;
  }
}
footer .contenedor-body .contenedor-right {
  width: 33.3333%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1059px) {
  footer .contenedor-body .contenedor-right {
    width: 40%;
  }
}
@media (max-width: 699px) {
  footer .contenedor-body .contenedor-right {
    width: 100%;
    justify-content: center;
    padding-top: 0;
    padding: 10px;
  }
}
@media (max-width: 699px) {
  footer .contenedor-body .contenedor-right .text-footer {
    text-align: center;
  }
}
footer .contenedor-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .contenedor-footer .contenedor-by {
  display: flex;
  align-items: center;
  padding: 32px 0;
  transform: translateX(-10px);
  transition: all 300ms ease-in-out 200ms;
}
@media (max-width: 699px) {
  footer .contenedor-footer .contenedor-by {
    padding-top: 22px;
  }
}
footer .contenedor-footer .contenedor-by:hover {
  transform: translateX(0);
}
footer .contenedor-footer .contenedor-by:hover .contenedor-cnll svg #letter-cnll-a1, footer .contenedor-footer .contenedor-by:hover .contenedor-cnll svg #letter-cnll-a2, footer .contenedor-footer .contenedor-by:hover .contenedor-cnll svg #letter-cnll-a3 {
  opacity: 1;
}
footer .contenedor-footer .contenedor-by:hover .contenedor-cnll svg #letter-cnll-c, footer .contenedor-footer .contenedor-by:hover .contenedor-cnll svg #letter-cnll-n, footer .contenedor-footer .contenedor-by:hover .contenedor-cnll svg #letter-cnll-l1, footer .contenedor-footer .contenedor-by:hover .contenedor-cnll svg #letter-cnll-l2 {
  transform: translateX(0);
}
footer .contenedor-footer .contenedor-by:hover span {
  transform: translateX(0);
}
footer .contenedor-footer .contenedor-by span {
  transform: translateX(25px);
  transition: all 300ms ease-in-out 200ms;
}
footer .contenedor-footer .contenedor-by .contenedor-cnll {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .contenedor-footer .contenedor-by .contenedor-cnll svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .contenedor-footer .contenedor-by .contenedor-cnll svg #letter-cnll-c {
  transform: translateX(63px);
  transition: all 300ms ease-in-out 200ms;
}
footer .contenedor-footer .contenedor-by .contenedor-cnll svg #letter-cnll-a1 {
  opacity: 0;
  transition: all 200ms ease-in-out 300ms;
}
footer .contenedor-footer .contenedor-by .contenedor-cnll svg #letter-cnll-n {
  transform: translateX(43px);
  transition: all 300ms ease-in-out 200ms;
}
footer .contenedor-footer .contenedor-by .contenedor-cnll svg #letter-cnll-a2 {
  opacity: 0;
  transition: all 200ms ease-in-out 300ms;
}
footer .contenedor-footer .contenedor-by .contenedor-cnll svg #letter-cnll-l1 {
  transform: translateX(21px);
  transition: all 300ms ease-in-out 200ms;
}
footer .contenedor-footer .contenedor-by .contenedor-cnll svg #letter-cnll-l2 {
  transform: translateX(21px);
  transition: all 300ms ease-in-out 200ms;
}
footer .contenedor-footer .contenedor-by .contenedor-cnll svg #letter-cnll-a3 {
  opacity: 0;
  transition: all 200ms ease-in-out 300ms;
}
footer .contenedor-footer .derechos-reservados {
  display: none;
}
@media (max-width: 699px) {
  footer .contenedor-footer .derechos-reservados {
    display: flex;
    text-align: center;
  }
}

.modal-contacto {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-color: #f7dd41;
  transform: translateY(-100%);
  width: 100%;
  height: calc(var(--vhModal, 1vh) * 100);
}
.modal-contacto .main-container {
  flex-direction: column;
  height: 100%;
}
.modal-contacto .contenedor-dodo {
  width: 190px;
  height: 190px;
  z-index: 2;
  position: absolute;
  top: 12vh;
  left: -4%;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-dodo {
    width: 120px;
    height: 120px;
    top: 8vh;
    left: -10%;
  }
}
.modal-contacto .contenedor-dodo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-contacto .contenedor-head {
  height: 12vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-head {
    height: 10vh;
  }
}
.modal-contacto .contenedor-head .main-container {
  height: 100%;
  justify-content: space-between;
}
.modal-contacto .contenedor-head .contenedor-left {
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-head .contenedor-left {
    width: 30%;
  }
}
.modal-contacto .contenedor-head .contenedor-logo {
  width: 20%;
  height: 100%;
  padding: 12px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-head .contenedor-logo {
    width: 40%;
    padding: 8px 0;
  }
}
.modal-contacto .contenedor-head .contenedor-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.modal-contacto .contenedor-head .contenedor-right {
  height: 100%;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-head .contenedor-right {
    width: 30%;
  }
}
.modal-contacto .contenedor-body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding-bottom: 12vh;
  box-sizing: border-box;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-body {
    align-items: flex-start;
    flex-direction: column;
    overflow-y: auto;
  }
}
.modal-contacto .contenedor-body .contenedor-left {
  width: 50%;
  padding-right: 10%;
  box-sizing: border-box;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-body .contenedor-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 64px;
  }
}
.modal-contacto .contenedor-body .contenedor-left h1 {
  margin-bottom: 64px;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-body .contenedor-left h1 {
    text-align: center;
    margin-bottom: 32px 0;
  }
}
.modal-contacto .contenedor-body .contenedor-left p {
  margin-bottom: 32px;
}
.modal-contacto .contenedor-body .contenedor-left h2 {
  margin-bottom: 16px;
}
.modal-contacto .contenedor-body .contenedor-left .contenedor-redes-items {
  display: flex;
  justify-content: space-between;
  width: 35%;
  margin-top: 32px;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-body .contenedor-left .contenedor-redes-items {
    width: 50%;
  }
}
.modal-contacto .contenedor-body .contenedor-left .contenedor-redes-items .red {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #191919;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: all 300ms ease-in-out;
}
.modal-contacto .contenedor-body .contenedor-left .contenedor-redes-items .red:hover {
  background-color: #f7dd41;
}
.modal-contacto .contenedor-body .contenedor-left .contenedor-redes-items .red:hover svg path {
  fill: #191919;
}
.modal-contacto .contenedor-body .contenedor-left .contenedor-redes-items .red svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-contacto .contenedor-body .contenedor-left .contenedor-redes-items .red svg path {
  fill: #ffffff;
  transition: all 300ms ease-in-out;
}
.modal-contacto .contenedor-body .contenedor-right {
  width: 50%;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-body .contenedor-right {
    width: 100%;
  }
}
.modal-contacto .contenedor-body .contenedor-right h2 {
  margin-bottom: 32px;
}
.modal-contacto .contenedor-body .contenedor-right form {
  display: flex;
  flex-direction: column;
}
.modal-contacto .contenedor-body .contenedor-right form input {
  margin-bottom: 8px;
  width: 70%;
  position: relative;
}
@media (max-width: 1059px) {
  .modal-contacto .contenedor-body .contenedor-right form input {
    width: 100%;
  }
}
.modal-contacto .contenedor-body .contenedor-right form input.error {
  border: 1px solid red;
}
.modal-contacto .contenedor-body .contenedor-right form input.error::-moz-placeholder {
  color: red;
}
.modal-contacto .contenedor-body .contenedor-right form input.error::placeholder {
  color: red;
}
.modal-contacto .contenedor-body .contenedor-right form .input {
  display: flex;
  flex-direction: column;
}
.modal-contacto .contenedor-body .contenedor-right form .input span {
  color: red;
  margin-bottom: 12px;
}
.modal-contacto .contenedor-body .contenedor-right form a {
  padding: 16px 0;
}

.modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-color: #191919;
  transform: translateY(-100%);
  width: 100%;
  height: calc(var(--vhModal, 1vh) * 100);
  padding-top: 12vh;
  padding-bottom: 10vh;
}
.modal-menu .main-container {
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.modal-menu .contenedor-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 70%;
  gap: 3rem;
  margin-bottom: 48px;
}
.modal-menu .contenedor-menu .item {
  color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
}
.modal-menu .contenedor-menu .item.is-active {
  color: #f7dd41;
}
.modal-menu .contenedor-menu .item span {
  position: relative;
}
.modal-menu .contenedor-menu .item span img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.modal-menu .contenedor-redes {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  height: 30%;
}
.modal-menu .contenedor-redes .text-menu-mobile, .modal-menu .contenedor-redes .modal-tallas .container-content .btnCerrar, .modal-tallas .container-content .modal-menu .contenedor-redes .btnCerrar {
  color: #f7dd41;
  text-align: center;
  margin-bottom: 32px;
}
.modal-menu .contenedor-redes .contenedor-redes-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-menu .contenedor-redes .contenedor-redes-items .red {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f7dd41;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: all 300ms ease-in-out;
}
.modal-menu .contenedor-redes .contenedor-redes-items .red:hover {
  background-color: #191919;
}
.modal-menu .contenedor-redes .contenedor-redes-items .red:hover svg path {
  fill: #ffffff;
}
.modal-menu .contenedor-redes .contenedor-redes-items .red svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-menu .contenedor-redes .contenedor-redes-items .red svg path {
  fill: #191919;
  transition: all 300ms ease-in-out;
}

.contenedor-redes-flotantes {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  height: calc(var(--vhModal, 1vh) * 100);
  width: 7.5%;
  display: flex;
  align-items: center;
}
@media (max-width: 1059px) {
  .contenedor-redes-flotantes {
    display: none;
  }
}
.contenedor-redes-flotantes .contenedor-redes-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 30%;
}
.contenedor-redes-flotantes .contenedor-redes-items .red {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f7dd41;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all 300ms ease-in-out;
}
.contenedor-redes-flotantes .contenedor-redes-items .red:hover {
  background-color: #191919;
}
.contenedor-redes-flotantes .contenedor-redes-items .red:hover svg path {
  fill: #ffffff;
}
.contenedor-redes-flotantes .contenedor-redes-items .red svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contenedor-redes-flotantes .contenedor-redes-items .red svg path {
  fill: #191919;
  transition: all 300ms ease-in-out;
}

.modal-video-acercaDe {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-color: rgba(25, 25, 25, 0.8);
  transform: translateY(-100%);
  width: 100%;
  height: calc(var(--vhModal, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-video-acercaDe .contenedor-video-acercaDe {
  width: 90%;
  height: 90%;
  position: relative;
}
.modal-video-acercaDe .contenedor-video-acercaDe .modal-video-acercaDe-child {
  width: 100%;
  height: 100%;
}
.modal-video-acercaDe .contenedor-video-acercaDe video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-video-acercaDe .contenedor-video-acercaDe .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}
.modal-video-acercaDe .contenedor-video-acercaDe .close:before, .modal-video-acercaDe .contenedor-video-acercaDe .close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f7dd41;
  pointer-events: none;
}
.modal-video-acercaDe .contenedor-video-acercaDe .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-video-acercaDe .contenedor-video-acercaDe .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contenedor-inicial {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.contenedor-inicial .contenedor-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.contenedor-inicial .contenedor-background .contenedor-corazon {
  position: absolute;
  width: 20%;
  min-width: 215px;
  height: 42%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 1059px) {
  .contenedor-inicial .contenedor-background .contenedor-corazon {
    display: none;
    width: 71%;
  }
}
.contenedor-inicial .contenedor-background .contenedor-corazon:hover {
  animation: latidos2 2s infinite ease-in-out;
}
.contenedor-inicial .contenedor-background .contenedor-corazon.active {
  animation: latidos2 1s infinite ease-in-out;
  cursor: default;
  pointer-events: none;
}
.contenedor-inicial .contenedor-background .contenedor-corazon.active #texto-corazon {
  display: none;
}
.contenedor-inicial .contenedor-background .contenedor-corazon .aux {
  width: 100%;
  height: 100%;
  transform-origin: center;
  pointer-events: none;
}
.contenedor-inicial .contenedor-background .contenedor-corazon #texto-corazon {
  position: absolute;
  top: 45%;
  left: 40%;
}
.contenedor-inicial .contenedor-background .contenedor-corazon img {
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.contenedor-inicial .contenedor-background img, .contenedor-inicial .contenedor-background video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.contenedor-inicial .btn-scroll {
  background-color: #191919;
  width: 200px;
  height: 8vh;
  z-index: 3;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  animation: scroll 2s infinite ease-in-out;
}

.contenedor-inicialAcercaDe {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}
.contenedor-inicialAcercaDe .contenedor-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12vh;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 1059px) {
  .contenedor-inicialAcercaDe .contenedor-background {
    top: 10vh;
  }
}
.contenedor-inicialAcercaDe .contenedor-background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-inicialAcercaDe .contenedor-background img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
.contenedor-inicialAcercaDe .main-container {
  align-items: center;
  height: 100%;
}
.contenedor-inicialAcercaDe .contenedor-left {
  width: 50%;
}
@media (max-width: 699px) {
  .contenedor-inicialAcercaDe .contenedor-left {
    width: 75%;
  }
}
.contenedor-inicialAcercaDe .contenedor-left span {
  padding-left: 32px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #f7dd41;
}
@media (max-width: 699px) {
  .contenedor-inicialAcercaDe .contenedor-left span {
    padding: 0 8px;
  }
}

.contenedor-inicial2 {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.contenedor-inicial2 .contenedor-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.contenedor-inicial2 .contenedor-background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.contenedor-inicial2 .main-container {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 699px) {
  .contenedor-inicial2 .main-container {
    align-items: flex-start;
  }
}
.contenedor-inicial2 .contenedor-titulo {
  width: 50%;
  padding: 10vh 15vh;
  background-color: #f7dd41;
}
@media (max-width: 699px) {
  .contenedor-inicial2 .contenedor-titulo {
    padding: 16px 0;
    margin-top: 15vh;
  }
}

.contenedor-final {
  width: 100%;
}
.contenedor-final .main-container {
  min-height: 70vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contenedor-final .main-container h1 {
  text-align: center;
}
.contenedor-final .main-container a {
  padding: 16px;
}

.contenedor-final2 {
  width: 100%;
}
.contenedor-final2 .main-container {
  padding: 10vh 0;
  flex-direction: column;
}
.contenedor-final2 .main-container h1 {
  margin-bottom: 32px;
}
.contenedor-final2 .main-container form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  /* style 3 */
}
@media (max-width: 699px) {
  .contenedor-final2 .main-container form {
    width: 100%;
  }
}
.contenedor-final2 .main-container form a {
  margin-top: 16px;
}
.contenedor-final2 .main-container form .input {
  margin-bottom: 12px;
}
.contenedor-final2 .main-container form .input.error span {
  color: red;
}
.contenedor-final2 .main-container form .input:nth-child(3) {
  border: 1px solid #191919;
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contenedor-final2 .main-container form .input:nth-child(3):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 2px dashed rgba(25, 25, 25, 0.5);
}
.contenedor-final2 .main-container form input {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 8px;
}
.contenedor-final2 .main-container form .inputfile {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.contenedor-final2 .main-container form .inputfile + label {
  cursor: pointer;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
}
.contenedor-final2 .main-container form .no-js .inputfile + label {
  display: none;
}
.contenedor-final2 .main-container form .inputfile-3 + label {
  text-align: center;
  color: #191919;
}

.contenedor-tiktok {
  padding: 32px 0;
  overflow: hidden;
}
.contenedor-tiktok .main-container {
  flex-direction: column;
}
.contenedor-tiktok .contenedor-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 699px) {
  .contenedor-tiktok .contenedor-head {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.contenedor-tiktok .contenedor-head h2, .contenedor-tiktok .contenedor-head .center, .contenedor-tiktok .contenedor-head .right {
  width: 33.3333%;
}
@media (max-width: 699px) {
  .contenedor-tiktok .contenedor-head h2 {
    width: 100%;
  }
}
.contenedor-tiktok .contenedor-head .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 699px) {
  .contenedor-tiktok .contenedor-head .center {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-start;
  }
}
.contenedor-tiktok .contenedor-head .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 699px) {
  .contenedor-tiktok .contenedor-head .right {
    width: auto;
    flex: 1 1 auto;
  }
}
.contenedor-tiktok .contenedor-head .right a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
@media (max-width: 699px) {
  .contenedor-tiktok .contenedor-head .right a {
    padding: 32px 0;
  }
}
.contenedor-tiktok .contenedor-body {
  width: 100%;
  position: relative;
}
.contenedor-tiktok .contenedor-body .swiper-container {
  width: 100%;
  overflow: unset;
}
.contenedor-tiktok .contenedor-body .swiper-container .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contenedor-tiktok .contenedor-body .swiper-container .swiper-wrapper .item {
  width: 28%;
  margin-right: 6.8vw;
  margin-bottom: 6.8vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1059px) {
  .contenedor-tiktok .contenedor-body .swiper-container .swiper-wrapper .item {
    width: 100% !important;
    min-width: 0;
    min-width: 331.92px;
  }
}
.contenedor-tiktok .contenedor-body .swiper-container .swiper-wrapper .item:nth-child(3n+3) {
  margin-right: 0;
}
.contenedor-tiktok .contenedor-body .swiper-container .swiper-wrapper .item blockquote {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.contenedor-proyectos {
  padding: 32px 0;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
}
.contenedor-proyectos .main-container {
  flex-direction: column;
}
.contenedor-proyectos .contenedor-filtro {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
}
@media (max-width: 699px) {
  .contenedor-proyectos .contenedor-filtro {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.contenedor-proyectos .contenedor-filtro .item {
  position: relative;
  overflow: hidden;
  padding: 22px 32px;
}
@media (max-width: 699px) {
  .contenedor-proyectos .contenedor-filtro .item {
    padding: 14px 24px;
  }
}
.contenedor-proyectos .contenedor-filtro .item:last-child {
  margin-right: 0;
}
.contenedor-proyectos .contenedor-filtro .item:hover span, .contenedor-proyectos .contenedor-filtro .item.active span {
  font-weight: bold;
}
.contenedor-proyectos .contenedor-filtro .item .contenedor-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.contenedor-proyectos .contenedor-filtro .item .contenedor-background svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.contenedor-proyectos .contenedor-filtro .item .contenedor-background svg path {
  stroke-dasharray: 0px, 999999px;
  stroke-dashoffset: 0.001;
}
.contenedor-proyectos .contenedor-proyectos-grid {
  width: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px);
  grid-auto-rows: calc(7.0833vw - 11px);
}
@media (max-width: 699px) {
  .contenedor-proyectos .contenedor-proyectos-grid {
    grid-auto-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
  }
}
.contenedor-proyectos .contenedor-proyectos-grid .item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 699px) {
  .contenedor-proyectos .contenedor-proyectos-grid .item {
    grid-row-start: auto !important;
    grid-column-start: span 12 !important;
    background-color: transparent;
    margin-bottom: 48px;
  }
}
.contenedor-proyectos .contenedor-proyectos-grid .item:hover .contenedor-hover h4 {
  opacity: 1;
}
.contenedor-proyectos .contenedor-proyectos-grid .item:hover .contenedor-hover:before {
  transform: translate(-1%, 0);
}
.contenedor-proyectos .contenedor-proyectos-grid .item:hover .contenedor-hover:after {
  transform: translate(0, -1%);
}
@media (max-width: 699px) {
  .contenedor-proyectos .contenedor-proyectos-grid .item:hover .contenedor-hover h4 {
    opacity: 0;
  }
  .contenedor-proyectos .contenedor-proyectos-grid .item:hover .contenedor-hover:before {
    transform: translate(100%, -100%);
  }
  .contenedor-proyectos .contenedor-proyectos-grid .item:hover .contenedor-hover:after {
    transform: translate(-100%, 100%);
  }
}
.contenedor-proyectos .contenedor-proyectos-grid .item.g4x4 {
  grid-row-start: span 4;
  grid-column-start: span 4;
}
.contenedor-proyectos .contenedor-proyectos-grid .item.g4x5 {
  grid-row-start: span 4;
  grid-column-start: span 5;
}
.contenedor-proyectos .contenedor-proyectos-grid .item.g4x6 {
  grid-row-start: span 5;
  grid-column-start: span 6;
}
.contenedor-proyectos .contenedor-proyectos-grid .item.g4x7 {
  grid-row-start: span 4;
  grid-column-start: span 7;
}
.contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-background {
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-background {
    height: auto;
  }
}
.contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-background img {
    height: auto;
  }
}
.contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1ms ease-in-out 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 64px;
}
.contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-hover h4 {
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease-in-out;
  text-align: center;
}
.contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(100%, -100%);
}
.contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(-100%, 100%);
}
.contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-titulo-mobile {
  display: none;
}
@media (max-width: 699px) {
  .contenedor-proyectos .contenedor-proyectos-grid .item .contenedor-titulo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
}

.contenedor-proyectos-interna {
  padding: 32px 0;
}
.contenedor-proyectos-interna .contenedor-proyectos-grid {
  width: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
}
@media (max-width: 699px) {
  .contenedor-proyectos-interna .contenedor-proyectos-grid {
    gap: 0;
  }
}
.contenedor-proyectos-interna .contenedor-proyectos-grid .item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 699px) {
  .contenedor-proyectos-interna .contenedor-proyectos-grid .item {
    grid-row-start: auto !important;
    grid-column-start: span 12 !important;
    background-color: transparent;
    margin-bottom: 8px;
  }
}
.contenedor-proyectos-interna .contenedor-proyectos-grid .item.g12x4 {
  grid-row-start: span 12;
  grid-column-start: span 4;
}
.contenedor-proyectos-interna .contenedor-proyectos-grid .item.g12x8 {
  grid-row-start: span 12;
  grid-column-start: span 8;
}
.contenedor-proyectos-interna .contenedor-proyectos-grid .item.g12x12 {
  grid-row-start: span 12;
  grid-column-start: span 12;
}
.contenedor-proyectos-interna .contenedor-proyectos-grid .item .contenedor-background {
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-proyectos-interna .contenedor-proyectos-grid .item .contenedor-background {
    height: auto;
  }
}
.contenedor-proyectos-interna .contenedor-proyectos-grid .item .contenedor-background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-proyectos-interna .contenedor-proyectos-grid .item .contenedor-background img {
    height: auto;
  }
}
.contenedor-proyectos-interna .contenedor-proyectos-grid .item .contenedor-embed {
  width: 100%;
  height: 85vh;
}
@media (max-width: 699px) {
  .contenedor-proyectos-interna .contenedor-proyectos-grid .item .contenedor-embed {
    height: 50vh;
  }
}
.contenedor-proyectos-interna .contenedor-proyectos-grid .item .contenedor-embed iframe {
  width: 100% !important;
  height: 100% !important;
}

.contenedor-accesosDirectos {
  padding: 32px 0;
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid {
  width: 100%;
  display: grid;
  gap: 12px;
  grid-template-columns: calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px) calc(7.0833vw - 11px);
  grid-auto-rows: calc(7.0833vw - 11px);
}
@media (max-width: 699px) {
  .contenedor-accesosDirectos .contenedor-accesosDirectos-grid {
    grid-auto-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
  }
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 699px) {
  .contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item {
    grid-row-start: auto !important;
    grid-column-start: span 12 !important;
    background-color: transparent;
    margin-bottom: 48px;
  }
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item:hover .contenedor-hover h4 {
  opacity: 1;
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item:hover .contenedor-hover:before {
  transform: translate(-1%, 0);
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item:hover .contenedor-hover:after {
  transform: translate(0, -1%);
}
@media (max-width: 699px) {
  .contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item:hover .contenedor-hover h4 {
    opacity: 0;
  }
  .contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item:hover .contenedor-hover:before {
    transform: translate(100%, -100%);
  }
  .contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item:hover .contenedor-hover:after {
    transform: translate(-100%, 100%);
  }
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item.g4x4 {
  grid-row-start: span 4;
  grid-column-start: span 4;
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item.g4x5 {
  grid-row-start: span 4;
  grid-column-start: span 5;
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item.g4x6 {
  grid-row-start: span 5;
  grid-column-start: span 6;
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item.g4x7 {
  grid-row-start: span 4;
  grid-column-start: span 7;
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-background {
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-background {
    height: auto;
  }
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-background img {
    height: auto;
  }
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1ms ease-in-out 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 64px;
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-hover h4 {
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease-in-out;
  text-align: center;
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(100%, -100%);
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(-100%, 100%);
}
.contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-titulo-mobile {
  display: none;
}
@media (max-width: 699px) {
  .contenedor-accesosDirectos .contenedor-accesosDirectos-grid .item .contenedor-titulo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
}

.contenedor-introduccion {
  padding: 64px 0;
}
.contenedor-introduccion .main-container {
  flex-direction: column;
  max-width: 52%;
}
@media (max-width: 699px) {
  .contenedor-introduccion .main-container {
    max-width: 90%;
  }
}
.contenedor-introduccion .contenedor-top {
  width: 100%;
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 699px) {
  .contenedor-introduccion .contenedor-top {
    flex-direction: column;
  }
}
.contenedor-introduccion .contenedor-top .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 699px) {
  .contenedor-introduccion .contenedor-top .left {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .contenedor-introduccion .contenedor-top .left span {
    margin-bottom: 16px;
  }
}
.contenedor-introduccion .contenedor-top .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 699px) {
  .contenedor-introduccion .contenedor-top .right {
    width: 100%;
    align-items: flex-start;
  }
  .contenedor-introduccion .contenedor-top .right span {
    margin-bottom: 16px;
  }
}
.contenedor-introduccion .contenedor-body {
  width: 100%;
}

.contenedor-productos {
  padding: 18vh 0;
  min-height: 100vh;
  box-sizing: border-box;
}
.contenedor-productos .main-container {
  flex-direction: column;
}
.contenedor-productos .contenedor-filtro {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
}
@media (max-width: 699px) {
  .contenedor-productos .contenedor-filtro {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.contenedor-productos .contenedor-filtro .item {
  position: relative;
  overflow: hidden;
  padding: 22px 32px;
}
@media (max-width: 699px) {
  .contenedor-productos .contenedor-filtro .item {
    padding: 14px 24px;
  }
}
.contenedor-productos .contenedor-filtro .item:last-child {
  margin-right: 0;
}
.contenedor-productos .contenedor-filtro .item:hover span, .contenedor-productos .contenedor-filtro .item.active span {
  font-weight: bold;
}
.contenedor-productos .contenedor-filtro .item .contenedor-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.contenedor-productos .contenedor-filtro .item .contenedor-background svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.contenedor-productos .contenedor-filtro .item .contenedor-background svg path {
  stroke-dasharray: 0px, 999999px;
  stroke-dashoffset: 0.001;
}
.contenedor-productos .contenedor-productos-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contenedor-productos .contenedor-productos-grid .item {
  width: 24%;
  height: 20.4vw;
  margin-right: 1.1333333333vw;
  margin-bottom: 1.1333333333vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.contenedor-productos .contenedor-productos-grid .item:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 1059px) {
  .contenedor-productos .contenedor-productos-grid .item {
    width: 32%;
    height: 28.8vw;
    margin-right: 1.8vw;
    margin-bottom: 1.8vw;
  }
  .contenedor-productos .contenedor-productos-grid .item:nth-child(4n+4) {
    margin-right: 1.8vw;
  }
  .contenedor-productos .contenedor-productos-grid .item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 699px) {
  .contenedor-productos .contenedor-productos-grid .item {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    margin-bottom: 48px;
  }
}
.contenedor-productos .contenedor-productos-grid .item:hover .contenedor-hover h4, .contenedor-productos .contenedor-productos-grid .item:hover .contenedor-hover .price-product {
  opacity: 1;
}
.contenedor-productos .contenedor-productos-grid .item:hover .contenedor-hover:before {
  transform: translate(-1%, 0);
}
.contenedor-productos .contenedor-productos-grid .item:hover .contenedor-hover:after {
  transform: translate(0, -1%);
}
@media (max-width: 699px) {
  .contenedor-productos .contenedor-productos-grid .item:hover .contenedor-hover h4, .contenedor-productos .contenedor-productos-grid .item:hover .contenedor-hover .price-product {
    opacity: 0;
  }
  .contenedor-productos .contenedor-productos-grid .item:hover .contenedor-hover:before {
    transform: translate(100%, -100%);
  }
  .contenedor-productos .contenedor-productos-grid .item:hover .contenedor-hover:after {
    transform: translate(-100%, 100%);
  }
}
.contenedor-productos .contenedor-productos-grid .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-productos .contenedor-productos-grid .item img {
    height: 90vw;
  }
}
.contenedor-productos .contenedor-productos-grid .item .contenedor-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1ms ease-in-out 300ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 32px;
}
.contenedor-productos .contenedor-productos-grid .item .contenedor-hover h4, .contenedor-productos .contenedor-productos-grid .item .contenedor-hover .price-product {
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease-in-out;
  text-align: center;
}
.contenedor-productos .contenedor-productos-grid .item .contenedor-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(100%, -100%);
}
.contenedor-productos .contenedor-productos-grid .item .contenedor-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(-100%, 100%);
}
.contenedor-productos .contenedor-productos-grid .item .contenedor-titulo-mobile {
  display: none;
}
@media (max-width: 699px) {
  .contenedor-productos .contenedor-productos-grid .item .contenedor-titulo-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
}

.contenedor-producto {
  padding: 64px 0;
  padding-top: 22vh;
}
.contenedor-producto .contenedor-left {
  width: 40%;
}
.contenedor-producto .contenedor-left .contenedor-top {
  width: 100%;
}
.contenedor-producto .contenedor-left .contenedor-top .woocommerce-product-gallery {
  width: 100%;
}
.contenedor-producto .contenedor-left .contenedor-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
  width: 100%;
}
.contenedor-producto .contenedor-left .contenedor-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100%;
}
.contenedor-producto .contenedor-left .contenedor-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
  display: block;
}
.contenedor-producto .contenedor-left .contenedor-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-producto .contenedor-left {
    width: 100%;
  }
}
.contenedor-producto .contenedor-right {
  width: 60%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
}
.contenedor-producto .contenedor-right h1,
.contenedor-producto .contenedor-right p,
.contenedor-producto .contenedor-right .price-product,
.contenedor-producto .contenedor-right .contenedor-selects {
  margin-bottom: 32px;
}
.contenedor-producto .contenedor-right .cart {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.contenedor-producto .contenedor-right .cart .quantity {
  margin-bottom: 32px;
}
.contenedor-producto .contenedor-right .product_meta {
  display: none;
}
.contenedor-producto .contenedor-right .button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  background-color: #f7dd41;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #191919;
  outline: unset;
}
.contenedor-producto .contenedor-right .button:hover {
  color: #ffffff !important;
  background-color: #191919;
}
.contenedor-producto .contenedor-right .btn-guia {
  color: #191919;
  display: inline-block;
  margin-bottom: 2rem;
}
.contenedor-producto .contenedor-right .btn-guia:hover, .contenedor-producto .contenedor-right .btn-guia:focus {
  color: #f7dd41;
}
.contenedor-producto .contenedor-right .variations {
  display: flex;
  margin-bottom: 32px;
}
.contenedor-producto .contenedor-right .variations .item {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
}
.contenedor-producto .contenedor-right .variations .item:last-child {
  margin-right: 0;
}
.contenedor-producto .contenedor-right .variations .item label {
  margin-bottom: 12px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-producto .contenedor-right .variations .item label {
    margin-bottom: 8px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-producto .contenedor-right .variations .item {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-producto .contenedor-right .variations {
    flex-direction: column;
    width: 80%;
    margin-bottom: 0;
  }
}
.contenedor-producto .contenedor-right .title-select-single {
  margin-bottom: 12px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-producto .contenedor-right .title-select-single {
    margin-bottom: 8px;
  }
}
.contenedor-producto .contenedor-right .contenedor-select.mb32 {
  margin-bottom: 32px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-producto .contenedor-right .contenedor-select.mb32 {
    margin-bottom: 16px;
  }
}
.contenedor-producto .contenedor-right .contenedor-select select {
  border: 1px solid #191919;
  outline: unset !important;
  padding: 12px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-producto .contenedor-right .contenedor-select select {
    width: 100%;
  }
}
.contenedor-producto .contenedor-right .reset_variations {
  display: none !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-producto .contenedor-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-producto {
    padding-top: 18vh;
    padding-bottom: 60px;
  }
  .contenedor-producto .main-container {
    flex-direction: column;
  }
}

.yith-wcwl-add-to-wishlist {
  margin-top: 30px;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: inline-flex;
  align-items: center;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.843' height='27.794' viewBox='0 0 29.843 27.794'%3E%3Cg%3E%3Cpath fill='%23191919' d='M2952.287 285.019a2.759 2.759 0 0 1 .489-.543c.148-.145.3-.285.456-.426l.494-.459c-.051-.1-.089-.188-.138-.269-.179-.3-.363-.591-.544-.886-.84-1.371-1.693-2.735-2.516-4.117a35.117 35.117 0 0 1-2.832-5.873 20.882 20.882 0 0 1-1.191-5 6.774 6.774 0 0 1-.028-1.7 4.468 4.468 0 0 1 .179-.723 1.317 1.317 0 0 1 .4-.573 1.064 1.064 0 0 1 1.042-.251 3.446 3.446 0 0 1 1.325.759 9.63 9.63 0 0 1 .826.82 22.193 22.193 0 0 1 2.3 3c.6.947 1.179 1.911 1.768 2.868q.36.585.722 1.168a2.045 2.045 0 0 0 .137.174 1.062 1.062 0 0 0 .1-.149 11.87 11.87 0 0 1 2.016-3.039 22.609 22.609 0 0 1 5.044-4.308 14.659 14.659 0 0 1 4.187-1.8 6.226 6.226 0 0 1 1.854-.2 3.42 3.42 0 0 1 1.735.51 1.935 1.935 0 0 1 .917 1.42 3.005 3.005 0 0 1-.041.993 5.591 5.591 0 0 1-.593 1.593c-.309.557-.629 1.111-.983 1.64a33.815 33.815 0 0 1-3.847 4.69c-1.487 1.537-3.088 2.949-4.717 4.332-1.555 1.32-3.176 2.557-4.789 3.8-.406.314-.815.624-1.215.944a20 20 0 0 1-2.06 1.406 1.069 1.069 0 0 1-.497.199zm1.679-1.633c.1-.072.156-.112.211-.154 1.231-.947 2.465-1.89 3.693-2.841a79.119 79.119 0 0 0 6.051-5.145 37.078 37.078 0 0 0 4.653-5.257 17.97 17.97 0 0 0 1.318-2.068 7.083 7.083 0 0 0 .519-1.223 3.058 3.058 0 0 0 .144-1.107 1.447 1.447 0 0 0-.66-1.146 2.532 2.532 0 0 0-.916-.379 4.722 4.722 0 0 0-2.023.044 13.247 13.247 0 0 0-4 1.593 21.693 21.693 0 0 0-5.373 4.551 10.343 10.343 0 0 0-1.952 3.171 1.166 1.166 0 0 1-.152.294.321.321 0 0 1-.533.023 2.361 2.361 0 0 1-.233-.343c-.726-1.2-1.439-2.4-2.178-3.592-.416-.671-.856-1.329-1.312-1.973a16.042 16.042 0 0 0-1.835-2.2 9.709 9.709 0 0 0-.828-.691 1.565 1.565 0 0 0-.65-.266.561.561 0 0 0-.615.248 1.333 1.333 0 0 0-.232.574 4.058 4.058 0 0 0-.068.7c.013.429.04.859.092 1.285a21.694 21.694 0 0 0 1.121 4.638 37.672 37.672 0 0 0 2.712 5.839c.631 1.124 1.281 2.238 1.914 3.361.347.616.674 1.243 1.011 1.864.03.056.067.114.12.2z' transform='rotate(-17 615.8 9992.857)'/%3E%3Cpath fill='%23ed2121' d='M2959.9 288.593c-.054-.089-.09-.145-.122-.2-.336-.621-.664-1.248-1.01-1.864-.632-1.124-1.282-2.237-1.914-3.361a37.624 37.624 0 0 1-2.712-5.839 21.679 21.679 0 0 1-1.12-4.638c-.052-.426-.08-.856-.092-1.285a4.012 4.012 0 0 1 .068-.7 1.335 1.335 0 0 1 .232-.574.562.562 0 0 1 .615-.248 1.565 1.565 0 0 1 .649.266 9.746 9.746 0 0 1 .828.692 16.085 16.085 0 0 1 1.835 2.2c.456.645.9 1.3 1.313 1.973.738 1.19 1.452 2.394 2.178 3.592a2.358 2.358 0 0 0 .233.343.321.321 0 0 0 .533-.023 1.158 1.158 0 0 0 .152-.294 10.342 10.342 0 0 1 1.952-3.171 21.689 21.689 0 0 1 5.373-4.551 13.25 13.25 0 0 1 4-1.593 4.721 4.721 0 0 1 2.023-.044 2.535 2.535 0 0 1 .916.379 1.447 1.447 0 0 1 .66 1.146 3.069 3.069 0 0 1-.144 1.107 7.063 7.063 0 0 1-.519 1.223 18 18 0 0 1-1.318 2.068 37.047 37.047 0 0 1-4.653 5.257 79.014 79.014 0 0 1-6.051 5.145c-1.228.951-2.462 1.895-3.693 2.841-.055.042-.112.081-.212.153z' transform='rotate(-17 615.8 9992.857) translate(-5.936 -5.207)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist i {
  display: none;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
  animation: latidos 2s infinite ease-in-out;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: inline-flex;
  align-items: center;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: inline-flex;
  align-items: center;
  color: #191919;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback:before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.843' height='27.794' viewBox='0 0 29.843 27.794'%3E%3Cg%3E%3Cpath fill='%23191919' d='M2952.287 285.019a2.759 2.759 0 0 1 .489-.543c.148-.145.3-.285.456-.426l.494-.459c-.051-.1-.089-.188-.138-.269-.179-.3-.363-.591-.544-.886-.84-1.371-1.693-2.735-2.516-4.117a35.117 35.117 0 0 1-2.832-5.873 20.882 20.882 0 0 1-1.191-5 6.774 6.774 0 0 1-.028-1.7 4.468 4.468 0 0 1 .179-.723 1.317 1.317 0 0 1 .4-.573 1.064 1.064 0 0 1 1.042-.251 3.446 3.446 0 0 1 1.325.759 9.63 9.63 0 0 1 .826.82 22.193 22.193 0 0 1 2.3 3c.6.947 1.179 1.911 1.768 2.868q.36.585.722 1.168a2.045 2.045 0 0 0 .137.174 1.062 1.062 0 0 0 .1-.149 11.87 11.87 0 0 1 2.016-3.039 22.609 22.609 0 0 1 5.044-4.308 14.659 14.659 0 0 1 4.187-1.8 6.226 6.226 0 0 1 1.854-.2 3.42 3.42 0 0 1 1.735.51 1.935 1.935 0 0 1 .917 1.42 3.005 3.005 0 0 1-.041.993 5.591 5.591 0 0 1-.593 1.593c-.309.557-.629 1.111-.983 1.64a33.815 33.815 0 0 1-3.847 4.69c-1.487 1.537-3.088 2.949-4.717 4.332-1.555 1.32-3.176 2.557-4.789 3.8-.406.314-.815.624-1.215.944a20 20 0 0 1-2.06 1.406 1.069 1.069 0 0 1-.497.199zm1.679-1.633c.1-.072.156-.112.211-.154 1.231-.947 2.465-1.89 3.693-2.841a79.119 79.119 0 0 0 6.051-5.145 37.078 37.078 0 0 0 4.653-5.257 17.97 17.97 0 0 0 1.318-2.068 7.083 7.083 0 0 0 .519-1.223 3.058 3.058 0 0 0 .144-1.107 1.447 1.447 0 0 0-.66-1.146 2.532 2.532 0 0 0-.916-.379 4.722 4.722 0 0 0-2.023.044 13.247 13.247 0 0 0-4 1.593 21.693 21.693 0 0 0-5.373 4.551 10.343 10.343 0 0 0-1.952 3.171 1.166 1.166 0 0 1-.152.294.321.321 0 0 1-.533.023 2.361 2.361 0 0 1-.233-.343c-.726-1.2-1.439-2.4-2.178-3.592-.416-.671-.856-1.329-1.312-1.973a16.042 16.042 0 0 0-1.835-2.2 9.709 9.709 0 0 0-.828-.691 1.565 1.565 0 0 0-.65-.266.561.561 0 0 0-.615.248 1.333 1.333 0 0 0-.232.574 4.058 4.058 0 0 0-.068.7c.013.429.04.859.092 1.285a21.694 21.694 0 0 0 1.121 4.638 37.672 37.672 0 0 0 2.712 5.839c.631 1.124 1.281 2.238 1.914 3.361.347.616.674 1.243 1.011 1.864.03.056.067.114.12.2z' transform='rotate(-17 615.8 9992.857)'/%3E%3Cpath fill='%23ed2121' d='M2959.9 288.593c-.054-.089-.09-.145-.122-.2-.336-.621-.664-1.248-1.01-1.864-.632-1.124-1.282-2.237-1.914-3.361a37.624 37.624 0 0 1-2.712-5.839 21.679 21.679 0 0 1-1.12-4.638c-.052-.426-.08-.856-.092-1.285a4.012 4.012 0 0 1 .068-.7 1.335 1.335 0 0 1 .232-.574.562.562 0 0 1 .615-.248 1.565 1.565 0 0 1 .649.266 9.746 9.746 0 0 1 .828.692 16.085 16.085 0 0 1 1.835 2.2c.456.645.9 1.3 1.313 1.973.738 1.19 1.452 2.394 2.178 3.592a2.358 2.358 0 0 0 .233.343.321.321 0 0 0 .533-.023 1.158 1.158 0 0 0 .152-.294 10.342 10.342 0 0 1 1.952-3.171 21.689 21.689 0 0 1 5.373-4.551 13.25 13.25 0 0 1 4-1.593 4.721 4.721 0 0 1 2.023-.044 2.535 2.535 0 0 1 .916.379 1.447 1.447 0 0 1 .66 1.146 3.069 3.069 0 0 1-.144 1.107 7.063 7.063 0 0 1-.519 1.223 18 18 0 0 1-1.318 2.068 37.047 37.047 0 0 1-4.653 5.257 79.014 79.014 0 0 1-6.051 5.145c-1.228.951-2.462 1.895-3.693 2.841-.055.042-.112.081-.212.153z' transform='rotate(-17 615.8 9992.857) translate(-5.936 -5.207)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback:hover:before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback:hover:before {
  animation: latidos 2s infinite ease-in-out;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #191919;
  display: inline-block;
  margin-left: 8px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:focus, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:focus, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  color: #f7dd41;
}
@media only screen and (max-width: 767px) {
  .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contenedor-mas {
  margin: 18vh 0;
}
.contenedor-mas .main-container {
  flex-direction: column;
}
.contenedor-mas .main-container .contenedor-head {
  margin-bottom: 32px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-mas .main-container .contenedor-head {
    margin-bottom: 64px;
  }
}
.contenedor-mas .main-container .contenedor-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contenedor-mas .main-container .contenedor-body .item {
  width: 24%;
  height: 21.6vw;
  margin-right: 0.6vw;
  margin-bottom: 0.6vw;
  background-color: #cacaca;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.contenedor-mas .main-container .contenedor-body .item:nth-child(4n+4) {
  margin-right: 0;
}
.contenedor-mas .main-container .contenedor-body .item:hover .contenedor-hover .container-data {
  opacity: 1;
}
.contenedor-mas .main-container .contenedor-body .item:hover .contenedor-hover:before {
  transform: translate(-1%, 0);
}
.contenedor-mas .main-container .contenedor-body .item:hover .contenedor-hover:after {
  transform: translate(0, -1%);
}
.contenedor-mas .main-container .contenedor-body .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-mas .main-container .contenedor-body .item img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 16px;
  }
}
.contenedor-mas .main-container .contenedor-body .item .contenedor-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1ms ease-in-out 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contenedor-mas .main-container .contenedor-body .item .contenedor-hover .container-data {
  width: 100%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.contenedor-mas .main-container .contenedor-body .item .contenedor-hover .container-data h4 {
  margin-bottom: 12px;
}
.contenedor-mas .main-container .contenedor-body .item .contenedor-hover .container-data .amount {
  color: #191919;
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-mas .main-container .contenedor-body .item .contenedor-hover .container-data {
    opacity: 1;
  }
}
.contenedor-mas .main-container .contenedor-body .item .contenedor-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(100%, -100%);
}
.contenedor-mas .main-container .contenedor-body .item .contenedor-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(-100%, 100%);
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-mas .main-container .contenedor-body .item .contenedor-hover {
    position: static;
    padding: 0 16px;
    text-align: center;
    height: auto;
  }
  .contenedor-mas .main-container .contenedor-body .item .contenedor-hover:before, .contenedor-mas .main-container .contenedor-body .item .contenedor-hover:after {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-mas .main-container .contenedor-body .item {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 60px;
    background-color: #ffffff;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-mas .main-container .contenedor-body {
    flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .contenedor-mas {
    margin: 0;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.contenedor-masProyectos {
  padding-top: 18vh;
  box-sizing: border-box;
}
.contenedor-masProyectos .main-container {
  flex-direction: column;
}
.contenedor-masProyectos .contenedor-head {
  margin-bottom: 32px;
}
.contenedor-masProyectos .contenedor-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contenedor-masProyectos .contenedor-body .item {
  width: 24%;
  height: 20.4vw;
  margin-right: 0.5666666667vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.contenedor-masProyectos .contenedor-body .item:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 699px) {
  .contenedor-masProyectos .contenedor-body .item {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    margin-bottom: 48px;
  }
}
.contenedor-masProyectos .contenedor-body .item:hover .contenedor-hover h4 {
  opacity: 1;
}
.contenedor-masProyectos .contenedor-body .item:hover .contenedor-hover:before {
  transform: translate(-1%, 0);
}
.contenedor-masProyectos .contenedor-body .item:hover .contenedor-hover:after {
  transform: translate(0, -1%);
}
@media (max-width: 699px) {
  .contenedor-masProyectos .contenedor-body .item:hover .contenedor-hover h4 {
    opacity: 0;
  }
  .contenedor-masProyectos .contenedor-body .item:hover .contenedor-hover:before {
    transform: translate(100%, -100%);
  }
  .contenedor-masProyectos .contenedor-body .item:hover .contenedor-hover:after {
    transform: translate(-100%, 100%);
  }
}
.contenedor-masProyectos .contenedor-body .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-masProyectos .contenedor-body .item img {
    height: 90vw;
  }
}
.contenedor-masProyectos .contenedor-body .item .contenedor-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1ms ease-in-out 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 32px;
}
.contenedor-masProyectos .contenedor-body .item .contenedor-hover h4 {
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease-in-out;
  text-align: center;
}
.contenedor-masProyectos .contenedor-body .item .contenedor-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(100%, -100%);
}
.contenedor-masProyectos .contenedor-body .item .contenedor-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(-100%, 100%);
}
.contenedor-masProyectos .contenedor-body .item .contenedor-titulo-mobile {
  display: none;
}
@media (max-width: 699px) {
  .contenedor-masProyectos .contenedor-body .item .contenedor-titulo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
}

.contenedor-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contenedor-loader .contenedor-corazon {
  width: 64px;
  height: 64px;
  cursor: pointer;
  animation: latidos 1s infinite ease-in-out;
}
@media (max-width: 1059px) {
  .contenedor-loader .contenedor-corazon {
    display: none;
    width: 71%;
  }
}
.contenedor-loader .contenedor-corazon .aux {
  width: 100%;
  height: 100%;
  transform: rotate(-21deg) translate(10%, 5%);
  transform-origin: center;
  pointer-events: none;
}
.contenedor-loader .contenedor-corazon img {
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.contenedor-imagenTexto {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.contenedor-imagenTexto .contenedor-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.contenedor-imagenTexto .contenedor-background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.contenedor-imagenTexto .main-container {
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}
.contenedor-imagenTexto .contenedor-left {
  width: 50%;
}
@media (max-width: 699px) {
  .contenedor-imagenTexto .contenedor-left {
    display: none;
  }
}
.contenedor-imagenTexto .contenedor-right {
  width: 40%;
  padding: 48px 0;
  padding-left: 69px;
  padding-right: 32px;
  box-sizing: border-box;
  background-color: #191919;
}
@media (max-width: 699px) {
  .contenedor-imagenTexto .contenedor-right {
    width: 100%;
    padding: 32px 16px;
  }
}
.contenedor-imagenTexto .contenedor-right p {
  color: #ffffff;
}

.contenedor-textoImagen {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  background-color: #f7dd41;
}
@media (max-width: 699px) {
  .contenedor-textoImagen {
    height: auto;
    padding-top: 10vh;
    box-sizing: border-box;
  }
}
.contenedor-textoImagen .contenedor-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-background {
    height: auto;
    top: 54%;
    bottom: 0;
  }
}
.contenedor-textoImagen .contenedor-background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-background img {
    -o-object-position: 100%;
       object-position: 100%;
  }
}
.contenedor-textoImagen .main-container {
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .main-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.contenedor-textoImagen .contenedor-left {
  display: flex;
  flex-direction: column;
  width: 38%;
  z-index: 2;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-left {
    width: 100%;
  }
}
.contenedor-textoImagen .contenedor-left h1, .contenedor-textoImagen .contenedor-left p {
  margin-bottom: 64px;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-left h1, .contenedor-textoImagen .contenedor-left p {
    margin-bottom: 32px;
  }
}
.contenedor-textoImagen .contenedor-left p {
  width: 90%;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-left p {
    width: 100%;
  }
}
.contenedor-textoImagen .contenedor-right {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-right {
    width: 100%;
  }
}
.contenedor-textoImagen .contenedor-right img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}
.contenedor-textoImagen .contenedor-right .contenedor-dodo {
  width: 120px;
  height: 120px;
  z-index: 2;
  position: absolute;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-right .contenedor-dodo {
    width: 50px;
    height: 50px;
  }
}
.contenedor-textoImagen .contenedor-right .contenedor-dodo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contenedor-textoImagen .contenedor-right .contenedor-dodo.dodo1 {
  top: 15%;
  left: 0%;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-right .contenedor-dodo.dodo1 {
    top: 25%;
    left: -12%;
  }
}
.contenedor-textoImagen .contenedor-right .contenedor-dodo.dodo2 {
  top: 42%;
  right: 0;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-right .contenedor-dodo.dodo2 {
    top: 38%;
    right: -42%;
  }
}
.contenedor-textoImagen .contenedor-right .texto {
  position: absolute;
}
.contenedor-textoImagen .contenedor-right .texto svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.contenedor-textoImagen .contenedor-right .texto.texto1 {
  top: 25%;
  left: 20%;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-right .texto.texto1 {
    width: 30px;
    top: 40%;
    left: 20%;
  }
}
.contenedor-textoImagen .contenedor-right .texto.texto2 {
  top: 34%;
  left: 30%;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-right .texto.texto2 {
    width: 55px;
    top: 42%;
    left: 45%;
  }
}
.contenedor-textoImagen .contenedor-right .texto.texto3 {
  top: 20%;
  left: 59%;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-right .texto.texto3 {
    width: 37px;
    top: 29%;
    left: 80%;
  }
}
.contenedor-textoImagen .contenedor-right .texto.texto4 {
  top: 63%;
  right: 0;
}
@media (max-width: 699px) {
  .contenedor-textoImagen .contenedor-right .texto.texto4 {
    width: 90px;
    top: 63%;
    right: -39%;
  }
}

.contenedor-instagram {
  padding: 32px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.contenedor-instagram.interna {
  padding: 0;
}
.contenedor-instagram .main-container {
  flex-direction: column;
}
.contenedor-instagram .contenedor-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 699px) {
  .contenedor-instagram .contenedor-head {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.contenedor-instagram .contenedor-head h2, .contenedor-instagram .contenedor-head .center, .contenedor-instagram .contenedor-head .right {
  width: 33.3333%;
}
@media (max-width: 699px) {
  .contenedor-instagram .contenedor-head h2 {
    width: 100%;
  }
}
.contenedor-instagram .contenedor-head .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 699px) {
  .contenedor-instagram .contenedor-head .center {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-start;
  }
}
.contenedor-instagram .contenedor-head .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 699px) {
  .contenedor-instagram .contenedor-head .right {
    width: auto;
    flex: 1 1 auto;
  }
}
.contenedor-instagram .contenedor-head .right a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
@media (max-width: 699px) {
  .contenedor-instagram .contenedor-head .right a {
    padding: 32px 0;
  }
}
.contenedor-instagram .contenedor-body {
  width: 100%;
  position: relative;
}
@media (max-width: 699px) {
  .contenedor-instagram .contenedor-body {
    width: 90%;
  }
}
.contenedor-instagram .contenedor-body .fts-instagram-inline-block-centered {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contenedor-instagram .contenedor-body .fts-instagram-inline-block-centered .fts-instagram-wrapper {
  display: flex;
  height: 500px;
}
.contenedor-instagram .contenedor-body .fts-instagram-inline-block-centered .fts-instagram-wrapper a {
  display: flex;
}

.contenedor-video {
  padding: 12vh 0;
}
.contenedor-video .main-container {
  flex-direction: column;
  align-items: center;
}
.contenedor-video .main-container .contenedor-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 699px) {
  .contenedor-video .main-container .contenedor-top {
    margin-bottom: 32px;
  }
}
.contenedor-video .main-container .contenedor-top .contenedor-dodo {
  width: 150px;
  height: 150px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 699px) {
  .contenedor-video .main-container .contenedor-top .contenedor-dodo {
    width: 120px;
    height: 120px;
  }
}
.contenedor-video .main-container .contenedor-top .contenedor-dodo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.contenedor-video .main-container .contenedor-top .contenedor-iconoVideo {
  width: 80px;
  height: 80px;
  transform: translate(-60%, -10%);
  cursor: pointer;
}
@media (max-width: 699px) {
  .contenedor-video .main-container .contenedor-top .contenedor-iconoVideo {
    width: 60px;
    height: 60px;
  }
}
.contenedor-video .main-container .contenedor-top .contenedor-iconoVideo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.contenedor-video .main-container .contenedor-center {
  width: 50%;
}
@media (max-width: 699px) {
  .contenedor-video .main-container .contenedor-center {
    width: 100%;
  }
}

.contenedor-todosDibujamos {
  padding: 18vh 0;
  min-height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 699px) {
  .contenedor-todosDibujamos {
    padding-bottom: 0;
  }
}
.contenedor-todosDibujamos .main-container {
  flex-direction: column;
}
.contenedor-todosDibujamos .contenedor-introduccion {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenedor-todosDibujamos .contenedor-introduccion h1 {
  margin-bottom: 32px;
  width: 50%;
  text-align: center;
}
@media (max-width: 699px) {
  .contenedor-todosDibujamos .contenedor-introduccion h1 {
    width: 100%;
  }
}
.contenedor-todosDibujamos .contenedor-introduccion p {
  width: 50%;
  text-align: center;
}
@media (max-width: 699px) {
  .contenedor-todosDibujamos .contenedor-introduccion p {
    width: 100%;
  }
}
.contenedor-todosDibujamos .contenedor-productos-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contenedor-todosDibujamos .contenedor-productos-grid .item {
  width: 24%;
  height: 20.4vw;
  margin-right: 1.1333333333vw;
  margin-bottom: 1.1333333333vw;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.contenedor-todosDibujamos .contenedor-productos-grid .item:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 1059px) {
  .contenedor-todosDibujamos .contenedor-productos-grid .item {
    width: 32%;
    height: 28.8vw;
    margin-right: 1.8vw;
    margin-bottom: 1.8vw;
  }
  .contenedor-todosDibujamos .contenedor-productos-grid .item:nth-child(4n+4) {
    margin-right: 1.8vw;
  }
  .contenedor-todosDibujamos .contenedor-productos-grid .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 699px) {
  .contenedor-todosDibujamos .contenedor-productos-grid .item {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    margin-bottom: 48px;
  }
}
.contenedor-todosDibujamos .contenedor-productos-grid .item:hover .contenedor-hover h4 {
  opacity: 1;
}
.contenedor-todosDibujamos .contenedor-productos-grid .item:hover .contenedor-hover:before {
  transform: translate(-1%, 0);
}
.contenedor-todosDibujamos .contenedor-productos-grid .item:hover .contenedor-hover:after {
  transform: translate(0, -1%);
}
@media (max-width: 699px) {
  .contenedor-todosDibujamos .contenedor-productos-grid .item:hover .contenedor-hover h4 {
    opacity: 0;
  }
  .contenedor-todosDibujamos .contenedor-productos-grid .item:hover .contenedor-hover:before {
    transform: translate(100%, -100%);
  }
  .contenedor-todosDibujamos .contenedor-productos-grid .item:hover .contenedor-hover:after {
    transform: translate(-100%, 100%);
  }
}
.contenedor-todosDibujamos .contenedor-productos-grid .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 699px) {
  .contenedor-todosDibujamos .contenedor-productos-grid .item img {
    height: 90vw;
  }
}
.contenedor-todosDibujamos .contenedor-productos-grid .item .contenedor-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1ms ease-in-out 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 32px;
}
.contenedor-todosDibujamos .contenedor-productos-grid .item .contenedor-hover h4 {
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease-in-out;
  text-align: center;
}
.contenedor-todosDibujamos .contenedor-productos-grid .item .contenedor-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(100%, -100%);
}
.contenedor-todosDibujamos .contenedor-productos-grid .item .contenedor-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 102%;
  background-color: #f7dd41;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  transition: all 500ms ease-in-out;
  transform: translate(-100%, 100%);
}
.contenedor-todosDibujamos .contenedor-productos-grid .item .contenedor-titulo-mobile {
  display: none;
}
@media (max-width: 699px) {
  .contenedor-todosDibujamos .contenedor-productos-grid .item .contenedor-titulo-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }
}

.orderCompleted {
  width: 100%;
}
.orderCompleted .woocommerce-order {
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 15vh;
  display: flex;
}
.orderCompleted .woocommerce-order .container-address {
  width: 70%;
  order: 1;
  padding-right: 10%;
}
.orderCompleted .woocommerce-order .container-address p {
  color: #191919;
  margin-bottom: 16px;
}
.orderCompleted .woocommerce-order .container-address address {
  color: #191919;
}
.orderCompleted .woocommerce-order .container-address a {
  color: #191919;
}
.orderCompleted .woocommerce-order .container-address h2 {
  color: #191919;
  margin-bottom: 1rem;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details {
  margin-bottom: 2rem;
  width: 100%;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 65px;
  border-radius: unset;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tfoot,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table thead {
  background-color: transparent;
  border: none;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tfoot tr,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table thead tr {
  background-color: transparent;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr th,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tfoot tr th,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table thead tr th {
  color: #191919;
  padding-right: 0.8rem;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr td,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tfoot tr td,
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table thead tr td {
  color: #191919;
  padding-right: 0.8rem;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table thead tr th {
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table thead tr th.product-total {
  text-align: right;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr td.woocommerce-table__product-name {
  text-align: center;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr td .wc-item-meta {
  list-style: none;
  margin-top: 8px;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li:not(:last-child) {
  margin-bottom: 8px;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr td .wc-item-meta li p {
  margin-bottom: 0;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tbody tr td.product-total {
  text-align: right;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tfoot tr th {
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-order-details .shop_table tfoot tr td {
  border-bottom: 1px solid #d5d5d5;
  text-align: right;
}
.orderCompleted .woocommerce-order .container-address .woocommerce-column--billing-address,
.orderCompleted .woocommerce-order .container-address .woocommerce-column--shipping-address {
  margin-bottom: 2rem;
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .orderCompleted .woocommerce-order .container-address {
    width: 100%;
    order: 2;
  }
}
.orderCompleted .woocommerce-order .container-details {
  width: 30%;
  order: 2;
}
.orderCompleted .woocommerce-order .container-details .container-content {
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 1rem;
}
.orderCompleted .woocommerce-order .container-details .woocommerce-order-overview {
  margin: 0;
  list-style: none;
}
.orderCompleted .woocommerce-order .container-details .woocommerce-order-overview li {
  color: #191919;
}
@media only screen and (max-width: 767px) {
  .orderCompleted .woocommerce-order .container-details {
    margin-bottom: 2rem;
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .orderCompleted .woocommerce-order {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.contenedor-texto {
  width: 100%;
  padding-bottom: 50vh;
}
@media (max-width: 699px) {
  .contenedor-texto {
    padding-bottom: 17vh;
  }
}
.contenedor-texto .main-container {
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.contenedor-texto .contenedor-dodo {
  width: 150px;
  height: 150px;
  z-index: 2;
  position: absolute;
}
@media (max-width: 699px) {
  .contenedor-texto .contenedor-dodo {
    width: 100px;
    height: 100px;
  }
}
.contenedor-texto .contenedor-dodo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contenedor-texto .contenedor-dodo.dodo1 {
  top: 10%;
  left: 18%;
}
@media (max-width: 699px) {
  .contenedor-texto .contenedor-dodo.dodo1 {
    left: 0;
    top: 5%;
  }
}
.contenedor-texto .contenedor-dodo.dodo2 {
  top: 40%;
  right: 10%;
}
@media (max-width: 699px) {
  .contenedor-texto .contenedor-dodo.dodo2 {
    right: 0;
    top: 100%;
  }
}
.contenedor-texto .contenedor-dodo.dodo3 {
  top: 80%;
  left: 10%;
}
@media (max-width: 699px) {
  .contenedor-texto .contenedor-dodo.dodo3 {
    display: none;
  }
}
.contenedor-texto .contenedor-dodo.dodo4 {
  top: 100%;
  right: 20%;
}
@media (max-width: 699px) {
  .contenedor-texto .contenedor-dodo.dodo4 {
    display: none;
  }
}
.contenedor-texto .contenedor-imgCentral {
  width: 35%;
  height: auto;
  position: relative;
}
@media (max-width: 699px) {
  .contenedor-texto .contenedor-imgCentral {
    width: 100%;
  }
}
.contenedor-texto .contenedor-imgCentral img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.contenedor-texto .contenedor-imgCentral .contenido {
  position: absolute;
  z-index: 2;
  top: 31%;
  left: 50%;
  padding-left: 19%;
  transform: translate(-50%, 0);
  width: 85%;
}

.container-wishlist {
  width: 100%;
}
.container-wishlist .woocommerce-message {
  background-color: #f7dd41;
  padding: 16px;
  margin-bottom: 2rem;
}
.container-wishlist .wishlist-title {
  pointer-events: none;
}
.container-wishlist .woocommerce {
  padding-top: 20vh;
  padding-bottom: 10vh;
}
.container-wishlist .woocommerce .shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: unset;
}
.container-wishlist .woocommerce .shop_table thead tr th {
  border: none;
  padding: 10px 0;
  border-bottom: 2px solid #d5d5d5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .container-wishlist .woocommerce .shop_table thead tr th {
    font-size: 10px;
    padding: 10px;
  }
  .container-wishlist .woocommerce .shop_table thead tr th.woocommerce-orders-table__header-order-status {
    display: none;
  }
}
.container-wishlist .woocommerce .shop_table tbody tr td {
  padding: 10px 0;
  border-bottom: 2px solid #d5d5d5;
  text-align: center;
}
.container-wishlist .woocommerce .shop_table tbody tr td .wc-item-meta {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.container-wishlist .woocommerce .shop_table tbody tr td .wc-item-meta li {
  margin-bottom: 12px;
}
.container-wishlist .woocommerce .shop_table tbody tr td .wc-item-meta li p,
.container-wishlist .woocommerce .shop_table tbody tr td .wc-item-meta li strong {
  margin-bottom: 0;
  color: #191919;
}
@media only screen and (max-width: 767px) {
  .container-wishlist .woocommerce .shop_table tbody tr td .wc-item-meta li p,
  .container-wishlist .woocommerce .shop_table tbody tr td .wc-item-meta li strong {
    font-size: 10px;
  }
}
.container-wishlist .woocommerce .shop_table tbody tr td.wishlist-empty {
  display: none;
}
.container-wishlist .woocommerce .shop_table tbody tr td.product-thumbnail a {
  max-width: 100px;
}
.container-wishlist .woocommerce .shop_table tbody tr td.product-thumbnail a img {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .container-wishlist .woocommerce .shop_table tbody tr td {
    font-size: 10px;
    padding: 10px;
  }
  .container-wishlist .woocommerce .shop_table tbody tr td.woocommerce-PaymentMethod .button {
    margin-bottom: 6px;
  }
  .container-wishlist .woocommerce .shop_table tbody tr td.woocommerce-orders-table__cell-order-status {
    display: none;
  }
}
.container-wishlist .woocommerce .shop_table tfoot tr th {
  padding: 20px 0;
  text-align: left;
}
.container-wishlist .woocommerce .shop_table tfoot tr td {
  text-align: center;
}
.container-wishlist .woocommerce .shop_table.mobile .additional-info {
  display: none !important;
}
.container-wishlist .woocommerce .product-add-to-cart .button {
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #191919;
  background-color: #f7dd41;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #191919;
  outline: unset;
  text-align: center;
}
.container-wishlist .woocommerce .product-add-to-cart .button:hover {
  color: #ffffff !important;
  background-color: #191919;
}
@media only screen and (max-width: 767px) {
  .container-wishlist .woocommerce .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: block;
    max-width: 80%;
    margin-right: 0;
    margin: 0 auto;
  }
  .container-wishlist .woocommerce .wishlist_table.mobile li .item-wrapper .product-thumbnail a {
    width: 100%;
    display: block;
  }
  .container-wishlist .woocommerce .wishlist_table.mobile li .item-wrapper .product-thumbnail a img {
    width: 100%;
    height: auto;
  }
}

.modal-tallas {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
}
.modal-tallas .container-content {
  width: 55vw;
  background-color: #ffffff;
  max-height: 80vh;
  min-height: 50vh;
  position: relative;
  padding: 3.5rem;
  z-index: 2;
  overflow-y: auto;
}
.modal-tallas .container-content .btnCerrar {
  position: absolute;
  display: inline-block;
  right: 2rem;
  top: 2rem;
}
@media only screen and (max-width: 767px) {
  .modal-tallas .container-content .btnCerrar {
    right: 1rem;
    top: 1rem;
  }
}
.modal-tallas .container-content .container-tallas {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-tallas .container-content .container-tallas .container-t {
  width: 100%;
  margin-bottom: 2.5rem;
}
.modal-tallas .container-content .container-tallas .container-t h4 {
  color: #191919;
  margin-bottom: 25px;
}
.modal-tallas .container-content .container-tallas .container-t .container-imgs {
  display: flex;
  flex-direction: column;
}
.modal-tallas .container-content .container-tallas .container-t .container-imgs .img-movil {
  display: none;
}
.modal-tallas .container-content .container-tallas .container-t .container-imgs img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .modal-tallas .container-content .container-tallas .container-t .container-imgs .img-desk {
    display: none;
  }
  .modal-tallas .container-content .container-tallas .container-t .container-imgs .img-movil {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .modal-tallas .container-content {
    width: 100%;
    max-height: unset;
    min-height: unset;
    padding: 3rem 2rem;
  }
}
.modal-tallas .plasta {
  background-color: rgba(25, 25, 25, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .modal-tallas .plasta {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .modal-tallas {
    background-color: #ffffff;
    display: block;
    overflow-y: auto;
  }
}

.contenedor-terminos {
  width: 100%;
  padding: 18vh 0;
}
.contenedor-terminos .main-container {
  flex-direction: column;
}
.contenedor-terminos .main-container .btn-main {
  margin-bottom: 32px;
}
.contenedor-terminos .main-container h1, .contenedor-terminos .main-container p {
  margin-bottom: 32px;
  width: 70%;
}
@media (max-width: 1059px) {
  .contenedor-terminos .main-container h1, .contenedor-terminos .main-container p {
    width: 80%;
  }
}
@media (max-width: 699px) {
  .contenedor-terminos .main-container h1, .contenedor-terminos .main-container p {
    width: 100%;
  }
}

.contenedor-404 {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
.contenedor-404 .main-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.contenedor-404 h1 {
  margin-bottom: 32px;
}
.contenedor-404 .contenedor-404-child {
  margin-bottom: 32px;
  position: relative;
}
.contenedor-404 .contenedor-404-child .cero {
  opacity: 0;
}
.contenedor-404 .contenedor-404-child .contenedor-corazon {
  position: absolute;
  width: 68%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.contenedor-404 .contenedor-404-child .contenedor-corazon .aux {
  width: 100%;
  height: 100%;
  transform: translate(2%, 11%);
  transform-origin: center;
  pointer-events: none;
}
.contenedor-404 .contenedor-404-child .contenedor-corazon img {
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.contenedor-404 p {
  margin-bottom: 32px;
}

#main {
  max-width: 85%;
  margin: 0 auto;
  padding-top: 18vh;
  padding-bottom: 15vh;
  position: relative;
}
#main .woocommerce-breadcrumb {
  color: #191919;
  margin-bottom: 2.5rem;
}
#main .woocommerce-breadcrumb a {
  color: #191919;
  transition: all 300ms;
  display: inline-block;
}
#main .woocommerce-breadcrumb a:hover, #main .woocommerce-breadcrumb a:focus {
  color: #f7dd41;
}
#main .woocommerce {
  padding-top: 0;
  margin-top: 2rem;
  min-height: 0;
}
#main .woocommerce #ced_rnx_return_request_form_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#main .woocommerce #ced_rnx_return_request_form_wrapper #ced_rnx_return_request_container {
  order: 1;
}
#main .woocommerce #ced_rnx_return_request_form_wrapper #ced-return-alert {
  order: 4;
  width: 100%;
  background-color: #f7dd41;
  padding: 10px;
  list-style: none;
  margin: 0;
  margin-bottom: 2rem;
}
#main .woocommerce #ced_rnx_return_request_form_wrapper #ced-return-alert li {
  color: #191919;
}
#main .woocommerce #ced_rnx_return_request_form_wrapper .ced_rnx_product_table_wrapper {
  order: 3;
}
#main .woocommerce #ced_rnx_return_request_form_wrapper #ced_rnx_return_request_container h1 {
  color: #191919;
  margin-bottom: 32px;
}
#main .woocommerce #ced_rnx_return_request_form_wrapper #ced_rnx_return_request_container h1:after {
  display: none;
}
#main .woocommerce hr {
  display: none;
}
#main .woocommerce .shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: unset;
  margin-bottom: 4rem;
}
#main .woocommerce .shop_table thead tr th {
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #d5d5d5;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #main .woocommerce .shop_table thead tr th.product-qty, #main .woocommerce .shop_table thead tr th.product-total {
    display: none;
  }
}
#main .woocommerce .shop_table tbody tr td {
  border: none;
  background-color: transparent;
  padding: 12px 0;
  border-bottom: 2px solid #d5d5d5;
}
#main .woocommerce .shop_table tbody tr td.ced_rnx_total_amount_wrap {
  background-color: transparent !important;
}
#main .woocommerce .shop_table tbody tr td.product-name img {
  display: none;
}
#main .woocommerce .shop_table tbody tr td .ced_rnx_product_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#main .woocommerce .shop_table tbody tr td .ced_rnx_product_title a {
  color: #191919;
  transition: all 300ms;
  display: inline-block;
  margin-bottom: 12px;
}
#main .woocommerce .shop_table tbody tr td .ced_rnx_product_title a:hover, #main .woocommerce .shop_table tbody tr td .ced_rnx_product_title a:focus {
  color: #f7dd41;
}
#main .woocommerce .shop_table tbody tr td .ced_rnx_product_title .wc-item-meta {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
#main .woocommerce .shop_table tbody tr td .ced_rnx_product_title .wc-item-meta li {
  margin-bottom: 12px;
}
#main .woocommerce .shop_table tbody tr td .ced_rnx_product_title .wc-item-meta li p,
#main .woocommerce .shop_table tbody tr td .ced_rnx_product_title .wc-item-meta li strong {
  margin-bottom: 0;
  color: #191919;
}
@media only screen and (max-width: 767px) {
  #main .woocommerce .shop_table tbody tr td .ced_rnx_product_title .wc-item-meta li p,
  #main .woocommerce .shop_table tbody tr td .ced_rnx_product_title .wc-item-meta li strong {
    font-size: 10px;
  }
}
#main .woocommerce .shop_table tbody tr td .ced_rnx_return_product_qty {
  color: #191919;
  text-align: center;
  opacity: 0.5;
}
#main .woocommerce .shop_table tbody tr td .ced_rnx_return_product_qty[type=number] {
  -moz-appearance: textfield;
}
#main .woocommerce .shop_table tbody tr td .ced_rnx_return_product_qty::-webkit-outer-spin-button, #main .woocommerce .shop_table tbody tr td .ced_rnx_return_product_qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
@media only screen and (max-width: 767px) {
  #main .woocommerce .shop_table tbody tr td .ced_rnx_return_product_qty {
    margin-bottom: 15px;
  }
}
#main .woocommerce .shop_table tbody tr td .amount {
  color: #191919;
}
@media only screen and (max-width: 767px) {
  #main .woocommerce .shop_table tbody tr td .amount {
    margin-bottom: 12px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #main .woocommerce .shop_table tbody tr td {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}
#main .woocommerce .shop_table tbody tr th {
  background-color: transparent;
  color: #191919;
  border: none;
  border-bottom: 2px solid #d5d5d5;
}
@media only screen and (max-width: 767px) {
  #main .woocommerce .shop_table tbody tr th {
    display: block;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  #main .woocommerce .shop_table tbody tr {
    display: block;
    padding: 2rem 0;
    border-bottom: 2px solid #d5d5d5;
  }
}
@media only screen and (max-width: 767px) {
  #main .woocommerce {
    width: 100%;
  }
}
#main .mwb_order_msg_notice_wrapper {
  padding: 12px;
}
#main .ced_rnx_note_tag_wrapper {
  width: 100% !important;
  float: none !important;
  order: 5;
}
#main .ced_rnx_note_tag_wrapper select {
  display: none !important;
}
#main .ced_rnx_note_tag_wrapper p {
  color: #191919;
}
#main .ced_rnx_note_tag_wrapper p label {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
#main .ced_rnx_note_tag_wrapper p #ced_rnx_return_request_subject_text {
  margin-bottom: 2rem;
  box-shadow: unset;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #main .ced_rnx_note_tag_wrapper p #ced_rnx_return_request_subject_text {
    width: 100%;
  }
}
#main .ced_rnx_note_tag_wrapper p textarea {
  margin-bottom: 2rem;
  box-shadow: unset;
  min-width: 50%;
  max-width: 50%;
  max-height: 250px;
  min-height: 250px;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  #main .ced_rnx_note_tag_wrapper p textarea {
    min-width: 100%;
    max-width: 100%;
  }
}
#main .ced_rnx_refund_rules_display {
  width: 100% !important;
  float: none !important;
  order: 5;
}
#main .ced-rnx_customer_detail {
  display: none;
}
#main #ced_rnx_return_request_form {
  width: 100%;
}
#main #ced_rnx_return_request_form .button {
  box-shadow: unset;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  background-color: #f7dd41;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #191919;
  outline: unset;
  text-align: center;
}
#main #ced_rnx_return_request_form .button:hover {
  color: #ffffff !important;
  background-color: #191919;
}
#main .ced_rnx_refund_rules_display {
  color: #191919;
}
#main #mwb_order_new_msg_form {
  width: 100%;
}
#main #mwb_order_new_msg_form .mwb-order-heading {
  background-color: #f7dd41;
  padding: 12px;
}
#main #mwb_order_new_msg_form textarea {
  margin-bottom: 1rem;
  box-shadow: unset;
  min-width: 100%;
  max-width: 100%;
  max-height: 250px;
  min-height: 250px;
  padding: 8px;
}
#main #mwb_order_new_msg_form label {
  color: #191919;
}
#main #mwb_order_new_msg_form .mwb-order-msg-attachment-wrapper .mwb-order-msg-btn {
  margin-top: 0;
}
#main #mwb_order_new_msg_form .mwb-order-msg-attachment-wrapper .mwb-order-msg-btn .button {
  box-shadow: unset;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  background-color: #f7dd41;
  padding: 12px 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #191919;
  outline: unset;
  text-align: center;
}
#main #mwb_order_new_msg_form .mwb-order-msg-attachment-wrapper .mwb-order-msg-btn .button:hover {
  color: #ffffff !important;
  background-color: #191919;
}
@media only screen and (max-width: 767px) {
  #main #mwb_order_new_msg_form .mwb-order-msg-attachment-wrapper .mwb-order-msg-btn {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #main #mwb_order_new_msg_form .mwb-order-msg-attachment-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #main #mwb_order_new_msg_form .mwb-order-msg-attachment-wrapper #mwb_order_msg_attachment {
    margin-bottom: 1rem;
    width: 100%;
  }
}
#main .mwb_order_msg_history_container {
  width: 100%;
  margin-top: 50px;
}
#main .mwb_order_msg_history_container h4 {
  background-color: #f7dd41;
  padding: 12px;
}
#main .mwb_order_msg_history_container .mwb_order_messages .mwb_order_msg_sender {
  background-color: #f7dd41;
  color: #191919;
}
#main .mwb_order_msg_history_container .mwb_order_msg_date {
  color: #191919;
}
#main .mwb_order_msg_history_container span,
#main .mwb_order_msg_history_container .mwb_order_msg_attachments_title {
  color: #191919;
}

#sidebar {
  display: none;
}

.modal-todos-dibujamos {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  opacity: 0;
  z-index: -1;
  background-color: rgba(25, 25, 25, 0.8);
  width: 100%;
  height: calc(var(--vhModal, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-todos-dibujamos .contenedor-close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.modal-todos-dibujamos .contenedor-todos-dibujamos-padre {
  position: relative;
  background-color: #ffffff;
  width: 60%;
  max-height: 80%;
}
@media (max-width: 699px) {
  .modal-todos-dibujamos .contenedor-todos-dibujamos-padre {
    width: 90%;
    max-height: 90%;
  }
}
.modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-left-arrow, .modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  padding: 8px;
  outline: unset;
  cursor: pointer;
  z-index: 2;
  transition: all 300ms ease-in-out;
}
.modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-left-arrow.swiper-button-disabled, .modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-right-arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 699px) {
  .modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-left-arrow, .modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-right-arrow {
    display: none;
  }
}
.modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-left-arrow img, .modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-right-arrow img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-left-arrow {
  right: 105%;
}
.modal-todos-dibujamos .contenedor-todos-dibujamos-padre .contenedor-right-arrow {
  left: 105%;
}
.modal-todos-dibujamos .contenedor-todos-dibujamos {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.modal-todos-dibujamos .contenedor-todos-dibujamos .swiper-slide {
  width: 100% !important;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-todos-dibujamos .contenedor-todos-dibujamos .contenedor-img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.modal-todos-dibujamos .contenedor-todos-dibujamos .contenedor-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 70vh;
}

.bloque-dodostore {
  position: relative;
}
.bloque-dodostore .contenedor-img {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .bloque-dodostore .contenedor-img {
    height: 500px;
  }
}
.bloque-dodostore .boton-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.bloque-dodostore .boton-container .btn-dodostore {
  background-color: #f7dd41;
  color: #191919;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 2rem;
}/*# sourceMappingURL=main.css.map */