@charset "UTF-8";
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 {
  font-size: 2em;
  margin: 0.67em 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;
}

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

/* #C48FA8 aprox */
/* #9B66C4 aprox */
/* #C4AED9 aprox */
/** Media Queries **/
@view-transition {
  navigation: auto;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  background-color: hsl(0, 0%, 100%);
}

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

body {
  font-family: "Sans serif", sans-serif;
  font-size: 1.8rem;
  background-color: hsl(0, 0%, 100%);
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

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

[class$=__heading] {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  margin: 6rem 0 3rem 0;
  text-align: center;
}

[class$=__descripcion] {
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(26, 27, 21, 0.8);
}

.experience-separator {
  padding: 8rem 4rem 8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 10;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #11140f, #171912);
}
.experience-separator::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 6rem 6rem;
  mask-image: radial-gradient(circle at 75% 50%, black, transparent 65%);
  pointer-events: none;
}

.eyebrowex {
  max-width: 120rem;
  margin: 0 auto;
  padding: 1rem;
}
@media (min-width: 768px) {
  .eyebrowex {
    padding: 1rem 10rem 1rem;
  }
}
.eyebrowex__label {
  color: hsl(280, 45%, 65%);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.experience-content {
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem;
  align-items: flex-start;
  gap: 5rem;
  max-width: 120rem; /* o el ancho máximo que uses en el resto del sitio */
  margin: 0 auto;
}
@media (min-width: 768px) {
  .experience-content {
    flex-direction: row; /* Coloca los elementos uno al lado del otro. */
    justify-content: space-between;
    padding: 4rem 10rem 10rem;
  }
}

.experience-text {
  flex: 1;
  max-width: 60rem; /* Para que el texto no se estire demasiado y se lea bien */
}
.experience-text p {
  line-height: 1.8;
  color: hsl(0, 0%, 100%);
  margin: 0;
  font-size: 1.55rem;
}
.experience-text p span {
  color: rgba(255, 255, 255, 0.8);
}

.experience {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .experience {
    align-items: flex-end;
  }
}
.experience__title {
  font-size: 17rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: rgb(192.301875, 139.644375, 200.780625);
}
.experience__title-sign {
  font-size: 10rem;
}
.experience__counter {
  display: inline-block;
  overflow: hidden;
  height: 1em;
  line-height: 1;
}
.experience__slot {
  display: block;
  will-change: transform;
}
.experience__digit {
  display: block;
  height: 1em;
  line-height: 1;
}
.experience-badge {
  display: inline-flex;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  border: 1px solid rgba(229.0665, 231.0555, 235.0335, 0.1);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}
.experience-badge i {
  font-size: 2rem;
  opacity: 1;
  color: rgb(192.301875, 139.644375, 200.780625);
  margin-top: -0.3rem;
}

.purpose-scroll {
  position: relative;
  height: 320vh;
  background: hsl(0, 0%, 100%);
}
@media (max-width: 768px) {
  .purpose-scroll {
    height: auto;
  }
}
.purpose-scroll__stage {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: hsl(0, 0%, 100%);
}
@media (max-width: 768px) {
  .purpose-scroll__stage {
    height: auto;
    overflow: visible;
  }
}
.purpose-scroll__stage.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 768px) {
  .purpose-scroll__stage.is-fixed {
    position: relative;
  }
}
.purpose-scroll__stage.is-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .purpose-scroll__stage.is-bottom {
    position: relative;
  }
}
.purpose-scroll__panel {
  position: absolute;
}
@media (max-width: 768px) {
  .purpose-scroll__panel {
    position: relative;
    inset: auto;
    left: auto;
    display: grid;
    padding: 6rem 2rem;
    border-bottom: 1px solid rgba(26, 27, 21, 0.08);
  }
}
.purpose-scroll__panel {
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 4rem;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
@media (min-width: 768px) {
  .purpose-scroll__panel {
    grid-template-columns: 1fr 1fr;
    padding: 8rem 5rem 2rem;
  }
}
.purpose-scroll__panel.is-active {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  z-index: 2;
}
.purpose-scroll__panel.is-before {
  transform: translateX(-50%) translateY(-18%);
  opacity: 0;
  z-index: 1;
}
.purpose-scroll__panel.is-after {
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  z-index: 1;
}
.purpose-scroll__content {
  max-width: 62rem;
}
.purpose-scroll__number {
  display: inline-flex;
  align-items: left;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  color: rgba(26, 27, 21, 0.78);
}
.purpose-scroll__label {
  color: hsl(280, 45%, 65%);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 2.5rem;
}
.purpose-scroll__title {
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 500;
  color: #1a1b15;
  margin: 0 0 4rem;
}
.purpose-scroll__title span {
  display: block;
  font-weight: 500;
}
.purpose-scroll__text {
  font-size: 1.8rem;
  line-height: 1.85;
  color: rgba(26, 27, 21, 0.78);
  margin: 0 0 2rem;
  max-width: 58rem;
}
@media (min-width: 768px) {
  .purpose-scroll__text {
    padding-right: 2rem;
  }
}
.purpose-scroll__visual {
  min-height: 42rem;
  border-radius: 4rem;
  overflow: hidden;
  background: rgba(229.0665, 231.0555, 235.0335, 0.55);
}
.purpose-scroll__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 42rem;
  object-fit: cover;
}
.purpose-scroll__visual--badge {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 27, 21, 0.08);
  border-radius: 2.6rem;
  padding: 3rem;
  display: grid;
  gap: 4rem;
}
.purpose-scroll__visual--stat {
  padding: 4rem 0;
}
.purpose-scroll__visual--stat strong {
  display: block;
  font-size: 4rem;
  line-height: 1;
  color: #1f2947;
  margin-bottom: 0.3rem;
  font-weight: 500;
}
.purpose-scroll__visual--stat span {
  font-size: 1.7rem;
  color: rgba(26, 27, 21, 0.68);
  line-height: 1.6;
}
.purpose-scroll__visual--quote {
  padding: 4rem 0;
}
.purpose-scroll__visual--quote p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #1a1b15;
  font-style: italic;
}
.purpose-scroll__final-quote {
  margin: 8rem 0 0;
  font-size: 2rem;
  line-height: 1.6;
  font-style: italic;
  color: #1a1b15;
  padding-left: 2rem;
  border-left: 2px solid rgb(179.1375, 125.5875, 205.9125);
}

