/*! 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 */
}

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

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1,
h2,
h3,
h4,
h5,
h6,
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;
}

/**
   * 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 */
  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;
  display: inline-block;
}

/* 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;
}

@font-face {
  font-family: 'Season VF-TRIAL';
  src: url('../fonts/SeasonMix-TRIAL-Regular.woff2');
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Book.woff');
  font-weight: 400;
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf');
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

body {
  transition: background-color 0.5s ease, color 0.5s ease;
  font-family: Montserrat;
  background: #F4F6F8 !important;
}

main {
  position: relative;
  z-index: 1;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4F6F8;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  will-change: transform;
}

.preloader .preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.preloader .preloader-content .preloader-logo {
  width: clamp(120px, 18vw, 240px);
  height: auto;
}

.preloader .preloader-content .preloader-spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(0, 0, 95, 0.1);
  border-top-color: #00005F;
  border-radius: 50%;
  animation: preloader-spinner 0.8s linear infinite;
}

@keyframes preloader-spinner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

body.active-preload {
  overflow: hidden !important;
}

#smooth-content {
  overflow: visible !important;
  padding-bottom: clamp(100px, 10vw, 200px) !important;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

strong {
  font-weight: 500;
}

.section-products-carousel {
  padding: clamp(40px, 4vw, 96px) 0;
  padding-bottom: 300px;
  background: #eaecf2;
}

.section-products-carousel .container {
  margin: 0 auto;
  padding: 0 clamp(20px, 2vw, 48px);
  width: 100%;
  max-width: 2450px;
}

.section-products-carousel .section-header-carousel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(30px, 3vw, 72px);
}

.section-products-carousel .section-header-carousel .section-title-area .section-title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(24px, 2.5vw, 60px);
  color: #00005F;
  font-weight: 500;
  margin-bottom: clamp(8px, 0.8vw, 19px);
}

.section-products-carousel .section-header-carousel .section-title-area .section-subtitle {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 1vw, 24px);
  color: #666666;
  max-width: clamp(300px, 30vw, 720px);
}

.section-products-carousel .section-header-carousel .section-nav-area {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.5vw, 36px);
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all {
  display: flex;
  align-items: center;
  gap: clamp(5.33333333px, 0.5291vw, 10.66666667px);
  background: #F4F6F8;
  padding: clamp(10px, 1vw, 24px) clamp(20px, 2vw, 48px);
  border-radius: 20px;
  color: #00005F;
  text-decoration: none;
  font-size: clamp(14px, 0.9vw, 22px);
  font-weight: 400;
  transition: background 0.3s;
  transition: all 0.5s ease;
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all span {
  color: #5698DC;
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all span {
  color: #5698DC;
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all:hover {
  background: #e4e9ee;
  background: #00005f !important;
  color: #fff !important;
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all:hover path {
  stroke: #fff !important;
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all:hover circle {
  stroke: #fff;
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all svg {
  color: #00005F;
  width: clamp(16px, 1.5873vw, 32px);
  height: clamp(16px, 1.5873vw, 32px);
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all circle {
  transition: all 0.5s ease;
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all path {
  transition: all 0.5s ease;
}

.section-products-carousel .section-header-carousel .section-nav-area .carousel-controls {
  display: flex;
  gap: clamp(8px, 0.8vw, 19px);
}

.section-products-carousel .section-header-carousel .section-nav-area .carousel-controls .swiper-button-prev-custom,
.section-products-carousel .section-header-carousel .section-nav-area .carousel-controls .swiper-button-next-custom {
  width: clamp(36px, 3vw, 72px);
  height: clamp(36px, 3vw, 72px);
  background: #F4F6F8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #00005F;
  transition: all 0.3s;
}

.section-products-carousel .section-header-carousel .section-nav-area .carousel-controls .swiper-button-prev-custom:hover,
.section-products-carousel .section-header-carousel .section-nav-area .carousel-controls .swiper-button-next-custom:hover {
  background: #00005F;
  color: #FFFFFF;
}

.section-products-carousel .section-header-carousel .section-nav-area .carousel-controls .swiper-button-prev-custom svg,
.section-products-carousel .section-header-carousel .section-nav-area .carousel-controls .swiper-button-next-custom svg {
  width: clamp(18px, 1.5vw, 36px);
  height: clamp(18px, 1.5vw, 36px);
}

.section-products-carousel .products-swiper {
  padding-bottom: 20px;
  overflow: visible;
}

.product-card {
  background: #F4F6F8;
  border-radius: clamp(15px, 1.5vw, 36px);
  padding: clamp(20px, 2vw, 48px);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.product-card .product-badge {
  position: absolute;
  top: clamp(15px, 1.5vw, 36px);
  right: clamp(15px, 1.5vw, 36px);
  background: #F4F6F8;
  width: clamp(30px, 2.5vw, 60px);
  height: clamp(30px, 2.5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  color: #00005F;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  top: 0;
  top: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
  z-index: 1;
  border-radius: 20px;
}

.product-card .product-badge svg {
  width: 24px;
  height: 24px;
}

.product-card .product-image {
  margin: clamp(20px, 2vw, 48px) auto;
  height: clamp(120px, 12vw, 290px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  height: clamp(160px, 15.873vw, 320px);
}

.product-card .product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
}

.product-card .product-info {
  flex-grow: 1;
}

.product-card .product-info .product-name {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 1.2vw, 28px);
  color: #242424;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: clamp(12px, 1vw, 24px);
  font-size: 18px;
}

.product-card .product-info .product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}

.product-card .product-info .product-price .current-price {
  font-family: Montserrat, sans-serif;
  font-size: clamp(24px, 2vw, 48px);
  color: #00005F;
  font-weight: 500;
  color: #5698DC;
}

.product-card .product-info .product-price .old-price {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 1vw, 24px);
  color: #666666;
  text-decoration: line-through;
}

.product-card .product-info .price-tax {
  font-size: clamp(10px, 0.8vw, 19px);
  color: #666666;
  margin-bottom: clamp(15px, 1.5vw, 36px);
}

.product-card .product-actions {
  display: flex;
  gap: clamp(8px, 0.8vw, 19px);
}

.product-card .product-actions .quantity-selector {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: clamp(10px, 1vw, 24px);
  overflow: hidden;
  flex: 1;
  background: transparent;
}

.product-card .product-actions .quantity-selector.active {
  background: #00005F;
  background: transparent;
}

.product-card .product-actions .quantity-selector.active .qty-btn,
.product-card .product-actions .quantity-selector.active .qty-input {
  color: #FFFFFF;
}

.product-card .product-actions .quantity-selector .qty-btn {
  width: clamp(24px, 2vw, 48px);
  height: clamp(36px, 3vw, 72px);
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  color: #00005F;
  transition: opacity 0.3s;
  background: #f4f6f8;
  border-radius: 20px;
  width: 64px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00005F !important;
}

.product-card .product-actions .quantity-selector .qty-btn:hover {
  opacity: 0.7;
}

.product-card .product-actions .quantity-selector .qty-input {
  width: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #00005F;
  appearance: none;
  -moz-appearance: textfield;
  width: 54px;
  height: 100%;
  background: #f4f6f8;
  border-radius: 20px;
  font-size: 20px;
  color: #00005F !important;
}

.product-card .product-actions .quantity-selector .qty-input::-webkit-outer-spin-button,
.product-card .product-actions .quantity-selector .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-card .product-actions .btn-add-cart {
  display: flex;
  align-items: center;
  gap: clamp(5.33333333px, 0.5291vw, 10.66666667px);
  background: #FFFFFF;
  border: none;
  border-radius: clamp(10px, 1vw, 24px);
  padding: 0 clamp(15px, 1.5vw, 36px);
  font-family: Montserrat, sans-serif;
  font-size: clamp(12px, 1vw, 24px);
  color: #00005F;
  cursor: pointer;
  transition: all 0.3s;
  flex: 1.5;
  width: fit-content;
  flex: unset;
  padding: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  background: #f4f6f8;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.product-card .product-actions .btn-add-cart:hover {
  background: #00005F;
  color: #FFFFFF;
}

.section-title-area {
  width: fit-content;
}

.section-category-carousel .section-header-carousel .section-title-area .section-subtitle {
  max-width: 100%;
}

.section-category-carousel {
  padding: clamp(40px, 3.9683vw, 80px) 0;
  background: #f4f6f8;
}

.section-category-carousel .section-products-carousel {
  padding-bottom: clamp(55.33333333px, 5.4894vw, 110.66666667px);
}

.section-category-carousel .product-category-card {
  height: fit-content;
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  background: #FFF;
  padding: clamp(10.66666667px, 1.0582vw, 21.33333333px) clamp(10.66666667px, 1.0582vw, 21.33333333px) 0;
}

.section-category-carousel .product-category-card h3 {
  color: #242424;
  font-size: clamp(16px, 1.5873vw, 32px);
  font-weight: 500;
  line-height: normal;
}

.section-category-carousel .product-category-card-image {
  height: clamp(160px, 15.873vw, 320px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-category-carousel .product-info {
  padding: clamp(10.66666667px, 1.0582vw, 21.33333333px) clamp(14px, 1.3889vw, 28px);
  text-align: center;
}

.product-category-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-category-carousel .category-swiper {
  width: 102%;
  overflow: visible;
}

.section-products-carousel {
  padding-bottom: clamp(55.33333333px, 5.4894vw, 110.66666667px);
}

/* Propósito Banner */
.section-proposito-custom-01 {
  padding: 0;
  background: #f4f6f8;
}

.section-proposito-custom-01 .container {
  margin: 0 auto;
  padding: 0 clamp(20px, 2vw, 48px);
}

.proposito-banner {
  background: #00005F;
  border-radius: 20px;
  padding: clamp(30px, 4vw, 70px) clamp(30px, 4vw, 116px);
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3.9683vw, 80px);
}

.proposito-content-left {
  max-width: clamp(266.66666667px, 26.455vw, 533.33333333px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(80px, 7.9365vw, 160px);
}

.proposito-title {
  color: #fff;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.proposito-text {
  color: #fff;
  font-size: clamp(16px, 1.5vw, 24px);
  margin: 0;
  max-width: clamp(228.66666667px, 22.6852vw, 457.33333333px);
}

.proposito-content-right {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3.9683vw, 80px);
  flex: 1;
  max-width: clamp(533.33333333px, 52.9101vw, 1066.66666667px);
  justify-content: space-between;
}

.proposito-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: clamp(26.66666667px, 2.6455vw, 53.33333333px);
  align-items: flex-start;
}

.feature-item {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.feature-icon svg {
  width: clamp(40px, 3.9683vw, 80px);
  height: clamp(40px, 3.9683vw, 80px);
  color: #fff;
  stroke-width: 1;
}

.feature-info h4 {
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: 500;
  margin: 0 0 clamp(5.33333333px, 0.5291vw, 10.66666667px) 0;
  line-height: 1.2;
  color: #f4f6f8;
}

.feature-info p {
  font-size: clamp(14px, 1vw, 16px);
  opacity: 0.6;
  margin: 0;
  line-height: 1.4;
  color: #f4f6f8;
}

.proposito-contact {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.5873vw, 32px);
  flex-wrap: wrap;
}

.proposito-contact .btn-whatsapp {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.7937vw, 16px);
  background: #fff;
  color: #00005F;
  padding: clamp(10.66666667px, 1.0582vw, 21.33333333px) clamp(16px, 1.5873vw, 32px);
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  font-weight: 500;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  text-decoration: none;
}

.proposito-contact .btn-whatsapp svg {
  width: clamp(16px, 1.5873vw, 32px);
  height: clamp(16px, 1.5873vw, 32px);
}

.proposito-contact p {
  color: #fff;
  margin: 0;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  max-width: clamp(246.66666667px, 24.4709vw, 493.33333333px);
  line-height: 1.5;
}

/* Blog Carousel */
.section-blog-carousel {
  padding: clamp(40px, 4vw, 96px) 0;
}

.section-blog-carousel .container {
  margin: 0 auto;
  padding: 0 clamp(20px, 2vw, 48px);
}

.blog-swiper {
  overflow: visible;
  padding-bottom: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-image {
  position: relative;
  height: clamp(160px, 15.873vw, 320px);
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-badge {
  position: absolute;
  top: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  left: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  background: #f4f6f8;
  color: #00005F;
  padding: clamp(5.33333333px, 0.5291vw, 10.66666667px) clamp(10.66666667px, 1.0582vw, 21.33333333px);
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  font-size: clamp(8px, 0.7937vw, 16px);
  font-weight: 500;
  letter-spacing: clamp(0.66666667px, 0.0661vw, 1.33333333px);
}

.blog-info {
  padding: clamp(20px, 1.9841vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.7937vw, 16px);
  flex-grow: 1;
}

.blog-date {
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  color: rgba(36, 36, 36, 0.7);
  letter-spacing: clamp(0.93333333px, 0.0926vw, 1.86666667px);
  margin: 0;
}

.blog-title {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #242424;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}

.blog-excerpt {
  font-size: clamp(10.66666667px, 1.1111vw, 21.33333333px);
  color: #242424;
  margin: 0;
  line-height: normal;
}

/* Footer */
.site-footer {
  padding: clamp(40px, 4vw, 80px) 0 clamp(20px, 2vw, 48px);
  background: #fff;
  margin: clamp(20px, 2vw, 48px) clamp(20px, 2vw, 48px) 0;
  border-radius: 20px;
  position: relative;
  z-index: 5;
}

.site-footer .container {
  margin: 0 auto;
  padding: 0 clamp(20px, 2vw, 48px);
}

.footer-top {
  display: flex;
  flex-direction: row;
  gap: clamp(40px, 3.9683vw, 80px);
  justify-content: space-between;
}

.footer-logo img {
  max-width: clamp(133.33333333px, 13.2275vw, 266.66666667px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 4vw, 120px);
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: clamp(13.33333333px, 1.3228vw, 26.66666667px);
}

.footer-col h4 {
  color: #5698DC;
  font-size: clamp(8px, 0.7937vw, 16px);
  font-weight: 500;
  margin: 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.footer-col ul li {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.7937vw, 16px);
  color: #00005F;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-weight: 500;
}

.footer-col ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #5698DC;
}

.footer-col ul li svg {
  color: #5698DC;
}

.contact-phones {
  display: flex;
  gap: clamp(16px, 1.5873vw, 32px);
  flex-wrap: wrap;
}

.contact-phones span {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.7937vw, 16px);
}

.footer-bottom {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 80px);
  margin-top: clamp(60px, 6vw, 120px);
  flex-wrap: wrap;
}

