/*!
Theme Name: Quinde
Theme URI: https://enviosquinde.com
Author: Sergio Gutierrez
Author URI: sergioegb@gmail.com
Description: Developed for Envios Quinde exclusively.
Version: 0.1.1
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quinde
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

quinde is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/* ==========================================================================
   1. Fuentes (@font-face)
   ========================================================================== */

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('assets/BricolageGrotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('assets/BricolageGrotesque-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('assets/BricolageGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================
   2. Variables Globales
   ========================================================================== */

:root {
  --color-black: rgb(22 22 25);
  --color-white: rgb(255 255 255);
  --color-purple: rgb(194 173 232);
  --color-green: rgb(84 184 170);
  --color-red: rgb(255 120 105);
  --color-yellow: rgb(228 242 99);
  --color-base: rgb(234 232 233);
  --color-primary: rgb(185 28 28);
}

/* ==========================================================================
   3. Reset (basado en Tailwind Preflight, sin variables --tw-*)
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

* {
  font-family: 'Bricolage Grotesque', sans-serif;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: inherit;
  background-color: var(--color-base);
  color: var(--color-black);
  font-family: 'Bricolage Grotesque', sans-serif;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role=button],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   4. Layout Global
   ========================================================================== */

.prose-wrapped>* {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  overflow: clip;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .prose-wrapped>* {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
  }
}

.screen-width-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================================================
   5. Tipografía Global
   ========================================================================== */

.heading-3 {
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 1024px) {
  .heading-3 {
    font-size: 26px;
  }
}

.heading-4 {
  font-weight: 600;
  font-size: 18px;
}

.paragraph {
  font-weight: 400;
  line-height: 110%;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .paragraph {
    font-size: 18px;
  }
}

/* ==========================================================================
   6. Componentes Globales
   ========================================================================== */

.button,
.easing {
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.button {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: 3rem;
  width: fit-content;
  align-items: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(22 22 25);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  line-height: 1;
  color: rgb(22 22 25) !important;
  text-decoration-line: none !important;
}

.button:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .button {
    font-size: 24px !important;
  }
}

.black-button,
.wp-element-button {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: 3rem;
  width: fit-content;
  align-items: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(22 22 25);
  background-color: rgb(22 22 25);
  padding: 0 1.5rem;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  line-height: 1;
  color: rgb(228 242 99) !important;
  text-decoration-line: none !important;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.black-button:hover,
.wp-element-button:hover {
  background-color: transparent;
  color: rgb(22 22 25) !important;
}

@media (min-width: 768px) {

  .black-button,
  .wp-element-button {
    font-size: 24px !important;
  }
}

.button-sm {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: fit-content;
  align-items: center;
  border-radius: 9999px;
  padding: .5rem 1rem;
  line-height: 1;
  color: rgb(22 22 25);
  text-decoration-line: none !important;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.button-sm:hover {
  background-color: transparent;
}

.menu-link {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 8px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.menu-link:hover {
  text-decoration-color: #161619;
}

li {
  text-align: left;
}

::marker {
  color: rgb(22 22 25) !important;
}

.scroll-offset {
  scroll-margin-top: 20px;
}

@media (min-width: 1024px) {
  .scroll-offset {
    scroll-margin-top: 90px;
  }
}

/* ==========================================================================
   7. Swiper Customizaciones
   ========================================================================== */

.swiper-pagination-bullet {
  margin-left: .75rem !important;
  margin-right: .75rem !important;
  width: .75rem;
  height: .75rem;
  border-width: 1px;
  border-color: rgb(22 22 25);
  background-color: rgb(255 255 255);
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

.swiper-pagination-bullet-active {
  background-color: rgb(22 22 25);
  opacity: 1;
}

testimonial-slider .swiper-slide {
  opacity: 0;
}

benefits-slider .swiper-slide,
testimonial-slider .swiper-slide {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .5s;
}

benefits-slider .swiper-slide {
  opacity: 1;
}

.swiper-slide-active {
  opacity: 1 !important;
}

/* ==========================================================================
   8. Estilos del Editor de Bloques (.editor-*)
   ========================================================================== */

.editor-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 2px;
  border-style: dotted;
  border-color: rgb(255 120 105);
  padding: 1rem;
}

.editor-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}

.editor-group>* {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.editor-card {
  position: relative;
  margin: .5rem auto;
  width: 50%;
}

.editor-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block;
  height: 250px;
  object-fit: cover;
}

/* ==========================================================================
   9. Sistema .prose (Tipografía Rich-text)
   ========================================================================== */

.prose {
  color: var(--prose-body);
  max-width: none;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-weight: 400;
  line-height: 110%;
  font-size: 14px;
}

.prose :where([class~=lead], [class~=is-style-lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--color-primary);
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
}

.prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol>li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  font-weight: 400;
  color: var(--prose-counters);
}

.prose :where(ul>li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  color: var(--prose-bullets);
}

.prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-color: var(--prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--prose-quotes);
  border-inline-start-width: .25rem;
  border-inline-start-color: var(--prose-quote-borders);
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-headings);
  font-weight: 900;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: .8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-headings);
  font-weight: 800;
  font-size: 24px;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-headings);
  font-size: 20px;
  margin-top: 1.6em;
  margin-bottom: .6em;
  line-height: 1.2;
}

.prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: .5em;
  line-height: 1.5;
  font-size: 18px;
}

.prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
}

.prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--prose-kbd-shadows) / 10%);
  font-size: .875em;
  border-radius: .3125rem;
  padding-top: .1875em;
  padding-inline-end: .375em;
  padding-bottom: .1875em;
  padding-inline-start: .375em;
}

.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-code);
  font-weight: 600;
  font-size: .875em;
}

.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: .875em;
}

.prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: .9em;
}

.prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-pre-code);
  background-color: var(--prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: .875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: .375rem;
  padding-top: .8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: .8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--prose-th-borders);
}

.prose :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: .5714286em;
  padding-bottom: .5714286em;
  padding-inline-start: .5714286em;
}

.prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-top-width: 1px;
  border-top-color: var(--prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: top;
}

.prose :where(figure>*):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-captions);
  font-size: .875em;
  line-height: 1.4285714;
  margin-top: .8571429em;
}

/* Variables de color del tema .prose */
.prose {
  --prose-body: #000000;
  --prose-headings: #000000;
  --prose-lead: #4b5563;
  --prose-links: #111827;
  --prose-bold: #111827;
  --prose-counters: #6b7280;
  --prose-bullets: #d1d5db;
  --prose-hr: #e5e7eb;
  --prose-quotes: #111827;
  --prose-quote-borders: #e5e7eb;
  --prose-captions: #6b7280;
  --prose-kbd: #111827;
  --prose-kbd-shadows: 17 24 39;
  --prose-code: #111827;
  --prose-pre-code: #e5e7eb;
  --prose-pre-bg: #1f2937;
  --prose-th-borders: #d1d5db;
  --prose-td-borders: #e5e7eb;
}

.prose :where(picture>img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose :where(ol>li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: .375em;
}

.prose :where(ul>li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: .375em;
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: .5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}

.prose :where(h2+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}

.prose :where(h3+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}

.prose :where(h4+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-top: .5714286em;
  padding-inline-end: .5714286em;
  padding-bottom: .5714286em;
  padding-inline-start: .5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote>cite):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote>cite):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~=not-prose], [class~=not-prose] *)) {
  table-layout: fixed;
  width: 100%;
}

/* .prose-neutral — sobreescribe variables de color del tema */
.prose-neutral {
  --prose-body: #000000;
  --prose-headings: #000000;
  --prose-lead: #525252;
  --prose-links: #171717;
  --prose-bold: #171717;
  --prose-counters: #737373;
  --prose-bullets: #d4d4d4;
  --prose-hr: #e5e5e5;
  --prose-quotes: #171717;
  --prose-quote-borders: #e5e5e5;
  --prose-captions: #737373;
  --prose-kbd: #171717;
  --prose-kbd-shadows: 23 23 23;
  --prose-code: #171717;
  --prose-pre-code: #e5e5e5;
  --prose-pre-bg: #262626;
  --prose-th-borders: #d4d4d4;
  --prose-td-borders: #e5e5e5;
}