.servicios {
  padding: 0 2rem 4rem;
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .servicios {
    padding: 8rem 2rem 4rem;
  }
}
.servicios__center {
  text-align: center;
  padding: 0;
  margin: 2rem 0 0;
}
@media (min-width: 768px) {
  .servicios__center {
    padding: 1rem;
  }
}
.servicios__center-btn {
  background-color: transparent;
  padding: 1rem 2.4rem;
  color: #1a1b15;
  font-size: 1.5rem;
  font-weight: 400;
  border: 1px solid transparent;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 0.6rem;
  transition: background-color 0.3s ease, transform 0.4s ease;
}
.servicios__center-btn:hover {
  transform: scale(1.02);
}
.servicios__center-btn {
  border: 1px solid rgba(26, 27, 21, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  justify-content: center;
}
.servicios__center-btn:hover {
  border: 1px solid hsl(280, 45%, 65%);
  color: hsl(280, 45%, 65%);
  font-weight: bold;
}
.servicios__center-btn:hover svg {
  transform: translate(3px);
}
.servicios__center-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}
.servicios__title {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  margin-bottom: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.servicios__subtitle {
  text-align: center;
  line-height: 1.6;
  font-size: 1.8rem;
  margin-bottom: 5.3rem;
  color: rgba(26, 27, 21, 0.8);
}
.servicios__body {
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
.servicios__slider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 1rem 0 3rem;
}
.servicios__slider .swiper-slide {
  width: min(88vw, 36rem);
  height: auto;
  box-sizing: border-box;
}
.servicios__card {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(26, 27, 21, 0.06);
  border-radius: 1.2rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
  overflow: hidden;
  cursor: grab;
  box-shadow: 0 1.2rem 3rem rgba(26, 27, 21, 0.06), 0 0.4rem 1rem rgba(26, 27, 21, 0.04);
  transition: transform 0.35s ease, border-color 0.8s ease, box-shadow 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.servicios__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(179.1375, 125.5875, 205.9125, 0.65), transparent);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.85s ease, opacity 0.55s ease;
  z-index: 1;
}
.servicios__card > * {
  position: relative;
  z-index: 2;
}
.servicios__card:hover {
  transform: translateY(-6px);
  border-color: rgba(179.1375, 125.5875, 205.9125, 0.35);
  box-shadow: 0 3rem 7rem rgba(26, 27, 21, 0.16), 0 1.4rem 3rem rgba(26, 27, 21, 0.1);
}
.servicios__card:hover::before {
  transform: scaleX(1);
  opacity: 1;
}
.servicios__card:hover .servicios__card-icon {
  background: hsl(280, 45%, 65%);
}
.servicios__card:hover .servicios__card-num {
  color: hsl(280, 45%, 65%);
}
.servicios__card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.servicios__card-icon {
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(179.1375, 125.5875, 205.9125, 0.4);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.5s ease-out;
}
.servicios__card-icon svg {
  width: 2.4rem;
  height: 2.4rem;
  stroke: hsl(0, 0%, 100%);
  transition: stroke 0.3s ease;
}
.servicios__card-num {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: rgba(179.1375, 125.5875, 205.9125, 0.4);
  text-transform: uppercase;
  user-select: none;
  transition: color 0.5s ease-out;
}
.servicios__card-title {
  font-size: 2rem;
  font-weight: 400;
  color: #1a1b15;
  line-height: 1.35;
  margin-top: 1.3rem;
}
.servicios__card-text {
  font-size: 1.8rem;
  color: rgba(26, 27, 21, 0.7);
  line-height: 1.8;
  flex: 1;
}
.servicios .swiper-button-prev,
.servicios .swiper-button-next {
  color: rgba(26, 27, 21, 0.3);
  transition: color 0.3s ease;
}

