@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #ffffff;
  color: #222;
}

a {
  color: #CA0372;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

p {
  margin-bottom: 1rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-muted-soft {
  color: rgba(0, 0, 0, 0.55);
}

.site-main {
  padding-block: 2rem 3rem;
}

.container-custom {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.site-header {
  margin-bottom: 2rem;
}

.site-footer {
  padding-block: 2rem;
  background-color: #111;
  color: #fff;
}
.site-footer p {
  margin-bottom: 0;
}

.post-card {
  border-radius: 0.5rem;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.btn-primary-soft {
  background-color: rgba(202, 3, 114, 0.1);
  color: #CA0372;
  border: 1px solid rgba(202, 3, 114, 0.4);
  border-radius: 0.5rem;
}
.btn-primary-soft:hover {
  background-color: rgba(202, 3, 114, 0.15);
}

.form-control,
input[type=search] {
  border-radius: 0.5rem;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-me-0 {
  margin-inline-end: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ms-0 {
  margin-inline-start: 0 !important;
}

.u-mx-0 {
  margin-inline: 0 !important;
}

.u-my-0 {
  margin-block: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pe-0 {
  padding-inline-end: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-ps-0 {
  padding-inline-start: 0 !important;
}

.u-px-0 {
  padding-inline: 0 !important;
}

.u-py-0 {
  padding-block: 0 !important;
}

.u-m-1 {
  margin: 0.25rem !important;
}

.u-mt-1 {
  margin-top: 0.25rem !important;
}

.u-me-1 {
  margin-inline-end: 0.25rem !important;
}

.u-mb-1 {
  margin-bottom: 0.25rem !important;
}

.u-ms-1 {
  margin-inline-start: 0.25rem !important;
}

.u-mx-1 {
  margin-inline: 0.25rem !important;
}

.u-my-1 {
  margin-block: 0.25rem !important;
}

.u-p-1 {
  padding: 0.25rem !important;
}

.u-pt-1 {
  padding-top: 0.25rem !important;
}

.u-pe-1 {
  padding-inline-end: 0.25rem !important;
}

.u-pb-1 {
  padding-bottom: 0.25rem !important;
}

.u-ps-1 {
  padding-inline-start: 0.25rem !important;
}

.u-px-1 {
  padding-inline: 0.25rem !important;
}

.u-py-1 {
  padding-block: 0.25rem !important;
}

.u-m-2 {
  margin: 0.5rem !important;
}

.u-mt-2 {
  margin-top: 0.5rem !important;
}

.u-me-2 {
  margin-inline-end: 0.5rem !important;
}

.u-mb-2 {
  margin-bottom: 0.5rem !important;
}

.u-ms-2 {
  margin-inline-start: 0.5rem !important;
}

.u-mx-2 {
  margin-inline: 0.5rem !important;
}

.u-my-2 {
  margin-block: 0.5rem !important;
}

.u-p-2 {
  padding: 0.5rem !important;
}

.u-pt-2 {
  padding-top: 0.5rem !important;
}

.u-pe-2 {
  padding-inline-end: 0.5rem !important;
}

.u-pb-2 {
  padding-bottom: 0.5rem !important;
}

.u-ps-2 {
  padding-inline-start: 0.5rem !important;
}

.u-px-2 {
  padding-inline: 0.5rem !important;
}

.u-py-2 {
  padding-block: 0.5rem !important;
}

.u-m-3 {
  margin: 1rem !important;
}

.u-mt-3 {
  margin-top: 1rem !important;
}

.u-me-3 {
  margin-inline-end: 1rem !important;
}

.u-mb-3 {
  margin-bottom: 1rem !important;
}

.u-ms-3 {
  margin-inline-start: 1rem !important;
}

.u-mx-3 {
  margin-inline: 1rem !important;
}

.u-my-3 {
  margin-block: 1rem !important;
}

.u-p-3 {
  padding: 1rem !important;
}

.u-pt-3 {
  padding-top: 1rem !important;
}

.u-pe-3 {
  padding-inline-end: 1rem !important;
}

.u-pb-3 {
  padding-bottom: 1rem !important;
}

.u-ps-3 {
  padding-inline-start: 1rem !important;
}

.u-px-3 {
  padding-inline: 1rem !important;
}

.u-py-3 {
  padding-block: 1rem !important;
}

.u-m-4 {
  margin: 1.5rem !important;
}

.u-mt-4 {
  margin-top: 1.5rem !important;
}

.u-me-4 {
  margin-inline-end: 1.5rem !important;
}

.u-mb-4 {
  margin-bottom: 1.5rem !important;
}

.u-ms-4 {
  margin-inline-start: 1.5rem !important;
}

.u-mx-4 {
  margin-inline: 1.5rem !important;
}

.u-my-4 {
  margin-block: 1.5rem !important;
}

.u-p-4 {
  padding: 1.5rem !important;
}

.u-pt-4 {
  padding-top: 1.5rem !important;
}

.u-pe-4 {
  padding-inline-end: 1.5rem !important;
}

.u-pb-4 {
  padding-bottom: 1.5rem !important;
}

.u-ps-4 {
  padding-inline-start: 1.5rem !important;
}

.u-px-4 {
  padding-inline: 1.5rem !important;
}

.u-py-4 {
  padding-block: 1.5rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-mt-5 {
  margin-top: 3rem !important;
}

.u-me-5 {
  margin-inline-end: 3rem !important;
}

.u-mb-5 {
  margin-bottom: 3rem !important;
}

.u-ms-5 {
  margin-inline-start: 3rem !important;
}

.u-mx-5 {
  margin-inline: 3rem !important;
}

.u-my-5 {
  margin-block: 3rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-pt-5 {
  padding-top: 3rem !important;
}

.u-pe-5 {
  padding-inline-end: 3rem !important;
}

.u-pb-5 {
  padding-bottom: 3rem !important;
}

.u-ps-5 {
  padding-inline-start: 3rem !important;
}

.u-px-5 {
  padding-inline: 3rem !important;
}

.u-py-5 {
  padding-block: 3rem !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-start {
  text-align: left !important;
}

.u-text-end {
  text-align: right !important;
}

.u-text-muted {
  color: rgba(0, 0, 0, 0.55) !important;
}

.u-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .u-hide-sm-down {
    display: none !important;
  }
}

.u-show-md-up {
  display: none !important;
}
@media (min-width: 768px) {
  .u-show-md-up {
    display: block !important;
  }
}

/*
 * Custom project styles
 * ---------------------
 * Usa este archivo para:
 * - Overrides visuales
 * - Estilos específicos del proyecto
 * - Ajustes rápidos sin tocar el core del starter
 *
 * ❌ No agregar variables globales aquí
 * ❌ No modificar mixins ni utilities
 */
.skip-link {
  position: absolute;
  top: -3.125rem;
  left: 0.5rem;
  z-index: 2000;
  padding: 0.75rem 1.25rem;
  background-color: #191B3F;
  color: #ffffff;
  border-radius: 0 0 0.375rem 0.375rem;
  text-decoration: none;
  font-weight: 600;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
  color: #ffffff;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: z-index 0s;
}

html.menu-open .site-header {
  z-index: 1001;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
  .header-inner {
    padding: 1rem 2.5rem;
  }
}

.header-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.header-logo img {
  height: 2.5rem;
  width: auto;
  display: block;
}

.header-nav {
  display: none;
}
@media (min-width: 992px) {
  .header-nav {
    display: block;
  }
}
.header-nav .header-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.25rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav .header-nav__list li {
  margin: 0;
}
.header-nav .header-nav__list li a {
  display: block;
  color: #191B3F;
  text-decoration: none;
  font-size: clamp(0.8125rem, 1.3vw, 0.9375rem);
  font-weight: 500;
  line-height: 1;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}
.header-nav .header-nav__list li a:hover {
  color: #CA0372;
}
.header-nav .header-nav__list li.current-menu-item > a {
  color: #CA0372;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #CA0372;
  color: var(--bs-white);
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 6.25rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.2s ease, color 0.2s ease;
}
.header-cta:hover, .header-cta:focus-visible {
  background-color: #CA0372;
  color: var(--bs-white);
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(202, 3, 114, 0.25);
}
a.header-cta:hover,
a.header-cta:focus-visible {
  transform: translateY(-2px);
}

.header-cta:hover .header-cta__icon, .header-cta:focus-visible .header-cta__icon {
  transform: translateX(4px);
  text-decoration: none !important;
}
.header-cta__icon {
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  transition: transform 0.22s ease;
}

.header-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0.375rem;
  cursor: pointer;
  color: #191B3F;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
@media (min-width: 992px) {
  .header-hamburger {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-hamburger:hover {
    color: #CA0372;
  }
}

.hamburger-svg {
  display: block;
  overflow: visible;
}

.hamburger-line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-hamburger.is-open .hamburger-line--top {
  transform: translateY(9px) rotate(45deg);
}
.header-hamburger.is-open .hamburger-line--middle {
  opacity: 0;
  transform: scaleX(0);
}
.header-hamburger.is-open .hamburger-line--bottom {
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: #292D67;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.25rem 2rem 3rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
}
.mobile-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 992px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-overlay__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mobile-overlay__nav .mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mobile-overlay__nav .mobile-nav__list li {
  margin-bottom: 1.75rem;
}
.mobile-overlay__nav .mobile-nav__list li:last-child {
  margin-bottom: 0;
}
.mobile-overlay__nav .mobile-nav__list li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.mobile-overlay__nav .mobile-nav__list li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.mobile-overlay__nav .mobile-nav__list li.current-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.mobile-overlay__cta {
  padding-bottom: 0.25rem;
}

html.menu-open,
html.menu-open body {
  overflow: hidden;
}

.text-primary {
  color: #CA0372 !important;
}

.text-secondary {
  color: #007991 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-dark {
  color: #191B3F !important;
}

.bg-primary {
  background-color: #CA0372 !important;
}

.bg-secondary {
  background-color: #00ADCB !important;
}

.bg-dark {
  background-color: #191B3F !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-primary-light {
  background-color: #F0BFDA !important;
}

.bg-secondary-light {
  background-color: #A5DEE9 !important;
}

.border-primary {
  border-color: #CA0372 !important;
}

.border-secondary {
  border-color: #00ADCB !important;
}

.border-dark {
  border-color: #191B3F !important;
}

.border-light {
  border-color: #ffffff !important;
}

.header-cta.btn-secondary {
  background-color: #007991;
}
.header-cta.btn-secondary:hover, .header-cta.btn-secondary:focus-visible {
  background-color: #005f73;
  box-shadow: 0 4px 12px rgba(0, 121, 145, 0.25);
}

.header-cta.btn-muted {
  background-color: #E2DFE0;
  color: #191B3F;
}
.header-cta.btn-muted:hover, .header-cta.btn-muted:focus-visible {
  background-color: #cbc7c9;
  color: #191B3F;
  box-shadow: 0 4px 12px rgba(25, 27, 63, 0.15);
}

.home .site-main {
  padding-top: 0;
  margin-top: 0 !important;
}

.home .site-header {
  margin-bottom: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #292D67;
  padding: 4rem 0;
  min-height: 38.75rem;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding: 3rem 0;
  }
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: var(--hero-opacity, 0.5);
}

.hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .hero__container {
    padding: 0 2.5rem;
  }
}

.hero__label {
  margin-bottom: 1.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 900;
}

.hero__label-dot {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.5rem;
  background-color: #00ADCB;
  transform: rotate(45deg);
  vertical-align: middle;
}

.hero__title {
  margin-bottom: 1.5rem;
  font-weight: 900;
  font-size: clamp(2.5rem, 6vw, 4.875rem);
  line-height: 1.05;
}

.hero .text-secondary {
  color: #00ADCB !important;
}

.hero__subtitle {
  max-width: 26.25rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  opacity: 0.9;
}

.hero__stats {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hero__stats .hero__stat {
  text-align: center;
}

.hero__stat-number {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

.hero__stat-label {
  margin-top: 0.5rem;
  color: #f8f9fa;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  height: 100%;
  min-height: 31.25rem;
}

.hero__visual-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: heroFloat 5s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .hero__visual-img {
    animation: none;
  }
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
.marquesina {
  overflow: hidden;
  padding: 2.5rem 0 2.5rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.marquesina__container {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .marquesina__container {
    padding: 0 2.5rem;
  }
}

.marquesina__titulo {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #191B3F;
}

.marquesina__controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}

.marquesina__pause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid #A5DEE9;
  border-radius: 50%;
  background-color: #ffffff;
  color: #191B3F;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.marquesina__pause .material-symbols-outlined {
  font-size: 1.25rem;
}
.marquesina__pause:hover, .marquesina__pause:focus-visible {
  border-color: #00ADCB;
}

.marquesina__wrapper {
  overflow: hidden;
}

.marquesina__track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: marquesinaScroll linear infinite;
  animation-duration: var(--marquesina-speed);
}
.marquesina__track:hover, .marquesina__track.is-paused {
  animation-play-state: paused;
}

.marquesina__list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1.5rem;
  padding: 0;
  margin: 0 1.875rem 0 0;
}

@keyframes marquesinaScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquesina__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8.75rem;
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #A5DEE9;
}

.marquesina__logo {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
}

.marquesina__sep {
  display: inline-block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
}

.desafio {
  padding: 5rem 0;
  background-color: var(--bs-gray-100);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.desafio__container {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .desafio__container {
    padding: 0 2.5rem;
  }
}

.desafio__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #CA0372;
  font-weight: 900;
}

.desafio__label-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CA0372;
  transform: rotate(45deg);
}

.desafio__title {
  margin-bottom: 0;
  font-weight: 900;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.1;
}
.desafio__title .text-primary,
.desafio__title .text-secondary,
.desafio__title .text-white {
  font-style: italic;
}

.desafio__parrafo {
  margin-bottom: 0;
  color: #191B3F;
  font-size: 1.3rem;
}

.desafio__stats {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E1E3EA;
}
@media (min-width: 992px) {
  .desafio__stats > [class*=col-] {
    border-left: 1px solid #E1E3EA;
  }
  .desafio__stats > [class*=col-]:first-child {
    border-left: none;
  }
}

.desafio__stat-card {
  height: 100%;
}

.desafio__stat-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 1rem;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-style: italic;
  color: #191B3F;
  font-weight: 500;
}

.desafio__stat-label-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CA0372;
  transform: rotate(45deg);
}

.desafio__stats > [class*=col-]:nth-child(3n+2) .desafio__stat-label-dot {
  background-color: #00ADCB;
}

.desafio__stat-valor {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0 0.25rem;
  border-radius: 0.5rem;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1;
}
.desafio__stat-valor.bg-primary {
  background-color: rgba(202, 3, 114, 0.18) !important;
}
.desafio__stat-valor.bg-secondary {
  background-color: rgba(0, 173, 203, 0.35) !important;
}
.desafio__stat-valor.bg-dark {
  background-color: rgba(25, 27, 63, 0.12) !important;
}
.desafio__stat-valor.bg-white {
  background-color: transparent !important;
}

.desafio__stat-desc {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

.desafio__consecuencias {
  margin-top: 3rem;
}

.desafio__cons-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
  padding: 1.25rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease;
}
.desafio__cons-card:hover {
  border-color: #CA0372;
}

.desafio__cons-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.625rem;
  transform: rotate(45deg);
  background-color: rgba(0, 173, 203, 0.18);
  color: #00ADCB;
}
.desafio__cons-icon .material-symbols-outlined {
  font-size: 1.5rem;
  transform: rotate(-45deg);
}

.desafio__consecuencias > [class*=col-]:nth-child(3n+2) .desafio__cons-icon {
  background-color: rgba(202, 3, 114, 0.15);
  color: #CA0372;
}

.desafio__consecuencias > [class*=col-]:nth-child(3n) .desafio__cons-icon {
  background-color: rgba(25, 27, 63, 0.12);
  color: #191B3F;
}

.frase-destacada {
  position: relative;
  padding: 5rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.frase-destacada::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
}

.frase-destacada__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: var(--frase-opacidad, 1);
}

.frase-destacada__container {
  position: relative;
  z-index: 2;
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .frase-destacada__container {
    padding: 0 2.5rem;
  }
}

.frase-destacada__card {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 3rem 3.5rem;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1.25rem;
}
@media (max-width: 767.98px) {
  .frase-destacada__card {
    padding: 1.75rem 1.5rem;
  }
}

.frase-destacada__comillas img {
  display: block;
  height: 4rem;
  width: auto;
}

.frase-destacada__cita {
  margin: 0;
  color: #191B3F;
  font-size: clamp(1.125rem, 2.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.frase-destacada__autor {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.frase-destacada__autor img {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  object-fit: cover;
}
.frase-destacada__autor > div > p:last-child {
  font-size: 0.875rem;
}

.porque-exitflow {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding: 5rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.porque-exitflow__imagen {
  position: absolute;
  top: -10%;
  right: -30%;
  z-index: 0;
  pointer-events: none;
}

.porque-exitflow__container {
  position: relative;
  z-index: 1;
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .porque-exitflow__container {
    padding: 0 2.5rem;
  }
}

.porque-exitflow__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #CA0372;
  font-weight: 900;
}

.porque-exitflow__label-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CA0372;
  transform: rotate(45deg);
}

.porque-exitflow__titulo {
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.1;
}
.porque-exitflow__titulo .text-primary,
.porque-exitflow__titulo .text-secondary,
.porque-exitflow__titulo .text-white {
  font-style: italic;
}

.porque-exitflow__parrafo {
  max-width: 40rem;
  color: #191B3F;
  font-size: 1.125rem;
}
.porque-exitflow__parrafo a {
  color: #CA0372;
}

.porque-exitflow__pasos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .porque-exitflow__pasos {
    grid-template-columns: repeat(4, 1fr);
  }
}

.porque-exitflow__paso {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.75rem 1.5rem;
  background-color: #f8f9fa;
  border: 1px solid #E1E3EA;
  border-radius: 1rem;
}
.porque-exitflow__paso.porque-exitflow__paso {
  transition: opacity 0.6s ease, border-color 0.2s ease, transform 0.3s ease-out;
}
.porque-exitflow__paso:hover {
  border-color: #CA0372;
}
.porque-exitflow__paso.porque-exitflow__paso:hover {
  transform: translateY(-4px);
}
.porque-exitflow__paso {
  min-width: 0;
  overflow-wrap: break-word;
}
.porque-exitflow__paso--bg-primary {
  background-color: rgba(202, 3, 114, 0.08);
}
.porque-exitflow__paso--bg-secondary {
  background-color: rgba(0, 173, 203, 0.08);
}

.paso__rombo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  transform: rotate(45deg);
}
.paso__rombo span {
  font-size: 0.8125rem;
  font-weight: 700;
  transform: rotate(-45deg);
}
.paso__rombo--gradient {
  background: linear-gradient(135deg, #CA0372, #00ADCB);
  color: #ffffff;
}
.paso__rombo--gray {
  background-color: #6B7080;
  color: #ffffff;
}
.paso__rombo--primary {
  background-color: #CA0372;
  color: #ffffff;
}
.paso__rombo--secondary {
  background-color: #00ADCB;
  color: #ffffff;
}

.porque-exitflow__paso-titulo {
  font-size: 1.5rem;
}

.paso__descripcion {
  margin-bottom: 0;
  color: #191B3F;
  font-size: 0.9375rem;
}

.paso__badges {
  margin-top: auto;
}

.paso__badge {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  padding: 0.25rem 0.5rem;
  background-color: rgba(202, 3, 114, 0.1);
  color: #CA0372;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: break-word;
  border-radius: 0.25rem;
}

.porque-exitflow__paso--conector::after {
  content: "arrow_downward";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 50%);
  color: #CA0372;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
@media (min-width: 768px) {
  .porque-exitflow__paso--conector::after {
    content: "arrow_forward";
    left: auto;
    bottom: auto;
    top: 50%;
    right: -20px;
    transform: translate(50%, -50%);
  }
}

@media (min-width: 768px) {
  .porque-exitflow__paso--conector:nth-child(4n)::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .porque-exitflow__paso--sin-flecha-desktop::after {
    display: none;
  }
}

.porque-exitflow__canales {
  margin-top: 3rem;
}

.porque-exitflow__canales-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: #191B3F;
  font-weight: 400;
}
.porque-exitflow__canales-label .porque-exitflow__label-dot {
  background-color: #191B3F;
}

.porque-exitflow__canal {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  height: 100%;
  padding: 1.25rem 1.5rem;
  background-color: var(--bs-white, #ffffff);
  border: 1px solid #E1E3EA;
  border-radius: 0.75rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.porque-exitflow__canal:hover {
  border-color: #CA0372;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.porque-exitflow__canal p {
  color: #6B7080;
  font-size: 0.875rem;
  font-weight: 500;
}

.canal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.canal__titulo {
  font-size: 1.5rem;
}

.canal__label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.25rem;
  color: #CA0372;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.canal__logo {
  flex-shrink: 0;
  height: 3rem;
  width: auto;
  object-fit: contain;
}

.canal__url a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #CA0372;
  font-size: 0.8125rem;
  text-decoration: none;
}
.canal__url a:hover {
  text-decoration: underline;
}
.canal__url a .material-symbols-outlined {
  font-size: 1rem;
}

.que-ofrecemos {
  background-color: #FCF7F3;
  padding: 5rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.que-ofrecemos__container {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .que-ofrecemos__container {
    padding: 0 2.5rem;
  }
}

.que-ofrecemos__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #CA0372;
  font-weight: 900;
}

.que-ofrecemos__label-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CA0372;
  transform: rotate(45deg);
}

.que-ofrecemos__titulo {
  margin-bottom: 2.5rem;
  font-weight: 900;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.1;
}
.que-ofrecemos__titulo .text-primary,
.que-ofrecemos__titulo .text-secondary,
.que-ofrecemos__titulo .text-white {
  font-style: italic;
}

.que-ofrecemos__stat-card {
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #ffffff;
}
.que-ofrecemos__stat-card:last-child {
  margin-bottom: 0;
}

.que-ofrecemos__stat-label {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B7080;
}

.que-ofrecemos__valor {
  margin-bottom: 0.5rem;
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 1;
}

.que-ofrecemos__stat-desc {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

.que-ofrecemos__visual {
  position: relative;
  display: flex;
  align-items: center;
}

.que-ofrecemos__imagen {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.que-ofrecemos__flotantes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.que-ofrecemos__flotante {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 0.875rem;
  white-space: nowrap;
  pointer-events: auto;
  cursor: default;
  transition: box-shadow 0.22s ease;
  animation: flotante-float 3s ease-in-out infinite;
}
.que-ofrecemos__flotante:hover {
  animation-play-state: paused;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .que-ofrecemos__flotante {
    animation: none;
  }
}

@keyframes flotante-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.flotante-0 {
  top: 10%;
  left: 35%;
  animation-delay: 0s;
}

.flotante-1 {
  top: 25%;
  right: 0%;
  animation-delay: 0.6s;
}

.flotante-2 {
  top: 50%;
  left: 5%;
  animation-delay: 1.2s;
}

.flotante-3 {
  top: 65%;
  right: 5%;
  animation-delay: 1.8s;
}

.flotante-4 {
  bottom: 10%;
  left: 25%;
  animation-delay: 2.4s;
}

.flotante__icono {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  transform: rotate(45deg);
}
.flotante__icono .material-symbols-outlined {
  transform: rotate(-45deg);
  font-size: 1.5rem;
  color: #ffffff;
}
.flotante__icono--gradient {
  background: linear-gradient(135deg, #CA0372, #00ADCB);
}
.flotante__icono--primary {
  background-color: #CA0372;
}
.flotante__icono--secondary {
  background-color: #00ADCB;
}
.flotante__icono--dark {
  background-color: #191B3F;
}
.flotante__icono--gray {
  background-color: #6B7080;
}

.reconocimientos {
  background-color: #ffffff;
  padding: 3.75rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.reconocimientos__wrapper {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .reconocimientos__wrapper {
    padding: 0 2.5rem;
  }
}

.reconocimientos__card {
  background-color: rgba(0, 173, 203, 0.15);
  border-radius: 1.5rem;
  padding: 3rem;
}
@media (max-width: 767.98px) {
  .reconocimientos__card {
    padding: 1.75rem 1.25rem;
  }
}

.reconocimientos__foto {
  display: block;
  width: 100%;
  max-height: 23.75rem;
  object-fit: cover;
  border-radius: 1rem;
}

.reconocimientos__caption {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #6B7080;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.reconocimientos__titulo {
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
}
.reconocimientos__titulo .text-primary,
.reconocimientos__titulo .text-secondary,
.reconocimientos__titulo .text-white {
  font-style: italic;
}

.reconocimientos__stats-row {
  margin-bottom: 1.5rem;
}

.reconocimientos__mini-stat {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.reconocimientos__mini-stat .fw-bold {
  font-size: 1.25rem;
}

.reconocimientos__mini-stat-label {
  margin-bottom: 0.25rem;
  color: #6B7080;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reconocimientos__items {
  display: flex;
  flex-direction: column;
}

.reconocimientos__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.reconocimientos__item:last-child {
  margin-bottom: 0;
}

.reconocimientos__logo {
  flex-shrink: 0;
  width: 7rem;
  height: 4rem;
  object-fit: contain;
  border-radius: 0.5rem;
  border: 1px solid #E1E3EA;
  padding: 0.25rem;
  background-color: #ffffff;
}

.reconocimientos__item-label {
  margin-bottom: 0.125rem;
  color: #6B7080;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reconocimientos__item-titulo {
  font-size: 1.25rem;
}

.reconocimientos__item-desc {
  color: #6B7080;
  font-size: 0.875rem;
}

.reconocimientos__item-pais {
  margin-top: 0.25rem;
  font-size: 1.125rem;
}

.planes {
  background-color: #FCF7F3;
  padding: 5rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.planes__container {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .planes__container {
    padding: 0 2.5rem;
  }
}

.planes__intro {
  margin-bottom: 3rem;
}

.planes__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #CA0372;
  font-weight: 900;
}

.planes__label-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CA0372;
  transform: rotate(45deg);
}

.planes__titulo {
  margin-bottom: 0;
  font-weight: 900;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.1;
}
.planes__titulo .text-primary,
.planes__titulo .text-secondary,
.planes__titulo .text-white {
  font-style: italic;
}

.planes__parrafo {
  margin-bottom: 0;
  color: #191B3F;
  font-size: 1.125rem;
}

.planes__grid {
  --bs-gutter-y: 1.5rem;
}

.planes__card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
.planes__card > * {
  position: relative;
  z-index: 1;
}
.planes__card::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 0;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.625rem;
  transform: rotate(45deg);
  pointer-events: none;
}

.planes__card--base {
  background-color: #ffffff;
}
.planes__card--base::after {
  background-color: rgba(0, 173, 203, 0.15);
}

.planes__card--pro {
  background-color: #E2DFE0;
}
.planes__card--pro::after {
  background-color: rgba(202, 3, 114, 0.2);
}

.planes__plan-titulo {
  margin-bottom: 0.5rem;
  font-weight: 900;
  font-size: 2.25rem;
}

.planes__plan-descripcion {
  margin-bottom: 2rem;
  font-size: 0.9375rem;
}

.planes__items {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.planes__item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.75rem 0;
}

.planes__icono {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  border-radius: 0.175rem;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.planes__icono .material-symbols-outlined {
  transform: rotate(-45deg);
  font-size: 1.125rem;
}

.planes__item--activo .planes__icono {
  background-color: #00ADCB;
}
.planes__item--activo .planes__icono .material-symbols-outlined {
  color: #191B3F;
}
.planes__item--activo .planes__item-texto {
  display: inline-block;
  color: #191B3F;
  font-weight: 500;
  transition: transform 0.2s ease;
}
.planes__item--activo:hover .planes__icono {
  transform: rotate(45deg) scale(1.15);
}
.planes__item--activo:hover .planes__item-texto {
  transform: translateX(4px);
}

.planes__item--inactivo .planes__icono {
  background-color: #E2DFE0;
}
.planes__item--inactivo .planes__icono .material-symbols-outlined {
  color: #292D67;
}
.planes__item--inactivo .planes__item-texto {
  color: #6B7080;
  font-weight: 400;
}

.planes__item-nota {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.planes__separador {
  margin: 0;
  border-color: #E1E3EA;
  opacity: 1;
}

.planes__card--pro .planes__separador {
  border-color: #6B7080;
}

.contacto {
  position: relative;
  overflow: hidden;
  background-color: #f8f9fa;
  padding: 5rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.contacto::before, .contacto::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 2rem;
  transform: rotate(45deg);
  pointer-events: none;
}
.contacto::before {
  top: -10rem;
  left: 5%;
  width: 18rem;
  height: 18rem;
  background-color: var(--bs-white);
}
.contacto::after {
  bottom: -12rem;
  right: 40%;
  width: 22rem;
  height: 22rem;
  background-color: #A5DEE9;
  opacity: 0.6;
}

.contacto__container {
  position: relative;
  z-index: 1;
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.contacto__titulo {
  margin-bottom: 1.5rem;
  font-weight: 900;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.1;
}

.contacto__parrafo {
  color: #191B3F;
  font-size: 1.125rem;
  width: 80%;
}
.contacto__parrafo p:last-child {
  margin-bottom: 0;
}

.contacto__pregunta {
  margin-top: 2rem;
}

.contacto__pregunta-texto {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  width: 80%;
}

.contacto__form-col {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .contacto__form-col {
    margin-top: 0;
  }
}

.contacto__form-card {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(25, 27, 63, 0.08);
}

.contacto__form-titulo {
  margin-bottom: 0.5rem;
  color: #191B3F;
  font-weight: 800;
  font-size: 1.5rem;
}

.contacto__form-subtitulo {
  margin-bottom: 1.5rem;
  color: #6B7080;
  font-size: 0.9375rem;
}

.contacto__form-embed label {
  display: block;
  margin-bottom: 0.375rem;
  color: #191B3F;
  font-size: 0.875rem;
  font-weight: 500;
}
.contacto__form-embed input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.contacto__form-embed textarea,
.contacto__form-embed select {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid #E2DFE0;
  border-radius: 0.5rem;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  color: #191B3F;
}
.contacto__form-embed input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.contacto__form-embed textarea:focus,
.contacto__form-embed select:focus {
  outline: none;
  border-color: #00ADCB;
  box-shadow: 0 0 0 3px rgba(0, 173, 203, 0.15);
}
.contacto__form-embed textarea {
  min-height: 6.5rem;
  resize: vertical;
}
.contacto__form-embed button,
.contacto__form-embed input[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #CA0372;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6.25rem;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.22s ease;
}
.contacto__form-embed button:hover, .contacto__form-embed button:focus-visible,
.contacto__form-embed input[type=submit]:hover,
.contacto__form-embed input[type=submit]:focus-visible {
  background-color: #a5025d;
  transform: translateY(-2px);
}
.contacto__form-embed .wpcf7-not-valid-tip {
  margin-top: -1rem;
}
.contacto__form-embed .wpcf7-response-output {
  border-radius: 0.5rem;
  line-height: 1.2;
  padding: 1.5rem 1rem !important;
}
.contacto__form-embed .wpcf7 form.invalid .wpcf7-response-output,
.contacto__form-embed .wpcf7 form.unaccepted .wpcf7-response-output,
.contacto__form-embed .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: var(--bs-warning);
}
.contacto__form-embed .wpcf7 form.sent .wpcf7-response-output {
  background-color: var(--bs-success);
  color: var(--bs-white);
}

.contacto__form-placeholder {
  margin: 0;
}

.site-footer {
  background-color: #292D67;
  color: #ffffff;
  padding-top: 3.75rem;
}

.footer__container {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .footer__container {
    padding: 0 2.5rem;
  }
}

.footer__col,
.footer__col-logo {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .footer__col,
  .footer__col-logo {
    margin-bottom: 0;
  }
}

.footer__logo {
  height: 7rem;
  width: auto;
  object-fit: contain;
}

.footer__col-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  color: #CA0372;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__col-label-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CA0372;
  transform: rotate(45deg);
}

.footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-list li {
  margin: 0;
}
.footer__nav-list a {
  display: block;
  padding: 0.375rem 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}
.footer__nav-list a:hover, .footer__nav-list a:focus-visible {
  color: #00ADCB;
}

.footer__contacto-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.footer__contacto-item .material-symbols-outlined {
  color: #00ADCB;
  font-size: 1.25rem;
}
.footer__contacto-item:hover, .footer__contacto-item:focus-visible {
  color: #00ADCB;
}
.footer__contacto-item:hover .footer__contacto-item-text, .footer__contacto-item:focus-visible .footer__contacto-item-text {
  text-decoration: underline;
}

.footer__redes {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
}

.footer__red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.625rem;
  background-color: var(--rombo-color);
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}
.footer__red img {
  width: 1.375rem;
  height: 1.375rem;
  object-fit: contain;
  transform: rotate(-45deg);
  filter: brightness(10);
}
.footer__red:hover, .footer__red:focus-visible {
  transform: rotate(45deg) translateY(-3px);
}

.footer__separador {
  margin: 2.5rem 0 0;
  border-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
}

.footer__copyright {
  padding: 1.25rem 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
  text-align: center;
}

.reveal-fade-rise {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-fade-rise.is-visible,
.reveal-fade-left.is-visible,
.reveal-fade-right.is-visible {
  opacity: 1;
  transform: translate(0);
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--stagger-delay, 0ms);
}

.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-fade-rise,
  .reveal-fade-left,
  .reveal-fade-right,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.evaluacion__modal-content {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}

.evaluacion__modal-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.75rem;
  background-color: #191B3F;
  border-bottom: none;
}

.evaluacion__modal-logo img {
  height: 2.25rem;
  width: auto;
  object-fit: contain;
}

.evaluacion__modal-brand {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
}

.evaluacion__modal-titulo {
  flex: 1;
}
.evaluacion__modal-titulo h5 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.125rem;
}
.evaluacion__modal-titulo p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  margin: 0;
}

.evaluacion__modal-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}
.evaluacion__modal-close:hover {
  color: #ffffff;
}
.evaluacion__modal-close .material-symbols-outlined {
  font-size: 1.5rem;
}