.footer-bottom a {
  color: #242424;
  opacity: 0.4;
  font-size: clamp(8px, 0.7937vw, 16px);
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-bottom a:hover {
  opacity: 1;
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all {
  background: #fff;
}

.section-products-carousel .section-header-carousel .section-nav-area .carousel-controls .swiper-button-prev-custom,
.section-products-carousel .section-header-carousel .section-nav-area .carousel-controls .swiper-button-next-custom {
  background: #fff;
}

.section-blog-carousel {
  background: #f4f6f8;
}

.blog-info {
  padding: clamp(19.33333333px, 1.918vw, 38.66666667px) clamp(24px, 2.381vw, 48px) clamp(23.33333333px, 2.3148vw, 46.66666667px);
}

.blog-title {
  line-height: normal;
}

.blog-image-only-text {
  height: fit-content;
}

.blog-image-only-text img {
  display: none;
}

.blog-card-only-text .blog-info {
  padding-top: clamp(53.33333333px, 5.291vw, 106.66666667px);
}

.blog-badge {
  left: clamp(20px, 1.9841vw, 40px);
  background: #F4F6F8;
}

.section-blog-carousel .swiper-slide {
  height: auto;
}

.blog-info {
  height: fit-content;
}

.section-blog-carousel .swiper-slide {
  height: auto;
}

.section-blog-carousel .section-header-carousel {
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

.blog-card-only-text .blog-info {
  gap: 0;
}

.blog-date {
  margin-bottom: clamp(8px, 0.7937vw, 16px);
}

.blog-title {
  margin-bottom: clamp(18.4px, 1.8254vw, 36.8px);
}

.site-footer {
  margin: 0 clamp(13.33333333px, 1.3228vw, 26.66666667px) 0;
}

.blog-swiper {
  padding-bottom: 0;
}

.section-blog-carousel {
  padding-bottom: clamp(40px, 3.9683vw, 80px);
}

.footer-logo {
  width: clamp(114px, 11.3095vw, 228px);
  height: clamp(67.33333333px, 6.6799vw, 134.66666667px);
}

.footer-logo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer .container {
  max-width: 100%;
  padding: 0 clamp(38.66666667px, 3.836vw, 77.33333333px);
  padding-right: clamp(85.33333333px, 8.4656vw, 170.66666667px);
}

.footer-bottom {
  justify-content: flex-end;
  gap: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.footer-top {
  padding-right: clamp(70.66666667px, 7.0106vw, 141.33333333px);
}

.footer-col ul li {
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.section-banner-01 {
  max-width: 2450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(122.66666667px, 9.6588vw, 245.33333333px);
  height: 100vh;
  min-height: auto;
  max-height: 950px;
}

.section-proposito-custom-01 .container {
  max-width: 2450px;
}

.site-footer .container {
  max-width: 2450px;
}

.section-header .main-header {
  max-width: 2450px;
  margin: auto;
}

.blog-title {
  margin-bottom: 0;
}

.blog-excerpt {
  margin-top: clamp(18.4px, 1.8254vw, 36.8px);
}

.search-modal .search-modal-container .search-modal-products .btn-view-more {
  justify-content: center;
}

.search-modal .search-modal-container .search-modal-results h5 {
  text-transform: uppercase;
}

.search-modal {
  padding-bottom: clamp(30.66666667px, 3.0423vw, 61.33333333px) !important;
  height: fit-content;
}

.proposito-contact p {
  line-height: normal;
}

.proposito-text {
  line-height: normal;
}

.button-box-see-product {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  padding: clamp(8px, 0.7937vw, 16px) clamp(13.33333333px, 1.3228vw, 26.66666667px);
  background: #00005F;
  display: flex;
  align-items: center;
  gap: clamp(6.66666667px, 0.6614vw, 13.33333333px);
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px) clamp(13.33333333px, 1.3228vw, 26.66666667px) 0 0;
  z-index: 1;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}

.product-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(6.66666667px, 0.6614vw, 13.33333333px);
  background: linear-gradient(180deg, rgba(0, 0, 95, 0) 50.21%, rgba(0, 0, 95, 0.2) 100%);
  opacity: 0;
}

.product-card:hover .button-box-see-product {
  opacity: 1;
}

.product-card:hover .product-image:after {
  opacity: 1;
}

.site-footer {
  margin-bottom: 0;
}

.section-banner-blog {
  padding-top: clamp(157.33333333px, 12.3885vw, 314.66666667px);
  padding-bottom: clamp(32.66666667px, 3.2407vw, 65.33333333px);
  background: #00005F;
}

.ttb01 {
  color: var(--FONDOS, #F4F6F8);
  font-family: Montserrat;
  font-size: clamp(122.81666667px, 12.1842vw, 245.63333333px);
  font-style: normal;
  font-weight: 500;
  line-height: 97.959%;
}

.tx18 {
  color: #91C7FF;
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(12px, 1.1905vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner-blog-title {
  text-align: center;
  text-transform: uppercase;
}

.banner-blog-description {
  margin-top: clamp(11.33333333px, 1.1243vw, 22.66666667px);
}

.section-blog .container {
  padding: 0 clamp(20px, 2vw, 48px);
  max-width: 2450px;
}

.section-blog {
  padding: clamp(22px, 2.1825vw, 44px) 0;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.66%;
}

.blog-grid .blog-card {
  width: 24.5%;
}

.blog-grid .blog-title {
  font-size: clamp(12px, 1.1905vw, 24px);
  min-height: clamp(44px, 4.3651vw, 88px);
}

.blog-grid .blog-info {
  padding: clamp(23.33333333px, 2.3148vw, 46.66666667px) clamp(25.33333333px, 2.5132vw, 50.66666667px);
}

.blog-grid {
  flex-wrap: wrap;
}

.blog-grid .blog-info {
  gap: 0;
  padding-top: clamp(19.33333333px, 1.918vw, 38.66666667px);
}

.blog-grid .blog-badge {
  text-transform: uppercase;
}

.blog-grid .blog-date {
  color: rgba(36, 36, 36, 0.7);
  font-family: Montserrat;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: clamp(0.93333333px, 0.0926vw, 1.86666667px);
  text-transform: uppercase;
}

.blog-grid .blog-card {
  margin-bottom: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.blog-card-only-text .blog-info {
  padding-top: clamp(63.33333333px, 4.9869vw, 126.66666667px);
}

.page-template-page-blog #smooth-content {
  padding-bottom: 0 !important;
}

.box-filter-blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.box-filter-blog h2 {
  color: #00005F;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  /* 150% */
}

.filter-blog-select-category form {
  margin: 0;
}

/* Shared Select & Select2 Styles */
.filter-blog-select-category,
.woocommerce-input-wrapper,
.dermocel-sorting,
.account-content-area {
  /* Fallback native select */
  /* Select2 Container Overrides */
}

.filter-blog-select-category select,
.woocommerce-input-wrapper select,
.dermocel-sorting select,
.account-content-area select {
  padding: 12px 40px 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 95, 0.1);
  background-color: #fff;
  color: var(--principal);
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}

.filter-blog-select-category .select2-container--default .select2-selection--single,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.dermocel-sorting .select2-container--default .select2-selection--single,
.account-content-area .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 20px;
  height: auto;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  outline: none;
  font-weight: 400;
}

.filter-blog-select-category .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.dermocel-sorting .select2-container--default .select2-selection--single .select2-selection__rendered,
.account-content-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--principal);
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-weight: 500;
  padding-left: 0;
  padding-right: clamp(16px, 1.5873vw, 32px);
  line-height: normal;
  color: #35363E;
}

.filter-blog-select-category .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.dermocel-sorting .select2-container--default .select2-selection--single .select2-selection__arrow,
.account-content-area .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 16px;
  width: 12px;
}

.filter-blog-select-category .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
.dermocel-sorting .select2-container--default .select2-selection--single .select2-selection__arrow b,
.account-content-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 12px;
  height: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 6.5L11 1.5" stroke="%235698DC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -4px;
  margin-left: -6px;
}

/* Base Dropdown Overrides (Global for all instances using dermocel-select2-drop) */
.dermocel-select2-drop {
  border: 1px solid rgba(0, 0, 95, 0.1);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 4px;
  font-family: 'Montserrat', sans-serif;
}

.dermocel-select2-drop .select2-results__option {
  color: var(--textos);
  font-family: 'Montserrat', sans-serif;
}

.dermocel-select2-drop .select2-results__option--selected {
  background-color: transparent;
  color: var(--principal);
  font-weight: 600;
}

.dermocel-select2-drop .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--fondos);
  color: var(--principal);
}

/* Specific fixed widths */
.filter-blog-select-category .select2-container--default .select2-selection--single {
  min-width: clamp(160px, 15.873vw, 320px);
  width: clamp(176px, 17.4603vw, 352px);
}

.blog-grid {
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.blog-grid.loading {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr !important;
}

.blog-loader {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(0, 0, 95, 0.1);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.blog-loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  background: #00005F;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.no-posts-found {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 0;
  font-size: 18px;
  color: #667;
}

.blog-content {
  min-height: 556px;
}

.select2-dropdown.dermocel-select2-drop {
  border: 1px solid rgba(0, 0, 95, 0.1);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 4px;
  font-family: 'Montserrat', sans-serif;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #00005f !important;
  color: #fff !important;
  font-weight: 400;
}

.select2-container--default .select2-results__option--selectable {
  font-weight: 400;
}

#smooth-content {
  padding-bottom: 24px !important;
}

.button-box-see-product {
  border-color: transparent;
}

.product-card .product-info .product-name {
  font-size: clamp(14px, 1.2vw, 28px);
  color: #242424;
}

.product-card .product-info .product-name a {
  color: #242424;
}

.related-card-title {
  font-size: clamp(12px, 1.1905vw, 24px);
  line-height: normal;
}

.product-card .product-actions .added_to_cart.wc-forward {
  display: none;
}

.product-card .product-actions .quantity-selector .qty-btn {
  height: clamp(37.33333333px, 3.7037vw, 74.66666667px);
  width: clamp(37.33333333px, 3.7037vw, 74.66666667px);
}

.product-card .product-actions .quantity-selector .qty-input {
  height: clamp(37.33333333px, 3.7037vw, 74.66666667px);
  width: clamp(37.33333333px, 3.7037vw, 74.66666667px);
}

.woocommerce-input-wrapper .select2-selection {
  height: fit-content !important;
  padding: clamp(8px, 0.7937vw, 16px) clamp(5.33333333px, 0.5291vw, 10.66666667px) !important;
  border: 1px solid var(--Border-Default, #D7D8DE) !important;
  border-radius: 15px;
}

.woocommerce-input-wrapper {
  width: 100% !important;
  display: block;
}

.woocommerce-input-wrapper .select2 {
  width: 100% !important;
}

.select2-selection__placeholder {
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.select2-selection__placeholder {
  font-weight: 400;
  color: #35363E !important;
}

.filter-blog-select-category .select2-container--default .select2-selection--single,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.dermocel-sorting .select2-container--default .select2-selection--single,
.account-content-area .select2-container--default .select2-selection--single {
  border-radius: 15px;
}

.woocommerce-input-wrapper .select2-selection {
  max-height: clamp(42px, 3.3071vw, 84px);
}

.account-content-area {
  margin-bottom: clamp(66.66666667px, 5.2493vw, 133.33333333px);
}

.account-content-area button.button {
  margin-top: clamp(20px, 1.5748vw, 40px);
}

.woocommerce-input-wrapper {
  margin-bottom: clamp(6.66666667px, 0.5249vw, 13.33333333px);
}

.dermocel-login-wrapper form {
  padding: 0 !important;
  background: transparent;
  border: 0 !important;
  margin: 0 !important;
}

.woocommerce-checkout .ScrollSmoother-wrapper {
  position: relative !important;
  overflow: initial !important;
  height: fit-content !important;
  overflow-x: hidden !important;
}

.custom-checkout-form .checkout-sidebar-column {
  position: sticky;
  top: 0;
  flex-shrink: initial;
  width: fit-content;
}

.section-category-carousel .swiper-slide {
  height: auto !important;
}

.section-category-carousel .product-category-card {
  height: 100%;
}

.dermocel-cat-wrapper {
  padding-top: 180px !important;
}

.animation-blur {
  opacity: 0;
  filter: blur(40px);
  transform: translateY(25px);
  will-change: transform, opacity, filter;
}

.animation-blur.is-animated {
  opacity: 1;
  filter: none;
  transform: none;
}

.section-banner-01 {
  padding-top: clamp(113.33333333px, 8.9239vw, 226.66666667px);
}

nav.nav-header li a {
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-header .nav-header ul li a {
  color: #242424 !important;
  font-weight: 400 !important;
}

.section-header .nav-header ul li:not(:last-child)::after {
  width: 2px !important;
  background: #5698DC66 !important;
}

.product-card .product-actions .quantity-selector:hover .qty-input {
  background: #00005F;
  color: #fff !important;
}

.product-card .product-actions .quantity-selector .qty-input {
  transition: all 0.5s ease;
}

.button-box-see-product {
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.button-box-see-product svg {
  width: clamp(16px, 1.5873vw, 32px);
  height: clamp(16px, 1.5873vw, 32px);
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all {
  gap: 0;
}

.section-products-carousel .section-header-carousel .section-nav-area .btn-view-all svg {
  margin-right: clamp(6.66666667px, 0.6614vw, 13.33333333px);
}

.product-category-card:hover {
  transform: translateY(-5px);
}

.product-category-card {
  transition: all 0.3s ease;
}

.section-category-carousel .product-category-card h3 {
  font-size: clamp(14.66666667px, 1.455vw, 29.33333333px);
}

.section-category-carousel .product-info {
  padding-right: 0;
  padding-left: 0;
}

.section-products-carousel {
  padding-bottom: clamp(40px, 3.9683vw, 80px);
}

.faq-page-content .pin-spacer {
  inset: initial !important;
}

.faq-main .accordion-header:hover {
  background: transparent !important;
}

.button-box-see-product {
  padding: clamp(6.66666667px, 0.6614vw, 13.33333333px) clamp(13.33333333px, 1.3228vw, 26.66666667px);
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px) clamp(13.33333333px, 1.3228vw, 26.66666667px) 0 0;
  line-height: normal;
}

.button-box-see-product {
  letter-spacing: 1.2px;
}

.megamenu .megamenu-content .megamenu-links ul li a::after {
  background: url(../img/arrow-right-custom-new.svg);
  content: "" !important;
}

.megamenu .megamenu-content .megamenu-links ul li a::after {
  height: clamp(13.33333333px, 1.0499vw, 26.66666667px);
  width: clamp(13.33333333px, 1.0499vw, 26.66666667px);
  background-repeat: no-repeat;
  background-position: center;
}

.section-products-carousel .section-header-carousel .section-nav-area {
  gap: clamp(8px, 0.8vw, 19px);
}

.dermocel-toolbar {
  padding-top: 0;
}

.dermocel-hero {
  padding-bottom: clamp(33.33333333px, 3.3069vw, 66.66666667px);
}

.dermocel-cat-wrapper {
  padding-top: clamp(126.66666667px, 9.9738vw, 253.33333333px) !important;
}

.page-template-page-empresa .empresa-content {
  max-width: clamp(600px, 59.5238vw, 1200px);
}

.input-group:after {
  background: red;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url(../img/alert-contact.svg);
  opacity: 0;
}

.input-group:after {
  bottom: inherit;
  top: 15px;
}

.input-group.error-input::after {
  opacity: 1;
}

.tt-legal {
  color: var(--PRINCIPAL, #00005F);
  font-family: Montserrat;
  font-size: clamp(40px, 3.9683vw, 80px);
  font-style: normal;
  font-weight: 500;
  line-height: 97.959%;
  margin-bottom: clamp(20px, 1.9841vw, 40px);
}

.section-legal {
  padding-top: clamp(133.33333333px, 13.2275vw, 266.66666667px);
  padding-bottom: clamp(86.66666667px, 8.5979vw, 173.33333333px);
}

.section-legal .container {
  max-width: clamp(1633.33333333px, 162.037vw, 3266.66666667px);
  padding: 0 clamp(42.66666667px, 4.2328vw, 85.33333333px);
}

.tx-legal {
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tx-legal p {
  margin-bottom: clamp(20px, 1.9841vw, 40px);
}

.section-header {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  z-index: 1000;
  font-family: Montserrat, sans-serif;
  color: #00005F;
}

.section-header .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(10px, 0.992vw, 24px) clamp(26px, 2.646vw, 65px);
}

.section-header .main-header .header-left .btn-repeat {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.661vw, 16px);
  background: #F4F6F8;
  color: #00005F;
  padding: clamp(13px, 1.323vw, 32px) clamp(14px, 1.455vw, 36px);
  border-radius: clamp(13px, 1.323vw, 32px);
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(10px, 1.058vw, 26px);
  transition: background 0.3s;
}

.section-header .main-header .header-left .btn-repeat:hover {
  background: #e4e9ee;
}

.section-header .main-header .header-left .btn-repeat svg {
  width: clamp(16px, 1.587vw, 39px);
  height: clamp(16px, 1.587vw, 39px);
}

.section-header .main-header .header-center .logo {
  display: flex;
}

.section-header .main-header .header-center .logo img {
  height: clamp(37px, 3.77vw, 92px);
}

.section-header .main-header .header-right {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.653vw, 41px);
}

.section-header .main-header .header-right .search-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00005F;
  padding-bottom: clamp(3px, 0.331vw, 8px);
  cursor: pointer;
}

.section-header .main-header .header-right .search-box input {
  border: none;
  background: transparent;
  color: #00005F;
  font-size: clamp(10px, 1.058vw, 26px);
  width: clamp(79px, 7.937vw, 194px);
  outline: none;
}

.section-header .main-header .header-right .search-box input::placeholder {
  color: #00005F;
}

.section-header .main-header .header-right .search-box svg {
  width: clamp(16px, 1.587vw, 39px);
  height: clamp(16px, 1.587vw, 39px);
}

.section-header .main-header .header-right .header-icon {
  display: flex;
  text-decoration: none;
  cursor: pointer;
}

.section-header .main-header .header-right .header-icon svg {
  width: clamp(16px, 1.587vw, 39px);
  height: clamp(16px, 1.587vw, 39px);
}

.section-header .nav-header {
  padding: 0 clamp(26px, 2.646vw, 65px) clamp(13px, 1.323vw, 32px);
  display: flex;
  justify-content: center;
  border-bottom: 1px solid black;
}

.section-header .nav-header ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0;
}

.section-header .nav-header ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.section-header .nav-header ul li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: clamp(13px, 1.323vw, 32px);
  background: #e0e0e0;
  margin: 0 clamp(20px, 1.984vw, 49px);
}

.section-header .nav-header ul li a {
  text-decoration: none;
  color: #00005F;
  font-size: clamp(9px, 0.926vw, 23px);
  font-weight: 500;
  padding-bottom: clamp(13px, 1.323vw, 32px);
  transition: color 0.3s;
}

.section-header .nav-header ul li a:hover {
  color: #0000c5;
}

.section-header .nav-header ul li.active a {
  border-bottom: 2px solid #00005F;
}

.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: clamp(26px, 2.646vw, 65px);
  box-sizing: border-box;
  z-index: 999;
  font-family: Montserrat, sans-serif;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
}

.megamenu .megamenu-content {
  max-width: clamp(942px, 95.238vw, 2330px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: clamp(210px, 21.164vw, 518px) 3fr 40px;
  gap: clamp(26px, 2.646vw, 65px);
}

.megamenu .megamenu-content .megamenu-image {
  position: relative;
  height: clamp(180px, 18.188vw, 445px);
  border-radius: clamp(20px, 1.984vw, 49px);
  background: #F4F6F8;
  overflow: hidden;
}

.megamenu .megamenu-content .megamenu-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.megamenu .megamenu-content .megamenu-image .image-label {
  position: absolute;
  top: clamp(8px, 0.794vw, 19px);
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  background: #FFFFFF;
  padding: clamp(7px, 0.661vw, 16px);
  border-radius: clamp(7px, 0.661vw, 16px);
  font-size: clamp(10px, 1.058vw, 26px);
  font-weight: 500;
  color: #00005F;
  z-index: 1;
}

.megamenu .megamenu-content .megamenu-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(13px, 1.323vw, 32px);
}

.megamenu .megamenu-content .megamenu-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.megamenu .megamenu-content .megamenu-links ul li {
  margin-bottom: clamp(10px, 1.058vw, 26px);
}

.megamenu .megamenu-content .megamenu-links ul li a {
  text-decoration: none;
  color: #666666;
  font-size: clamp(10px, 1.058vw, 26px);
  transition: color 0.3s;
}

.megamenu .megamenu-content .megamenu-links ul li a:hover {
  color: #00005F;
}

.megamenu .megamenu-content .megamenu-links ul li a.has-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #007bff;
  width: fit-content;
}