.trayectory {
  max-width: 120rem;
  margin: 0 auto;
  border: 1px solid rgba(229.0665, 231.0555, 235.0335, 0.6);
  border-radius: 1rem;
  margin-bottom: 8rem;
}
.trayectory-title {
  margin: 1rem 0 5rem;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.trayectory__subtitle {
  max-width: 80rem;
  text-align: center;
  margin: 6rem auto 0 auto;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: rgba(26, 27, 21, 0.5);
}
.trayectory__content {
  display: grid;
  grid-template-columns: 1fr;
  margin: 2rem 0;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}
@media (min-width: 768px) {
  .trayectory__content {
    grid-template-columns: 30% 70%;
    gap: 2rem;
    align-items: start;
    max-width: 100rem;
    margin: 0 auto 0;
  }
}
.trayectory__content-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
.trayectory__img {
  width: 26rem;
  height: 26rem;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1.2rem 3rem rgba(26, 27, 21, 0.2), 0 0.4rem 1rem rgba(26, 27, 21, 0.2);
}
.trayectory__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
@media (min-width: 768px) {
  .trayectory__img {
    width: 24rem;
    height: 30rem;
  }
}
.trayectory-name {
  font-size: 1.7rem;
  font-weight: 500;
  color: #1a1b15;
  margin: 17px 0 8px;
  text-align: center;
}
.trayectory-role {
  font-size: 1.4rem;
  color: rgba(26, 27, 21, 0.6);
  margin-top: 0;
  text-align: center;
}
.trayectory__second-col {
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 0;
}
.trayectory__second--sub {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.trayectory__info {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e4e1db;
  padding: 1.4rem 1.6rem;
  flex: 1;
  min-width: 0;
}
.trayectory__info-num {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1a1b15;
  margin-bottom: 1rem;
}
.trayectory__info-label {
  font-size: 1.4rem;
  color: rgba(26, 27, 21, 0.6);
  line-height: 1.4;
}
.trayectory__paragraph {
  font-size: 1.6rem;
  color: rgba(26, 27, 21, 0.6);
  line-height: 1.75;
  margin-bottom: 1rem;
  max-width: 100%;
}
.trayectory-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.trayectory-tag {
  font-size: 14px;
  padding: 5px 11px;
  border-radius: 99px;
  border: 1px solid #d8d5cf;
  color: #6a6865;
  letter-spacing: 0.01em;
}

.contacto {
  padding: 6rem 2rem;
  max-width: 120rem;
  margin: 0 auto;
}
.contacto__header {
  text-align: center;
  margin-bottom: 0;
}
.contacto__subtitle {
  margin: 2rem 0;
  font-size: 5.2rem;
  font-weight: 500;
}
.contacto__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 2rem;
  background: hsl(0, 0%, 100%);
}
@media (min-width: 768px) {
  .contacto__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 2rem 4rem 4rem;
  }
}
.contacto__info {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.contacto .carrusel {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contacto .carrusel {
    padding: 0 4rem;
  }
}
.contacto .carrusel__track-wrapper::before, .contacto .carrusel__track-wrapper::after {
  width: 4rem;
}
.contacto__title {
  font-size: 2.4rem;
  font-weight: 400;
  color: #1a1b15;
}
.contacto__description {
  font-size: 1.8rem;
  color: rgba(26, 27, 21, 0.7);
  line-height: 1.7;
  margin-bottom: 6rem;
}
.contacto__description span {
  color: hsl(280, 45%, 65%);
  font-weight: 600;
}
.contacto__subdescription {
  font-size: 1.6rem;
  color: rgba(26, 27, 21, 0.7);
  line-height: 1.7;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .contacto__subdescription {
    max-width: 80%;
  }
}
.contacto__details {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 2rem 0;
  margin-bottom: 5rem;
}
.contacto__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.contacto__icon {
  width: 4.2rem;
  height: 4.2rem;
  min-width: 4.2rem;
  border-radius: 1rem;
  background: radial-gradient(circle at top right, rgba(204, 188.7, 219.3, 0.15), transparent 100%), linear-gradient(135deg, white, white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1b15;
  font-size: 1.5rem;
}
.contacto__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contacto__text a, .contacto__text span {
  font-size: 1.4rem;
  color: #1a1b15;
  text-decoration: none;
  transition: color 0.2s;
}
.contacto__text a:hover {
  color: hsl(280, 45%, 65%);
}
.contacto__label {
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: "Roboto", sans-serif;
}
.contacto__form-wrapper {
  min-width: 0;
}
@media (min-width: 768px) {
  .contacto__form-wrapper {
    border-top: none;
    padding-left: 3rem;
  }
}
.contacto__fieldset {
  border: none;
  padding: 0;
}
.contacto .form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.contacto .form__group label {
  padding: 1rem 0.5rem 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: "Roboto", sans-serif;
  color: rgba(26, 27, 21, 0.8);
}
.contacto .form__group input:not([type=checkbox]),
.contacto .form__group select,
.contacto .form__group textarea {
  background: rgba(229.0665, 231.0555, 235.0335, 0.1);
  border: 1px solid rgba(179.1375, 125.5875, 205.9125, 0.18);
  border-radius: 0.8rem;
  padding: 1.4rem 1.4rem;
  font-size: 1.4rem;
  color: #1a1b15;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
.contacto .form__group input:not([type=checkbox])::placeholder,
.contacto .form__group select::placeholder,
.contacto .form__group textarea::placeholder {
  color: rgba(26, 27, 21, 0.3);
}
.contacto .form__group input:not([type=checkbox]):focus,
.contacto .form__group select:focus,
.contacto .form__group textarea:focus {
  border-color: hsl(280, 45%, 65%);
  box-shadow: 0 0 0 3px rgba(179.1375, 125.5875, 205.9125, 0.15);
}
.contacto .form__group select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237f77dd' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  padding-right: 3.6rem;
}
.contacto .form__group textarea {
  resize: vertical;
  min-height: 10rem;
}
.contacto .form__group--checkbox {
  margin-top: 0.5rem;
}
.contacto .form__group--checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
  line-height: 1.5;
}
.contacto .form__group--checkbox-label input[type=checkbox] {
  appearance: none;
  border-radius: 0.8rem;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  margin-top: 4px;
  cursor: pointer;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid rgba(179.1375, 125.5875, 205.9125, 0.18);
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.contacto .form__group--checkbox-label input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(280, 45%, 65%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M2.5 8l4 4 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.contacto .form__group--checkbox-label span {
  font-size: 1.2rem;
}
.contacto .form__group--checkbox-label a {
  color: #007df4;
  text-decoration: underline;
  font-size: 1.2rem;
}
.contacto .form__group--checkbox-label a:hover {
  color: #0056b3;
}
.contacto__btn {
  width: 100%;
  padding: 1.3rem 2rem;
  background-color: #1a1b15;
  color: hsl(0, 0%, 100%);
  border: 1px solid rgba(179.1375, 125.5875, 205.9125, 0.18);
  border-radius: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
  transition: transform 0.2s ease;
}
.contacto__btn:hover {
  transform: translateY(-2px);
}
.contacto__btn:active {
  transform: translateY(0) scale(0.98);
}
.contacto__btn--disabled, .contacto__btn:disabled {
  background-color: rgba(26, 27, 21, 0.4);
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

.nosotros-intro {
  background: hsl(0, 0%, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 2rem 7rem;
}
@media (min-width: 768px) {
  .nosotros-intro {
    flex-direction: row;
    justify-content: space-between;
  }
}
.nosotros-intro__img {
  height: 20rem;
  width: auto;
  margin-top: 1rem;
}
.nosotros-intro__img img {
  height: 100%;
  width: auto;
}
.nosotros-intro__titulo {
  margin: 2rem 0;
  font-size: clamp(5.5rem, 10vw, 6.5rem);
  font-weight: 500;
}
.nosotros-intro__descripcion {
  max-width: 60rem;
  font-size: 1.6rem;
  color: #1a1b15;
  padding: 1rem 0;
  line-height: 1.7;
}
.nosotros-intro__descripcion span {
  color: rgba(26, 27, 21, 0.8);
}

.nosotros-galeria {
  background: hsl(0, 0%, 100%);
  padding: 5rem 2rem;
}
.nosotros-galeria-texto {
  text-align: center;
  font-size: 1.6rem;
  color: #1a1b15;
  padding: 0.5rem 0;
  line-height: 1.7;
}
.nosotros-galeria__container {
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .nosotros-galeria__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "principal secundaria" "principal terciaria";
  }
}
.nosotros-galeria__card {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .nosotros-galeria__card--principal {
    grid-area: principal;
    min-height: 46rem;
  }
}
@media (min-width: 768px) {
  .nosotros-galeria__card--secundaria {
    grid-area: secundaria;
  }
}
@media (min-width: 768px) {
  .nosotros-galeria__card--terciaria {
    grid-area: terciaria;
  }
}
.nosotros-galeria__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(to top, rgba(26, 27, 21, 0.85) 0%, transparent 100%);
}
.nosotros-galeria__card:hover::after {
  opacity: 1;
}
.nosotros-galeria__figura {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.nosotros-galeria__figura img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.nosotros-galeria__card:hover .nosotros-galeria__figura img {
  transform: scale(1.05);
}
.nosotros-galeria__contenido {
  position: relative;
  z-index: 2;
  padding: 2rem 2.4rem;
  background: linear-gradient(to top, rgba(26, 27, 21, 0.85) 0%, transparent 100%);
}
.nosotros-galeria__card-titulo {
  font-size: 2rem;
  font-weight: 500;
  color: hsl(0, 0%, 100%);
  margin-bottom: 0.4rem;
}
.nosotros-galeria__card-texto {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.7);
}

.nosotros {
  padding: 10rem 2rem;
  max-width: 120rem;
  margin: 0 auto;
}
.nosotros__mv {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.nosotros__mv-titulo {
  font-weight: 500;
  color: hsl(0, 0%, 100%);
  font-size: 5rem;
  padding: 2rem 0 2rem 4rem;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .nosotros__mv-titulo {
    margin-bottom: 2rem;
  }
}
.nosotros__mv-texto {
  margin-top: 5rem;
  max-width: 60rem;
  font-size: 1.7rem;
  color: #1a1b15;
  line-height: 1.8;
  padding-right: 1rem;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  .nosotros__mv-texto {
    margin-top: 0;
    padding: 0 3rem;
  }
}
.nosotros__mv-imagen-m {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 30vh;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .nosotros__mv-imagen-m {
    max-width: 40vh;
  }
}
.nosotros__mv-imagen-m {
  background-image: url("/build/img/galeria-mision.png");
  position: relative;
}
.nosotros__mv-imagen-m::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(26, 27, 21, 0.85) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 1rem;
}
.nosotros__mv-imagen-v {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 30vh;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .nosotros__mv-imagen-v {
    max-width: 40vh;
  }
}
.nosotros__mv-imagen-v {
  background-image: url("/build/img/galeria-vision.png");
  position: relative;
}
.nosotros__mv-imagen-v::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(26, 27, 21, 0.85) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 1rem;
}
.nosotros__mision, .nosotros__vision {
  padding: 4rem 0 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .nosotros__mision, .nosotros__vision {
    flex-direction: row;
  }
}
.nosotros__valores {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .nosotros__valores {
    display: flex;
    flex-direction: row;
    margin: 10rem 0 5rem;
  }
}
.nosotros__valores-imagen {
  background-image: url("/build/img/galeria-valores.png");
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 50vh;
  border-radius: 1rem;
}
.nosotros__valores-imagen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(26, 27, 21, 0.85) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 1rem;
}
.nosotros__valores-contenido {
  display: flex;
  justify-content: flex-start;
}
.nosotros__valores-titulo {
  position: relative;
  z-index: 2;
  color: hsl(0, 0%, 100%);
  font-size: 5rem;
  font-weight: 500;
  margin: 1rem 0;
  padding: 2rem 0 2rem 4rem;
}
.nosotros__valores-lista {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  justify-content: center;
  padding: 0 1rem 0 0;
}
@media (min-width: 768px) {
  .nosotros__valores-lista {
    margin-top: 0;
    padding: 0 0 0 4rem;
  }
}
.nosotros__valor {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1a1b15;
  font-size: 1.7rem;
  letter-spacing: 0.1px;
}

.lobby__intro-container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 2rem 2rem;
  text-align: center;
}
.lobby__intro-title {
  margin: 2rem 0;
  font-size: clamp(5.5rem, 10vw, 6.5rem);
  font-weight: 500;
}
.lobby__intro-description {
  font-size: 1.6rem;
  color: #1a1b15;
  margin: 3rem 0;
  line-height: 1.7;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .lobby__intro-description {
    padding: 1rem 10rem;
  }
}

