/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primario {
  background-color: #dc2626;
}

/** Media Queries **/
@-webkit-keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}
@keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}
@-webkit-keyframes meshDrift {
  0% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
  100% {
    background-position: 0% 40%;
  }
}
@keyframes meshDrift {
  0% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
  100% {
    background-position: 0% 40%;
  }
}
@-webkit-keyframes pulseSoft {
  0%, 100% {
    opacity: 0.35;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.55;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes pulseSoft {
  0%, 100% {
    opacity: 0.35;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.55;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes shine {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.55;
  color: #292524;
  background: linear-gradient(165deg, #fff1f2 0%, #fff5f5 40%, #fef2f2 85%, #fff5f5 100%);
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(ellipse 85% 55% at 15% -5%, rgba(220, 38, 38, 0.18), transparent 55%), radial-gradient(ellipse 70% 50% at 95% 5%, rgba(244, 63, 94, 0.14), transparent 50%), radial-gradient(ellipse 60% 45% at 50% 105%, rgba(185, 28, 28, 0.1), transparent 55%);
  background-size: 120% 120%, 100% 100%, 100% 100%;
  -webkit-animation: meshDrift 18s ease-in-out infinite;
          animation: meshDrift 18s ease-in-out infinite;
}
body::after {
  content: "";
  position: fixed;
  width: min(42rem, 90vw);
  height: min(42rem, 90vw);
  right: -12rem;
  bottom: -8rem;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1), transparent 70%);
  -webkit-animation: pulseSoft 10s ease-in-out infinite;
          animation: pulseSoft 10s ease-in-out infinite;
}

p {
  color: #57534e;
  font-size: 1.8rem;
  line-height: 1.65;
  margin: 0 0 1.6rem 0;
}
p:last-child {
  margin-bottom: 0;
}

.contenedor {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

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

img {
  max-width: 100%;
  display: block;
}

h1, h2, h3 {
  margin: 0 0 1.6rem 0;
  font-weight: 700;
  color: #292524;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3.2rem, 4vw, 4.4rem);
  line-height: 1.15;
}

h2 {
  font-size: clamp(2.8rem, 3.5vw, 3.6rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(2.2rem, 2.5vw, 2.8rem);
  line-height: 1.25;
}

.header {
  width: 100%;
  border-bottom: 1px solid rgba(220, 38, 38, 0.12);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 50;
  margin-bottom: 1rem;
  box-shadow: 0 4px 24px rgba(22, 18, 52, 0.06);
}
.header__inner {
  display: flex;
  flex-direction: column;
  padding: 2.4rem 0 1.6rem;
  align-items: stretch;
  gap: 0;
}
@media (min-width: 1024px) {
  .header__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 0;
    gap: 2rem;
  }
}
.header__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .header__row {
    width: auto;
    flex: 0 0 auto;
    gap: 0;
  }
}
.header__logo {
  width: min(24rem, 55vw);
  margin-bottom: 0;
  flex-shrink: 1;
  transition: -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
  transition: transform 0.35s ease, filter 0.35s ease;
  transition: transform 0.35s ease, filter 0.35s ease, -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
  -webkit-filter: drop-shadow(0 6px 14px rgba(220, 38, 38, 0.18));
          filter: drop-shadow(0 6px 14px rgba(220, 38, 38, 0.18));
}
.header__logo:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media (min-width: 1024px) {
  .header__logo {
    width: 20rem;
  }
}
.header__menu-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 1px solid rgba(220, 38, 38, 0.25);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.header__menu-btn:hover {
  background: rgba(254, 242, 242, 0.95);
  border-color: rgba(220, 38, 38, 0.45);
}
.header__menu-btn:focus-visible {
  outline: 2px solid #f43f5e;
  outline-offset: 3px;
}
@media (min-width: 1024px) {
  .header__menu-btn {
    display: none;
  }
}
.header__menu-bar {
  display: block;
  width: 2.2rem;
  height: 2px;
  background-color: #292524;
  border-radius: 2px;
  transition: opacity 0.2s ease, translate 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, translate 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, translate 0.25s ease, -webkit-transform 0.25s ease;
}
.header--menu-open .header__menu-btn {
  background: rgba(254, 242, 242, 0.98);
  border-color: #dc2626;
}
.header--menu-open .header__menu-bar:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.header--menu-open .header__menu-bar:nth-child(2) {
  opacity: 0;
}
.header--menu-open .header__menu-bar:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.navegacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .navegacion {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 1px solid rgba(220, 38, 38, 0.12);
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.28s ease, margin-top 0.28s ease, padding 0.28s ease, border-width 0s linear 0.35s;
    gap: 0.8rem;
  }
  .header--menu-open .navegacion {
    max-height: 28rem;
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    padding-bottom: 0.4rem;
    border-top-width: 1px;
    opacity: 1;
    pointer-events: auto;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease, padding 0.3s ease, border-width 0s;
  }
}
@media (min-width: 1024px) {
  .navegacion {
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 0.8rem 2.4rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    max-height: none;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
  }
}
.navegacion__link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #57534e;
  padding: 0.6rem 0;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.navegacion__link:hover {
  color: #be123c;
  text-shadow: 0 0 20px rgba(244, 63, 94, 0.4);
}
.navegacion__link:focus-visible {
  outline: 2px solid #f43f5e;
  outline-offset: 4px;
  border-radius: 4px;
}
.navegacion__link--registrar {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 600;
  padding: 1.4rem 2rem;
  border-radius: 1.4rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: box-shadow 0.25s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08), 0 12px 40px rgba(220, 38, 38, 0.28);
  position: relative;
  overflow: hidden;
}
.navegacion__link--registrar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
  background-size: 200% 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.navegacion__link--registrar:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12), 0 12px 40px rgba(220, 38, 38, 0.28);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.navegacion__link--registrar:hover::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.navegacion__link--registrar:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08), 0 4px 16px rgba(220, 38, 38, 0.22);
}
.navegacion__link--registrar:focus-visible {
  outline: 2px solid #f43f5e;
  outline-offset: 3px;
}
@media (min-width: 768px) {
  .navegacion__link--registrar {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .navegacion__link--registrar {
    margin-left: 0.4rem;
  }
}

.formulario {
  padding: 2.4rem 0 5rem;
  position: relative;
}
@media (min-width: 768px) {
  .formulario__grid {
    align-items: center;
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.formulario__contenido {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12), 0 0 0 1px rgba(220, 38, 38, 0.08), 0 0 52px rgba(220, 38, 38, 0.11), 0 0 32px rgba(244, 63, 94, 0.09);
}
.formulario__contenido::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: calc(v.$radioLg + 2px);
  background: linear-gradient(140deg, #7f1d1d 0%, #b91c1c 22%, #dc2626 45%, #f43f5e 65%, #ff6b35 82%, #fecaca 100%);
  z-index: -1;
  opacity: 0.48;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  transition: opacity 0.3s ease;
}
.formulario__contenido:hover::before {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .formulario__contenido {
    padding: 4rem;
  }
}
.formulario__heading {
  background: linear-gradient(105deg, #450a0a 0%, #991b1b 38%, #dc2626 72%, #9f1239 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.2;
  margin-bottom: 0;
}
.formulario__campo {
  margin-bottom: 0;
}
.formulario__label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  font-weight: 600;
  color: #b91c1c;
  margin: 0 0 0.8rem 0;
}
.formulario__input {
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 1.4rem;
  font-family: inherit;
  font-size: 1.6rem;
  color: #292524;
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.formulario__input::-webkit-input-placeholder {
  color: color-mix(in srgb, #57534e 55%, transparent);
}
.formulario__input::-moz-placeholder {
  color: color-mix(in srgb, #57534e 55%, transparent);
}
.formulario__input:-ms-input-placeholder {
  color: color-mix(in srgb, #57534e 55%, transparent);
}
.formulario__input::-ms-input-placeholder {
  color: color-mix(in srgb, #57534e 55%, transparent);
}
.formulario__input::placeholder {
  color: color-mix(in srgb, #57534e 55%, transparent);
}
.formulario__input:hover {
  border-color: rgba(220, 38, 38, 0.4);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.formulario__input:focus {
  outline: none;
  border-color: #dc2626;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.18), 0 8px 24px rgba(185, 28, 28, 0.12);
}
.formulario__submit {
  margin-top: 2.4rem;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 600;
  padding: 1.4rem 2.4rem;
  border-radius: 1.4rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: box-shadow 0.25s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08), 0 12px 40px rgba(220, 38, 38, 0.28);
  position: relative;
  overflow: hidden;
}
.formulario__submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
  background-size: 200% 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.formulario__submit:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12), 0 12px 40px rgba(220, 38, 38, 0.28);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.formulario__submit:hover::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.formulario__submit:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08), 0 4px 16px rgba(220, 38, 38, 0.22);
}
.formulario__submit:focus-visible {
  outline: 2px solid #f43f5e;
  outline-offset: 3px;
}
@media (min-width: 768px) {
  .formulario__submit {
    width: auto;
  }
}
@media (min-width: 768px) {
  .formulario__submit {
    width: 100%;
  }
}
.formulario__imagen-contenedor {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .formulario__imagen-contenedor {
    margin-top: 0;
  }
}
.formulario__imagen {
  width: min(32rem, 90vw);
  -webkit-animation: floatY 5.5s ease-in-out infinite;
          animation: floatY 5.5s ease-in-out infinite;
  -webkit-filter: drop-shadow(0 20px 40px rgba(185, 28, 28, 0.22));
          filter: drop-shadow(0 20px 40px rgba(185, 28, 28, 0.22));
}
@media (min-width: 1024px) {
  .formulario__imagen {
    width: 100%;
    max-width: 40rem;
  }
}

.pasos {
  margin-top: 2.4rem;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 241, 242, 0.95) 0%, rgba(254, 242, 242, 0.98) 55%, #fff5f5 100%);
  overflow: hidden;
}
.pasos::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -20%;
  width: 55%;
  height: 70%;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.12), transparent 65%);
  pointer-events: none;
}
.pasos::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -15%;
  width: 45%;
  height: 60%;
  background: radial-gradient(circle, rgba(244, 63, 94, 0.12), transparent 60%);
  pointer-events: none;
}
.pasos__wave {
  margin-bottom: -1px;
  display: block;
  opacity: 0.85;
  -webkit-filter: drop-shadow(0 -4px 12px rgba(185, 28, 28, 0.1));
          filter: drop-shadow(0 -4px 12px rgba(185, 28, 28, 0.1));
}
.pasos__contenido {
  position: relative;
  z-index: 1;
  padding: 3.2rem 0 5rem;
}
.pasos__heading {
  text-align: center;
  color: #292524;
  margin-bottom: 3.2rem;
  padding: 0 1rem;
}
.pasos__heading--descripcion {
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(90deg, #b91c1c, #be123c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-top: 1rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .pasos__grid {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.pasos__paso {
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 2rem;
  padding: 1.6rem;
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08);
  transition: box-shadow 0.35s ease, border-color 0.2s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, border-color 0.2s ease;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, border-color 0.2s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pasos__imagen {
  border-radius: 1.4rem;
  overflow: hidden;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.pasos__paso:hover .pasos__imagen {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.pasos .pasos__paso:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12), 0 8px 32px rgba(244, 63, 94, 0.22);
  border-color: rgba(220, 38, 38, 0.35);
}

.testimoniales {
  padding: 4rem 0;
  position: relative;
  background: linear-gradient(165deg, #ffffff 0%, #fafafa 35%, rgba(254, 242, 242, 0.95) 100%);
}
.testimoniales::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(220, 38, 38, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.7;
}
.testimoniales__heading {
  text-align: center;
  margin-bottom: 3.2rem;
  position: relative;
  z-index: 1;
  background: linear-gradient(100deg, #292524, #be123c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimoniales__grid {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .testimoniales__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(-webkit-min-content, auto);
    grid-auto-rows: minmax(min-content, auto);
  }
}

.testimonial {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2.4rem;
  margin-bottom: 2rem;
  border-radius: 2rem;
  border: 1px solid rgba(220, 38, 38, 0.12);
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08);
  transition: box-shadow 0.3s ease, border-color 0.25s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease, -webkit-transform 0.3s ease;
}
.testimonial:last-of-type {
  margin-bottom: 0;
}
.testimonial:hover {
  -webkit-transform: translateY(-6px) scale(1.01);
          transform: translateY(-6px) scale(1.01);
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12), 0 0 40px rgba(220, 38, 38, 0.14);
  border-color: rgba(220, 38, 38, 0.35);
}
@media (min-width: 768px) {
  .testimonial {
    margin-bottom: 0;
  }
  .testimonial:nth-child(1) {
    grid-column: 1/4;
  }
  .testimonial:nth-child(2) {
    grid-column: 4/7;
  }
  .testimonial:nth-child(3) {
    grid-column: 5/7;
    grid-row: 2/4;
  }
  .testimonial:nth-child(4) {
    grid-column: 1/3;
  }
  .testimonial:nth-child(5) {
    grid-column: 3/5;
  }
}
.testimonial__header {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.testimonial__imagen {
  flex-basis: 5.6rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(220, 38, 38, 0.4);
  box-shadow: 0 4px 14px rgba(244, 63, 94, 0.28);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.testimonial:hover .testimonial__imagen {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.testimonial__autor {
  color: #292524;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 0 0.4rem 0;
}
.testimonial__calificacion {
  width: 9rem;
  height: auto;
  -webkit-filter: drop-shadow(0 2px 6px rgba(220, 38, 38, 0.22));
          filter: drop-shadow(0 2px 6px rgba(220, 38, 38, 0.22));
}
.testimonial__texto {
  font-size: 1.6rem;
  line-height: 1.65;
  color: #57534e;
  margin: 1.6rem 0 0 0;
  padding: 0;
  position: static;
  font-style: normal;
}
.testimonial__texto::before {
  display: none;
}

.favoritos {
  position: relative;
  padding: calc(v.$separacion + 1rem) 0;
  background: linear-gradient(180deg, #fff5f5 0%, rgba(254, 226, 226, 0.55) 50%, #fff5f5 100%);
}
.favoritos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(90%, 48rem);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #dc2626, #f43f5e, #b91c1c, transparent);
  opacity: 0.85;
}
.favoritos__heading {
  text-align: center;
  margin-bottom: 3.2rem;
  background: linear-gradient(95deg, #7f1d1d, #be123c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .favoritos__grid {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.favorito {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 2.4rem;
  margin-bottom: 2rem;
  border-radius: 2rem;
  border: 1px solid rgba(220, 38, 38, 0.12);
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08);
  overflow: hidden;
  transition: box-shadow 0.35s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.favorito::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #dc2626, #f43f5e);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.favorito:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12), 0 0 50px rgba(220, 38, 38, 0.16);
}
.favorito:hover::before {
  opacity: 1;
}
.favorito:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .favorito {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .favorito__grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 2.4rem;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .favorito__grid {
    grid-template-columns: 1fr 3fr;
    gap: 3.2rem;
  }
}
.favorito__imagen {
  max-width: 16rem;
  margin: 0 auto 1.6rem auto;
  padding: 1.2rem;
  background: linear-gradient(145deg, rgba(255, 241, 242, 0.95), rgba(254, 226, 226, 0.9));
  border-radius: 1.4rem;
  border: 1px solid rgba(220, 38, 38, 0.1);
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.favorito:hover .favorito__imagen {
  -webkit-transform: rotate(-2deg) scale(1.05);
          transform: rotate(-2deg) scale(1.05);
}
@media (min-width: 768px) {
  .favorito__imagen {
    margin-bottom: 0;
  }
}
.favorito__contenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .favorito__contenido {
    align-items: flex-start;
  }
}
.favorito__contenido img[src*=estrellas] {
  width: 10rem;
  height: auto;
}
.favorito__nombre {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(120deg, #b91c1c 0%, #be123c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.favorito__descripcion {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #57534e;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .favorito__descripcion {
    text-align: left;
  }
}

.repartidores {
  padding: calc(v.$separacion + 1rem) 0 calc(v.$separacion + 3.5rem);
  position: relative;
  background: #ffffff;
}
.repartidores__heading {
  text-align: center;
  margin-bottom: 3.2rem;
  background: linear-gradient(95deg, #292524 0%, #dc2626 45%, #f43f5e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .repartidores__grid {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.repartidores__imagen {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12);
  border: 1px solid rgba(220, 38, 38, 0.15);
  transition: box-shadow 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease;
}
.repartidores__imagen:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12), 0 12px 40px rgba(220, 38, 38, 0.28), 0 0 48px rgba(244, 63, 94, 0.2);
}
@media (min-width: 768px) {
  .repartidores__imagen {
    margin-bottom: 0;
  }
}
.repartidores__imagen img {
  width: 100%;
  height: auto;
  transition: -webkit-transform 0.55s ease;
  transition: transform 0.55s ease;
  transition: transform 0.55s ease, -webkit-transform 0.55s ease;
}
.repartidores__imagen:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.repartidores__contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
}
.repartidores__texto {
  line-height: 1.65;
  color: #57534e;
  font-size: 1.7rem;
  margin: 0;
}
.repartidores__texto + .repartidores__texto {
  margin-top: 0;
}
.repartidores__enlace {
  margin-top: 0.8rem;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 600;
  padding: 1.4rem 2.4rem;
  border-radius: 1.4rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: box-shadow 0.25s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08), 0 12px 40px rgba(220, 38, 38, 0.28);
  position: relative;
  overflow: hidden;
}
.repartidores__enlace::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
  background-size: 200% 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.repartidores__enlace:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12), 0 12px 40px rgba(220, 38, 38, 0.28);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.repartidores__enlace:hover::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.repartidores__enlace:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08), 0 4px 16px rgba(220, 38, 38, 0.22);
}
.repartidores__enlace:focus-visible {
  outline: 2px solid #f43f5e;
  outline-offset: 3px;
}
@media (min-width: 768px) {
  .repartidores__enlace {
    width: auto;
  }
}