.megamenu .megamenu-content .megamenu-links ul li a.has-arrow::after {
  content: '>';
  font-weight: bold;
  margin-left: 10px;
}

.megamenu .megamenu-content .megamenu-close {
  cursor: pointer;
  font-size: clamp(16px, 1.587vw, 39px);
  background: #f4f7f9;
  width: clamp(26px, 2.646vw, 65px);
  height: clamp(26px, 2.646vw, 65px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(7px, 0.661vw, 16px);
  color: #00005F;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 2000;
  padding: clamp(39px, 3.968vw, 97px) clamp(13px, 1.323vw, 32px);
  box-sizing: border-box;
  display: none;
  font-family: Montserrat, sans-serif;
}

.search-modal.active {
  display: block;
}

.search-modal .search-modal-container {
  width: clamp(416px, 42.063vw, 1030px);
  margin: 0 auto;
}

.search-modal .search-modal-container .search-modal-header {
  position: relative;
  border-bottom: 1px solid #242424;
  padding-bottom: clamp(7px, 0.661vw, 16px);
  display: flex;
  align-items: center;
}

.search-modal .search-modal-container .search-modal-header input {
  width: 100%;
  border: none;
  font-size: clamp(21px, 2.116vw, 52px);
  color: #00005F;
  outline: none;
}

.search-modal .search-modal-container .search-modal-header input::placeholder {
  color: #666666;
}

.search-modal .search-modal-container .search-modal-header .close-search {
  cursor: pointer;
  font-size: clamp(16px, 1.587vw, 39px);
  color: #00005F;
}

.search-modal .search-modal-container .search-modal-results {
  margin-top: clamp(41px, 4.101vw, 100px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(39px, 3.968vw, 97px);
}

.search-modal .search-modal-container .search-modal-results h5 {
  font-size: clamp(10px, 1.058vw, 26px);
  font-weight: 500;
  color: #00005F;
  margin-bottom: clamp(20px, 1.984vw, 49px);
}

.search-modal .search-modal-container .search-modal-results .suggestion-list,
.search-modal .search-modal-container .search-modal-results .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-modal .search-modal-container .search-modal-results .suggestion-list li,
.search-modal .search-modal-container .search-modal-results .category-list li {
  margin-bottom: clamp(7px, 0.661vw, 16px);
  font-size: clamp(10px, 1.058vw, 26px);
  color: #666666;
}

.search-modal .search-modal-container .search-modal-results .suggestion-list li:last-child,
.search-modal .search-modal-container .search-modal-results .category-list li:last-child {
  margin-bottom: 0;
}

.search-modal .search-modal-container .search-modal-results .suggestion-list li strong,
.search-modal .search-modal-container .search-modal-results .category-list li strong {
  color: #282827;
}

.search-modal .search-modal-container .search-modal-products {
  margin-top: clamp(28px, 2.844vw, 69px);
  background: #F4F6F8;
  padding: clamp(14px, 1.455vw, 36px);
  border-radius: clamp(13px, 1.323vw, 32px);
}

.search-modal .search-modal-container .search-modal-products h5 {
  font-size: clamp(10px, 1.058vw, 26px);
  font-weight: 500;
  color: #00005F;
  margin-bottom: clamp(7px, 0.661vw, 16px);
}

.search-modal .search-modal-container .search-modal-products .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(7px, 0.727vw, 18px);
}

.search-modal .search-modal-container .search-modal-products .product-grid .product-item {
  background: #FFFFFF;
  border-radius: clamp(7px, 0.661vw, 16px);
  padding: clamp(7px, 0.661vw, 16px);
  height: clamp(69px, 6.944vw, 170px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-modal .search-modal-container .search-modal-products .product-grid .product-item img {
  height: 100%;
  object-fit: contain;
}

.search-modal .search-modal-container .search-modal-products .btn-view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.661vw, 16px);
  margin-top: clamp(7px, 0.661vw, 16px);
  background: #FFFFFF;
  padding: clamp(13px, 1.323vw, 32px);
  border-radius: clamp(13px, 1.323vw, 32px);
  text-decoration: none;
  color: #00005F;
  font-size: clamp(10px, 1.058vw, 26px);
  border: 0;
}

.section-header .nav-header {
  padding-bottom: 0;
}

.section-header .nav-header ul li {
  align-items: self-end;
  height: fit-content;
  height: 100%;
}

.section-header .nav-header ul li:not(:last-child)::after {
  margin: clamp(22px, 1.6323vw, 44px);
  margin-top: clamp(5.33333333px, 0.4199vw, 10.66666667px);
  position: relative;
  top: clamp(6.66666667px, 0.5249vw, 13.33333333px);
}

.section-header .nav-header ul li a {
  height: fit-content;
}

.search-modal {
  padding-bottom: clamp(30.66666667px, 3.0423vw, 61.33333333px) !important;
  height: fit-content;
}

.header-center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}

.section-header .main-header {
  height: clamp(73.33333333px, 5.7743vw, 146.66666667px);
}

.products-swiper .swiper-slide {
  height: auto;
}

.product-card .product-info .product-price {
  margin-top: auto;
}

.product-card .product-info {
  display: flex;
  flex-direction: column;
}

.megamenu .megamenu-content .megamenu-links a:hover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #007bff;
  width: -webkit-fit-content;
  width: fit-content;
}

.megamenu .megamenu-content .megamenu-links ul li a.has-arrow:hover::after {
  content: '>';
  font-weight: bold;
  margin-left: 10px;
}

.megamenu .megamenu-content .megamenu-links ul li a::after {
  content: '>';
  font-weight: bold;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}

.megamenu .megamenu-content .megamenu-links ul li a:hover {
  color: #007bff !important;
}

.megamenu .megamenu-content .megamenu-links ul li a:hover::after {
  opacity: 1;
}

.megamenu .megamenu-content .megamenu-links ul li a.has-arrow {
  color: #242424;
}

.megamenu .megamenu-content .megamenu-links ul li a {
  color: #242424;
  transition: all 0.5s ease;
}

.megamenu .megamenu-content .megamenu-links ul li.menu-item-has-children {
  margin-bottom: clamp(15px, 1.5vw, 35px);
}

.megamenu .megamenu-content .megamenu-links ul li a.megamenu-parent-link {
  /* font-weight: 600; */
  /* color: #00005F; */
  color: #242424;
  font-size: clamp(11px, 1.15vw, 23px);
}

.megamenu .megamenu-content .megamenu-links .megamenu-sub-categories {
  margin-top: clamp(6px, 0.6vw, 15px);
  margin-left: clamp(10px, 1vw, 25px);
}

.megamenu .megamenu-content .megamenu-links .megamenu-sub-categories li {
  margin-bottom: clamp(6px, 0.6vw, 15px);
}

.megamenu .megamenu-content .megamenu-links .megamenu-sub-categories li a {
  font-size: clamp(9px, 0.95vw, 24px) !important;
  color: #667085 !important;
  /* Gris de subcategoría */
  font-weight: 400 !important;
}

.megamenu .megamenu-content .megamenu-links .megamenu-sub-categories li a:hover {
  color: #007bff !important;
}

.megamenu .megamenu-content .megamenu-links .megamenu-sub-categories li a::after {
  content: none !important;
  /* Quitar el chevron en subcategorías de segundo nivel */
}

.section-banner-01 {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.section-banner-01 .banner-static-left {
  width: 40%;
  height: 100%;
  background: #00005F;
  display: flex;
  align-items: center;
  padding-left: clamp(40px, 5.291vw, 130px);
  box-sizing: border-box;
}

.section-banner-01 .banner-static-left .banner-content {
  max-width: clamp(350px, 33.069vw, 810px);
}

.section-banner-01 .banner-static-left .banner-content .banner-title {
  color: #FFFFFF;
  font-family: Montserrat, sans-serif;
  font-size: clamp(32px, 5.291vw, 130px);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: clamp(20px, 1.9841vw, 48px);
}

.section-banner-01 .banner-static-left .banner-content .banner-description {
  color: #FFFFFF;
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 1.1905vw, 29px);
  opacity: 0.8;
  max-width: 100%;
}

.section-banner-01 .banner-slider-right {
  width: 60%;
  height: 100%;
}

.section-banner-01 .banner-slider-right .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  padding: clamp(40px, 3.968vw, 97px);
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.section-banner-01 .banner-slider-right .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
}

.section-banner-01 .banner-slider-right .swiper-slide .slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
}

.section-banner-01 .banner-slider-right .swiper-slide .slide-content h3 {
  font-size: clamp(20px, 1.9841vw, 48px);
  font-weight: 500;
  margin-bottom: clamp(10px, 0.661vw, 16px);
}

.section-banner-01 .banner-slider-right .swiper-slide .slide-content a {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: clamp(12px, 0.926vw, 23px);
}

.section-banner-01 .banner-static-left {
  align-items: flex-start;
  padding-top: clamp(24px, 2.381vw, 48px);
}