.utility {
  padding: 1rem 2rem;
}
.utility-dashboard {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 5rem auto 2.4rem;
  padding: 0.8rem;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(26, 27, 21, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 1.6rem 4rem rgba(26, 27, 21, 0.06);
  backdrop-filter: blur(1.2rem);
}
@media (max-width: 768px) {
  .utility-dashboard {
    overflow-x: auto;
    overflow-y: visible;
    justify-content: flex-start;
    padding-bottom: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .utility-dashboard::-webkit-scrollbar {
    height: 3px;
  }
  .utility-dashboard::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
  }
  .utility-dashboard::-webkit-scrollbar-thumb {
    background: rgba(26, 27, 21, 0.1);
    border-radius: 999px;
  }
  .utility-dashboard::-webkit-scrollbar-thumb:hover {
    background: #7c3aed;
  }
}
.utility-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.1rem 1.6rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(26, 27, 21, 0.52);
  font-size: 1.35rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.utility-card:hover {
  color: #1a1b15;
  background: rgba(204, 188.7, 219.3, 0.18);
  transform: translateY(-0.1rem);
}
.utility-card:hover .utility-card__number {
  color: hsl(280, 45%, 65%);
}
.utility-card.is-active {
  color: #1a1b15;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.8rem 2rem rgba(26, 27, 21, 0.08);
}
.utility-card.is-active .utility-card__number {
  color: hsl(280, 45%, 65%);
}
.utility-card__top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.utility-card__number {
  color: rgba(179.1375, 125.5875, 205.9125, 0.65);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
}
.utility-card__label {
  white-space: nowrap;
}
.utility-detail {
  scroll-margin-top: 2rem;
  max-width: 120rem;
  margin: 4rem auto 0;
  padding: 5rem 2rem;
  border-radius: 3rem;
  border: 1px solid rgba(26, 27, 21, 0.08);
  background: radial-gradient(circle at top right, rgba(179.1375, 125.5875, 205.9125, 0.13), transparent 32%), linear-gradient(135deg, white, rgba(204, 188.7, 219.3, 0.12));
  box-shadow: 0 2.8rem 7rem rgba(26, 27, 21, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
  animation: utilityFade 0.35s ease;
}
@media (min-width: 768px) {
  .utility-detail {
    padding: 8rem;
  }
}
.utility-detail::before {
  content: "";
  position: absolute;
  left: 4rem;
  right: 4rem;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, hsl(330, 40%, 75%), hsl(280, 45%, 65%), transparent);
}
.utility-detail__header {
  max-width: 78rem;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}
.utility-detail__eyebrow {
  display: inline-flex;
  margin-bottom: 2.3rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsl(280, 45%, 65%);
}
.utility-detail__title {
  margin: 1rem 0 3rem;
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 1.05;
  font-weight: 600;
  color: #1a1b15;
}
.utility-detail__description {
  margin: 5rem 0;
  font-size: 1.8rem;
  line-height: 1.7;
  color: rgba(26, 27, 21, 0.68);
}
@media (min-width: 768px) {
  .utility-detail__description {
    margin: 5rem 0 8rem;
  }
}
.utility-detail__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  align-items: stretch;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .utility-detail__body {
    grid-template-columns: 1.4fr 0.8fr;
    gap: 3rem;
  }
}
.utility-detail__block, .utility-detail__aside {
  padding: 2.8rem;
  border-radius: 2.4rem;
  border: 1px solid rgba(26, 27, 21, 0.07);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(1.2rem);
}
.utility-detail__label, .utility-detail__aside-label {
  display: block;
  margin: 2rem 0 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 27, 21, 0.48);
}
.utility-detail__list {
  display: grid;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.utility-detail__list li {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.7rem;
  line-height: 1.6;
  color: rgba(26, 27, 21, 0.72);
}
.utility-detail__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: hsl(280, 45%, 65%);
  font-weight: 700;
}
.utility-detail__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(145deg, rgba(26, 27, 21, 0.96), rgba(26, 27, 21, 0.88));
}
.utility-detail__aside .utility-detail__aside-label {
  color: rgba(255, 255, 255, 0.58);
}
.utility-detail__aside-text {
  margin: 0 0 3rem;
  font-size: 2rem;
  line-height: 1.45;
  color: hsl(0, 0%, 100%);
}
.utility-detail__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.3rem 2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, hsl(330, 40%, 75%), hsl(280, 45%, 65%));
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .utility-detail__button {
    width: fit-content;
  }
}
.utility-detail__button:hover {
  transform: translateY(-0.3rem);
}
.utility-detail.is-changing {
  animation: utilityFade 0.35s ease;
}