.evaluacion__modal-body {
  padding: 0;
}

.evaluacion__iframe {
  width: 100%;
  height: 75vh;
  min-height: 500px;
  border: none;
  display: block;
}

.evaluacion-standalone {
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  min-height: 100vh;
}

.evaluacion-standalone__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.evaluacion-standalone__header {
  background-color: #191B3F;
  padding: 1rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.evaluacion-standalone__volver {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.evaluacion-standalone__volver:hover {
  color: #ffffff;
}
.evaluacion-standalone__volver .material-symbols-outlined {
  font-size: 1.125rem;
}

.evaluacion-standalone__brand {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.25rem;
  text-decoration: none;
}

.evaluacion-standalone__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1.5rem;
}

.evaluacion-standalone__intro {
  text-align: center;
  margin-bottom: 2rem;
}
.evaluacion-standalone__intro h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 900;
  color: #191B3F;
  margin-bottom: 0.5rem;
}
.evaluacion-standalone__intro p {
  color: #6B7080;
  font-size: 1rem;
}

.evaluacion-standalone__form-wrapper {
  width: 100%;
  max-width: 50rem;
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.evaluacion-standalone__iframe {
  width: 100%;
  height: 80vh;
  min-height: 600px;
  border: none;
  display: block;
}

.evaluacion-standalone__footer {
  background-color: #191B3F;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 1rem;
  font-size: 0.8125rem;
}
.evaluacion-standalone__footer p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .evaluacion__iframe {
    height: 85vh;
  }
  .evaluacion-standalone__header {
    padding: 1rem 1.25rem;
  }
  .evaluacion-standalone__main {
    padding: 2rem 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