.section-banner-01 .banner-static-left .banner-content .banner-title {
  font-size: clamp(40px, 3.9683vw, 80px);
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

.section-banner-01 .banner-static-left .banner-content .banner-description {
  font-size: clamp(12px, 1.1905vw, 24px);
}

.section-banner-01 .banner-slider-right .swiper-slide .slide-content h3 {
  font-size: clamp(16px, 1.5873vw, 32px);
}

.section-header {
  position: fixed;
  top: 0;
  left: 0;
}

.section-banner-01 {
  min-height: auto;
}

.section-banner-01 .banner-slider-right .swiper-slide {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-item-custom-01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.section-banner-01 .banner-static-left {
  background: #00005F;
}

.section-banner-01 .banner-slider-right .swiper-slide {
  padding-top: 36px;
}

.section-banner-01 .banner-static-left .banner-content .banner-description {
  color: #91C7FF;
  font-family: Montserrat;
  font-size: clamp(12px, 1.1905vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-products-carousel .section-header-carousel .section-title-area .section-subtitle {
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: clamp(12px, 1.1905vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
}

.product-variants {
  margin-top: 20px;
  margin-bottom: 12px;
}

.product-variants p {
  margin: 0 0 12px 0;
  font-weight: 500;
  font-size: 14px;
  color: #00005F;
}

.product-variants>div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.product-variant-btn {
  padding: 10px 16px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 13px;
  font-weight: 600;
  color: #00005F;
  white-space: nowrap;
}

.product-variant-btn:hover {
  border-color: #00005F;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 95, 0.1);
}

.product-variant-btn.active {
  border-color: #00005F;
  background-color: #00005F;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 95, 0.2);
}

@media (max-width: 768px) {
  .product-variants {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .product-variants p {
    font-size: 13px;
  }

  .product-variants>div {
    gap: 8px;
  }

  .product-variant-btn {
    padding: 8px 12px;
    font-size: 12px;
  }
}

.page-template-page-empresa {
  background: #F4F6F8;
}

.page-template-page-empresa .empresa-wrapper {
  display: flex;
  gap: 60px;
  padding: 60px 0;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  align-items: stretch;
  padding-left: clamp(20px, 2vw, 48px);
  padding-right: clamp(20px, 2vw, 48px);
}

.page-template-page-empresa .empresa-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 120px;
  position: relative;
  z-index: 1;
}

.empresa-sidebar-col {
  width: 240px;
  flex-shrink: 0;
  position: relative;
  height: auto;
}

.empresa-sidebar-nav {
  width: 240px;
  position: relative;
  z-index: 10;
  height: fit-content;
}

.empresa-sidebar-nav .nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.empresa-sidebar-nav .nav-list li {
  position: relative;
}

.empresa-sidebar-nav .nav-list li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(86, 152, 220, 0.4);
}

.empresa-sidebar-nav .nav-list li a {
  display: block;
  padding: 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.empresa-sidebar-nav .nav-list li a.active {
  opacity: 1;
  font-weight: 600;
}

.empresa-sidebar-nav .nav-list li a:hover {
  opacity: 0.8;
}

.empresa-section {
  scroll-margin-top: 150px;
}

.empresa-section .section-title-custom {
  font-size: clamp(32px, 4vw, 40px);
  color: #00005F;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2;
}

.empresa-section .section-text-custom {
  font-size: 16px;
  color: #242424;
  line-height: 1.6;
}

.empresa-cifras {
  background: #00005F;
  border-radius: 20px;
  padding: 60px;
  color: #fff;
  text-align: center;
}

.empresa-cifras .cifras-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.empresa-cifras .cifras-grid .cifra-item .number {
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.empresa-cifras .cifras-grid .cifra-item .label {
  font-size: 16px;
  opacity: 0.8;
}

.empresa-sidebar-nav {
  height: fit-content;
}

.empresa-hero .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empresa-hero .hero-banner-custom {
  margin-top: 9%;
  position: relative;
}

.empresa-hero .hero-banner-custom .hero-content {
  position: relative;
  z-index: 1;
  max-width: clamp(960px, 95.2381vw, 1920px);
  margin: auto;
  padding: clamp(62.66666667px, 6.2169vw, 125.33333333px) clamp(26.66666667px, 2.6455vw, 53.33333333px) clamp(229.33333333px, 22.7513vw, 380.66666667px);
  max-width: 100%;
  padding-left: clamp(96px, 9.5238vw, 192px);
}

.empresa-hero .hero-banner-custom .hero-content .hero-title {
  color: var(--PRINCIPAL, #00005F);
  font-family: Montserrat;
  font-size: clamp(40px, 3.9683vw, 80px);
  font-style: normal;
  font-weight: 500;
  line-height: 97.959%;
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

.empresa-hero .hero-banner-custom .hero-content .hero-subtitle {
  color: var(--FONDOS, #F4F6F8);
  font-family: Montserrat;
  font-size: clamp(12px, 1.1905vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.empresa-hero .hero-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-empresa #smooth-content {
  padding-bottom: clamp(100px, 10vw, 200px) !important;
}

.empresa-section .section-text-custom {
  margin-bottom: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.empresa-section .section-text-custom p {
  margin-bottom: clamp(16px, 1.5873vw, 32px);
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.empresa-section .section-text-custom p:last-child {
  margin-bottom: 0;
}

.image-stack {
  display: flex;
  gap: clamp(29.33333333px, 2.9101vw, 58.66666667px);
  height: clamp(309.33333333px, 30.6878vw, 618.66666667px);
}

.image-stack .img-1 {
  width: 60%;
  height: auto;
  object-fit: cover;
}

.image-stack .img-2 {
  width: 40%;
  height: 100%;
  object-fit: cover;
}

.page-template-page-empresa .empresa-content {
  gap: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.whatsapp-cta-dark {
  padding: clamp(37.33333333px, 3.7037vw, 74.66666667px) clamp(77.33333333px, 7.672vw, 154.66666667px);
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  background: var(--PRINCIPAL, #00005F);
  color: #fff;
  display: flex;
  gap: clamp(16px, 1.5873vw, 32px);
}

.btn-whatsapp-custom {
  display: flex;
  align-items: center;
  gap: clamp(6.66666667px, 0.6614vw, 13.33333333px);
  width: 100%;
  height: 100%;
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  background: #FFF;
  overflow: hidden;
  justify-content: center;
}

.btn-whatsapp-custom span {
  color: #00005F;
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cta-left {
  width: clamp(104px, 10.3175vw, 208px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-text {
  width: clamp(324px, 32.1429vw, 648px);
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.empresa-section .section-text-custom {
  margin-bottom: 0;
}

.intro-text-column {
  margin-bottom: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.page-template-page-empresa .empresa-content {
  gap: clamp(40px, 3.9683vw, 80px);
}

.en-persona-box .section-text-custom {
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

.section-text-custom li {
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  margin-bottom: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  position: relative;
  padding-left: clamp(24px, 2.381vw, 48px);
}

.section-text-custom li:before {
  content: "";
  position: absolute;
  top: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  left: clamp(12px, 1.1905vw, 24px);
  margin: auto;
  width: clamp(2px, 0.1984vw, 4px);
  height: clamp(2px, 0.1984vw, 4px);
  background: #000;
  border-radius: clamp(666.66666667px, 66.1376vw, 1333.33333333px);
}

.empresa-especialista .section-text-custom {
  margin-bottom: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.whatsapp-cta-dark {
  padding: clamp(37.33333333px, 3.7037vw, 74.66666667px) clamp(77.33333333px, 7.672vw, 154.66666667px);
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  background: var(--PRINCIPAL, #00005F);
  color: #fff;
  display: flex;
  gap: clamp(16px, 1.5873vw, 32px);
}

.btn-whatsapp-custom {
  display: flex;
  align-items: center;
  gap: clamp(6.66666667px, 0.6614vw, 13.33333333px);
  width: 100%;
  height: 100%;
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  background: #FFF;
  overflow: hidden;
  justify-content: center;
}

.btn-whatsapp-custom span {
  color: #00005F;
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cta-left {
  width: clamp(104px, 10.3175vw, 208px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-text {
  width: clamp(324px, 32.1429vw, 648px);
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.empresa-section .section-text-custom {
  margin-bottom: 0;
}

.intro-text-column {
  margin-bottom: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.page-template-page-empresa .empresa-content {
  gap: clamp(40px, 3.9683vw, 80px);
}

.en-persona-box .section-text-custom {
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

.section-text-custom li {
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  margin-bottom: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  position: relative;
  padding-left: clamp(24px, 2.381vw, 48px);
}

.section-text-custom li:before {
  content: "";
  position: absolute;
  top: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  left: clamp(12px, 1.1905vw, 24px);
  margin: auto;
  width: clamp(2px, 0.1984vw, 4px);
  height: clamp(2px, 0.1984vw, 4px);
  background: #000;
  border-radius: clamp(666.66666667px, 66.1376vw, 1333.33333333px);
}

.empresa-especialista .section-text-custom {
  margin-bottom: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.cifras-title {
  color: #F4F6F8;
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(26.66666667px, 2.6455vw, 53.33333333px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

.cifras-subtitle {
  color: var(--FONDOS, #F4F6F8);
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.empresa-cifras .cifras-grid {
  gap: 0;
}

.empresa-cifras .cifras-grid .cifra-item .number {
  color: var(--FONDOS, #F4F6F8);
  font-family: Montserrat;
  font-size: clamp(26.66666667px, 2.6455vw, 53.33333333px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.empresa-cifras .cifras-grid .cifra-item .label {
  color: var(--FONDOS, #F4F6F8);
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cifra-item {
  border-right: clamp(0.66666667px, 0.0661vw, 1.33333333px) solid #5698DC;
}

.cifra-item:last-child {
  border: 0;
}

.especialista-images {
  margin-bottom: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.especialista-images .img-2 {
  margin-left: calc(clamp(100px, 9.9206vw, 200px) * -1);
}

.btn-buy-now {
  padding: clamp(14.66666667px, 1.455vw, 29.33333333px) clamp(58.66666667px, 5.8201vw, 117.33333333px);
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  border: clamp(0.66666667px, 0.0661vw, 1.33333333px) solid #00005F;
  background: linear-gradient(0deg, #00005F 0%, #00005F 100%), #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #fff;
  gap: clamp(6.66666667px, 0.6614vw, 13.33333333px);
}

.empresa-sidebar-nav {
  width: clamp(160px, 15.873vw, 320px) !important;
}

.page-template-page-empresa .empresa-wrapper {
  max-width: 2450px;
  padding-left: clamp(72px, 7.1429vw, 144px);
  padding-right: clamp(72px, 7.1429vw, 144px);
}

.empresa-section .section-text-custom p {
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.whatsapp-cta-dark {
  padding: clamp(36px, 3.5714vw, 72px) clamp(77.33333333px, 7.672vw, 154.66666667px);
}

.page-template-page-empresa .empresa-wrapper {
  gap: clamp(78.66666667px, 7.8042vw, 157.33333333px);
}

.page-single-post {
  background: #F4F6F8;
  padding-bottom: 0;
}

.single-post-container {
  max-width: 2450px;
  margin: 0 auto;
  padding: 0 clamp(20px, 2vw, 306px);
}

.single-post-layout {
  display: flex;
  justify-content: center;
  position: relative;
}

.single-post-sidebar {
  display: none;
}

@media (min-width: 992px) {
  .single-post-sidebar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

  .single-post-sidebar .single-post-back {
    pointer-events: auto;
    width: fit-content;
  }
}

.single-post-content-col {
  width: 100%;
  max-width: clamp(568px, 56.3492vw, 1136px);
  padding: 0 clamp(16px, 1.5873vw, 32px);
}

.single-post-back {
  padding: clamp(16px, 1.5873vw, 32px) 0 0;
}

.btn-back-blog {
  display: inline-flex;
  align-items: center;
  gap: clamp(5.33333333px, 2.0513vw, 10.66666667px);
  color: #00005F;
  font-family: Montserrat, sans-serif;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s;
}

.btn-back-blog svg {
  flex-shrink: 0;
}

.btn-back-blog svg path {
  transition: stroke 0.3s;
}

.btn-back-blog:hover {
  opacity: 0.7;
}

.single-post-category {
  margin-top: clamp(20px, 3.125vw, 32px);
  margin-bottom: 0;
}

.post-category-badge {
  display: inline-block;
  background: #00005F;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(8px, 0.7937vw, 26px);
  font-weight: 400;
  line-height: clamp(12px, 1.1905vw, 24px);
  padding: clamp(7.33333333px, 0.7275vw, 14.66666667px) clamp(13.33333333px, 1.3228vw, 26.66666667px);
  border-radius: 15px;
}

.single-post-title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(28px, 2.7778vw, 42px);
  font-weight: 700;
  color: #00005F;
  line-height: 1.25;
  margin: clamp(16px, 2.0833vw, 24px) 0 0;
  max-width: clamp(480px, 47.619vw, 960px);
}

.single-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  padding: clamp(12px, 1.5625vw, 18px) 0;
  border-bottom: 1px solid rgba(86, 152, 220, 0.2);
  margin-bottom: clamp(24px, 3.125vw, 40px);
}

.post-meta-left {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.0833vw, 32px);
}

.meta-item {
  display: flex;
  align-items: center;
  gap: clamp(5.33333333px, 0.5291vw, 10.66666667px);
  font-family: Montserrat, sans-serif;
  font-size: clamp(9.33333333px, 0.9259vw, 28.66666667px);
  color: #00005F;
}

.meta-item svg {
  flex-shrink: 0;
}

.post-meta-share {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.7937vw, 16px);
}

.share-label {
  font-family: Montserrat, sans-serif;
  font-size: clamp(9.33333333px, 0.9259vw, 28.66666667px);
  color: #242424;
}

.share-buttons {
  display: flex;
  align-items: center;
  gap: clamp(2.66666667px, 0.2646vw, 5.33333333px);
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(22.66666667px, 2.2487vw, 45.33333333px);
  height: clamp(22.66666667px, 2.2487vw, 45.33333333px);
  border-radius: 50%;
  transition: background 0.3s;
  color: #00005F;
}

.share-btn:hover {
  background: #F4F6F8;
}

.share-btn svg {
  flex-shrink: 0;
}

.single-post-featured-image {
  border-radius: 20px;
  overflow: hidden;
  height: clamp(260px, 33.3333vw, 500px);
  margin-bottom: clamp(24px, 4.1667vw, 40px);
}

.single-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-post-body {
  background: #FFFFFF;
  border-radius: 20px;
  padding: clamp(24px, 3.3333vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.0833vw, 32px);
}

.fc-text-block p {
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 1.1111vw, 26px);
  font-weight: 400;
  color: #242424;
  line-height: 1.625;
  margin: 0;
}

.fc-heading {
  font-family: Montserrat, sans-serif;
  font-size: clamp(22px, 1.9444vw, 38px);
  font-weight: 600;
  color: #00005F;
  line-height: 1.5;
  margin: 0;
}

.fc-highlighted-box {
  background: #F4F6F8;
  border-radius: 15px;
  padding: clamp(20px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.fc-highlighted-box h3 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(16px, 1.3889vw, 26px);
  font-weight: 600;
  color: #00005F;
  line-height: 1.5;
  margin: 0;
}

.fc-highlighted-box p {
  font-family: Montserrat, sans-serif;
  font-size: clamp(13px, 1.0417vw, 26px);
  font-weight: 400;
  color: #242424;
  line-height: 1.625;
  margin: 0;
}

.fc-image-block {
  border-radius: 20px;
  overflow: hidden;
  height: clamp(220px, 27.7778vw, 400px);
}

.fc-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fc-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.0417vw, 26px);
}

.fc-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.1329vw, 22px);
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 1.1111vw, 26px);
  font-weight: 400;
  color: #242424;
  line-height: 1.625;
}

.fc-bullet-list li::before {
  content: '●';
  color: #5698DC;
  font-size: clamp(10.66666667px, 1.0582vw, 31.33333333px);
  line-height: 1.5;
  flex-shrink: 0;
  margin-top: 0.05em;
}

.fc-cta-banner {
  background: #00005F;
  border-radius: 20px;
  padding: clamp(24px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.6667vw, 24px);
}

.fc-cta-banner h3 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(18px, 1.6667vw, 36px);
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

.fc-cta-banner p {
  font-family: Montserrat, sans-serif;
  font-size: clamp(13px, 1.0417vw, 26px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.625;
  margin: 0;
}

.fc-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F4F6F8;
  color: #242424;
  font-family: Montserrat, sans-serif;
  font-size: clamp(9.33333333px, 0.9259vw, 28.66666667px);
  font-weight: 500;
  padding: clamp(14px, 1.4583vw, 18px) clamp(24px, 2.5vw, 32px);
  border-radius: 20px;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s;
}

.fc-cta-btn:hover {
  background: #fff;
}

.single-post-author {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 2.0833vw, 24px);
  background: #FFFFFF;
  border-radius: 20px;
  padding: clamp(20px, 2.5vw, 32px);
  margin-top: clamp(24px, 2.0833vw, 40px);
}

.author-avatar {
  flex-shrink: 0;
  width: clamp(60px, 5.5556vw, 80px);
  height: clamp(60px, 5.5556vw, 80px);
  border-radius: 50%;
  overflow: hidden;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-initials {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #5698DC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: clamp(18px, 1.9444vw, 28px);
  font-weight: 600;
  color: #fff;
}

.author-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(5.33333333px, 0.5291vw, 10.66666667px);
}

.author-name {
  font-family: Montserrat, sans-serif;
  font-size: clamp(16px, 1.3889vw, 20px);
  font-weight: 600;
  color: #00005F;
  margin: 0;
}

.author-role {
  font-family: Montserrat, sans-serif;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  color: #5698DC;
  margin: 0;
}

.author-bio {
  font-family: Montserrat, sans-serif;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  color: #242424;
  line-height: 1.625;
  margin: 0;
}

.single-post-related {
  padding: clamp(40px, 5.5556vw, 80px) 0 clamp(30px, 3.125vw, 60px);
}

.related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  margin-bottom: clamp(20px, 2.0833vw, 40px);
}

.related-title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(24px, 2.7778vw, 40px);
  font-weight: 500;
  color: #00005F;
  margin: 0;
  max-width: clamp(480px, 47.619vw, 960px);
}

.related-controls {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.0417vw, 16px);
}

.related-controls .carousel-controls {
  display: flex;
  gap: clamp(8px, 0.8vw, 19px);
}

.related-controls .carousel-controls .swiper-button-prev-custom,
.related-controls .carousel-controls .swiper-button-next-custom {
  width: clamp(40px, 4.1667vw, 64px);
  height: clamp(40px, 4.1667vw, 64px);
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #00005F;
}

.related-controls .carousel-controls .swiper-button-prev-custom svg,
.related-controls .carousel-controls .swiper-button-next-custom svg {
  width: clamp(20px, 2vw, 32px);
  height: clamp(20px, 2vw, 32px);
}

.related-controls .carousel-controls .swiper-button-prev-custom svg path,
.related-controls .carousel-controls .swiper-button-next-custom svg path {
  transition: stroke 0.3s;
}

.related-controls .carousel-controls .swiper-button-prev-custom:hover,
.related-controls .carousel-controls .swiper-button-next-custom:hover {
  background: #00005F;
  color: #FFFFFF;
}

.related-controls .carousel-controls .swiper-button-prev-custom:hover svg path,
.related-controls .carousel-controls .swiper-button-next-custom:hover svg path {
  stroke: #FFFFFF;
}

.btn-view-all {
  display: flex;
  align-items: center;
  gap: clamp(5.33333333px, 0.5291vw, 10.66666667px);
  background: #FFFFFF;
  padding: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-weight: 400;
  color: #00005F;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}

.btn-view-all span {
  color: #5698DC;
}

.btn-view-all:hover {
  background: #00005F;
  color: #FFFFFF;
}

.btn-view-all:hover span {
  color: rgba(255, 255, 255, 0.8);
}

.btn-view-all:hover svg path,
.btn-view-all:hover svg circle {
  stroke: #FFFFFF;
}

.related-posts-swiper {
  overflow: visible;
}

.related-posts-swiper .swiper-slide {
  height: auto;
}

.related-post-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.related-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.related-post-card.no-image .related-card-info {
  padding-top: clamp(53.33333333px, 5.291vw, 106.66666667px);
  gap: 0;
}

.related-post-card.no-image .related-card-date {
  margin-bottom: clamp(8px, 0.7937vw, 16px);
}

.related-post-card.no-image .related-card-title {
  margin-bottom: clamp(18.4px, 1.8254vw, 36.8px);
}

.related-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.related-card-image {
  position: relative;
  height: clamp(140px, 14.2361vw, 206px);
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.related-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px 20px 0 0;
  transition: transform 0.4s;
}

.related-card-image.no-image {
  height: 0;
}

.related-card-image.no-image .related-card-badge {
  top: clamp(40px, 3.4722vw, 60px);
  left: clamp(20px, 1.9841vw, 40px);
}

.related-post-card:hover .related-card-image img {
  transform: scale(1.04);
}

.related-card-image-placeholder {
  width: 100%;
  height: 100%;
  background: #F4F6F8;
}

.related-card-badge {
  position: absolute;
  top: clamp(12px, 1.0417vw, 20px);
  left: clamp(12px, 1.0417vw, 20px);
  background: #F4F6F8;
  color: #00005F;
  font-family: Montserrat, sans-serif;
  font-size: clamp(8px, 0.6944vw, 22px);
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: clamp(6.66666667px, 0.6614vw, 13.33333333px) clamp(13.33333333px, 1.3228vw, 26.66666667px);
  border-radius: 20px;
  white-space: nowrap;
}

.related-card-info {
  padding: clamp(16px, 1.9444vw, 24px);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.related-card-date {
  font-family: Montserrat, sans-serif;
  font-size: clamp(10px, 0.9722vw, 24px);
  font-weight: 400;
  color: rgba(36, 36, 36, 0.7);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 0 clamp(8px, 0.6944vw, 12px);
}

.related-card-title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #242424;
  line-height: normal;
  margin: 0 0 clamp(8px, 0.6944vw, 12px);
}

.related-card-excerpt {
  font-family: Montserrat, sans-serif;
  font-size: clamp(12px, 1.1111vw, 26px);
  font-weight: 400;
  color: #242424;
  line-height: normal;
  margin: 0;
}

.single-post-article {
  padding-top: clamp(106.66666667px, 10.582vw, 213.33333333px);
}

@media (max-width: 991px) {
  .single-post-content-col {
    padding: 0;
  }

  .single-post-container {
    padding: 0 clamp(16px, 4vw, 24px);
  }

  .post-meta-share {
    display: none;
  }

  .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .carousel-controls {
    display: none;
  }

  .btn-view-all {
    font-size: clamp(9.33333333px, 3.5897vw, 28.66666667px);
    padding: clamp(9.33333333px, 3.5897vw, 28.66666667px) clamp(12px, 4.6154vw, 34px);
  }
}

@media (max-width: 575px) {
  .related-posts-grid {
    grid-template-columns: 1fr;
  }

  .single-post-author {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-avatar {
    width: clamp(40px, 15.3846vw, 80px);
    height: clamp(40px, 15.3846vw, 80px);
  }

  .related-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.single-post-back {
  position: absolute;
  left: 0;
}

.single-post-article {
  padding-top: clamp(112px, 11.1111vw, 224px);
}

.single-post-meta {
  padding-bottom: clamp(22px, 2.1825vw, 44px);
  padding-top: clamp(20px, 1.9841vw, 40px);
  margin-bottom: clamp(20px, 1.9841vw, 40px);
}

.related-card-image.no-image {
  height: fit-content;
  position: absolute;
  top: 0;
  overflow: initial;
  top: clamp(12px, 1.0417vw, 20px);
  left: clamp(12px, 1.0417vw, 20px);
}

.related-card-image.no-image .related-card-badge {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.related-post-card.no-image .related-card-info {
  padding-top: clamp(106.66666667px, 10.582vw, 213.33333333px);
}

.related-card-excerpt {
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 26.33333333px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.related-post-card.no-image .related-card-info {
  padding-top: clamp(53.33333333px, 5.291vw, 106.66666667px);
}

.related-card-excerpt {
  height: clamp(66.66666667px, 6.6138vw, 133.33333333px);
}

.related-card-info {
  min-height: clamp(120px, 9.4488vw, 240px);
}

.related-card-image {
  height: clamp(136.66666667px, 13.5582vw, 273.33333333px);
}

/* FAQ Page Styles */
.faq-hero {
  background: #00005F;
  padding: clamp(60px, 6vw, 120px) 0;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.faq-hero .container {
  position: relative;
  z-index: 2;
}

.faq-hero .faq-hero-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}

.faq-hero .faq-hero-label svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.faq-hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  margin: 0 0 20px 0;
  line-height: 1.1;
}

.faq-hero p {
  font-size: clamp(16px, 1.2vw, 20px);
  max-width: 500px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.faq-hero::after {
  content: "";
  position: absolute;
  top: calc(clamp(66.66666667px, 6.6138vw, 133.33333333px) * -1);
  right: calc(clamp(66.66666667px, 6.6138vw, 133.33333333px) * -1);
  width: clamp(266.66666667px, 26.455vw, 533.33333333px);
  height: clamp(266.66666667px, 26.455vw, 533.33333333px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.faq-hero::before {
  content: "";
  position: absolute;
  bottom: calc(clamp(33.33333333px, 3.3069vw, 66.66666667px) * -1);
  right: 10%;
  width: clamp(200px, 19.8413vw, 400px);
  height: clamp(200px, 19.8413vw, 400px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.faq-page-content {
  background: #f4f7f9;
  padding: clamp(40px, 5vw, 100px) 0;
}

.faq-page-content .container {
  display: flex;
  gap: clamp(26.66666667px, 2.6455vw, 53.33333333px);
  align-items: flex-start;
}

@media (max-width: 991px) {
  .faq-page-content .container {
    flex-direction: column;
  }
}

.faq-sidebar {
  width: clamp(200px, 19.8413vw, 400px);
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 991px) {
  .faq-sidebar {
    width: 100%;
    position: static;
  }
}

.faq-sidebar .sidebar-widget {
  background: #FFFFFF;
  border-radius: 20px;
  padding: clamp(20px, 1.9841vw, 40px);
  margin-bottom: clamp(16px, 1.5873vw, 32px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.faq-sidebar .sidebar-widget h3,
.faq-sidebar .sidebar-widget h4 {
  font-size: clamp(12px, 1.1905vw, 24px);
  font-weight: 500;
  color: #00005F;
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

.faq-sidebar .faq-categories ul li {
  margin-bottom: clamp(5.33333333px, 0.5291vw, 10.66666667px);
}

.faq-sidebar .faq-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 0.7937vw, 16px) clamp(10.66666667px, 1.0582vw, 21.33333333px);
  background: #f8f9fa;
  border-radius: clamp(8px, 0.7937vw, 16px);
  color: #666666;
  font-size: clamp(10px, 0.9921vw, 20px);
  transition: all 0.3s ease;
}

.faq-sidebar .faq-categories ul li a .cat-info {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.7937vw, 16px);
}

.faq-sidebar .faq-categories ul li a .cat-icon {
  background: #FFFFFF;
  width: clamp(21.33333333px, 2.1164vw, 42.66666667px);
  height: clamp(21.33333333px, 2.1164vw, 42.66666667px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #00005F;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-sidebar .faq-categories ul li a .cat-icon svg {
  width: clamp(12px, 1.1905vw, 24px);
  height: clamp(12px, 1.1905vw, 24px);
}

.faq-sidebar .faq-categories ul li a .cat-count {
  font-size: clamp(8px, 0.7937vw, 16px);
  opacity: 0.5;
}

.faq-sidebar .faq-categories ul li a:hover,
.faq-sidebar .faq-categories ul li a.active {
  background: #FFFFFF;
  color: #00005F;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-sidebar .faq-categories ul li a:hover .cat-icon,
.faq-sidebar .faq-categories ul li a.active .cat-icon {
  background: #00005F;
  color: #FFFFFF;
}

.faq-sidebar .help-box {
  background: #00005F;
  color: #FFFFFF;
}

.faq-sidebar .help-box h4 {
  color: #FFFFFF;
}

.faq-sidebar .help-box p {
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

.faq-sidebar .help-box .contact-link {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.7937vw, 16px);
  background: #FFFFFF;
  color: #00005F;
  padding: clamp(9.33333333px, 0.9259vw, 18.66666667px) clamp(13.33333333px, 1.3228vw, 26.66666667px);
  border-radius: 12px;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-weight: 500;
  margin-bottom: clamp(8px, 0.7937vw, 16px);
  transition: transform 0.3s ease;
}

.faq-sidebar .help-box .contact-link svg {
  width: clamp(12px, 1.1905vw, 24px);
  height: clamp(12px, 1.1905vw, 24px);
  color: #5698DC;
}

.faq-sidebar .help-box .contact-link:hover {
  transform: translateY(-2px);
}

.faq-sidebar .help-box .contact-link:last-child {
  margin-bottom: 0;
}

.faq-main {
  flex-grow: 1;
}

.faq-main .faq-section {
  margin-bottom: clamp(40px, 3.9683vw, 80px);
}

.faq-main .faq-section:last-child {
  margin-bottom: 0;
}

.faq-main .faq-section .section-title {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.9921vw, 20px);
  font-size: clamp(16px, 1.5873vw, 32px);
  font-weight: 500;
  color: #00005F;
  margin-bottom: clamp(20px, 1.9841vw, 40px);
}

.faq-main .faq-section .section-title .section-icon {
  width: clamp(28px, 2.7778vw, 56px);
  height: clamp(28px, 2.7778vw, 56px);
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00005F;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-main .faq-section .section-title .section-icon svg {
  width: 22px;
  height: 22px;
}

.faq-main .accordion-group {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.faq-main .accordion-item {
  border-bottom: 1px solid #f0f0f0;
}

.faq-main .accordion-item:last-child {
  border-bottom: none;
}

.faq-main .accordion-item.active .accordion-header .chevron {
  transform: rotate(180deg);
}

.faq-main .accordion-header {
  padding: clamp(16px, 1.5873vw, 32px) clamp(20px, 1.9841vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-main .accordion-header span {
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-weight: 500;
  color: #282827;
}

.faq-main .accordion-header .chevron {
  width: clamp(21.33333333px, 2.1164vw, 42.66666667px);
  height: clamp(21.33333333px, 2.1164vw, 42.66666667px);
  background: #f8f9fa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00005F;
  transition: all 0.3s ease;
}

.faq-main .accordion-header .chevron svg {
  width: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  height: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.faq-main .accordion-header:hover {
  background: #fafafa;
}

.faq-main .accordion-content {
  padding: 0 clamp(20px, 1.9841vw, 40px) clamp(16px, 1.5873vw, 32px) clamp(20px, 1.9841vw, 40px);
  display: none;
  color: #666666;
  font-size: clamp(10px, 0.9921vw, 20px);
  line-height: 1.6;
}

.faq-main .accordion-content p {
  margin: 0;
}

.faq-cta {
  background: #00005F;
  border-radius: 30px;
  padding: clamp(40px, 5vw, 80px);
  color: #FFFFFF;
  text-align: center;
  margin-top: 60px;
}

.faq-cta h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  margin-bottom: 16px;
}

.faq-cta .cta-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto 50px;
}

.faq-cta .cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.9841vw, 40px);
  max-width: clamp(600px, 59.5238vw, 1200px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .faq-cta .cta-grid {
    grid-template-columns: 1fr;
  }
}

.faq-cta .cta-card {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.faq-cta .cta-card .cta-icon {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.faq-cta .cta-card .cta-icon svg {
  width: 24px;
  height: 24px;
}

.faq-cta .cta-card .cta-info h5 {
  font-size: clamp(12px, 1.1905vw, 24px);
  font-weight: 500;
  margin-bottom: clamp(2.66666667px, 0.2646vw, 5.33333333px);
}

.faq-cta .cta-card .cta-info p {
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.faq-hero {
  padding-top: clamp(127.33333333px, 12.6323vw, 254.66666667px);
  padding-bottom: clamp(42.66666667px, 4.2328vw, 85.33333333px);
}

.faq-hero .container {
  max-width: clamp(768px, 76.1905vw, 1536px);
  margin: 0 auto;
  padding: 0 clamp(20px, 2vw, 306px);
}

.faq-page-content .container {
  max-width: clamp(768px, 76.1905vw, 1536px);
  margin: 0 auto;
  padding: 0 clamp(20px, 2vw, 306px);
}

.faq-sidebar .faq-categories {
  text-transform: uppercase;
}

.faq-sidebar .faq-categories ul li {
  margin-bottom: clamp(2.66666667px, 0.2646vw, 5.33333333px);
}

.faq-sidebar .faq-categories ul li a {
  background: transparent !important;
  box-shadow: none !important;
  padding: clamp(6.66666667px, 0.6614vw, 13.33333333px) clamp(8px, 0.7937vw, 16px);
}

.faq-sidebar .sidebar-widget h3 {
  font-size: clamp(8.66666667px, 0.8598vw, 17.33333333px);
  font-weight: 500;
  line-height: clamp(13px, 1.2897vw, 26px);
  letter-spacing: clamp(0.66666667px, 0.0661vw, 1.33333333px);
  text-transform: uppercase;
  margin-bottom: clamp(10px, 0.9921vw, 20px);
}

.faq-sidebar .faq-categories ul li a .cat-info span {
  text-transform: none;
}

.faq-sidebar .sidebar-widget {
  padding: clamp(13.33333333px, 1.3228vw, 26.66666667px);
}

.faq-page-content .container {
  flex-wrap: wrap;
}

.faq-cta {
  width: 100%;
}

.cat-icon {
  border-radius: 8px;
  background: rgba(86, 152, 220, 0.1) !important;
}

.faq-sidebar .faq-categories ul li a .cat-info span {
  color: #242424;
  font-family: Montserrat;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(14px, 1.3889vw, 28px);
}

section.faq-main {
  width: 70%;
}

.faq-sidebar {
  width: 25%;
}

.faq-main .accordion-header .chevron {
  border-radius: 1000px;
}

.faq-main .accordion-header {
  padding-left: 0;
  padding-right: 0;
}

.faq-main .accordion-group {
  padding-left: clamp(16px, 1.5873vw, 32px);
  padding-right: clamp(16px, 1.5873vw, 32px);
}

.faq-main .accordion-content {
  padding: 0;
  padding-bottom: clamp(16px, 1.5873vw, 32px);
}

.faq-main .faq-section .section-title .section-icon {
  border-radius: 12px;
  background: rgba(86, 152, 220, 0.1);
}

.faq-main .faq-section .section-title .section-icon {
  border-radius: 12px;
  background: rgba(86, 152, 220, 0.1);
}

.faq-sidebar .help-box p {
  color: #FFF;
  font-family: Montserrat;
  font-size: clamp(8px, 0.7937vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(12px, 1.1905vw, 24px);
}

.faq-sidebar .help-box .contact-link {
  color: var(--PRINCIPAL, #00005F);
  font-family: Montserrat;
  font-size: clamp(8px, 0.7937vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(12px, 1.1905vw, 24px);
}

.faq-cta .cta-subtitle {
  color: var(--Foundation-Neutral-neutral-0, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 1.5873vw, 32px);
}

.faq-cta .cta-card .cta-info h5 {
  color: var(--FONDOS, #F4F6F8);
  font-family: Montserrat;
  font-size: clamp(16px, 1.5873vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(19.2px, 1.9048vw, 38.4px);
}

.faq-cta .cta-card .cta-info p {
  color: var(--FONDOS, #F4F6F8);
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(14.66666667px, 1.455vw, 29.33333333px);
}

.faq-cta h2 {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(18.66666667px, 1.8519vw, 37.33333333px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(24.26666667px, 2.4074vw, 48.53333333px);
}

.faq-section h2 {
  color: #00005F;
  font-family: Montserrat;
  font-size: clamp(14.66666667px, 1.455vw, 29.33333333px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(19.06666667px, 1.8915vw, 38.13333333px);
}

.faq-cta .cta-subtitle {
  max-width: clamp(403.33333333px, 40.0132vw, 806.66666667px);
}

.faq-cta .cta-card {
  gap: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.faq-cta .cta-card .cta-icon {
  background: transparent;
}

.faq-cta .cta-card .cta-icon svg {
  width: 100%;
  height: 100%;
  background: transparent;
}

.faq-cta .cta-subtitle {
  margin-bottom: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.faq-cta .cta-card {
  align-items: flex-start;
}

.faq-main .faq-section {
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

.faq-main .faq-section .section-title {
  margin-bottom: clamp(5.33333333px, 0.5291vw, 10.66666667px);
}

.faq-main .accordion-group {
  padding-top: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  padding-bottom: clamp(13.33333333px, 1.3228vw, 26.66666667px);
}

.faq-sidebar .faq-categories ul li a .cat-info span {
  color: #242424;
  font-family: Montserrat;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(14px, 1.3889vw, 28px);
}

.faq-sidebar .faq-categories ul li a {
  color: rgba(36, 36, 36, 0.3);
  font-family: Montserrat;
  font-size: clamp(8px, 0.7937vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(12px, 1.1905vw, 24px);
}

.faq-hero .container {
  max-width: 2450px;
  padding: 0 clamp(136.66666667px, 13.5582vw, 273.33333333px);
}

.faq-page-content .container {
  max-width: 2450px;
  padding-left: clamp(136.66666667px, 13.5582vw, 273.33333333px);
  padding-right: clamp(136.66666667px, 13.5582vw, 273.33333333px);
}

.faq-hero {
  padding-top: clamp(127.33333333px, 12.6323vw, 254.66666667px);
}

.page-contacto {
  background-color: #f4f7f9;
  padding: clamp(40px, 8vw, 120px) 0;
}

.page-contacto .contact-main-container {
  max-width: clamp(768px, 76.1905vw, 1536px);
  margin: 0 auto;
  background-color: #00005F;
  border-radius: 24px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  color: #FFFFFF;
}

.page-contacto .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: clamp(32px, 5vw, 64px) clamp(32px, 5vw, 64px) clamp(24px, 4vw, 48px);
  gap: clamp(40px, 6vw, 80px);
}

@media (max-width: 991px) {
  .page-contacto .contact-grid {
    grid-template-columns: 1fr;
    padding: 40px 24px;
  }
}

.page-contacto .contact-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-contacto .contact-left h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 64px);
  line-height: 1.15;
  margin: 0 0 24px;
  color: #FFFFFF;
}

.page-contacto .contact-left h1 span.icon-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.page-contacto .contact-left h1 span.icon-arrow svg {
  width: clamp(30px, 4vw, 57px);
  height: clamp(30px, 4vw, 57px);
}

.page-contacto .contact-left .subtitle {
  font-size: clamp(18px, 1.8vw, 24px);
  color: #5698DC;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .page-contacto .contact-left {
    gap: 24px;
  }
}

.page-contacto .contact-form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: clamp(26.66666667px, 2.6455vw, 53.33333333px);
}

.page-contacto .contact-form-wrapper .input-group {
  position: relative;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.6);
  padding: clamp(8px, 0.7937vw, 16px) 0;
  transition: border-color 0.3s ease;
}

.page-contacto .contact-form-wrapper .input-group.focused {
  border-color: #FFFFFF;
}

.page-contacto .contact-form-wrapper .input-group.error-input {
  border-color: #E30613;
}

.page-contacto .contact-form-wrapper .input-group.error-input .wpcf7-not-valid-tip {
  color: #E30613;
}

.page-contacto .contact-form-wrapper .input-group input,
.page-contacto .contact-form-wrapper .input-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  padding: 0;
  outline: none;
}

.page-contacto .contact-form-wrapper .input-group input::placeholder,
.page-contacto .contact-form-wrapper .input-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}

.page-contacto .contact-form-wrapper .input-group input:focus::placeholder,
.page-contacto .contact-form-wrapper .input-group textarea:focus::placeholder {
  color: transparent;
}

.page-contacto .contact-form-wrapper .input-group textarea {
  height: clamp(32.66666667px, 3.2407vw, 65.33333333px);
  resize: none;
}

.page-contacto .contact-form-wrapper .input-group textarea.message-area {
  height: clamp(85.33333333px, 8.4656vw, 170.66666667px);
}

.page-contacto .contact-form-wrapper .privacy-group {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.7937vw, 16px);
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
}

.page-contacto .contact-form-wrapper .privacy-group input[type="checkbox"] {
  appearance: none;
  width: clamp(12px, 1.1905vw, 24px);
  height: clamp(12px, 1.1905vw, 24px);
  border: 1px solid #d7d8de;
  border-radius: 2px;
  background-color: #FFFFFF;
  cursor: pointer;
  position: relative;
}

.page-contacto .contact-form-wrapper .privacy-group input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00005F;
  font-size: clamp(8px, 0.7937vw, 16px);
}

.page-contacto .contact-form-wrapper .privacy-group label {
  color: #FFFFFF;
}

.page-contacto .contact-form-wrapper .privacy-group label span {
  color: #5698DC;
  text-decoration: underline;
  cursor: pointer;
}

.page-contacto .contact-form-wrapper .btn-submit {
  background-color: #f4f7f9;
  color: #242424;
  border: none;
  padding: clamp(11.33333333px, 1.1243vw, 22.66666667px) clamp(21.33333333px, 2.1164vw, 42.66666667px);
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: fit-content;
}

.page-contacto .contact-form-wrapper .btn-submit:hover {
  background-color: #e3ebf0;
  transform: translateY(-2px);
}

.page-contacto .contact-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(32px, 3.1746vw, 64px) clamp(42.66666667px, 4.2328vw, 85.33333333px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(21.33333333px, 2.1164vw, 42.66666667px);
}

@media (max-width: 991px) {
  .page-contacto .contact-bottom {
    grid-template-columns: 1fr;
    padding: clamp(26.66666667px, 2.6455vw, 53.33333333px) clamp(16px, 1.5873vw, 32px);
  }
}

.page-contacto .info-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-contacto .info-col .info-item {
  display: flex;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  line-height: clamp(13.33333333px, 1.3228vw, 26.66666667px);
}

.page-contacto .info-col .info-item .label {
  width: 100px;
  color: rgba(255, 255, 255, 0.6);
}

.page-contacto .info-col .info-item .value {
  color: #FFFFFF;
  flex: 1;
}

.page-contacto .legal-col {
  display: flex;
  flex-direction: column;
  gap: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.page-contacto .legal-col h3 {
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-weight: 500;
  margin: 0;
  color: #FFFFFF;
}

.page-contacto .legal-col p {
  font-size: clamp(8px, 0.7937vw, 16px);
  line-height: clamp(13px, 1.2897vw, 26px);
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

.page-contacto .legal-col p strong {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.page-contacto .legal-col p span {
  color: #5698DC;
}

.page-contacto {
  padding-top: clamp(156px, 15.4762vw, 312px);
  padding-bottom: clamp(72px, 7.1429vw, 144px);
}

.page-contacto .info-col .info-item {
  flex-direction: row;
}

.page-contacto .info-col .info-item .value {
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
}

.page-contacto .contact-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

.page-contacto .contact-form-wrapper .privacy-group label {
  display: flex;
  align-items: center;
}

.page-contacto .contact-form-wrapper .privacy-group label span {
  color: #fff;
  font-family: Montserrat;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: calc(clamp(0.09333333px, 0.0093vw, 0.18666667px) * -1);
}

.page-contacto .contact-form-wrapper .privacy-group label span span {
  color: #5698DC;
}

.page-contacto .contact-form-wrapper .privacy-group input[type="checkbox"] {
  margin-right: clamp(8px, 0.7937vw, 16px);
}

.page-contacto .contact-form-wrapper .btn-submit {
  padding: clamp(11.33333333px, 1.1243vw, 22.66666667px) clamp(21.33333333px, 2.1164vw, 42.66666667px);
}

.page-contacto .legal-col p {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: clamp(8px, 0.7937vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(13px, 1.2897vw, 26px);
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: calc(clamp(22.66666667px, 2.2487vw, 45.33333333px) * -1);
  font-size: clamp(8.66666667px, 0.8598vw, 17.33333333px);
}

.wpcf7-list-item {
  margin: 0;
}

.page-contacto .contact-form-wrapper .privacy-group label span {
  text-decoration: none;
}

.page-contacto .contact-form-wrapper .privacy-group label {
  text-decoration: none;
}

.page-contacto .contact-left h1 {
  font-size: clamp(42.66666667px, 4.2328vw, 85.33333333px);
  line-height: 117%;
}

.page-contacto .contact-form-wrapper .privacy-group input[type="checkbox"] {
  position: relative;
}

.page-contacto .contact-form-wrapper .privacy-group input[type="checkbox"]:checked {
  border-color: #5698dc;
}

.page-contacto .contact-form-wrapper .privacy-group input[type="checkbox"]:checked::after {
  background: #5698DC;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-contacto .contact-form-wrapper .input-group.error-input {
  border-color: #FF7373;
}

.page-contacto .contact-form-wrapper .input-group.error-input .wpcf7-not-valid-tip {
  color: #FF7373;
}

.woocommerce-account {
  background-color: #F4F6F8;
  padding-bottom: clamp(60px, 6.25vw, 120px);
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  float: none;
  width: 100%;
}

.account-page-container {
  max-width: 2450px;
  margin: 0 auto;
  padding: 0 clamp(20px, 2vw, 306px);
}

.account-layout-main {
  display: flex;
  gap: clamp(20px, 2.0833vw, 32px);
  align-items: flex-start;
  padding-top: clamp(140px, 11vw, 220px);
  position: relative;
}

.account-sidebar {
  width: 320px;
  flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
}

@media (max-width: 991px) {
  .account-sidebar {
    display: none;
  }
}

.account-sidebar-user {
  padding: 8px 12px 24px;
  border-bottom: 1px solid rgba(215, 216, 222, 0.4);
  margin-bottom: 24px;
}

.account-sidebar-user h3 {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #00005F;
  margin: 0 0 6px;
}

.account-sidebar-user p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #00005F;
  margin: 0;
  opacity: 0.7;
}

.account-nav-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.account-nav-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 0.7937vw, 16px) clamp(10.66666667px, 1.0582vw, 21.33333333px);
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: clamp(10px, 0.9921vw, 20px);
  font-weight: 400;
  color: #00005F;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.account-nav-list li a span.nav-item-content {
  display: flex;
  align-items: center;
  gap: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.account-nav-list li a .nav-icon {
  width: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  height: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-nav-list li a .nav-icon svg {
  width: 100%;
  height: 100%;
}

.account-nav-list li a .nav-icon svg path {
  stroke: #00005F;
  transition: stroke 0.3s;
}

.account-nav-list li a .nav-arrow {
  width: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  height: clamp(13.33333333px, 1.3228vw, 26.66666667px);
}

.account-nav-list li a .nav-arrow svg path {
  stroke: #00005F;
  transition: stroke 0.3s;
}

.account-nav-list li a:hover {
  background: rgba(0, 0, 95, 0.04);
}

.account-nav-list li.is-active a {
  background: #00005F;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 95, 0.2);
}

.account-nav-list li.is-active a .nav-icon svg path,
.account-nav-list li.is-active a .nav-arrow svg path {
  stroke: #FFFFFF;
}

.account-sidebar-footer {
  border-top: 1px solid rgba(215, 216, 222, 0.4);
  margin-top: clamp(16px, 1.5873vw, 32px);
  padding-top: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.account-sidebar-footer .logout-btn {
  display: block;
  padding: clamp(8px, 0.7937vw, 16px) clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-family: Montserrat, sans-serif;
  font-size: clamp(10px, 0.9921vw, 20px);
  font-weight: 400;
  color: #00005F;
  text-decoration: none;
  transition: color 0.3s;
}

.account-sidebar-footer .logout-btn:hover {
  color: #5698DC;
}

.account-content-area {
  flex: 1;
  min-width: 0;
}

.account-header {
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.account-header h1 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(24px, 1.85vw, 28px);
  font-weight: 600;
  color: #00005F;
  margin: 0 0 4px;
}

.account-grid-sections {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.125vw, 40px);
}

.account-section-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: clamp(24px, 3.333vw, 40px);
}

.account-section-card .section-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #00005F;
  margin-bottom: 24px;
}

.profile-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-item label {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #747587;
  font-weight: 400;
}

.info-item .info-value {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #242424;
  font-weight: 500;
  background: #F4F6F8;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-item .info-value .btn-edit-inline {
  color: #00005F;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

.account-section-horarios .horarios-container {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.account-section-horarios .horarios-sub {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 20px;
}

.account-section-horarios .days-selector-flex {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 1.5vw, 24px);
  margin-bottom: 8px;
}

.account-section-horarios .day-check {
  display: inline-flex;
  cursor: pointer;
  margin: 0;
}

.account-section-horarios .day-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.account-section-horarios .day-check span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: clamp(8px, 0.79vw, 12px) clamp(16px, 1.58vw, 24px);
  background-color: #FFFFFF;
  color: #A1A1C3;
  font-family: Montserrat, sans-serif;
  font-size: clamp(14px, 1.38vw, 16px);
  font-weight: 400;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.account-section-horarios .day-check span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #A1A1C3;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  flex-shrink: 0;
}

.account-section-horarios .day-check input[type="checkbox"]:checked+span {
  background-color: #00005F;
  color: #FFFFFF;
}

.account-section-horarios .day-check input[type="checkbox"]:checked+span::before {
  border-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

.account-section-horarios .horarios-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3.125vw, 48px);
}

@media (max-width: 767px) {
  .account-section-horarios .horarios-grid {
    grid-template-columns: 1fr;
  }
}

.account-section-horarios .time-inputs-row {
  display: flex;
  gap: 16px;
}

.account-section-horarios .time-input-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.account-section-horarios .time-input-wrap label {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #747587;
  font-weight: 400;
}

.account-section-horarios .time-input-wrap .input-with-icon {
  position: relative;
}

.account-section-horarios .time-input-wrap .input-with-icon input[type="time"] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(215, 216, 222, 0.6);
  padding: 16px 20px;
  border-radius: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #242424;
  transition: all 0.3s;
  appearance: none;
}

.account-section-horarios .time-input-wrap .input-with-icon input[type="time"]:focus {
  outline: none;
  border-color: #00005F;
  box-shadow: 0 0 0 4px rgba(0, 0, 95, 0.05);
}

.account-section-horarios .time-input-wrap .input-with-icon input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.account-section-horarios .time-input-wrap .input-with-icon input[type="time"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.account-section-horarios .horarios-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.account-section-horarios .horarios-actions .btn-save-horarios {
  background: #00005F;
  color: #FFFFFF;
  padding: 16px 48px;
  border-radius: 20px;
  border: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.order-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: clamp(20px, 2.5vw, 32px);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.order-card .order-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.order-card .order-status-badge {
  padding: 4px 12px;
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.order-card .order-status-badge.enviado {
  background: #DCFCE7;
  color: #016630;
}

.order-card .order-status-badge.procesando {
  background: #FEF9C3;
  color: #713F12;
}

.order-card .order-status-badge.cancelado {
  background: #FEE2E2;
  color: #991B1B;
}

.order-card .order-date {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  margin: 0;
}

.order-card .order-meta {
  display: flex;
  gap: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #242424;
}

.order-card .order-meta span.sep {
  color: #747587;
}

.order-card .order-actions {
  display: flex;
  gap: 12px;
}

.order-card .order-actions .btn-repeat {
  background: #00005F;
  color: #FFFFFF;
  padding: 16px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s;
}

.order-card .order-actions .btn-repeat:hover {
  opacity: 0.9;
}

.order-card .order-actions .btn-details {
  background: #F4F6F8;
  color: #00005F;
  padding: 16px 24px;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s;
}

.order-card .order-actions .btn-details:hover {
  background: #ebeef2;
}

.saved-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(16px, 1.5vw, 24px);
}

.saved-products-grid::before,
.saved-products-grid::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 576px) {
  .saved-products-grid {
    grid-template-columns: 1fr;
  }
}

.wishlist-empty-state {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 24px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
}

.wishlist-empty-state .empty-icon {
  margin-bottom: 24px;
  width: 120px;
  height: 120px;
  background: #F4F6F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00005F;
}

.wishlist-empty-state .empty-icon svg {
  width: 48px;
  height: 48px;
  opacity: 0.5;
}

.wishlist-empty-state p {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 32px;
}

.wishlist-empty-state .btn-go-shop {
  background: #00005F;
  color: #fff;
  padding: 18px 48px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0 8px 16px rgba(0, 0, 95, 0.2);
}

.wishlist-empty-state .btn-go-shop:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(0, 0, 95, 0.25);
  opacity: 1;
}

.wishlist-loader {
  width: 48px;
  height: 48px;
  border: 3px solid #F4F6F8;
  border-top: 3px solid #00005F;
  border-radius: 50%;
  margin: 0 auto 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.woocommerce-placeholder.wp-post-image {
  display: none;
}

.info-header {
  display: flex;
  justify-content: space-between;
}

.info-header label {
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: clamp(12px, 1.1905vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(18px, 1.7857vw, 36px);
  margin-bottom: clamp(11.33333333px, 1.1243vw, 22.66666667px);
}

.info-item .info-value {
  padding: 0;
  background: transparent;
}

.account-section-card {
  padding: clamp(16.66666667px, 1.6534vw, 33.33333333px);
}

.account-header {
  margin-bottom: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.account-grid-sections {
  gap: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.account-section-card .section-title {
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: clamp(12px, 1.1905vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(18px, 1.7857vw, 36px);
  margin-bottom: clamp(11.33333333px, 1.1243vw, 22.66666667px);
}

.subtitle {
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.account-section-card .section-title {
  margin-bottom: 0;
}

.account-grid-sections {
  margin-bottom: clamp(44px, 4.3651vw, 88px);
}

.account-section-horarios .horarios-sub {
  color: #000;
  font-family: Montserrat;
  font-size: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: clamp(0.13333333px, 0.0132vw, 0.26666667px);
  margin-bottom: clamp(10.66666667px, 1.0582vw, 21.33333333px);
}

.account-section-horarios .horarios-actions {
  margin: 0;
}

.account-section-horarios .horarios-actions .btn-save-horarios {
  padding: clamp(13.33333333px, 1.3228vw, 26.66666667px);
}

.time-block .horarios-sub {
  color: #000;
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: clamp(0.10666667px, 0.0106vw, 0.21333333px);
}

.account-section-horarios .days-selector-flex {
  gap: clamp(42.66666667px, 4.2328vw, 85.33333333px);
}

.account-section-horarios .horarios-actions .btn-save-horarios {
  color: var(--FONDOS, #F4F6F8);
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.account-section-horarios .time-input-wrap label {
  color: var(--Text-Secondary, #747587);
  font-family: Montserrat;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: clamp(0.09333333px, 0.0093vw, 0.18666667px);
}

.account-section-horarios .time-input-wrap .input-with-icon input[type="time"] {
  padding: clamp(8px, 0.7937vw, 16px) clamp(5.33333333px, 0.5291vw, 10.66666667px);
  border-radius: clamp(10px, 0.9921vw, 20px);
}

.account-section-horarios .time-input-wrap .input-with-icon input[type="time"]::-webkit-calendar-picker-indicator {
  width: clamp(12px, 1.1905vw, 24px);
  height: clamp(12px, 1.1905vw, 24px);
}

footer.entry-footer {
  display: none;
}

.on-hold {
  background: #f4f6f8;
}

.order-card {
  gap: clamp(17.33333333px, 1.7196vw, 34.66666667px);
  border-radius: clamp(13.33333333px, 1.3228vw, 26.66666667px);
}

.order-card .order-date {
  margin-bottom: clamp(7.33333333px, 0.7275vw, 14.66666667px);
}

.order-card .order-status-badge {
  padding: clamp(2.66666667px, 0.2646vw, 5.33333333px) clamp(4px, 0.3968vw, 8px);
  background: #DCFCE7;
}

.order-card .order-actions a {
  width: clamp(155.33333333px, 15.4101vw, 310.66666667px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.order-card .order-meta {
  gap: clamp(6.66666667px, 0.6614vw, 13.33333333px);
}

@media (max-width: 991px) {
  .account-layout-main {
    flex-direction: column;
    padding-top: 100px;
  }

  .account-sidebar {
    width: 100%;
    display: block;
  }

  .account-page-container {
    padding: 0 16px;
  }
}

.order-repeat-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.order-repeat-modal.show {
  display: flex;
}

.order-repeat-modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(36, 36, 36, 0.6);
  backdrop-filter: blur(5px);
}

.order-repeat-modal .modal-container {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  max-width: 540px;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

@media (max-width: 576px) {
  .order-repeat-modal .modal-container {
    padding: 30px 20px;
  }
}

.order-repeat-modal .modal-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.order-repeat-modal .modal-icon .icon-wrap {
  width: 96px;
  height: 96px;
  background: #F4F6F8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-repeat-modal .modal-icon .icon-wrap svg {
  width: 56px;
  height: 56px;
}

.order-repeat-modal .modal-title {
  font-family: Montserrat, sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  color: #00005F;
  margin: 0 0 16px;
}

.order-repeat-modal .modal-desc {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #242424;
  margin-bottom: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.order-repeat-modal .modal-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.order-repeat-modal .modal-actions .btn-continue {
  width: 100%;
  max-width: 300px;
  background: #00005F;
  color: #FFFFFF;
  padding: 14px;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.3s;
  display: block;
}

.order-repeat-modal .modal-actions .btn-continue:hover {
  opacity: 0.9;
}

.order-repeat-modal .modal-actions .btn-cancel {
  background: none;
  border: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #00005F;
  cursor: pointer;
  padding: 10px;
  transition: opacity 0.3s;
}

.order-repeat-modal .modal-actions .btn-cancel:hover {
  opacity: 0.7;
}

.view-order-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.view-order-container {
  background: #FFFFFF;
  border-radius: 15px;
  padding: clamp(24px, 2.5vw, 32px);
  width: 100%;
  max-width: 800px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.view-order-title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #00005F;
  margin: 0;
}

.view-order-header-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D7D8DE;
}

.view-order-header-info .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-order-header-info .info-row .info-label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #242424;
}

.view-order-header-info .info-row .info-value {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
}

.view-order-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D7D8DE;
}

.view-order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-order-item .item-main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.view-order-item .item-main .item-img {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid #F2F2F4;
  flex-shrink: 0;
}

.view-order-item .item-main .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.view-order-item .item-main .item-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.view-order-item .item-main .item-details .item-name {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #242424;
  margin: 0;
}

.view-order-item .item-main .item-details .item-qty {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #242424;
  opacity: 0.6;
  margin: 0;
}

.view-order-item .item-price {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #242424;
}

.view-order-totals {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D7D8DE;
}

.view-order-totals .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-order-totals .total-row .total-label {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #242424;
}

.view-order-totals .total-row .total-value {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #242424;
}

.view-order-totals .total-row.main-total {
  padding-top: 13px;
  margin-top: 4px;
  border-top: 1px solid #D7D8DE;
}

.view-order-totals .total-row.main-total .total-label {
  font-size: 18px;
  font-weight: 600;
}

.view-order-totals .total-row.main-total .total-value {
  font-size: 18px;
  font-weight: 600;
}

.view-order-notes-dropdown details {
  background: #F4F6F8;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
}

.view-order-notes-dropdown details summary {
  list-style: none;
  padding: 20px;
  cursor: pointer;
  outline: none;
}

.view-order-notes-dropdown details summary::-webkit-details-marker {
  display: none;
}

.view-order-notes-dropdown details summary .summary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #00005F;
}

.view-order-notes-dropdown details summary .summary-content .dropdown-icon {
  transition: transform 0.3s;
}

.view-order-notes-dropdown details[open] summary .dropdown-icon {
  transform: rotate(180deg);
}

.view-order-notes-dropdown details .notes-content {
  padding: 0 20px 20px;
}

.view-order-notes-dropdown details .notes-content ol.notes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.view-order-notes-dropdown details .notes-content .woocommerce-OrderUpdate-meta {
  font-size: 12px;
  color: #747587;
  margin-bottom: 4px;
}

.view-order-notes-dropdown details .notes-content .woocommerce-OrderUpdate-description {
  font-size: 14px;
  color: #242424;
}

.view-order-footer-actions {
  display: flex;
  justify-content: flex-start;
}

.view-order-footer-actions .btn-back {
  width: 44px;
  height: 44px;
  background: #F4F6F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  text-decoration: none;
}

.view-order-footer-actions .btn-back:hover {
  transform: translateX(-4px);
}

.view-order-footer-actions .btn-back svg path {
  stroke: #00005F;
}

.view-order-support {
  text-align: center;
}

.view-order-support p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #242424;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.view-order-support a {
  color: #00005F;
  font-weight: 500;
  text-decoration: underline;
}

.view-order-support a:hover {
  text-decoration: none;
}

.woocommerce-MyAccount-content {
  min-height: 80vh;
}

.saved-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(13.33333333px, 1.3228vw, 26.66666667px);
}

.saved-products-grid .saved-product-item {
  width: calc(33.333% - clamp(9.33333333px, 0.9259vw, 18.66666667px));
}

.product-card .product-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card .product-info .product-price .current-price del {
  order: 1;
  margin-left: clamp(13.33333333px, 1.3228vw, 26.66666667px);
  color: rgba(36, 36, 36, 0.4);
  font-family: Montserrat;
  font-size: clamp(12px, 1.1905vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-card .product-info .product-price .current-price {
  display: flex;
  align-items: center;
}

.product-card .product-info .product-price ins {
  text-decoration: none;
}

.saved-products-grid .saved-product-item {
  height: auto;
}

.saved-products-wrapper {
  margin-top: clamp(16px, 1.5873vw, 32px);
}

.account-content-area input {
  border-radius: 15px !important;
  border: 1px solid var(--Border-Default, #D7D8DE) !important;
  background: #FFF;
  height: fit-content !important;
  padding: clamp(8px, 0.7937vw, 16px) clamp(5.33333333px, 0.5291vw, 10.66666667px) !important;
  overflow: hidden;
  color: var(--Text-Primary, #35363E) !important;
  text-overflow: ellipsis;
  font-family: Montserrat !important;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important;
  letter-spacing: clamp(0.10666667px, 0.0106vw, 0.21333333px) !important;
  margin-bottom: clamp(5.33333333px, 0.5291vw, 10.66666667px) !important;
}

.account-content-area label {
  color: red;
  color: var(--Text-Secondary, #747587);
  font-family: Montserrat;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: clamp(0.09333333px, 0.0093vw, 0.18666667px);
}

.account-content-area button.button {
  border-radius: 20px !important;
  background: var(--PRINCIPAL, #00005F) !important;
  color: var(--FONDOS, #F4F6F8) !important;
  font-family: Montserrat !important;
  font-size: clamp(13.33333333px, 1.3228vw, 26.66666667px) !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.product-card .product-actions .quantity-selector .qty-input {
  margin-bottom: 0 !important;
  border: 0 !important;
  height: 100% !important;
}

.woocommerce form .form-row {
  padding: 0;
}

fieldset {
  margin-bottom: clamp(16px, 1.5873vw, 32px);
}

legend {
  color: var(--Text-Secondary, #747587);
  font-family: Montserrat;
  font-size: clamp(9.33333333px, 0.9259vw, 18.66666667px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: clamp(0.09333333px, 0.0093vw, 0.18666667px);
}

.woocommerce-error {
  padding-bottom: 0;
}

.edit-account {
  padding-bottom: clamp(60px, 5.9524vw, 120px);
}

.woocommerce-account.logged-in .dermocel-login-wrapper,
.woocommerce-page .dermocel-login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: clamp(100px, 10vw, 160px) 16px clamp(40px, 4vw, 80px);
  background-color: #F4F6F8;
}

.dermocel-login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: clamp(100px, 10vw, 160px) 16px clamp(40px, 4vw, 80px);
  background-color: #F4F6F8;
}

.dermocel-login-card {
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  max-width: 448px;
  padding: 33px 33px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.dermocel-login-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dermocel-login-heading h1 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #00005F;
  margin: 0;
}

.dermocel-login-heading p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #242424;
  margin: 0;
}

.dermocel-login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

.dermocel-login-form .woocommerce-form-row {
  padding: 0;
  margin: 0;
}

.dermocel-field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dermocel-field-group label {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #242424;
  display: block;
}

.dermocel-input {
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D7D8DE;
  border-radius: 12px;
  padding: 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  box-sizing: border-box;
  transition: border-color 0.25s, box-shadow 0.25s;
  -webkit-appearance: none;
  appearance: none;
}

.dermocel-input::placeholder {
  color: #747587;
}

.dermocel-input:focus {
  outline: none;
  border-color: #00005F;
  box-shadow: 0 0 0 3px rgba(0, 0, 95, 0.08);
}

.dermocel-login-row-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.dermocel-remember-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.dermocel-remember-label span {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #747587;
}

.dermocel-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #D7D8DE;
  border-radius: 2px;
  background: #FFFFFF;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}

.dermocel-checkbox:checked {
  background: #00005F;
  border-color: #00005F;
}

.dermocel-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dermocel-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 95, 0.1);
}

.dermocel-forgot-link {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #00005F;
  text-decoration: underline;
  white-space: nowrap;
}

.dermocel-forgot-link:hover {
  opacity: 0.75;
}

.dermocel-btn-login {
  width: 100%;
  height: 60px;
  background: #00005F;
  color: #F4F6F8;
  border: none;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: opacity 0.25s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dermocel-btn-login:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.dermocel-btn-login:active {
  transform: translateY(0);
  opacity: 1;
}

.dermocel-login-register {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.dermocel-login-register span {
  color: #242424;
}

.dermocel-register-link {
  color: #00005F;
  text-decoration: underline;
  font-weight: 400;
}

.dermocel-register-link:hover {
  opacity: 0.75;
}

.dermocel-login-card .woocommerce-error,
.dermocel-login-card .woocommerce-message,
.dermocel-login-card .woocommerce-info {
  margin: 0;
  border-radius: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

body.woocommerce-account:not(.logged-in) {
  background-color: #F4F6F8;
}

body.woocommerce-account:not(.logged-in) .account-layout-main {
  display: none;
}

.account-page-container {
  padding: 0 clamp(42.66666667px, 4.4444vw, 85.33333333px);
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 74%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  max-width: clamp(186.66666667px, 19.4444vw, 373.33333333px) !important;
}

.account-section-horarios .day-check span {
  padding: clamp(5.33333333px, 0.5291vw, 10.66666667px) clamp(8px, 0.7937vw, 16px);
  color: var(--FONDOS, #F4F6F8);
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(10.66666667px, 1.0582vw, 21.33333333px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(14.66666667px, 1.455vw, 29.33333333px);
}

.account-section-horarios .days-selector-flex {
  gap: clamp(6.66666667px, 0.6614vw, 13.33333333px);
}

.account-layout-main {
  padding-top: clamp(43.33333333px, 4.2989vw, 86.66666667px);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 120px;
}

.account-section-horarios .day-check span {
  color: #00005f66;
  background: #f4f6f8;
}

.account-content-area label {
  font-weight: 600;
  color: #242424;
}

.account-layout-main {
  padding-top: clamp(80px, 6.25vw, 160px);
}

body.checkout-header-active {
  overflow: visible !important;
  overflow-y: auto !important;
  height: auto !important;
  position: static !important;
  display: block !important;
}

body.checkout-header-active #smooth-wrapper,
body.checkout-header-active #smooth-content {
  overflow: visible !important;
  height: auto !important;
  transform: none !important;
  position: static !important;
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.checkout-header-active {
  background-color: #f4f7f9;
}

.checkout-header-active .section-header,
.checkout-header-active .nav-header {
  display: none !important;
}

.custom-checkout-form {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 96px 60px;
  font-family: 'Montserrat', sans-serif;
}

.custom-checkout-form .checkout-container {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.custom-checkout-form .checkout-main-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.custom-checkout-form .checkout-sidebar-column {
  width: 432px;
  flex-shrink: 0;
  display: block !important;
  visibility: visible !important;
  width: 432px !important;
}

.custom-checkout-form .checkout-container {
  display: flex !important;
  gap: 48px !important;
  justify-content: space-between !important;
}

.custom-checkout-form .contact-section {
  border-bottom: 2px solid #D7D8DE;
  padding-bottom: 12px;
  margin-bottom: 0px;
}

.custom-checkout-form .contact-section .contact-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-checkout-form .contact-section .contact-header-content .curr-user-email {
  font-size: 16px;
  color: #747587;
}

.custom-checkout-form .contact-section .contact-header-content .user-actions-dropdown {
  position: relative;
}

.custom-checkout-form .contact-section .contact-header-content .user-actions-dropdown .dots-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}

.custom-checkout-form .contact-section .contact-header-content .user-actions-dropdown .dropdown-box {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 8px 16px;
  z-index: 100;
  white-space: nowrap;
}

.custom-checkout-form .contact-section .contact-header-content .user-actions-dropdown .dropdown-box a {
  color: #282827;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.custom-checkout-form .contact-section .contact-header-content .user-actions-dropdown:hover .dropdown-box {
  display: block;
}

.custom-checkout-form .contact-section .contact-header-content.guest-mode .section-title {
  margin-bottom: 0;
}

.custom-checkout-form .contact-section .contact-header-content.guest-mode .login-link {
  color: #00005F;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.custom-checkout-form .contact-section .contact-header-content.guest-mode .login-link:hover {
  color: #5698DC;
}

.custom-checkout-form .contact-section .guest-email-field {
  margin-top: 16px;
}

.custom-checkout-form .contact-section .guest-email-field input {
  width: 100%;
  height: 52px;
  border: 1px solid #D7D8DE;
  border-radius: 15px;
  padding: 0 20px;
  font-size: 16px;
  background: #FFFFFF;
}

.custom-checkout-form .contact-section .guest-email-field input::placeholder {
  color: #A0A0A0;
}

.custom-checkout-form #billing_email_field {
  display: none !important;
}

.custom-checkout-form .section-title {
  font-weight: 600;
  font-size: 24px;
  color: #00005F;
  margin-bottom: 24px;
}

.custom-checkout-form .checkout-delivery-schedule .schedule-header {
  margin-bottom: 24px;
}

.custom-checkout-form .checkout-delivery-schedule .schedule-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #00005F;
  margin-bottom: 8px;
}

.custom-checkout-form .checkout-delivery-schedule .schedule-header p {
  font-size: 16px;
  color: #747587;
}

.custom-checkout-form .checkout-delivery-schedule h4 {
  font-size: 20px;
  font-weight: 600;
  color: #282827;
  margin-bottom: 16px;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills {
  cursor: pointer;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills input {
  position: absolute;
  opacity: 0;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills .pill-content {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #D7D8DE;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills .pill-content .icon-check {
  display: none;
  color: #FFFFFF;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills .pill-content .day-label {
  font-size: 14px;
  font-weight: 600;
  color: #747587;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills input:checked+.pill-content {
  background: #00005F;
  border-color: #00005F;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills input:checked+.pill-content .icon-check {
  display: block;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills input:checked+.pill-content .day-label {
  color: #FFFFFF;
}

.custom-checkout-form .checkout-delivery-schedule .time-columns-wrap {
  display: flex;
  gap: 40px;
}

.custom-checkout-form .checkout-delivery-schedule .time-columns-wrap .time-col {
  flex: 1;
}

.custom-checkout-form .checkout-delivery-schedule .time-columns-wrap .time-col .time-label {
  font-size: 16px;
  color: #282827;
  font-weight: 500;
  margin-bottom: 12px;
}

.custom-checkout-form .checkout-delivery-schedule .time-columns-wrap .time-col .time-inputs {
  display: flex;
  gap: 16px;
}

.custom-checkout-form .checkout-delivery-schedule .time-columns-wrap .time-col .time-inputs .field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.custom-checkout-form .checkout-delivery-schedule .time-columns-wrap .time-col .time-inputs .field label {
  font-size: 14px;
  color: #747587;
}

.custom-checkout-form .checkout-delivery-schedule .time-columns-wrap .time-col .time-inputs .field input {
  height: 48px;
  border: 1px solid #D7D8DE;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 16px;
  width: 100%;
}

.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 100%;
  margin-bottom: 24px;
  float: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 10px;
  clear: none !important;
}

.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row label,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row label {
  font-size: 14px;
  color: #A0A0A0;
  font-weight: 400;
  margin-bottom: 0;
}

.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row input,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row input,
.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row select,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row select {
  height: 52px !important;
  border: 1px solid #D7D8DE !important;
  border-radius: 12px !important;
  padding: 0 16px !important;
  width: 100% !important;
  background: #FFFFFF;
  font-size: 14px;
  outline: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row input:focus,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row input:focus,
.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row select:focus,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row select:focus {
  border-color: #5698DC !important;
  box-shadow: 0 0 0 3px rgba(86, 152, 220, 0.15) !important;
}

.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row input::placeholder,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row input::placeholder,
.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row select::placeholder,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row select::placeholder {
  color: #C0C0C0;
}

.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
  width: 50% !important;
}

.custom-checkout-form .billing-fields-wrap .woocommerce-billing-fields__field-wrapper .form-row.form-row-one-third,
.custom-checkout-form .billing-fields-wrap .woocommerce-shipping-fields__field-wrapper .form-row.form-row-one-third {
  width: 33.33% !important;
  float: left !important;
  clear: none !important;
}

.custom-checkout-form #ship-to-different-address {
  margin: 20px 0;
  float: none;
  width: 100%;
}

.custom-checkout-form #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #00005F;
  cursor: pointer;
}

.custom-checkout-form #ship-to-different-address label span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-checkout-form #ship-to-different-address label span::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1.5px solid #00005F;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
  background: #FFFFFF;
}

.custom-checkout-form #ship-to-different-address label input {
  display: none;
}

.custom-checkout-form #ship-to-different-address label input:checked+span::before {
  background: #00005F;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods li {
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #F0F0F5;
  padding: 24px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods li label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods li label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #D7D8DE;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods li input[type="radio"] {
  display: none;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods li input:checked+label::before {
  border-color: #00005F;
  background: radial-gradient(circle, #00005F 50%, transparent 52%);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods li .payment_box {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 14px;
  color: #747587;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods li .payment_box::before {
  display: none;
}

.custom-checkout-form .checkout-main-footer {
  margin-top: 40px;
}

.custom-checkout-form .checkout-main-footer #place_order {
  width: 100%;
  height: 64px;
  background: #00005F;
  border-radius: 20px;
  color: #FFFFFF !important;
  font-size: 20px;
  font-weight: 600;
  border: none !important;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: none !important;
}

.custom-checkout-form .checkout-main-footer #place_order:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.custom-checkout-form .order-review-sticky {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 20px;
}

.custom-checkout-form .order-review-sticky .checkout-product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left {
  display: flex;
  gap: 16px;
  align-items: center;
}

.custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-thumbnail {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
}

.custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-details .product-name {
  font-size: 14px;
  font-weight: 500;
  color: #282827;
}

.custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-details .product-qty-label {
  font-size: 12px;
  color: #747587;
}

.custom-checkout-form .order-review-sticky .checkout-product-item .product-total {
  font-weight: 600;
  font-size: 14px;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review {
  margin: 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 0;
  display: block !important;
  width: 100% !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon.woocommerce-form-coupon {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon.woocommerce-form-coupon .form-row {
  margin-bottom: 0 !important;
  float: none !important;
  clear: none !important;
  padding: 0 !important;
  display: block !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
  width: 70% !important;
  flex: 0 0 70% !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  width: 30% !important;
  flex: 0 0 30% !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon.woocommerce-form-coupon input#coupon_code {
  height: 52px !important;
  border-radius: 30px !important;
  background: #FFFFFF !important;
  border: 1.5px solid #D7D8DE !important;
  padding: 0 20px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon.woocommerce-form-coupon input#coupon_code::placeholder {
  color: #A0A0A0;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon.woocommerce-form-coupon .button {
  background: #F1F4F9 !important;
  color: #00005F !important;
  font-weight: 700 !important;
  border-radius: 30px !important;
  padding: 0 !important;
  border: none !important;
  height: 52px !important;
  font-size: 16px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon.woocommerce-form-coupon .button:hover {
  background: #dfe6f1 !important;
}

.custom-checkout-form .order-review-sticky .checkout-totals {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-checkout-form .order-review-sticky .checkout-totals div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #747587;
}

.custom-checkout-form .order-review-sticky .checkout-totals .order-total {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #F2F2F4;
  color: #282827;
  align-items: baseline;
}

.custom-checkout-form .order-review-sticky .checkout-totals .order-total .total-amount {
  font-size: 28px;
  font-weight: 600;
  color: #5698DC;
}

.blockUI.blockOverlay {
  background: #FFFFFF !important;
  opacity: 0.6 !important;
  z-index: 1000 !important;
}

.blockUI.blockOverlay::before {
  content: "";
  position: absolute;
  top: 10% !important;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid #EDEDED;
  border-top-color: #00005F;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: -20px;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills .pill-content {
  justify-content: center;
  min-width: 60px;
  height: 44px;
  padding: 0 16px;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon .form-row input {
  border: 1.5px solid #EDEDED !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon .button {
  background: #F0F0F5 !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .checkout_coupon .button:hover {
  background: #e1e1eb !important;
}

body.checkout-header-active .woocommerce-form-coupon-toggle,
body.checkout-header-active .woocommerce-info,
body.checkout-header-active .checkout_coupon_toggle,
body.checkout-header-active .woocommerce-NoticeGroup-checkout {
  display: none !important;
}

.woocommerce-form-coupon-toggle,
form.checkout_coupon {
  display: none !important;
}

.custom-checkout-form .order-review-sticky .checkout-totals .order-total .total-amount {
  color: #5698DC !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.blockUI.blockOverlay {
  display: none !important;
}

.checkout-header-container {
  display: flex;
  justify-content: space-between;
}

#wpadminbar {
  display: none;
}

.blockUI.blockOverlay {
  display: none !important;
}

body.checkout-header-active {
  box-sizing: border-box;
  overflow-x: hidden !important;
}

#order_review_heading {
  margin-bottom: 24px;
}

.custom-checkout-form .order-review-sticky .checkout-totals div {
  display: flex;
  flex-direction: column;
}

.custom-checkout-form .order-review-sticky .checkout-totals .order-total {
  flex-direction: row;
  align-items: center;
}

.shipping-row {
  flex-direction: row !important;
}

.cart-subtotal {
  flex-direction: row !important;
}

.shipping-row span:last-child {
  text-align: -webkit-right;
}

.custom-checkout-form {
  padding-top: 140px;
}

.checkout-header {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
}

.checkout-header-container {
  width: 100%;
  align-items: center;
}

.checkout-header-right {
  display: flex;
  gap: 16px;
}

.checkout-help-text {
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checkout-contact-link {
  color: var(--PRINCIPAL, #00005F);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.custom-checkout-form .checkout-sidebar-column {
  top: 120px;
}

.form-row.place-order {
  display: none !important;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods {
  padding: 0 !important;
  background: transparent !important;
}

#payment {
  background: transparent !important;
  border: 0 !important;
}

.woocommerce-account-fields {
  display: none;
}

.custom-checkout-form #ship-to-different-address label span {
  color: #242424;
}

.woocommerce-billing-fields h3 {
  display: none;
}

.site-footer.simplified {
  padding: 40px 0;
  background: #FFFFFF;
  border-top: 1px solid #D7D8DE;
}

.site-footer.simplified .footer-bottom {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.site-footer.simplified .footer-bottom a {
  color: #8C8C8C;
  font-size: 14px;
  text-decoration: none;
}

.site-footer.simplified .footer-bottom a:hover {
  color: #00005F;
}

.woocommerce-input-wrapper {
  position: relative;
}

.filter-blog-select-category .select2-container--default .select2-selection--single,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.dermocel-sorting .select2-container--default .select2-selection--single,
.account-content-area .select2-container--default .select2-selection--single {
  height: 52px !important;
  border-radius: 12px;
}

.filter-blog-select-category .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.dermocel-sorting .select2-container--default .select2-selection--single .select2-selection__rendered,
.account-content-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.woocommerce-billing-fields__field-wrapper #billing_country_field {
  margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper #billing_city_field {
  margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper #billing_state_field {
  margin-bottom: 0;
}

.woocommerce-additional-fields {
  display: none;
}

#billing_phone_field {
  margin-bottom: 0;
  margin-bottom: 10px;
}

#ship-to-different-address {
  margin: 0 !important;
}

.custom-checkout-form .checkout-main-column {
  gap: 48px;
}

.custom-checkout-form .section-title {
  margin-bottom: 0;
}

.checkout-section.billing-fields-wrap .section-title {
  margin-bottom: 24px;
}

.checkout-payment-section .section-title {
  margin-bottom: 10px;
  color: #242424;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods li input:checked+label::before {
  background-size: 18px;
  background: transparent;
}

.custom-checkout-form .checkout-payment-section ul.payment_methods li input:checked+label::before {
  box-shadow: inset 0px 0px 0px 6px #00005f;
}

.checkout-main-footer {
  margin-top: 0 !important;
}

.checkout-payment-section .wc_payment_methods::after {
  display: none !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
}

.woocommerce-Price-amount.amount {
  font-weight: 600;
  color: #242424;
}

.total-amount .woocommerce-Price-amount.amount {
  color: #5698DC;
}

.total-label strong {
  color: #000;
  color: var(--TEXTOS, #242424);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cart-subtotal span {
  font-size: 14px;
}

.shipping-row span {
  font-size: 14px;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review {
  border: 0;
  margin: 0;
  padding-bottom: 26px;
  width: 100%;
}

.custom-checkout-form .order-review-sticky .checkout-totals .order-total {
  padding-top: 24px;
  margin-top: 0;
}

.custom-checkout-form .order-review-sticky .checkout-totals .order-total .tax-info {
  font-size: 14px;
  line-height: normal;
  margin-top: 4px;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review :before {
  display: none;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review :after {
  display: none;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review {
  margin-bottom: 24px;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .custom-sidebar-form {
  display: flex !important;
  gap: 16px;
  width: 100%;
  align-items: center;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .custom-sidebar-form:after,
.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .custom-sidebar-form:before {
  display: none !important;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .form-row-first {
  flex: 1;
  margin: 0;
  width: auto;
  height: auto;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .form-row-last {
  width: auto;
  margin: 0;
  height: auto;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review #sidebar_coupon_code {
  width: 100%;
  height: 52px;
  border-radius: 15px;
  border: 1px solid #D7D8DE;
  background: #FFF;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review #sidebar_coupon_code::placeholder {
  color: #A0A0A0;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review button.button {
  height: 52px;
  padding: 0 32px;
  border-radius: 20px;
  background: #F4F6F8;
  color: #00005F;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review button.button:hover {
  background: #E5E8EB;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review button.button .button-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review button.button .button-loader .spinner {
  animation: rotate-spinner 2s linear infinite;
  width: 20px;
  height: 20px;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review button.button .button-loader .spinner .path {
  stroke: #00005F;
  stroke-linecap: round;
  animation: dash-spinner 1.5s ease-in-out infinite;
}

.custom-checkout-form .order-review-sticky .checkout-sidebar-coupon-review .clear {
  display: none !important;
}

@keyframes rotate-spinner {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash-spinner {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-details .product-name {
  margin-bottom: 4px;
  font-weight: 600;
}

.custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-thumbnail {
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.product-details {
  width: 70%;
}

.dermocel-login-wrapper {
  padding: 0 !important;
}

.site-footer.simplified {
  display: none;
}

.woocommerce-account {
  padding: 0;
}

.checkout-delivery-schedule svg.icon-check {
  border: 1px solid #fff;
  width: 22px;
  height: 22px;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills .pill-content .icon-check {
  display: block;
  border-color: #000;
  border-radius: 1000px;
  border: 2px solid #00005f66;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills input:checked+.pill-content .icon-check {
  border-color: #fff;
  padding: 4px;
  border: 2px solid #fff;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills .pill-content {
  border-radius: 10px;
  border-color: transparent;
}

.custom-checkout-form .checkout-delivery-schedule .days-selector .day-pills .pill-content .day-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400 !important;
}

.custom-checkout-form .order-review-sticky .checkout-product-item .product-info-left .product-details .product-name {
  font-weight: 400;
}

p#shipping_country_field {
  width: calc(50%) !important;
}

p#shipping_address_1_field {
  width: calc(50%) !important;
}

@media (min-width: 1600px) {
  .box-banner-01-content-title {
    margin-bottom: 260px;
  }

  .section-banner-01 .container {
    display: flex;
  }

  .img-custom-03 {
    position: relative;
    bottom: clamp(-73px, -7.28vw, -110px);
    bottom: -126px;
  }
}

@media (min-width: 991px) {
  .show-mobile {
    display: none !important;
  }

  .proposito-banner {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }

  .product-card .product-actions .btn-add-cart:hover ellipse {
    stroke: #fff;
  }

  .product-card .product-actions .btn-add-cart:hover path {
    stroke: #fff;
  }

  .mobile-menu-drawer {
    display: none;
  }
}

@media (max-width: 991px) {
  .show-desktop {
    display: none !important;
  }

  .box-banner-01-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-banner-01 {
    max-height: none;
    height: 100vh;
    padding: 0;
    overflow: hidden;
  }

  .tt01 {
    color: #0A0A21;
    font-size: 55px;
    font-weight: 350;
    line-height: 52.484px;
    /* 95.425% */
    letter-spacing: -1.1px;
  }

  .section-banner-01 .container {
    height: 100vh;
  }

  .box-banner-01-content-title {
    margin-bottom: auto;
  }

  .tt02 {
    color: var(--BLUE-DARK, #0A0A21);
    font-family: "PP Neue Montreal";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 113.636% */
    letter-spacing: -0.88px;
    text-transform: uppercase;
  }

  .tt02-banner-01 br {
    display: none;
  }

  .box-banner-01-content-description {
    padding-bottom: 56px;
  }

  .box-banner-01-content-logo {
    margin-bottom: 64px;
  }

  .tt04 {
    font-size: 30px;
  }

  .box-section-custom-01-title {
    padding-top: 56px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-custom-01-box-content-circles-01 {
    flex-direction: column;
    right: 0;
  }

  .section-custom-01-box-content-circles-01-circle:nth-child(2) {
    left: 0;
  }

  .section-custom-01-box-content-circles-01-circle:nth-child(3) {
    left: 0;
  }

  .section-custom-01-box-content-bottom-01 {
    flex-direction: column;
  }

  .section-custom-01-box-left {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 75px;
  }

  .section-custom-01-box-content-bottom-01 .tt02 br {
    display: none;
  }

  .section-custom-01-box-content-bottom-01 .tt02 {
    color: #FFF;
    /* text 22 */
    font-family: "PP Neue Montreal";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 113.636% */
    letter-spacing: -0.88px;
    text-transform: uppercase;
  }

  .section-custom-01-box-right {
    width: 100%;
    padding: 0 24px;
  }

  .tt03-section-custom-01 {
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    /* 102.778% */
    margin-bottom: 19px;
    padding-bottom: 24px;
  }

  .tx01 {
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 112.5% */
  }

  .box-section-custom-02-content {
    flex-direction: column;
    padding: 64px 20px;
  }

  .box-section-custom-02-content-left {
    width: 100%;
  }

  .img-custom-03 {
    width: 100%;
    bottom: 0;
  }

  .box-section-custom-02-content-right {
    width: 100%;
    position: absolute;
    top: 275px;
    left: 0;
  }

  .box-section-contact-01-content-bottom {
    flex-direction: column;
  }

  .box-section-contact-01-content-bottom-right {
    width: 100%;
  }

  .btn01 {
    color: var(--BLUE-DARK, #0A0A21);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    text-transform: uppercase;
  }

  .btn-section-custom-02-content-left-button {
    padding: 14px;
    width: 100%;
  }

  .box-section-custom-02-content-left-title {
    margin-bottom: 508px;
  }

  .box-section-custom-03-content {
    flex-direction: column;
  }

  .box-section-custom-04-content-top {
    flex-direction: column;
  }

  .box-section-custom-04-content-bottom {
    flex-direction: column;
  }

  .box-section-custom-04-content-bottom-item {
    width: 100%;
  }

  .box-section-custom-05-content-top {
    flex-direction: column;
  }

  .box-section-custom-05-content-top-right {
    width: 100%;
  }

  .box-section-custom-02-content {
    padding-bottom: 0;
  }

  .section-custom-02 {
    padding-bottom: 64px;
  }

  .box-section-custom-02-content-right-logo {
    justify-content: space-between;
    padding: 0 24px;
    position: relative;
    top: -10px;
  }

  .box-section-custom-02-content-right {
    display: flex;
    flex-direction: column-reverse;
    top: 230px;
  }

  .box-section-custom-02-content-right-image .img-custom-03 {
    width: 118%;
    left: -9%;
  }

  .tx01-section-custom-02-content-left {
    margin-bottom: 39px;
  }

  .box-section-custom-03-content-right {
    width: 100%;
    padding: 0 23px;
  }

  .tx01-section-custom-03-content-right {
    color: #fff;
    text-transform: none;
    padding: 0;
    letter-spacing: normal;
  }

  .box-section-custom-03-content-left {
    height: 390px;
    left: 0;
    width: 100%;
    overflow: hidden;
  }

  .box-section-custom-03-content-left .img-custom-03 {
    top: 0;
  }

  .box-section-custom-03-content-right-title {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .box-section-custom-04-content-top {
    padding: 64px 23px;
    padding-bottom: 80px;
  }

  .tt01-section-custom-04-content-top-left {
    color: #fff;
    margin-bottom: 39px;
  }

  .tx01-section-custom-04-content-top-right {
    margin-bottom: 24px;
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.88px;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .box-section-custom-04-content {
    padding-bottom: 207px;
  }

  .box-section-custom-04-content-top-right {
    position: absolute;
    bottom: 76px;
    width: calc(100% - 46px);
    left: 0;
    right: 0;
    margin: auto;
  }

  .btn-section-custom-02-content-right-top {
    width: 100%;
  }

  .box-section-custom-04-content-bottom {
    width: 100%;
    padding: 0 23px;
    gap: 80px;
  }

  .tx01-section-custom-04-content-top-right br {
    display: none;
  }

  .tt03-section-custom-04 {
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 94.444% */
    letter-spacing: -0.36px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .tx01-section-custom-04 {
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 113.636% */
  }

  .box-section-custom-01-title {
    padding-bottom: 76px;
  }

  .section-custom-01-box-content-circles-01-circle {
    width: 258px;
    height: 258px;
  }

  .tt02-section-custom-01 {
    color: #FFF;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.88px;
    text-transform: uppercase;
  }

  .tx01-section-custom-01 {
    color: #FFF;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .section-custom-01-box-content-circles-01-circle:nth-child(2) {
    width: 344px;
    height: 344px;
    margin-top: -45px;
  }

  .section-custom-01-box-content-circles-01-circle:nth-child(2) .tt02 {
    color: #FFF;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    /* 102.778% */
    text-transform: uppercase;
  }

  .section-custom-01-box-content-circles-01-circle:nth-child(2) .tx01-section-custom-01 {
    color: #FFF;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .section-custom-01-box-content-circles-01-circle:nth-child(3) {
    width: 258px;
    height: 258px;
    margin-top: -45px;
  }

  .section-custom-01-box-left .tt02-section-custom-01 {
    text-align: left;
    display: flex;
  }

  .section-custom-01-box-left .tt02-section-custom-01 br {
    display: none;
  }

  .section-custom-01-box-content-bottom-01 {
    padding-top: 136px;
    padding-bottom: 93px;
  }

  .section-custom-01-box-content-bottom-01 .tx01 {
    text-align: left;
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .box-section-custom-05-content {
    padding: 57px 23px 71px;
  }

  .box-section-custom-05-content-top-left {
    margin-bottom: 40px;
  }

  .box-section-custom-05-content-bottom {
    flex-direction: column;
  }

  .box-section-custom-05-content-bottom-right {
    order: -1;
    width: 100%;
  }

  .box-section-custom-05-content-top {
    padding-bottom: 40px;
  }

  .img-custom-05 {
    display: block;
  }

  .box-section-custom-05-content-bottom-left {
    width: 100%;
    margin-top: 40px;
  }

  .tx01-section-custom-05-content-bottom-item {
    color: #000;
  }

  .accordion-header {
    padding: 20px 0;
    align-items: center;
  }

  .accordion-number {
    color: var(--BLUE-DARK, #0A0A21);
    font-family: "PP Neue Montreal";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: -6px;
  }

  .accordion-title.tt03 {
    color: var(--BLUE-DARK, #0A0A21);
    font-family: "PP Neue Montreal";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.24px;
  }

  .accordion-item:last-child {
    border-bottom: 1px solid #0A0A21;
  }

  .box-section-custom-05-content-bottom-left-item {
    margin-top: 40px;
  }

  .btn-section-custom-05-content-bottom-left-button {
    width: 100%;
    padding: 14px 0;
  }

  .box-section-custom-05-content-bottom-item {
    margin-bottom: 20px;
  }

  .box-title-section-custom-06 {
    padding: 66px 23px 80px;
  }

  .tt01-section-custom-06 {
    color: #fff;
  }

  .tt01-section-custom-06 br {
    display: none;
  }

  .tt02-section-custom-06 {
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.36px;
  }

  .box-slider-section-custom-06-item-content {
    padding-top: 14px;
  }

  .tx01-section-custom-06 {
    padding-right: 70px;
  }

  .tx01-section-custom-06 br {
    display: none;
  }

  .container-slider-section-custom-06 {
    padding-bottom: 91px;
  }

  .swiper-slide-section-custom-06 {
    width: 292px;
    margin-right: 16px;
  }

  .box-section-contact-01-content {
    padding: 58px 23px 135px;
  }

  .box-section-contact-01-content-top {
    margin-bottom: 40px;
  }

  .tx01-section-contact-01 {
    text-transform: none;
    letter-spacing: normal;
  }

  .tx01-section-contact-01 br {
    display: none;
  }

  .tx01-section-contact-01:last-child {
    margin: 0;
  }

  .box-section-contact-01-content-bottom-left-item.rrss {
    position: absolute;
    bottom: 45px;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
    gap: 13px;
  }

  .box-section-contact-01-content-bottom-left {
    margin-bottom: 40px;
  }

  .form-section-contact-01-item label {
    margin-bottom: 13px;
    color: #0A0A21;
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .form-section-contact-01-item input {
    border-radius: 5px;
    border: 1px solid #0A0A21;
    height: 47px;
  }

  .form-section-contact-01-item textarea {
    height: 149px;
  }

  .form-section-contact-01-item {
    padding-bottom: 36px;
  }

  .form-section-contact-01-item:nth-child(2) {
    padding-bottom: 24px;
  }

  .form-section-contact-01-item-checkbox label:after {
    width: 26px;
    height: 26px;
  }

  .form-section-contact-01-item-checkbox label {
    padding-left: 37px;
    padding-right: 0;
  }

  .btn-section-contact-01-content-bottom-right-item-button {
    width: 100%;
  }

  .btn-black {
    color: #fff;
  }

  .form-section-contact-01-item-checkbox {
    margin-bottom: 35px;
  }

  .tx01-footer-section-contact-01 {
    justify-content: center;
  }

  .link-footer-section-contact-01 {
    color: rgba(10, 10, 33, 0.4);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .span-footer-section-contact-01 {
    color: rgba(10, 10, 33, 0.4);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .section-contact-01 {
    padding-bottom: 0;
  }

  .footer-section-contact-01 {
    padding-bottom: 50px;
  }

  .section-custom-02 {
    overflow: hidden;
  }

  .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }

  .page-template-page-empresa .empresa-wrapper {
    flex-direction: column;
  }

  .page-template-page-empresa .empresa-sidebar-nav {
    width: 100%;
    position: relative !important;
    top: 0 !important;
  }

  .page-template-page-empresa .empresa-sidebar-nav .nav-list {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .page-template-page-empresa .empresa-sidebar-nav .nav-list li {
    white-space: nowrap;
  }

  .page-template-page-empresa .empresa-sidebar-nav .nav-list li::after {
    display: none;
  }

  .page-template-page-empresa .empresa-sidebar-nav .nav-list li a {
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    margin-right: 10px;
  }
}