@keyframes utilityFade {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.coverage {
  padding: 4rem 2rem;
  background-color: hsl(0, 0%, 100%);
}
@media (min-width: 768px) {
  .coverage {
    padding: 8rem 2rem;
  }
}
.coverage__inner {
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 768px) {
  .coverage__inner {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 5rem;
  }
}
.coverage__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(280, 45%, 65%);
}
.coverage__eyebrow::before {
  content: "";
  width: 3rem;
  height: 1px;
  background: hsl(280, 45%, 65%);
}
.coverage__title {
  max-width: 52rem;
  margin: 0 0 1.8rem;
  font-size: clamp(3rem, 4vw, 5.2rem);
  line-height: 1.05;
  font-weight: 500;
  color: #1a1b15;
  letter-spacing: -0.02em;
}
.coverage__text {
  max-width: 54rem;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.7;
  color: rgba(26, 27, 21, 0.68);
}
.coverage__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 3.2rem;
  max-width: 42rem;
}
.coverage__stat {
  padding: 1.8rem;
  border: 1px solid rgba(26, 27, 21, 0.08);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1.8rem 4rem rgba(26, 27, 21, 0.05);
  cursor: pointer;
  transition: transform 0.4s ease;
}
.coverage__stat:hover {
  transform: scale(1.04);
}
.coverage__stat:hover .coverage__stat-label {
  color: hsl(280, 45%, 65%);
}
.coverage__stat-number {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  color: #1a1b15;
  letter-spacing: -0.02em;
}
.coverage__stat-label {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: rgba(26, 27, 21, 0.58);
  transition: color 0.3s ease;
}
.coverage__states {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.coverage__states span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(179.1375, 125.5875, 205.9125, 0.22);
  background: rgba(255, 255, 255, 0.76);
  color: rgba(26, 27, 21, 0.72);
  font-size: 1.3rem;
  font-weight: 500;
}
.coverage__states span::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  background: hsl(280, 45%, 65%);
}
.coverage__map-card {
  position: relative;
  padding: 1.3rem;
  border: 1px solid rgba(26, 27, 21, 0.08);
  border-radius: 2.2rem;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 3rem 8rem rgba(26, 27, 21, 0.08);
  overflow: hidden;
}
@media (min-width: 768px) {
  .coverage__map-card {
    padding: 2rem;
    border-radius: 3rem;
  }
}
.coverage__map-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.6rem;
}
.coverage__map-header span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1b15;
}
.coverage__map-header small {
  max-width: 16rem;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.4;
  color: rgba(26, 27, 21, 0.5);
}
.coverage__map-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40rem;
}
@media (min-width: 768px) {
  .coverage__map-wrapper {
    min-height: 55rem;
  }
}
.coverage__map-wrapper svg path {
  transition: all 0.3s ease;
}
.coverage__map-wrapper {
  /* 2. Seleccionamos exactamente 3 estados de trabajo */
}
.coverage__map-wrapper #MXJAL, .coverage__map-wrapper #MXCOL, .coverage__map-wrapper #MXNAY {
  cursor: pointer;
}
.coverage__map-wrapper #MXJAL:hover, .coverage__map-wrapper #MXCOL:hover, .coverage__map-wrapper #MXNAY:hover {
  fill: rgb(179.1375, 125.5875, 205.9125);
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
}
.coverage__map-wrapper #MXJAL.is-state-active,
.coverage__map-wrapper #MXCOL.is-state-active,
.coverage__map-wrapper #MXNAY.is-state-active {
  fill: rgb(179.1375, 125.5875, 205.9125);
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
}
.coverage__map-wrapper svg {
  width: 100%;
  height: auto;
  max-width: none;
  display: block; /* Elimina un pequeño margen fantasma inferior que suelen dejar los SVGs */
}
.coverage__map {
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media (max-width: 767px) {
  .coverage__map-header {
    flex-direction: column;
    gap: 0.5rem;
  }
  .coverage__map-header small {
    max-width: none;
    text-align: left;
  }
}

.error {
  background: rgba(229.0665, 231.0555, 235.0335, 0.2);
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15rem 2rem;
}
@media (min-width: 768px) {
  .error {
    min-height: 800px;
    padding: 30rem;
  }
}
.error__card {
  background-color: hsl(0, 0%, 100%);
  border-radius: 1.2rem;
  padding: 3rem 2.5rem;
  text-align: center;
  max-width: 42rem;
  width: 100%;
}
@media (min-width: 768px) {
  .error__card {
    padding: 6rem 4rem;
    min-width: 50rem;
  }
}
.error__icon {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
.error__icon i {
  font-size: 5rem;
  color: #1a1b15;
}
@media (min-width: 768px) {
  .error__icon {
    width: 9rem;
    height: 9rem;
  }
  .error__icon i {
    font-size: 7rem;
  }
}
.error__code {
  background-color: #1a1b15;
  padding: 1rem 2.4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.5rem;
  font-weight: 400;
  border: 1px solid transparent;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 0.6rem;
  transition: background-color 0.3s ease, transform 0.4s ease;
}
.error__code:hover {
  transform: scale(1.02);
}
.error__code {
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.error__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #1a1b15;
  margin: 2.2rem 0;
}
@media (min-width: 768px) {
  .error__title {
    font-size: 3.4rem;
  }
}
.error__description {
  font-size: 1.5rem;
  color: rgb(136.5, 141.75, 110.25);
  line-height: 1.6;
  margin: 0 0 2rem;
}
.error__link {
  background-color: transparent;
  padding: 1rem 2.4rem;
  color: #1a1b15;
  font-size: 1.5rem;
  font-weight: 400;
  border: 1px solid transparent;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 0.6rem;
  transition: background-color 0.3s ease, transform 0.4s ease;
}
.error__link:hover {
  transform: scale(1.02);
}
.error__link {
  border: 1px solid rgba(26, 27, 21, 0.4);
}
.error__link:hover {
  border: 1px solid hsl(280, 45%, 65%);
  color: hsl(280, 45%, 65%);
  font-weight: bold;
}
.error__link i {
  font-size: 1.8rem;
}
.error__link {
  margin-bottom: 2rem;
}
.error__divider {
  border: none;
  border-top: 1px solid hsl(0, 0%, 90%);
  margin: 1.75rem 0 1.25rem;
}
.error__hint {
  font-size: 1.3rem;
  color: rgb(183.5, 186.75, 167.25);
}

.privacidad {
  width: min(95%, 140rem);
  margin: 0 auto;
  padding: 4rem 2rem 7rem;
  line-height: 1.6;
}
.privacidad__hero {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(26, 27, 21, 0.08);
}
.privacidad__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(280, 45%, 65%);
}
.privacidad__eyebrow::before {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: hsl(280, 45%, 65%);
}
.privacidad__title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #1a1b15;
}
.privacidad__date {
  font-size: 1.7rem;
  color: #666;
  margin: 0 0 3rem;
}
.privacidad__intro {
  margin: 0 0 3rem;
}
.privacidad__heading {
  font-size: 2.3rem;
  font-weight: 600;
  margin: 5rem 0 1rem;
  text-align: left;
  color: #1a1b15;
}
.privacidad__subheading {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.privacidad__text {
  margin: 0 0 1.25rem;
  font-size: 1.7rem;
  color: #1a1b15;
}
.privacidad__list {
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.privacidad__list-item {
  margin: 0;
  list-style: none;
  color: rgba(26, 27, 21, 0.8);
}
.privacidad__contact {
  margin: 2.5rem 0 0;
  text-align: center;
}
.privacidad__email {
  font-size: 1.7rem;
  color: #666;
}

.terminos {
  width: min(95%, 140rem);
  margin: 0 auto;
  padding: 4rem 2rem 7rem;
  line-height: 1.6;
}
.terminos__hero {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(26, 27, 21, 0.08);
}
.terminos__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(280, 45%, 65%);
}
.terminos__eyebrow::before {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: hsl(280, 45%, 65%);
}
.terminos__title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #1a1b15;
}
.terminos__date {
  font-size: 1.7rem;
  color: #666;
  margin: 0 0 3rem;
}
.terminos__intro {
  margin: 0 0 3rem;
}
.terminos__heading {
  font-size: 2.3rem;
  font-weight: 600;
  margin: 5rem 0 1rem;
  text-align: left;
  color: #1a1b15;
}
.terminos__subheading {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.terminos__text {
  margin: 0 0 1.25rem;
  font-size: 1.7rem;
  color: #1a1b15;
}
.terminos__list {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}
.terminos__list-item {
  margin: 0 0 0.25rem;
  list-style: none;
  color: rgba(26, 27, 21, 0.8);
}
.terminos__contact {
  margin: 2.5rem 0 0;
  text-align: center;
}
.terminos__email {
  font-size: 1.7rem;
  color: #666;
}

.footer {
  padding: 3rem 5% 2rem 5%;
  background-color: hsl(220, 13%, 91%);
  color: #1a1b15;
}
.footer__cta-band {
  max-width: 120rem;
  margin: 0 auto;
  padding: 5rem 0 7rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
  border-bottom: 1px solid rgba(26, 27, 21, 0.1);
}
@media (min-width: 768px) {
  .footer__cta-band {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.footer__cta-band--left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__cta-band--eyebrow {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(280, 45%, 65%);
}
.footer__cta-band--title {
  margin: 0;
  font-size: 3rem;
  font-weight: 300;
  color: #1a1b15;
  line-height: 1.25;
}
.footer__cta-band--title strong {
  font-weight: 600;
}
.footer__cta-band--btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem 2.5rem;
  border: 1px solid hsl(280, 45%, 65%);
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: 500;
  color: hsl(280, 45%, 65%);
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
  margin-top: 1rem;
  justify-content: center;
}
.footer__cta-band--btn:hover {
  background: hsl(280, 45%, 65%);
  color: hsl(0, 0%, 100%);
}
.footer__cta-band--btn:hover svg {
  transform: translate(3px);
}
.footer__cta-band--btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}
.footer__main, .footer__bottom {
  max-width: 120rem;
  margin: 0 auto;
}
.footer__main {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
  align-items: start;
  padding: 6rem 0 2rem;
}
@media (min-width: 768px) {
  .footer__main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer__main {
    grid-template-columns: 35% 25% 20% 20%;
    gap: 4rem;
  }
}
.footer__nav {
  padding: 0 2rem 2rem 0;
}
.footer__logo {
  height: 3.4rem;
  margin: 0;
  display: block;
  margin-bottom: 2.75rem;
}
.footer__logo img {
  height: 100%;
  width: auto;
  display: block;
  mix-blend-mode: multiply;
}
.footer__description {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: rgba(26, 27, 21, 0.7);
  margin: 0;
}
.footer__since {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(26, 27, 21, 0.7);
  padding: 7px 12px;
  border: 1px solid rgba(26, 27, 21, 0.2);
  border-radius: 100px;
  width: fit-content;
}
.footer__since::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: hsl(280, 45%, 65%);
  flex-shrink: 0;
}
.footer__title {
  padding-top: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(179.1375, 125.5875, 205.9125, 0.8);
  margin: 0 0 3rem;
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__link {
  color: rgba(26, 27, 21, 0.7);
  text-decoration: none;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
.footer__link:hover {
  color: #1a1b15;
}
.footer__parrafo {
  margin: 0;
  color: rgba(26, 27, 21, 0.7);
  font-size: 1.5rem;
}
.footer__bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(26, 27, 21, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem 1rem 0;
  }
}
.footer__copyright, .footer__legal-link {
  font-size: 1.3rem;
  color: rgba(26, 27, 21, 0.7);
}
.footer__legal {
  display: flex;
  gap: 3rem;
}
.footer__legal-link {
  text-decoration: none;
}
.footer__legal-link:hover {
  color: #1a1b15;
}
.footer__copyright-dedicatory {
  font-size: 1.2rem;
  color: rgba(26, 27, 21, 0.7);
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer__copyright-dedicatory {
    margin: 4rem 0 0;
  }
}
.footer__link-dedicatory {
  font-size: 1.2rem;
  color: rgba(26, 27, 21, 0.7);
}
.footer__link-dedicatory:hover {
  color: #1a1b15;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 0 2vh;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  border-bottom: 1px solid rgb(229.0665, 231.0555, 235.0335);
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .hero {
    padding: 1rem 10vh;
  }
}
.hero--menu-open {
  background: transparent;
  border-bottom: none;
}
.hero--menu-open .hero__top-bar {
  background: transparent;
}
.hero--menu-open .hero__menu-btn {
  background: transparent;
}
.hero--inicio {
  min-height: 90vh;
  background: transparent;
  border-bottom: none;
}
.hero__gallery {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero__gallery-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hero__gallery-slide.is-active {
  opacity: 1;
}
.hero__content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 60rem;
  padding: 2rem 0 6rem;
  transition: opacity 0.4s ease;
}
@media (min-width: 768px) {
  .hero__content {
    padding: 3rem 0;
  }
}
.hero__content.is-fading {
  opacity: 0;
}
.hero__subtitle {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(26, 27, 21, 0.8);
}
.hero__title {
  margin: 0;
  padding-top: 1rem;
  font-size: clamp(5.5rem, 10vw, 7rem);
}
.hero__title-highlight {
  background: linear-gradient(135deg, hsl(330, 40%, 75%) 0%, hsl(280, 45%, 65%) 50%, hsl(330, 40%, 75%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero__description {
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(26, 27, 21, 0.8);
  padding-right: 10vh;
  line-height: 2.5rem;
}
.hero__actions {
  display: flex;
  gap: 4rem;
  margin: 3rem 0;
  flex-direction: row;
}
.hero__actions-btn {
  background-color: #1a1b15;
  padding: 1rem 2.4rem;
  color: hsl(0, 0%, 100%);
  font-size: 1.5rem;
  font-weight: 400;
  border: 1px solid transparent;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 0.6rem;
  transition: background-color 0.3s ease, transform 0.4s ease;
}
.hero__actions-btn:hover {
  transform: scale(1.02);
}
.hero__actions-btn:hover {
  background-color: hsl(280, 45%, 65%);
  color: hsl(0, 0%, 100%);
  font-weight: bold;
}
.hero__actions-btn--secondary {
  background-color: transparent;
  padding: 1rem 2.4rem;
  color: #1a1b15;
  font-size: 1.5rem;
  font-weight: 400;
  border: 1px solid transparent;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 0.6rem;
  transition: background-color 0.3s ease, transform 0.4s ease;
}
.hero__actions-btn--secondary:hover {
  transform: scale(1.02);
}
.hero__actions-btn--secondary {
  border: 1px solid rgba(26, 27, 21, 0.4);
}
.hero__actions-btn--secondary:hover {
  border: 1px solid hsl(280, 45%, 65%);
  color: hsl(280, 45%, 65%);
  font-weight: bold;
}
.hero__top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  padding: 2rem 0;
}
.hero--inicio .hero__top-bar {
  background: transparent;
}
.hero__logo {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}
.hero__logo img {
  display: block;
  width: 15rem;
  height: auto;
}
.hero__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 27, 21, 0.35);
  z-index: 90;
  opacity: 0;
  transition: opacity 0.38s ease;
  pointer-events: none;
}
.hero__overlay--visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.hero__menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  width: 4.2rem;
  height: 4.2rem;
  position: relative;
  z-index: 110;
}
@media (min-width: 768px) {
  .hero__menu-btn {
    display: none;
  }
}
.hero__menu-btn .hero__hamburger-line {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #1a1b15;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.25s ease;
}
.hero__menu-btn.is-active .hero__hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hero__menu-btn.is-active .hero__hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hero__menu-btn.is-active .hero__hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hero__nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 28rem;
  max-width: 80vw;
  background: linear-gradient(160deg, hsl(0, 0%, 100%) 60%, rgba(204, 188.7, 219.3, 0.18));
  box-shadow: 4px 0 24px rgba(179.1375, 125.5875, 205.9125, 0.13);
  z-index: 105;
  padding: 10rem 2rem 3rem;
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.38s;
}
.hero__nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, hsl(280, 45%, 65%), hsl(280, 45%, 65%));
  border-radius: 0 3px 3px 0;
}
.hero__nav-text {
  text-align: center;
  line-height: 1.6;
  font-size: 1.4rem;
  color: rgba(26, 27, 21, 0.6);
  text-decoration: none;
  display: block;
}
@media (min-width: 768px) {
  .hero__nav-text {
    display: none;
  }
}
.hero__nav--is-open {
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 768px) {
  .hero__nav {
    display: block;
    position: static;
    height: auto;
    width: auto;
    max-width: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    transform: none;
    visibility: visible;
    transition: none;
  }
  .hero__nav::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero__nav-item--mobile-only {
    display: none;
  }
}
.hero__nav-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 1rem;
  text-align: center;
  margin: 1rem;
}
@media (min-width: 768px) {
  .hero__nav-list {
    flex-direction: row;
    gap: 4rem;
  }
}
.hero__nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero__nav-link {
  color: rgba(26, 27, 21, 0.6);
  text-decoration: none;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 0.3rem;
}
.hero__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: hsl(280, 45%, 65%);
  transition: width 0.3s ease-in-out;
}
.hero__nav-link:hover::after {
  width: 100%;
}
.hero__nav-link:hover {
  color: #1a1b15;
}