/* Responsive prose-lg — reemplaza la clase Tailwind lg:prose-lg */
@media (min-width: 1024px) {
  .prose {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    font-size: 22px;
    font-weight: 500;
  }

  .prose :where([class~=lead], [class~=is-style-lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }

  .prose :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: 64px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: .3em;
    line-height: 1;
  }

  .prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: 48px;
    font-weight: 800;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .prose :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: 24px;
    margin-top: 1.6666667em;
    margin-bottom: .6666667em;
    line-height: 1.2;
  }

  .prose :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: .4444444em;
    line-height: 1.5555556;
  }

  .prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.7777778em;
  }

  .prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .prose :where(picture>img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .8888889em;
    border-radius: .3125rem;
    padding-top: .2222222em;
    padding-inline-end: .4444444em;
    padding-bottom: .2222222em;
    padding-inline-start: .4444444em;
  }

  .prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .8888889em;
  }

  .prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .8666667em;
  }

  .prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .875em;
  }

  .prose :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .6666667em;
    margin-bottom: .6666667em;
  }

  .prose :where(ol>li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: .4444444em;
  }

  .prose :where(ul>li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: .4444444em;
  }

  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em;
  }

  .prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.3333333em;
  }

  .prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .6666667em;
    padding-inline-start: 1.5555556em;
  }

  .prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5;
  }

  .prose :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: .75em;
    padding-bottom: .75em;
    padding-inline-start: .75em;
  }

  .prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0;
  }

  .prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0;
  }

  .prose :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: .75em;
    padding-inline-end: .75em;
    padding-bottom: .75em;
    padding-inline-start: .75em;
  }

  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0;
  }

  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0;
  }

  .prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .prose :where(figure>*):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: 18px;
  }
}

/* ==========================================================================
   10. WordPress Core Styles
   ========================================================================== */

.entry-title,
.page-title {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  color: rgb(23 23 23);
}

.entry-content>*,
.entry-title,
.page-content>*,
.page-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content>.alignwide {
  max-width: 60rem;
}

.entry-content>.alignfull {
  max-width: none;
}