.descargar {
  position: relative;
  padding: calc(v.$separacion + 3.5rem) 0 calc(v.$separacion + 1rem);
  border-top: 1px solid rgba(220, 38, 38, 0.12);
  background: linear-gradient(160deg, #fef2f2 0%, rgba(255, 247, 237, 0.9) 100%);
  overflow: hidden;
}
.descargar::before {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  top: -10rem;
  right: -8rem;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.14), transparent 70%);
  pointer-events: none;
}
.descargar__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 3.2rem;
}
@media (min-width: 768px) {
  .descargar__grid {
    display: grid;
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.descargar__imagen {
  width: min(28rem, 55%);
  margin: 0 auto;
  border-radius: 2rem;
  transition: -webkit-transform 0.45s ease, -webkit-filter 0.45s ease;
  transition: transform 0.45s ease, filter 0.45s ease;
  transition: transform 0.45s ease, filter 0.45s ease, -webkit-transform 0.45s ease, -webkit-filter 0.45s ease;
  -webkit-filter: drop-shadow(0 16px 40px rgba(220, 38, 38, 0.2));
          filter: drop-shadow(0 16px 40px rgba(220, 38, 38, 0.2));
}
@media (min-width: 768px) {
  .descargar__imagen {
    width: 100%;
    max-width: 32rem;
    margin: 0;
  }
}
.descargar__imagen:hover {
  -webkit-transform: translateY(-12px) rotate(2deg);
          transform: translateY(-12px) rotate(2deg);
  -webkit-filter: drop-shadow(0 24px 50px rgba(220, 38, 38, 0.26));
          filter: drop-shadow(0 24px 50px rgba(220, 38, 38, 0.26));
}

.tiendas {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tiendas__heading, .tiendas__texto {
  text-align: center;
}
@media (min-width: 768px) {
  .tiendas__heading, .tiendas__texto {
    text-align: left;
  }
}
.tiendas__heading {
  margin: 0 0 1rem 0;
  font-size: clamp(2.4rem, 3vw, 3rem);
  background: linear-gradient(100deg, #292524, #7f1d1d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tiendas__texto {
  margin: 0 0 2.4rem 0;
  color: #57534e;
  font-size: 1.7rem;
  max-width: 36rem;
}
@media (min-width: 768px) {
  .tiendas__texto {
    margin-left: 0;
    margin-right: 0;
  }
}
.tiendas__grid {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 32rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tiendas__grid {
    margin: 0;
  }
}
.tiendas__enlace {
  transition: box-shadow 0.3s ease, border-color 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.2s ease;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 1.4rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(220, 38, 38, 0.15);
  box-shadow: 0 1px 3px rgba(69, 10, 10, 0.08);
}
.tiendas__enlace:hover {
  -webkit-transform: translateY(-6px) scale(1.03);
          transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 30px rgba(69, 10, 10, 0.12), 0 0 30px rgba(220, 38, 38, 0.18);
  border-color: rgba(220, 38, 38, 0.4);
}
.tiendas__enlace:focus-visible {
  outline: 2px solid #f43f5e;
  outline-offset: 3px;
}

.footer {
  position: relative;
  padding-top: 4rem;
  color: #ffffff;
  background: linear-gradient(165deg, #450a0a 0%, #292524 42%, #1c1917 100%);
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #dc2626, #f43f5e, #fca5a5, #dc2626);
  background-size: 200% 100%;
  -webkit-animation: shine 8s linear infinite;
          animation: shine 8s linear infinite;
}
.footer__grid {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__widget {
  margin-bottom: 3.2rem;
}
.footer__widget:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer__widget {
    margin-bottom: 0;
  }
}
.footer__heading {
  color: #ffffff;
  margin: 0 0 1.2rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__heading {
    text-align: left;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer__nav, .footer__texto {
  margin-top: 0;
}
.footer__link, .footer__texto {
  font-size: 1.5rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}
@media (min-width: 768px) {
  .footer__link, .footer__texto {
    text-align: left;
  }
}
.footer__link {
  transition: color 0.2s ease, text-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.footer__link:hover {
  color: #fecaca;
  text-shadow: 0 0 24px rgba(254, 202, 202, 0.55);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.footer__link:focus-visible {
  outline: 2px solid #f43f5e;
  outline-offset: 3px;
  border-radius: 4px;
}
.footer__texto {
  margin: 0;
}
.footer__copyright {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.28);
  margin: 4rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 1.8rem 1rem;
  font-size: 1.4rem;
  border-top: 1px solid rgba(248, 113, 113, 0.15);
}
/*# sourceMappingURL=app.css.map */