.floating-contact {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 999;
  padding: 1.5rem 1.5rem;
  background: #25D366;
  color: #1a1b15;
  border-radius: 10rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.4s ease;
}
.floating-contact i {
  font-size: 3rem;
  color: hsl(0, 0%, 100%);
}
.floating-contact:hover {
  transform: scale(1.02);
  background: #1a1b15;
}
@media (max-width: 768px) {
  .floating-contact {
    padding: 1.6rem;
    bottom: 2rem;
    right: 2rem;
  }
}

.carrusel {
  background-color: hsl(0, 0%, 100%);
  overflow: hidden;
}
.carrusel__inner {
  display: flex;
  align-items: center;
  gap: 5rem;
  min-height: 4rem;
  padding: 1rem 0;
}
.carrusel__intro {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-left: 4rem;
}
.carrusel__label {
  margin: 0;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(26, 27, 21, 0.4);
}
.carrusel__divider {
  display: block;
  width: 1px;
  height: 3rem;
  background-color: rgba(26, 27, 21, 0.2);
}
.carrusel__track-wrapper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.carrusel__track-wrapper::before, .carrusel__track-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 14rem;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.carrusel__track-wrapper::before {
  left: 0;
  background: linear-gradient(to right, hsl(0, 0%, 100%), rgba(255, 255, 255, 0));
}
.carrusel__track-wrapper::after {
  right: 0;
  background: linear-gradient(to left, hsl(0, 0%, 100%), rgba(255, 255, 255, 0));
}
.carrusel__track {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: brandScroll 30s linear infinite;
}
.carrusel__brand-item {
  flex-shrink: 0;
  min-width: 8rem;
  padding: 1rem 1.6rem;
  border: 1px solid rgba(26, 27, 21, 0.1);
  border-radius: 10rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(26, 27, 21, 0.25);
}