.entry-content>.alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content>.alignright {
  float: right;
  margin-left: 2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ==========================================================================
   11. Utilidades de Color Dinámicas
   ========================================================================== */

.bg-base {
  background-color: var(--color-base);
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.bg-purple {
  background-color: var(--color-purple);
}

.bg-green {
  background-color: var(--color-green);
}

.bg-red {
  background-color: var(--color-red);
}

.bg-white {
  background-color: var(--color-white);
}

.text-red {
  color: var(--color-red);
}

.text-green {
  color: var(--color-green);
}

.text-purple {
  color: var(--color-purple);
}

.text-black {
  color: var(--color-black);
}

/* ==========================================================================
   12. Complementos de Swiper (reemplaza grid grid-flow-col y utilidades)
   ========================================================================== */

.beneficios__slider-wrapper,
.testimonios__slider-wrapper {
  display: grid;
  grid-auto-flow: column;
}

.beneficios__paginacion,
.testimonios__paginacion {
  position: relative;
  top: 0 !important;
  margin-top: 2rem;
  transform: translateY(0);
}

/* ==========================================================================
   13. Header (.site-header)
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-header__desktop {
  display: none;
  height: 7rem;
  width: 100%;
  align-items: center;
  background-color: var(--color-base);
}

@media (min-width: 1024px) {
  .site-header__desktop {
    display: flex;
  }
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  align-items: center;
  gap: 2rem;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 600;
}

.site-header__nav:first-child {
  justify-self: start;
}

.site-header__nav:last-child {
  justify-self: end;
}

.site-header__logo-wrap {
  justify-self: center;
}

.site-header__logo {
  height: 2.25rem;
  width: auto;
}

.site-header__cta {
  background-color: var(--color-purple);
  border: 1px solid black;
}

.site-header__cta:hover {
  background-color: var(--color-green);
}

.site-header__mobile {
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-base);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .site-header__mobile {
    display: none;
  }
}

.site-header__menu-toggle {
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.site-header__menu-toggle:focus {
  outline: none;
}

.site-header__menu-toggle i {
  font-size: 25px;
}

.site-header__mobile-logo {
  height: 2rem;
  width: auto;
}

.site-header__drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  background-color: transparent;
}

.site-header__drawer {
  display: flex;
  width: 75%;
  flex-direction: column;
  border-right: 1px solid var(--color-black);
  background-color: var(--color-base);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.site-header__drawer-body {
  flex: 1 1 0%;
  overflow-y: auto;
}

.site-header__drawer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 2.5rem 1.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.site-header__drawer-social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  background-color: var(--color-base);
  padding: 1rem 0;
}

.site-header__drawer-close {
  flex: 1 1 0%;
  cursor: pointer;
}

.site-header__mobile-spacer {
  width: 1.5rem;
}

.site-header__transition-enter {
  transition: transform 300ms cubic-bezier(0, 0, 0.2, 1);
}

.site-header__transition-leave {
  transition: transform 300ms cubic-bezier(0.4, 0, 1, 1);
}

.site-header__transition-slide-left {
  transform: translateX(-100%);
}

.site-header__transition-slide-in {
  transform: translateX(0);
}

.site-header__social-icon {
  font-size: 1.5rem;
  transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header__social-icon--whatsapp {
  color: var(--color-red);
}

.site-header__social-icon--instagram {
  color: var(--color-purple);
}

.site-header__social-icon--facebook {
  color: var(--color-green);
}

.site-header__social-icon:hover {
  color: var(--color-black);
}

/* ==========================================================================
   14. Footer (.site-footer)
   ========================================================================== */

.site-footer {
  background-color: var(--color-yellow);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.site-footer__inner {
  text-align: center;
}

.site-footer__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 2rem;
  width: auto;
}

.site-footer__slogan {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 700;
}

.site-footer__social {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: fit-content;
  gap: 2rem;
}

.site-footer__social-icon {
  font-size: 2.25rem;
  transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-footer__social-icon--whatsapp {
  color: var(--color-red);
}

.site-footer__social-icon--instagram {
  color: var(--color-purple);
}

.site-footer__social-icon--facebook {
  color: var(--color-green);
}

.site-footer__social-icon:hover {
  color: var(--color-black);
}

.site-footer__address {
  font-size: 18px;
  font-weight: 700;
}

/* ==========================================================================
   15. Bloque: Intro (.intro)
   ========================================================================== */

.intro {
  margin-top: 2rem;
}

.intro__header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  padding-bottom: .5rem;
  text-align: center;
}

.intro__title {
  max-width: 700px;
}

.intro__content {
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .intro__content {
    font-size: 26px;
    max-width: 650px;
  }
  .intro {
    margin-top: 4rem;
  }
}

.intro__cta {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.intro__bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: 0 !important;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.intro__image-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  overflow-x: clip;
  padding-left: 0;
  padding-right: 0;
  max-width: 1440px;
}

.intro__hero-image {
  position: relative;
  z-index: -1;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
  height: 350px;
  width: 108%;
  max-width: 108%;
  transform: translateX(0);
  object-fit: cover;
  object-position: 47%;
}

@media (min-width: 640px) {
  .intro__hero-image {
    height: auto;
    transform: translateX(-4%);
  }
}

.intro__hero-image--mobile {
    display: none;
}

@media (max-width: 640px) {
    .intro__hero-image--desktop {
        display: none;
    }
    .intro__hero-image--mobile {
        display: block;
    }
}

/* ==========================================================================
   16. Bloque: Sección Informativa (.seccion-informativa)
   ========================================================================== */

.seccion-informativa {
  padding-top: 4rem;
  text-align: center;
}

.seccion-informativa__titulo {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.quienes_somos__titulo {
  margin-bottom: 1rem !important;
}

.seccion-informativa__contenido {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.3;
}

.seccion-informativa__cta {
  display: inline-grid;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}

.seccion-informativa__imagen {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .seccion-informativa__imagen {
    margin-top: 3rem;
    height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* ==========================================================================
   17. Bloque: Nuestra Cobertura (.nuestra-cobertura)
   ========================================================================== */

.nuestra-cobertura {
  position: relative;
  z-index: 10;
  overflow: clip;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: var(--color-base);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.nuestra-cobertura__inner {
  text-align: center;
}

.nuestra-cobertura__titulo {
  margin-top: 0;
}

.nuestra-cobertura__imagenes {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 1rem;
  width: 100%;
}

.nuestra-cobertura__imagen-moto,
.nuestra-cobertura__imagen-mapa {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: auto;
  display: block;
}

.nuestra-cobertura__contenido {
  text-align: left;
}

.nuestra-cobertura__descripcion {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .nuestra-cobertura__descripcion {
    margin-top: 0;
  }

  .nuestra-cobertura__imagenes {
    gap: 8rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.nuestra-cobertura__cta {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .nuestra-cobertura__inner h3{
    margin: 0;
    max-width: 700px;
  }

  .nuestra-cobertura__inner h2{
    margin-bottom: 1rem;
  }
}

/* ==========================================================================
   18. Bloque: Nuestro Compromiso (.nuestro-compromiso)
   ========================================================================== */

.nuestro-compromiso {
  position: relative;
  z-index: 10;
  overflow: clip;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: var(--color-base);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.nuestro-compromiso__inner {
  text-align: center;
}

.nuestro-compromiso__titulo {
  margin: 0;
  margin-bottom: 2rem;
}

.nuestro-compromiso__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

@media (min-width: 768px) {
  .nuestro-compromiso__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==========================================================================
   19. Bloque: Preguntas (.preguntas)
   ========================================================================== */

.preguntas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  background-color: var(--color-purple);
}

.preguntas__titulo {
  margin-top: 0;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .preguntas__titulo {
    margin-bottom: 5rem;
  }
}

.preguntas__lista {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

@media (min-width: 640px) {
  .preguntas__lista {
    width: 1000px;
  }
}

/* ==========================================================================
   20. Bloque: Acordeón (.acordeon)
   ========================================================================== */

.acordeon {
  width: 100%;
  border-radius: .5rem;
  background-color: var(--color-base);
  padding: 1.5rem 2rem;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.acordeon__header {
  display: flex;
  width: 100%;
  gap: .5rem;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}

.acordeon__titulo {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .acordeon__titulo {
    font-size: 22px;
  }
}

.acordeon__icono {
  margin: 0 !important;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.acordeon__icono--abierto {
  transform: rotate(180deg);
}

.acordeon__panel {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.acordeon__contenido {
  line-height: 1.5;
  text-align: left;
  border-top: 1px solid var(--color-black);
  margin-top: .75rem;
  padding-top: .75rem;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

/* ==========================================================================
   21. Bloque: Beneficios (.beneficios)
   ========================================================================== */

.beneficios {
  background-color: var(--color-yellow);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.beneficios__inner {
  text-align: center;
}

.beneficios__titulo {
  margin-bottom: 3rem;
  margin-top: 0;
  line-height: 1;
}

.beneficios__grid {
  display: none;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .beneficios__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .beneficios__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .beneficios__grid {
    grid-template-columns: repeat(3, 380px);
    justify-content: center;
    gap: 2rem;
    max-width: 1200px;
  }
}

.beneficios__slider {
  width: 100%;
  height: 100%;
  max-width: 600px;
  cursor: pointer;
  overflow: visible;
}

@media (min-width: 640px) {
  .beneficios__slider {
    display: none;
  }
}

/* ==========================================================================
   22. Bloque: Ficha Beneficio (.ficha-beneficio)
   ========================================================================== */

.ficha-beneficio {
  display: flex;
  aspect-ratio: 1 / 1;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 40px;
  padding: 1rem;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px) {
  .ficha-beneficio {
    gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 350px;
  }
}

.ficha-beneficio__imagen {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  display: flex;
  height: 40%;
  flex-shrink: 1;
  object-fit: cover;
}

@media (min-width: 768px) {
  .ficha-beneficio__imagen {
    height: 30%;
	margin-bottom: 25px !important;
  }
}

.ficha-beneficio__texto {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  line-height: 1.25;
}

.ficha-beneficio__nombre {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

@media (min-width: 1024px) {
  .ficha-beneficio__nombre {
    font-size: 26px;
	line-height: 1;
  }
}

.ficha-beneficio__descripcion {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
}

@media (min-width: 1024px) {
  .ficha-beneficio__descripcion {
    font-size: 18px;
  }
}

/* ==========================================================================
   23. Bloque: Ficha Compromiso (.ficha-compromiso)
   ========================================================================== */

.ficha-compromiso {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

@media (min-width: 640px) {
  .ficha-compromiso {
    max-width: 300px;
  }
}

.ficha-compromiso__imagen-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: var(--color-purple);
}

.ficha-compromiso__imagen {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ficha-compromiso__texto {
  margin-bottom: 0;
  margin-top: 1rem;
  display: grid;
  height: 100%;
  place-content: center;
  border-radius: .75rem;
  padding: .5rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  border: 1px solid black;
}

@media (min-width: 1024px) {
  .ficha-compromiso__texto {
    font-size: 18px;
	border: 1px solid black;
  }
}

/* ==========================================================================
   24. Bloque: Ficha Mensajería (.ficha-mensajeria)
   ========================================================================== */

.ficha-mensajeria {
  width: 100%;
  height: fit-content;
  padding: 2rem 1rem 3rem;
  background-color: var(--color-yellow);
  text-align: center;
  border-radius: 40px;
  border: 2px solid var(--color-black);
}

.ficha-mensajeria__titulo {
  margin-top: 0;
}

.ficha-mensajeria__precio {
  background-color: var(--color-purple) !important;
  border-color: transparent !important;
  margin-bottom: .75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 700;
  font-size: 48px !important;
}

.ficha-mensajeria__lista {
  text-align: left;
  color: var(--color-black);
  list-style-type: disc;
}

/* ==========================================================================
   25. Bloque: Ficha Precio (.ficha-precio)
   ========================================================================== */

.ficha-precio {
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 20px;
  border: 2px solid var(--color-black);
  background-color: var(--color-yellow);
  padding: 1rem;
  text-align: center;
  overflow: hidden;
}

.ficha-precio__titulo {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
}

.ficha-precio__monto {
  display: block;
  width: 100%;
  margin: 0;
  background-color: var(--color-purple) !important;
  border-color: transparent !important;
  padding: 0.3rem 0;
  font-size: 1.75rem;
  font-weight: 700 !important;
  line-height: 1.1;
  border-radius: 50px;
}

.ficha-precio__lista {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: disc;
  text-align: left;
  color: var(--color-black);
}

@media (min-width: 1024px) {

  .ficha-precio {
    gap: 2rem;
    padding: 2rem;
    height: 290px;
  }

  .ficha-precio__titulo {
    font-size: 60px;
  }

  .ficha-precio__monto {
    font-size: 60px;
  }
}

/* Título largo (> 10 chars) */
.ficha-precio__titulo--largo {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .ficha-precio__titulo--largo {
    font-size: 36px;
  }
}

/* Título muy largo (> 25 chars) */
.ficha-precio__titulo--muy-largo {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .ficha-precio__titulo--muy-largo {
    font-size: 28px;
  }
}

/* ==========================================================================
   26. Bloque: Testimonios (.testimonios)
   ========================================================================== */

.testimonios {
  position: relative;
  z-index: 0;
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
  overflow-x: clip;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.testimonios__titulo {
  margin-top: 0 !important;
}

.testimonios__slider {
  width: 100%;
  height: 100%;
  max-width: 600px;
  cursor: pointer;
  overflow: visible;
}

.testimonios__nav {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: flex;
  width: 150%;
  transform: translate(-50%, -100%);
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}

.testimonios__nav-prev,
.testimonios__nav-next {
  pointer-events: auto;
  cursor: pointer;
}

.testimonios__nav-prev i,
.testimonios__nav-next i {
  font-size: 48px;
  color: var(--color-black);
}

.testimonios__cta {
  margin-top: 2rem;
}

.testimonios__bg-imagen {
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   27. Bloque: Ficha Testimonio (.ficha-testimonio)
   ========================================================================== */

.ficha-testimonio {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 2px solid var(--color-black);
  background-color: var(--color-base);
  padding: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
}

.ficha-testimonio__cita-inicio,
.ficha-testimonio__cita-fin {
  position: absolute;
  z-index: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 32px;
}

.ficha-testimonio__cita-inicio {
  left: 1.5rem;
  top: 0;
}

.ficha-testimonio__cita-fin {
  bottom: 0;
  right: 1.5rem;
}

@media (min-width: 640px) {

  .ficha-testimonio__cita-inicio,
  .ficha-testimonio__cita-fin {
    font-size: 56px;
  }
}

.ficha-testimonio__texto {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  user-select: none;
  text-align: left;
  font-size: 22px;
  line-height: 1.25;
}

/* ==========================================================================
   28. Bloque: Localidad (.localidad)
   ========================================================================== */

.localidad {
  display: flex;
  gap: 2rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .localidad {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.localidad__icono-wrap {
  display: grid;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  place-content: center;
  border-radius: 9999px;
  border: 1px solid var(--color-black);
}

.localidad__nombre {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: .5rem;
  line-height: 1;
}

.localidad__info {
  line-height: 1.25;
}

/* ==========================================================================
   29. Bloque: Tabla de Precios (.tabla-precios)
   ========================================================================== */

.tabla-precios {
  position: relative;
  text-align: center;
}

.tabla-precios__inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.tabla-precios__titulo {
  margin: 0;
}

/* Layout principal: columna destacada + derecha */
.tabla-precios__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
  width: 100%;
}

@media (min-width: 1024px) {
  .tabla-precios__layout {
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
  }

  .tabla-precios__inner {
    gap: 2rem;
  }
}

/* Columna izquierda: siempre fija, nunca crece ni achica */
.tabla-precios__destacada {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background-color: var(--color-base);
  padding: 2rem 2rem 0 2rem;
  border-radius: 24px;
  max-width: 300px;
}

@media (min-width: 1024px) {
  .tabla-precios__destacada {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    text-align: center;
  }
}

.tabla-precios__destacada-titulo {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.tabla-precios__destacada-cuerpo {
  margin-top: 0;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

.tabla-precios__destacada-imagen {
  margin-top: auto !important;
  width: 100%;
  max-width: 220px;
}

/* Columna derecha: grid cuadrado auto-fit */
.tabla-precios__derecha {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  align-content: start;
  width: 100%;
}

/* Etiquetas — debajo del grid, fondo gris */
.tabla-precios__etiquetas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
  max-width: 1200;
}

.tabla-precios__etiqueta {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  background-color: color-mix(in srgb, var(--color-base) 70%, transparent);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1024px) {

  .tabla-precios__destacada-titulo {
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
  }

  .tabla-precios__destacada-cuerpo {
    margin-top: 0;
    font-size: 26px;
  }

  .tabla-precios__derecha {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(350px, 1fr));
    gap: 1rem;
  }

  .tabla-precios__destacada-imagen {
    max-width: 400px;
  }

  .tabla-precios__etiqueta {
    font-size: 16px;
    font-weight: 600;
    padding: .6rem 1.2rem;
  }
}

/* Nota final */
.tabla-precios__nota p{
  max-width: 1200px;
  text-wrap: balance;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

/* Colores alternos del monto dentro de tabla-precios (ciclo de 3) */
/* 1º y 4º: purple */
.tabla-precios__derecha .ficha-precio:nth-child(3n+1) .ficha-precio__monto {
  background-color: var(--color-purple) !important;
}

/* 2º: verde-azulado */
.tabla-precios__derecha .ficha-precio:nth-child(3n+2) .ficha-precio__monto {
  background-color: var(--color-green) !important;
}

/* 3º: rojo */
.tabla-precios__derecha .ficha-precio:nth-child(3n+3) .ficha-precio__monto {
  background-color: var(--color-red) !important;
}