@media (max-width: 768px) {
  .carrusel__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2.6rem;
    min-height: auto;
    padding: 3rem 0;
  }
  .carrusel__intro {
    width: 100%;
    padding: 0 2rem;
    gap: 2rem;
  }
  .carrusel__label {
    font-size: 1.3rem;
    letter-spacing: 0.35em;
  }
  .carrusel__divider {
    flex: 1;
    width: auto;
    height: 1px;
  }
  .carrusel__track-wrapper {
    width: 100%;
  }
  .carrusel__track-wrapper::before, .carrusel__track-wrapper::after {
    width: 5rem;
  }
  .carrusel__track {
    gap: 2rem;
    animation-duration: 28s;
  }
  .carrusel__brand-item {
    min-width: 6rem;
    text-align: center;
    font-size: 1.2rem;
  }
}
@keyframes brandScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.alertas__container {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.alerta {
  padding: 2rem 2rem;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 500;
  border-left: 4px solid transparent;
}

.alerta--exito {
  border-left-color: #22c55e;
  color: #166534;
}

.alerta--error {
  border-left-color: #ef4444;
  color: #991b1b;
}

.alertas-solo-movil {
  display: block;
}

.alertas-solo-desktop {
  display: none;
}

@media (min-width: 768px) {
  .alertas-solo-movil {
    display: none;
  }
  .alertas-solo-desktop {
    display: block;
  }
}
/*# sourceMappingURL=app.css.map */
