@charset "UTF-8";
.tercera-seccion {
  padding: 76px 20px 82px;
  background: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
  transition: 0.3s ease all;
}
html.dark .tercera-seccion {
  background: #000000;
}
.tercera-seccion .text-center {
  max-width: 980px;
  margin: 0 auto;
}
.tercera-seccion .tercera-kicker {
  display: inline-block;
  margin: 0 0 14px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
  font-family: "Montserrat", sans-serif;
}
html.dark .tercera-seccion .tercera-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.tercera-seccion .tercera-titulo {
  font-size: clamp(32px, 3vw, 46px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.1;
  color: #da5398;
  margin: 0 0 16px 0;
  text-align: center;
  text-wrap: balance;
}
.tercera-seccion .tercera-intro {
  max-width: 860px;
  margin: 0 auto 46px auto;
  text-align: center;
  font-size: 19px;
  line-height: 1.62;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .tercera-seccion .tercera-intro {
  color: #ffffff;
}
.tercera-seccion .tercera-contenido {
  max-width: 1280px;
  margin: 0 auto;
  align-items: stretch;
}
.tercera-seccion .tercera-contenido > [class*=col-] {
  display: flex;
}
.tercera-seccion .tercera-media {
  padding: 0 20px;
  margin-bottom: 0;
}
.tercera-seccion .tercera-media-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(93, 0, 93, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  transition: 0.3s ease all;
}
html.dark .tercera-seccion .tercera-media-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.tercera-seccion .infografia-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  transition: transform 0.24s ease;
}
.tercera-seccion .tercera-media-box:hover .infografia-img {
  transform: scale(1.02);
}
.tercera-seccion .tercera-texto {
  padding: 0 20px;
}
.tercera-seccion .tercera-panel {
  padding: 28px 28px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  transition: 0.3s ease all;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html.dark .tercera-seccion .tercera-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.tercera-seccion .tercera-eyebrow {
  margin: 0 0 12px 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  font-family: "Montserrat", sans-serif;
}
.tercera-seccion .tercera-texto h3 {
  font-size: clamp(26px, 2vw, 38px);
  line-height: 1.16;
  font-weight: 700;
  margin: 0 0 18px 0;
  color: #1da1f2;
  letter-spacing: 0.3px;
  font-family: "Montserrat", sans-serif;
  text-wrap: balance;
}
html.dark .tercera-seccion .tercera-texto h3 {
  color: #1da1f2;
}
.tercera-seccion .tercera-parrafo {
  font-size: 18px;
  line-height: 1.68;
  margin: 0 0 18px 0;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .tercera-seccion .tercera-parrafo {
  color: #ffffff;
}
.tercera-seccion .tercera-lista {
  list-style: none;
  padding-left: 0;
  margin: 0 0 22px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tercera-seccion .tercera-lista li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #3f3f3f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 161, 242, 0.12);
  font-family: "Dosis", sans-serif;
}
html.dark .tercera-seccion .tercera-lista li {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.tercera-seccion .tercera-lista li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #da5398 0%, #5d005d 100%);
}
.tercera-seccion .tercera-nota {
  font-size: 18px;
  line-height: 1.68;
  margin: 0 0 22px 0;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .tercera-seccion .tercera-nota {
  color: #ffffff;
}
.tercera-seccion .tercera-nota span {
  color: #1da1f2;
  font-weight: 700;
}
.tercera-seccion .tercera-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: auto;
}
.tercera-seccion .btn-tercera {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  min-width: 260px;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  letter-spacing: 0.6px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.tercera-seccion .btn-tercera:visited {
  color: #ffffff;
}
.tercera-seccion .btn-tercera:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.tercera-seccion .btn-tercera:active {
  background: #f8cc07;
  color: #5d005d;
  transform: scale(0.98);
  box-shadow: none;
}
.tercera-seccion .tercera-microcopy {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #666;
  font-family: "Dosis", sans-serif;
}
html.dark .tercera-seccion .tercera-microcopy {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991.98px) {
  .tercera-seccion {
    padding: 62px 18px 66px;
  }
  .tercera-seccion .tercera-intro {
    margin-bottom: 34px;
    font-size: 18px;
  }
  .tercera-seccion .tercera-contenido {
    row-gap: 24px;
  }
  .tercera-seccion .tercera-contenido > [class*=col-] {
    display: block;
  }
  .tercera-seccion .tercera-media {
    padding: 0 8px;
  }
  .tercera-seccion .tercera-texto {
    padding: 0 8px;
  }
  .tercera-seccion .tercera-panel {
    padding: 24px 22px;
    height: auto;
  }
  .tercera-seccion .tercera-media-box {
    height: auto;
  }
  .tercera-seccion .infografia-img {
    max-height: 460px;
  }
}
@media (max-width: 767.98px) {
  .tercera-seccion {
    padding: 54px 16px 58px;
  }
  .tercera-seccion .tercera-kicker {
    font-size: 12px;
  }
  .tercera-seccion .tercera-titulo {
    margin-bottom: 14px;
  }
  .tercera-seccion .tercera-intro {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 28px;
  }
  .tercera-seccion .tercera-media {
    padding: 0;
    margin-bottom: 20px;
  }
  .tercera-seccion .tercera-media-box {
    padding: 14px;
    border-radius: 22px;
    height: auto;
  }
  .tercera-seccion .infografia-img {
    max-height: 360px;
  }
  .tercera-seccion .tercera-texto {
    padding: 0;
  }
  .tercera-seccion .tercera-panel {
    padding: 22px 16px 18px;
    border-radius: 22px;
    height: auto;
  }
  .tercera-seccion .tercera-texto h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .tercera-seccion .tercera-parrafo,
  .tercera-seccion .tercera-nota {
    font-size: 17px;
    line-height: 1.58;
  }
  .tercera-seccion .tercera-lista {
    gap: 8px;
  }
  .tercera-seccion .tercera-lista li {
    font-size: 15px;
    line-height: 1.5;
    padding: 11px 12px 11px 38px;
  }
  .tercera-seccion .tercera-cta {
    align-items: stretch;
  }
  .tercera-seccion .btn-tercera {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
    font-size: 15px;
  }
  .tercera-seccion .tercera-microcopy {
    text-align: center;
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tercera-seccion .infografia-img,
  .tercera-seccion .btn-tercera {
    transition: none !important;
  }
}
.cuarta-seccion {
  padding: 76px 20px 82px;
  background: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
  transition: 0.3s ease all;
}
html.dark .cuarta-seccion {
  background: #000000;
  transition: 0.3s ease all;
}
.cuarta-seccion .cuarta-contenido {
  max-width: 1320px;
  margin: 0 auto;
  align-items: stretch;
}
.cuarta-seccion .cuarta-contenido > [class*=col-] {
  display: flex;
}
.cuarta-seccion .contenido-cuarta {
  padding: 0 18px;
}
.cuarta-seccion .cuarta-panel {
  width: 100%;
  height: 100%;
  padding: 30px 28px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease all;
}
html.dark .cuarta-seccion .cuarta-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.cuarta-seccion .cuarta-kicker {
  display: inline-block;
  margin: 0 0 14px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
  font-family: "Montserrat", sans-serif;
  align-self: flex-start;
}
html.dark .cuarta-seccion .cuarta-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.cuarta-seccion .contenido-cuarta h2 {
  margin: 0 0 18px 0;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.12;
  letter-spacing: 0.4px;
  text-align: left;
  color: #da5398;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-wrap: balance;
}
.cuarta-seccion .cuarta-intro {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.68;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .cuarta-seccion .cuarta-intro {
  color: #ffffff;
}
.cuarta-seccion .cuarta-intro strong {
  font-weight: 700;
}
.cuarta-seccion .cuarta-paises {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px 0;
}
.cuarta-seccion .cuarta-paises span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: 0.22s ease all;
}
html.dark .cuarta-seccion .cuarta-paises span {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.cuarta-seccion .cuarta-paises span:hover {
  border-color: rgba(218, 83, 152, 0.24);
  background: rgba(218, 83, 152, 0.05);
}
html.dark .cuarta-seccion .cuarta-paises span:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}
.cuarta-seccion .cuarta-paises a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  color: #2f2f2f;
  text-decoration: none !important;
  transition: 0.22s ease all;
}
html.dark .cuarta-seccion .cuarta-paises a {
  color: #ffffff;
}
.cuarta-seccion .cuarta-paises a:link, .cuarta-seccion .cuarta-paises a:visited, .cuarta-seccion .cuarta-paises a:active {
  color: #2f2f2f;
  text-decoration: none !important;
}
html.dark .cuarta-seccion .cuarta-paises a:link, html.dark .cuarta-seccion .cuarta-paises a:visited, html.dark .cuarta-seccion .cuarta-paises a:active {
  color: #ffffff;
}
.cuarta-seccion .cuarta-paises a:hover, .cuarta-seccion .cuarta-paises a:focus, .cuarta-seccion .cuarta-paises a:focus-visible {
  color: #da5398;
  text-decoration: none !important;
  outline: none;
}
html.dark .cuarta-seccion .cuarta-paises a:hover, html.dark .cuarta-seccion .cuarta-paises a:focus, html.dark .cuarta-seccion .cuarta-paises a:focus-visible {
  color: #ffffff;
}
.cuarta-seccion .cuarta-lista {
  list-style: none;
  padding-left: 0;
  margin: 0 0 22px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cuarta-seccion .cuarta-lista li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #3f3f3f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 161, 242, 0.12);
  font-family: "Dosis", sans-serif;
}
html.dark .cuarta-seccion .cuarta-lista li {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.cuarta-seccion .cuarta-lista li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #da5398 0%, #5d005d 100%);
}
.cuarta-seccion .cuarta-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: auto;
}
.cuarta-seccion .segundoboton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  min-width: 220px;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  letter-spacing: 0.6px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.cuarta-seccion .segundoboton:visited {
  color: #ffffff;
}
.cuarta-seccion .segundoboton:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.cuarta-seccion .segundoboton:active {
  background: #f8cc07;
  color: #5d005d;
  transform: scale(0.98);
  box-shadow: none;
}
.cuarta-seccion .cuarta-microcopy {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #666;
  font-family: "Dosis", sans-serif;
}
html.dark .cuarta-seccion .cuarta-microcopy {
  color: rgba(255, 255, 255, 0.88);
}
.cuarta-seccion .contenedor-carousel {
  padding: 0 18px;
  display: flex;
}
.cuarta-seccion .carousel-panel {
  width: 100%;
  height: 100%;
  min-height: 670px;
  padding: 26px 26px 58px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  transition: 0.3s ease all;
  display: flex;
  align-items: stretch;
}
html.dark .cuarta-seccion .carousel-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.cuarta-seccion .carousel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cuarta-seccion .carousel-inner {
  flex: 1;
  display: flex;
  align-items: center;
}
.cuarta-seccion .carousel-inner .carousel-item {
  min-height: 100%;
  padding: 8px 0 0;
  text-align: center;
}
.cuarta-seccion .carousel-inner .carousel-item.active, .cuarta-seccion .carousel-inner .carousel-item.carousel-item-start, .cuarta-seccion .carousel-inner .carousel-item.carousel-item-end {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cuarta-seccion .testimonio-card {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 62px 10px;
  max-width: 760px;
  margin: 0 auto;
}
.cuarta-seccion .perfil {
  display: block;
  margin: 0 auto 20px auto;
  width: 166px;
  height: 166px;
  border-radius: 999px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.cuarta-seccion .carousel-caption {
  position: static;
  padding: 0;
  margin: 0;
  width: 100%;
}
.cuarta-seccion .testimonio-tag {
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  font-family: "Montserrat", sans-serif;
}
.cuarta-seccion .carousel-carrera {
  color: #da5398;
  font-weight: 700;
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin: 0 0 14px 0;
  font-family: "Montserrat", sans-serif;
}
.cuarta-seccion .carousel-caption p {
  margin: 0 auto;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.68;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .cuarta-seccion .carousel-caption p {
  color: #ffffff;
}
.cuarta-seccion .carousel-caption p strong {
  font-weight: 700;
}
.cuarta-seccion .carousel-control-prev,
.cuarta-seccion .carousel-control-next {
  width: 48px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.cuarta-seccion .carousel-control-prev {
  left: -6px;
}
.cuarta-seccion .carousel-control-next {
  right: -6px;
}
.cuarta-seccion .carousel-control-prev-icon,
.cuarta-seccion .carousel-control-next-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.24);
  background-size: 52%;
  padding: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
html.dark .cuarta-seccion .carousel-control-prev-icon,
html.dark .cuarta-seccion .carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.14);
}
.cuarta-seccion .carousel-indicators {
  bottom: -34px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cuarta-seccion .carousel-indicators button {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: none;
  background: rgba(120, 120, 120, 0.42);
  opacity: 1;
  margin: 0;
}
.cuarta-seccion .carousel-indicators button.active {
  background: #da5398;
  transform: scale(1.08);
}

@media (max-width: 991.98px) {
  .cuarta-seccion {
    padding: 62px 18px 66px;
  }
  .cuarta-seccion .cuarta-contenido {
    row-gap: 24px;
  }
  .cuarta-seccion .cuarta-contenido > [class*=col-] {
    display: block;
  }
  .cuarta-seccion .contenido-cuarta,
  .cuarta-seccion .contenedor-carousel {
    padding: 0 8px;
  }
  .cuarta-seccion .cuarta-panel,
  .cuarta-seccion .carousel-panel {
    height: auto;
  }
  .cuarta-seccion .carousel-panel {
    min-height: 0;
    padding: 22px 20px 52px;
  }
  .cuarta-seccion .testimonio-card {
    padding: 6px 34px 8px;
    max-width: 100%;
  }
  .cuarta-seccion .carousel-caption p {
    max-width: 100%;
    font-size: 17px;
  }
  .cuarta-seccion .carousel-control-prev {
    left: -2px;
  }
  .cuarta-seccion .carousel-control-next {
    right: -2px;
  }
}
@media (max-width: 767.98px) {
  .cuarta-seccion {
    padding: 54px 16px 58px;
  }
  .cuarta-seccion .contenido-cuarta,
  .cuarta-seccion .contenedor-carousel {
    padding: 0;
  }
  .cuarta-seccion .cuarta-panel,
  .cuarta-seccion .carousel-panel {
    padding: 22px 16px 18px;
    border-radius: 22px;
  }
  .cuarta-seccion .carousel-panel {
    min-height: 0;
    padding-bottom: 48px;
  }
  .cuarta-seccion .cuarta-kicker {
    font-size: 12px;
  }
  .cuarta-seccion .contenido-cuarta h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .cuarta-seccion .cuarta-intro {
    font-size: 17px;
    line-height: 1.58;
  }
  .cuarta-seccion .cuarta-paises {
    gap: 8px;
  }
  .cuarta-seccion .cuarta-paises a {
    font-size: 13px;
    padding: 8px 10px;
  }
  .cuarta-seccion .cuarta-lista {
    gap: 8px;
  }
  .cuarta-seccion .cuarta-lista li {
    font-size: 15px;
    line-height: 1.5;
    padding: 11px 12px 11px 38px;
  }
  .cuarta-seccion .cuarta-cta {
    align-items: stretch;
  }
  .cuarta-seccion .segundoboton {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
    font-size: 15px;
  }
  .cuarta-seccion .cuarta-microcopy {
    text-align: center;
    font-size: 13px;
  }
  .cuarta-seccion .testimonio-card {
    padding: 0 18px 4px;
  }
  .cuarta-seccion .perfil {
    width: 138px;
    height: 138px;
    margin-bottom: 16px;
  }
  .cuarta-seccion .carousel-carrera {
    font-size: 22px;
  }
  .cuarta-seccion .carousel-caption p {
    font-size: 16px;
    line-height: 1.6;
  }
  .cuarta-seccion .carousel-control-prev,
  .cuarta-seccion .carousel-control-next {
    width: 34px;
  }
  .cuarta-seccion .carousel-control-prev {
    left: -2px;
  }
  .cuarta-seccion .carousel-control-next {
    right: -2px;
  }
  .cuarta-seccion .carousel-control-prev-icon,
  .cuarta-seccion .carousel-control-next-icon {
    width: 32px;
    height: 32px;
    padding: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cuarta-seccion .segundoboton,
  .cuarta-seccion .carousel-item {
    transition: none !important;
  }
}
.quinta-seccion {
  padding: 78px 20px 84px;
  background: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
  transition: 0.3s ease all;
}
html.dark .quinta-seccion {
  background: #000000;
  transition: 0.3s ease all;
}
.quinta-seccion .text-center {
  max-width: 980px;
  margin: 0 auto;
}
.quinta-seccion .quinta-kicker {
  display: inline-block;
  margin: 0 0 14px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
  font-family: "Montserrat", sans-serif;
}
html.dark .quinta-seccion .quinta-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.quinta-seccion h2 {
  margin: 0 0 16px 0;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #da5398;
  font-family: "Montserrat", sans-serif;
  text-wrap: balance;
}
.quinta-seccion .quinta-intro {
  max-width: 860px;
  margin: 0 auto 42px auto;
  text-align: center;
  font-size: 19px;
  line-height: 1.62;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .quinta-seccion .quinta-intro {
  color: #ffffff;
}
.quinta-seccion .pasos-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.quinta-seccion .trabajamos {
  width: 100%;
  min-height: 100%;
  padding: 28px 22px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
html.dark .quinta-seccion .trabajamos {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.quinta-seccion .trabajamos:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
  border-color: rgba(218, 83, 152, 0.24);
}
html.dark .quinta-seccion .trabajamos:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(218, 83, 152, 0.28);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}
.quinta-seccion .paso-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.quinta-seccion .numero {
  margin: 0;
  font-size: clamp(46px, 3vw, 60px);
  line-height: 0.9;
  font-weight: 800;
  color: #1da1f2;
  font-family: "Montserrat", sans-serif;
  flex-shrink: 0;
}
.quinta-seccion .paso {
  margin: 8px 0 0 0;
  font-size: clamp(22px, 1.6vw, 26px);
  line-height: 1.18;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #da5398;
  font-family: "Montserrat", sans-serif;
  text-align: right;
  text-wrap: balance;
}
.quinta-seccion .detalle {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quinta-seccion .detalle li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.2px;
  color: #3f3f3f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 161, 242, 0.12);
  font-family: "Dosis", sans-serif;
}
html.dark .quinta-seccion .detalle li {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.quinta-seccion .detalle li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #da5398 0%, #5d005d 100%);
}
.quinta-seccion .quinta-cta-wrap {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.quinta-seccion .quinta-boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  min-width: 240px;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  letter-spacing: 0.6px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.quinta-seccion .quinta-boton:visited {
  color: #ffffff;
}
.quinta-seccion .quinta-boton:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.quinta-seccion .quinta-boton:active {
  background: #f8cc07;
  color: #5d005d;
  transform: scale(0.98);
  box-shadow: none;
}
.quinta-seccion .quinta-microcopy {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #666;
  font-family: "Dosis", sans-serif;
  text-align: center;
}
html.dark .quinta-seccion .quinta-microcopy {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991.98px) {
  .quinta-seccion {
    padding: 64px 18px 68px;
  }
  .quinta-seccion .quinta-intro {
    margin-bottom: 34px;
    font-size: 18px;
  }
  .quinta-seccion .pasos-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    gap: 18px;
  }
  .quinta-seccion .trabajamos {
    padding: 24px 20px 20px;
  }
  .quinta-seccion .paso {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .quinta-seccion {
    padding: 56px 16px 60px;
  }
  .quinta-seccion .quinta-kicker {
    font-size: 12px;
  }
  .quinta-seccion h2 {
    margin-bottom: 14px;
  }
  .quinta-seccion .quinta-intro {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 28px;
  }
  .quinta-seccion .pasos-grid {
    gap: 14px;
  }
  .quinta-seccion .trabajamos {
    padding: 22px 16px 18px;
    border-radius: 22px;
  }
  .quinta-seccion .paso-head {
    gap: 12px;
    margin-bottom: 14px;
  }
  .quinta-seccion .numero {
    font-size: 46px;
  }
  .quinta-seccion .paso {
    font-size: 20px;
    margin-top: 4px;
  }
  .quinta-seccion .detalle {
    gap: 8px;
  }
  .quinta-seccion .detalle li {
    font-size: 15px;
    line-height: 1.5;
    padding: 11px 12px 11px 38px;
  }
  .quinta-seccion .quinta-boton {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
    font-size: 15px;
  }
  .quinta-seccion .quinta-microcopy {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .quinta-seccion .trabajamos,
  .quinta-seccion .quinta-boton {
    transition: none !important;
  }
}
.sexta-seccion {
  transition: 0.3s ease all;
  padding: 80px 20px;
  background: #f2f2f2;
}
html.dark .sexta-seccion {
  background: #000000;
  transition: 0.3s ease all;
}
.sexta-seccion .descuento {
  display: block;
  position: relative;
  vertical-align: center;
  text-align: center;
  margin: auto;
  width: 500px;
}
.sexta-seccion .descuento h2 {
  font-size: 50px;
  letter-spacing: 3px;
  color: #da5398;
  margin-bottom: 70px;
  font-family: "Monserrat", sans-serif;
}
.sexta-seccion .descuento h2 .porcentaje {
  color: #1da1f2;
  font-weight: 700;
  font-family: "Monserrat", sans-serif;
}
.sexta-seccion .descuento p {
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 400;
  margin: auto;
}
html.dark .sexta-seccion .descuento p {
  color: #ffffff;
}
.sexta-seccion .descuento p .condiciones {
  color: #1da1f2;
  letter-spacing: 2px;
  font-smooth: 20px;
}
.sexta-seccion .lead .como-hacer-tesis {
  margin: 20px 0px;
}
.sexta-seccion .lead p {
  margin-bottom: 0px !important;
}
.sexta-seccion .lead p .apurate {
  color: #f8cc07;
  font-weight: bolder;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 2px;
  text-shadow: -1px 1px 1px #5d5d5d;
}
.sexta-seccion .formulario {
  width: 100%;
  max-width: 400px;
  min-width: 320px;
  margin: auto;
  display: block;
  position: relative;
}
.sexta-seccion .formulario .contenedor-inputs {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  box-shadow: -5px 5px 10px #1da1f2;
  border-radius: 1.25em 1.25em 0 0;
  background: url(../imagenes/pw_maze_white.png);
  transition: 0.3s ease all;
}
html.dark .sexta-seccion .formulario .contenedor-inputs {
  background: url(../imagenes/pw_maze_black.png);
  transition: 0.3s ease all;
  box-shadow: -5px 5px 10px #1da1f2;
  border: 1px solid #5d5d5d;
  border-bottom: none;
}
.sexta-seccion .formulario .contenedor-inputs .form-title {
  color: #da5398;
  font-weight: 700;
  font-family: "Monserrat", sans-serif;
}
.sexta-seccion .formulario .contenedor-inputs .form-mail {
  display: block;
  width: 100%;
  border: none;
  margin-top: 20px;
  border-bottom: 2px solid #1da1f2;
  cursor: pointer;
  text-align: center;
  color: #5d5d5d;
}
.sexta-seccion .formulario .mensaje {
  padding: 0px;
  margin: 10px 0px;
  list-style-type: none;
}
.sexta-seccion .formulario .loader {
  display: none;
}
.sexta-seccion .formulario .boton_enviar {
  position: relative;
  display: block;
  background-color: #5d005d;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  webkit-border-radius: 0 0 1.25em 1.25em;
  moz-border-radius: 0 0 1.25em 1.25em;
  border-radius: 0 0 1.25em 1.25em;
  width: 100%;
  max-width: 400px;
  min-width: 320px;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  outline: 0;
  border: 0;
  transition: 0.3s ease all;
  box-shadow: -5px 5px 10px #1da1f2;
}
.sexta-seccion .formulario .boton_enviar:hover {
  background: #1da1f2;
  box-shadow: -5px 5px 10px #f8cc07;
  transition: 0.3s ease all;
}
.sexta-seccion .formulario .boton_enviar:active {
  background: #f8cc07;
  color: #5d005d;
  transition: 0.3s ease all;
}

.septima-seccion {
  position: relative;
  padding: 86px 0 92px;
  margin: 0;
  background: linear-gradient(180deg, #f7f7f7 0%, #efefef 100%);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .septima-seccion {
  background: linear-gradient(180deg, #050505 0%, #000000 100%);
}
.septima-seccion::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  top: -120px;
  left: -120px;
  background: radial-gradient(circle, rgba(218, 83, 152, 0.1) 0%, rgba(218, 83, 152, 0) 70%);
  pointer-events: none;
}
html.dark .septima-seccion::before {
  background: radial-gradient(circle, rgba(218, 83, 152, 0.12) 0%, rgba(218, 83, 152, 0) 70%);
}
.septima-seccion::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  right: -120px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(29, 161, 242, 0.1) 0%, rgba(29, 161, 242, 0) 70%);
  pointer-events: none;
}
html.dark .septima-seccion::after {
  background: radial-gradient(circle, rgba(29, 161, 242, 0.12) 0%, rgba(29, 161, 242, 0) 70%);
}
.septima-seccion .container {
  position: relative;
  z-index: 2;
}
.septima-seccion .septima-shell {
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}
.septima-seccion .septima-shell > [class*=col-] {
  display: flex;
}
.septima-seccion .septima-copy-col {
  padding: 0 16px;
}
.septima-seccion .septima-form-col {
  padding: 0 16px;
}
.septima-seccion .septima-copy {
  width: 100%;
  height: 100%;
  padding: 34px 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease all;
}
html.dark .septima-seccion .septima-copy {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}
.septima-seccion .septima-kicker {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 14px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
  font-family: "Montserrat", sans-serif;
}
html.dark .septima-seccion .septima-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.septima-seccion .ofertas-titulo {
  color: #da5398;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.4px;
  font-weight: 700;
  margin: 0 0 18px 0;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.08;
  text-align: left;
  text-wrap: balance;
}
.septima-seccion .ofertas-bajada {
  color: #2f2f2f;
  text-align: left;
  margin: 0 0 20px 0;
  letter-spacing: 0.2px;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.68;
}
html.dark .septima-seccion .ofertas-bajada {
  color: #ffffff;
}
.septima-seccion .septima-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px 0;
}
.septima-seccion .septima-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #2f2f2f;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  font-family: "Dosis", sans-serif;
}
html.dark .septima-seccion .septima-chips span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.septima-seccion .septima-beneficios {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.septima-seccion .septima-beneficios li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.2px;
  color: #3f3f3f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 161, 242, 0.12);
  font-family: "Dosis", sans-serif;
}
html.dark .septima-seccion .septima-beneficios li {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.septima-seccion .septima-beneficios li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #da5398 0%, #5d005d 100%);
}
.septima-seccion .septima-mensaje-final {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .septima-seccion .septima-mensaje-final {
  color: rgba(255, 255, 255, 0.88);
}
.septima-seccion .contacto {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.septima-seccion .formulario {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.septima-seccion .contenedor-inputs {
  width: 100%;
  padding: 24px 24px 18px 24px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  border-radius: 28px 28px 0 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  transition: 0.3s ease all;
  border: 1px solid rgba(29, 161, 242, 0.12);
  border-bottom: none;
}
html.dark .septima-seccion .contenedor-inputs {
  background: rgba(0, 0, 0, 0.78);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(29, 161, 242, 0.18);
  border-bottom: none;
}
.septima-seccion .form-title {
  letter-spacing: 0.4px;
  color: #da5398;
  font-size: clamp(24px, 1.8vw, 30px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 2px 10px 6px 10px;
  margin: 0;
}
.septima-seccion .form-subtitle {
  margin: 0 0 16px 0;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-family: "Dosis", sans-serif;
}
html.dark .septima-seccion .form-subtitle {
  color: rgba(255, 255, 255, 0.88);
}
.septima-seccion .campo-grupo {
  margin-bottom: 10px;
}
.septima-seccion .form-name,
.septima-seccion .form-mail,
.septima-seccion .form-cupon {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border: none;
  border-bottom: 2px solid #1da1f2;
  background: transparent;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  color: #2b2b2b;
  transition: border-color 0.22s ease;
}
.septima-seccion .form-name::-moz-placeholder, .septima-seccion .form-mail::-moz-placeholder, .septima-seccion .form-cupon::-moz-placeholder {
  color: #666;
}
.septima-seccion .form-name::placeholder,
.septima-seccion .form-mail::placeholder,
.septima-seccion .form-cupon::placeholder {
  color: #666;
}
.septima-seccion .form-name:focus,
.septima-seccion .form-mail:focus,
.septima-seccion .form-cupon:focus {
  outline: none;
  border-bottom-color: #da5398;
}
html.dark .septima-seccion .form-name,
html.dark .septima-seccion .form-mail,
html.dark .septima-seccion .form-cupon {
  color: #ffffff;
}
html.dark .septima-seccion .form-name::-moz-placeholder, html.dark .septima-seccion .form-mail::-moz-placeholder, html.dark .septima-seccion .form-cupon::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
html.dark .septima-seccion .form-name::placeholder,
html.dark .septima-seccion .form-mail::placeholder,
html.dark .septima-seccion .form-cupon::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.septima-seccion .form-textarea {
  min-height: 98px;
  max-height: 220px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 2px solid #1da1f2;
  padding: 15px 10px;
  background: transparent;
  resize: vertical;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  color: #2b2b2b;
  transition: border-color 0.22s ease;
}
.septima-seccion .form-textarea::-moz-placeholder {
  color: #666;
}
.septima-seccion .form-textarea::placeholder {
  color: #666;
}
.septima-seccion .form-textarea:focus {
  outline: none;
  border-bottom-color: #da5398;
}
html.dark .septima-seccion .form-textarea {
  color: #ffffff;
}
html.dark .septima-seccion .form-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
html.dark .septima-seccion .form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.septima-seccion .nivel-bloque {
  margin-top: 16px;
}
.septima-seccion .nivel-label {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 12px auto;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #1da1f2;
  font-family: "Montserrat", sans-serif;
}
.septima-seccion .nivel-educativo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px auto;
}
.septima-seccion .nivel-educativo .nivel-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(29, 161, 242, 0.14);
}
html.dark .septima-seccion .nivel-educativo .nivel-item {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.septima-seccion .nivel-educativo input[type=radio] {
  cursor: pointer;
}
.septima-seccion .nivel-educativo label {
  margin: 0;
  font-size: 15px;
  color: #4f4f4f;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}
html.dark .septima-seccion .nivel-educativo label {
  color: #ffffff;
}
.septima-seccion .terminos {
  text-align: center;
  margin: 14px auto 12px auto;
  font-size: 14px;
  line-height: 1.45;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .septima-seccion .terminos {
  color: rgba(255, 255, 255, 0.88);
}
.septima-seccion .terminos input {
  margin-right: 8px;
}
.septima-seccion .terminos label {
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: inherit;
  font-family: "Dosis", sans-serif;
}
.septima-seccion .terminos a {
  color: #1da1f2;
  font-weight: 700;
  text-decoration: underline;
}
.septima-seccion .mensaje {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
}
.septima-seccion .loader {
  display: none;
}
.septima-seccion .boton_enviar {
  display: block;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  color: #ffffff;
  padding: 17px;
  border-radius: 0 0 28px 28px;
  width: 100%;
  max-width: 500px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.4px;
  cursor: pointer;
  outline: 0;
  border: 0;
  transition: 0.3s ease all;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
}
html.dark .septima-seccion .boton_enviar {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}
.septima-seccion .boton_enviar:hover {
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
}
.septima-seccion .boton_enviar:active {
  background: #f8cc07;
  color: #5d005d;
}
.septima-seccion .septima-microcopy {
  text-align: center;
  margin: 12px auto 0 auto;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #555;
  font-family: "Dosis", sans-serif;
}
html.dark .septima-seccion .septima-microcopy {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991.98px) {
  .septima-seccion {
    padding: 70px 0 76px;
  }
  .septima-seccion .septima-shell {
    row-gap: 24px;
  }
  .septima-seccion .septima-shell > [class*=col-] {
    display: block;
  }
  .septima-seccion .septima-copy-col,
  .septima-seccion .septima-form-col {
    padding: 0 12px;
  }
  .septima-seccion .septima-copy {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .septima-seccion {
    padding: 52px 0 58px;
  }
  .septima-seccion .deunatesis {
    padding: 0 16px;
  }
  .septima-seccion .septima-copy-col,
  .septima-seccion .septima-form-col {
    padding: 0;
  }
  .septima-seccion .septima-copy {
    padding: 24px 18px;
    border-radius: 24px;
  }
  .septima-seccion .ofertas-titulo {
    margin-bottom: 14px;
    font-size: 34px;
  }
  .septima-seccion .ofertas-bajada {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.55;
  }
  .septima-seccion .septima-chips {
    gap: 8px;
  }
  .septima-seccion .septima-chips span {
    font-size: 13px;
    padding: 8px 10px;
  }
  .septima-seccion .septima-beneficios {
    gap: 8px;
  }
  .septima-seccion .septima-beneficios li {
    font-size: 15px;
    line-height: 1.5;
    padding: 11px 12px 11px 38px;
  }
  .septima-seccion .septima-mensaje-final {
    font-size: 16px;
  }
  .septima-seccion .formulario {
    max-width: 100%;
  }
  .septima-seccion .contenedor-inputs {
    padding: 20px 16px 14px 16px;
    border-radius: 24px 24px 0 0;
  }
  .septima-seccion .form-title {
    font-size: 24px;
  }
  .septima-seccion .form-subtitle {
    font-size: 15px;
  }
  .septima-seccion .nivel-educativo {
    gap: 8px 10px;
  }
  .septima-seccion .nivel-educativo .nivel-item {
    padding: 7px 9px;
  }
  .septima-seccion .boton_enviar {
    max-width: 100%;
    border-radius: 0 0 24px 24px;
    font-size: 16px;
    padding: 16px;
  }
  .septima-seccion .septima-microcopy {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .septima-seccion .boton_enviar {
    transition: none !important;
  }
}
.preguntas-page {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  background: url(../imagenes/pw_maze_white.png);
  transition: 0.3s ease all;
}
html.dark .preguntas-page {
  background: url(../imagenes/pw_maze_black.png);
}
.preguntas-page .preguntas-shell {
  max-width: 1320px;
  margin: 0 auto;
}
.preguntas-page .preguntas-hero {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .preguntas-page .preguntas-hero {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.preguntas-page .preguntas-hero {
  text-align: center;
  padding: 34px 28px 30px;
  margin-bottom: 34px;
}
.preguntas-page .preguntas-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .preguntas-page .preguntas-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.preguntas-page h1 {
  margin: 0 0 16px 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #da5398;
  text-wrap: balance;
}
.preguntas-page .preguntas-subtitulo {
  max-width: 860px;
  margin: 0 auto 12px;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: #4f4f4f;
}
html.dark .preguntas-page .preguntas-subtitulo {
  color: rgba(255, 255, 255, 0.88);
}
.preguntas-page .preguntas-microcopy {
  margin: 0;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(79, 79, 79, 0.86);
}
html.dark .preguntas-page .preguntas-microcopy {
  color: rgba(255, 255, 255, 0.74);
}
.preguntas-page .preguntas-grid {
  row-gap: 30px;
}
.preguntas-page .categoria-preguntas {
  display: flex;
}
.preguntas-page .categoria-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .preguntas-page .categoria-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.preguntas-page .categoria-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 26px 22px 22px;
}
.preguntas-page .categoria-card__header {
  text-align: center;
  margin-bottom: 18px;
}
.preguntas-page .categoria-card__header img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.preguntas-page .categoria-card__header h2 {
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(26px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 500;
  color: #5d005d;
  letter-spacing: 0.2px;
}
.preguntas-page .categoria-card__header .categoria-card__descripcion {
  margin: 0;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #5a5a5a;
}
html.dark .preguntas-page .categoria-card__header .categoria-card__descripcion {
  color: rgba(255, 255, 255, 0.8);
}
.preguntas-page .faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}
.preguntas-page .faq-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 161, 242, 0.12);
  overflow: hidden;
  transition: 0.25s ease all;
}
html.dark .preguntas-page .faq-item {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.preguntas-page .faq-item[open] {
  border-color: rgba(218, 83, 152, 0.22);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.05);
}
html.dark .preguntas-page .faq-item[open] {
  border-color: rgba(218, 83, 152, 0.24);
  box-shadow: none;
}
.preguntas-page .faq-item summary {
  list-style: none;
}
.preguntas-page .faq-item summary::-webkit-details-marker {
  display: none;
}
.preguntas-page .pregunta {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 18px 52px 18px 18px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #1da1f2;
  transition: 0.22s ease all;
}
html.dark .preguntas-page .pregunta {
  color: #ffffff;
}
.preguntas-page .pregunta:hover {
  color: #da5398;
}
.preguntas-page .pregunta::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.14);
}
html.dark .preguntas-page .pregunta::after {
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.22);
  color: #ffffff;
}
.preguntas-page .faq-item[open] .pregunta {
  color: #da5398;
}
.preguntas-page .faq-item[open] .pregunta::after {
  content: "–";
}
.preguntas-page .respuesta {
  padding: 0 18px 18px;
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #3f3f3f;
}
html.dark .preguntas-page .respuesta {
  color: rgba(255, 255, 255, 0.88);
}
.preguntas-page .respuesta p {
  margin: 0 0 12px 0;
}
.preguntas-page .respuesta p:last-child {
  margin-bottom: 0;
}
.preguntas-page .respuesta ul {
  margin: 0 0 14px 1.1rem;
  padding: 0;
}
.preguntas-page .respuesta ul:last-child {
  margin-bottom: 0;
}
.preguntas-page .respuesta ul li {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.65;
}
.preguntas-page .respuesta ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .preguntas-page {
    padding: 30px 18px 62px;
  }
  .preguntas-page .preguntas-hero {
    padding: 28px 22px 24px;
    margin-bottom: 26px;
  }
  .preguntas-page .preguntas-subtitulo {
    font-size: 18px;
    line-height: 1.64;
  }
  .preguntas-page .preguntas-grid {
    row-gap: 24px;
  }
  .preguntas-page .categoria-card {
    padding: 22px 18px 18px;
  }
  .preguntas-page .categoria-card__header img {
    width: 90px;
    height: 90px;
  }
  .preguntas-page .categoria-card__header h2 {
    font-size: 28px;
  }
  .preguntas-page .categoria-card__header .categoria-card__descripcion {
    font-size: 15px;
  }
  .preguntas-page .pregunta {
    font-size: 17px;
    padding: 16px 48px 16px 16px;
  }
  .preguntas-page .respuesta {
    padding: 0 16px 16px;
    font-size: 16px;
  }
  .preguntas-page .respuesta ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .preguntas-page {
    padding: 30px 16px 54px;
  }
  .preguntas-page .preguntas-hero {
    padding: 24px 18px 20px;
    border-radius: 22px;
    margin-bottom: 22px;
  }
  .preguntas-page .preguntas-kicker {
    font-size: 12px;
    padding: 8px 12px;
  }
  .preguntas-page h1 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.08;
  }
  .preguntas-page .preguntas-subtitulo {
    font-size: 17px;
    line-height: 1.58;
  }
  .preguntas-page .preguntas-microcopy {
    font-size: 15px;
    line-height: 1.55;
  }
  .preguntas-page .preguntas-grid {
    row-gap: 18px;
  }
  .preguntas-page .categoria-card {
    padding: 20px 16px 16px;
    border-radius: 22px;
  }
  .preguntas-page .categoria-card__header {
    margin-bottom: 16px;
  }
  .preguntas-page .categoria-card__header img {
    width: 82px;
    height: 82px;
    margin-bottom: 12px;
  }
  .preguntas-page .categoria-card__header h2 {
    font-size: 25px;
  }
  .preguntas-page .categoria-card__header .categoria-card__descripcion {
    font-size: 15px;
    line-height: 1.55;
  }
  .preguntas-page .faq-list {
    gap: 10px;
  }
  .preguntas-page .faq-item {
    border-radius: 16px;
  }
  .preguntas-page .pregunta {
    font-size: 16px;
    line-height: 1.35;
    padding: 15px 44px 15px 15px;
  }
  .preguntas-page .pregunta::after {
    right: 14px;
    width: 24px;
    height: 24px;
    font-size: 17px;
  }
  .preguntas-page .respuesta {
    padding: 0 15px 15px;
    font-size: 15px;
    line-height: 1.62;
  }
  .preguntas-page .respuesta ul {
    margin-left: 1rem;
  }
  .preguntas-page .respuesta ul li {
    font-size: 15px;
    line-height: 1.58;
  }
}
@media (prefers-reduced-motion: reduce) {
  .preguntas-page .categoria-card,
  .preguntas-page .faq-item,
  .preguntas-page .pregunta {
    transition: none !important;
  }
}

.organizacion-page {
  background: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
  transition: 0.3s ease all;
}
html.dark .organizacion-page {
  background: #000000;
}

.contenedor-organizacion {
  position: relative;
  display: block;
  padding: 34px 20px 72px;
}
.contenedor-organizacion .container {
  max-width: 1180px;
}

.organizacion-hero {
  max-width: 980px;
  margin: 0 auto 28px auto;
  text-align: center;
}
.organizacion-hero .organizacion-kicker {
  display: inline-block;
  margin: 0 0 14px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
  font-family: "Montserrat", sans-serif;
}
html.dark .organizacion-hero .organizacion-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.organizacion-hero h1 {
  margin: 0 0 16px 0;
  font-size: clamp(34px, 3.3vw, 52px);
  line-height: 1.06;
  letter-spacing: 0.2px;
  font-weight: 700;
  color: #da5398;
  text-align: center;
  text-wrap: balance;
  font-family: "Montserrat", sans-serif;
}
.organizacion-hero .organizacion-lead {
  max-width: 840px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.68;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .organizacion-hero .organizacion-lead {
  color: rgba(255, 255, 255, 0.88);
}

.organizacion-intro-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .organizacion-intro-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.organizacion-intro-card {
  margin: 0 auto 24px auto;
  padding: 26px 26px 24px;
  text-align: center;
}
.organizacion-intro-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
  color: #3f3f3f;
  font-family: "Dosis", sans-serif;
}
html.dark .organizacion-intro-card p {
  color: rgba(255, 255, 255, 0.88);
}

.organizacion-grid {
  row-gap: 24px;
  margin-top: 6px;
  margin-bottom: 24px;
}

.organizacion-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .organizacion-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.organizacion-card {
  height: 100%;
  padding: 28px 24px 26px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.organizacion-card .organizacion-card__number {
  margin: 0 0 14px 0;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: rgba(29, 161, 242, 0.95);
  font-family: "Montserrat", sans-serif;
}
.organizacion-card h2 {
  margin: 0 0 14px 0;
  font-size: clamp(28px, 2vw, 34px);
  line-height: 1.12;
  letter-spacing: 0.2px;
  color: #da5398;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.organizacion-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
  letter-spacing: 0.2px;
  color: #3f3f3f;
  font-family: "Dosis", sans-serif;
}
html.dark .organizacion-card p {
  color: rgba(255, 255, 255, 0.88);
}
.organizacion-card .amor {
  color: #1da1f2;
  font-weight: 700;
}

.organizacion-cta-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .organizacion-cta-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.organizacion-cta-card {
  padding: 28px 28px 30px;
  text-align: center;
}
.organizacion-cta-card .organizacion-cta-card__kicker {
  display: inline-block;
  margin: 0 0 12px 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  font-family: "Montserrat", sans-serif;
}
.organizacion-cta-card h3 {
  margin: 0 0 14px 0;
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 1.14;
  color: #da5398;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-wrap: balance;
}
.organizacion-cta-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .organizacion-cta-card p {
  color: rgba(255, 255, 255, 0.88);
}

@media screen and (max-width: 991px) {
  .contenedor-organizacion {
    padding: 28px 18px 64px;
  }
  .organizacion-hero {
    margin-bottom: 24px;
  }
  .organizacion-hero .organizacion-lead {
    font-size: 18px;
  }
  .organizacion-intro-card {
    padding: 22px 22px 20px;
  }
  .organizacion-card {
    padding: 24px 20px 22px;
  }
  .organizacion-card .organizacion-card__number {
    font-size: 36px;
  }
  .organizacion-cta-card {
    padding: 24px 22px 24px;
  }
}
@media screen and (max-width: 768px) {
  .contenedor-organizacion {
    padding: 22px 16px 54px;
  }
  .organizacion-hero {
    margin-bottom: 20px;
  }
  .organizacion-hero h1 {
    font-size: clamp(30px, 8vw, 40px);
  }
  .organizacion-hero .organizacion-lead {
    font-size: 17px;
    line-height: 1.6;
  }
  .organizacion-intro-card {
    padding: 18px 16px;
  }
  .organizacion-intro-card p {
    font-size: 16px;
    line-height: 1.64;
  }
  .organizacion-grid {
    row-gap: 18px;
    margin-bottom: 18px;
  }
  .organizacion-card {
    padding: 20px 16px 18px;
  }
  .organizacion-card .organizacion-card__number {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .organizacion-card h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .organizacion-card p {
    font-size: 16px;
    line-height: 1.65;
  }
  .organizacion-cta-card {
    padding: 20px 16px 22px;
  }
  .organizacion-cta-card h3 {
    font-size: 26px;
  }
  .organizacion-cta-card p {
    font-size: 16px;
    line-height: 1.62;
  }
}
@media (prefers-reduced-motion: reduce) {
  .organizacion-page *,
  .organizacion-page *::before,
  .organizacion-page *::after {
    transition: none !important;
  }
}
.politicas-page {
  background: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
  transition: 0.3s ease all;
  padding: 34px 0 72px;
}
html.dark .politicas-page {
  background: #000000;
}
.politicas-page .container {
  max-width: 1160px;
}

.politicas-hero {
  padding: 22px 20px 26px;
}
.politicas-hero .politicas-hero__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.politicas-hero .politicas-kicker {
  display: inline-block;
  margin: 0 0 14px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
  font-family: "Montserrat", sans-serif;
}
html.dark .politicas-hero .politicas-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.politicas-hero h1 {
  margin: 0 0 16px 0;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0.2px;
  font-weight: 700;
  color: #da5398;
  text-wrap: balance;
  font-family: "Montserrat", sans-serif;
}
.politicas-hero .politicas-lead {
  max-width: 860px;
  margin: 0 auto 22px auto;
  font-size: 19px;
  line-height: 1.68;
  color: #4f4f4f;
  letter-spacing: 0.2px;
  font-family: "Dosis", sans-serif;
}
html.dark .politicas-hero .politicas-lead {
  color: rgba(255, 255, 255, 0.88);
}
.politicas-hero .politicas-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}
.politicas-hero .politicas-meta__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.16);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  line-height: 1.3;
  color: #3f3f3f;
  font-family: "Dosis", sans-serif;
}
html.dark .politicas-hero .politicas-meta__item {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.politicas-hero .politicas-meta__item strong {
  font-weight: 700;
}
.politicas-hero .politicas-meta__item a {
  color: #1da1f2;
  text-decoration: none;
}
.politicas-hero .politicas-meta__item a:hover {
  color: #da5398;
  text-decoration: none;
}

.politicas-body {
  padding: 0 20px;
}
.politicas-body .politicas-intro-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .politicas-body .politicas-intro-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.politicas-body .politicas-intro-card {
  max-width: 980px;
  margin: 0 auto 22px auto;
  padding: 26px 26px 24px;
}
.politicas-body .politicas-intro-card p {
  margin: 0 0 14px 0;
  font-size: 18px;
  line-height: 1.72;
  color: #3f3f3f;
  font-family: "Dosis", sans-serif;
}
html.dark .politicas-body .politicas-intro-card p {
  color: rgba(255, 255, 255, 0.88);
}
.politicas-body .politicas-intro-card p:last-child {
  margin-bottom: 0;
}
.politicas-body .politicas-accordion {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.politica-item {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .politica-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.politica-item {
  overflow: hidden;
}
.politica-item[open] summary {
  color: #da5398;
}
.politica-item[open] summary::after {
  transform: rotate(180deg);
}
.politica-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 22px 56px 22px 22px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.35;
  color: #1da1f2;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-family: "Montserrat", sans-serif;
  transition: 0.22s ease all;
}
.politica-item summary::-webkit-details-marker {
  display: none;
}
.politica-item summary:hover {
  color: #da5398;
}
.politica-item summary::after {
  content: "⌄";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
  color: inherit;
  transition: transform 0.22s ease;
}
.politica-item .politica-item__content {
  padding: 0 22px 22px 22px;
  border-top: 1px solid rgba(29, 161, 242, 0.1);
}
html.dark .politica-item .politica-item__content {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.politica-item .politica-item__content p {
  margin: 0 0 14px 0;
  font-size: 17px;
  line-height: 1.72;
  color: #3f3f3f;
  font-family: "Dosis", sans-serif;
}
html.dark .politica-item .politica-item__content p {
  color: rgba(255, 255, 255, 0.88);
}
.politica-item .politica-item__content ul {
  margin: 0 0 16px 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.politica-item .politica-item__content ul li {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.58;
  color: #3f3f3f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 161, 242, 0.12);
  font-family: "Dosis", sans-serif;
}
html.dark .politica-item .politica-item__content ul li {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.politica-item .politica-item__content ul li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #da5398 0%, #5d005d 100%);
}
.politica-item .politica-item__content a {
  color: #1da1f2;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 2px;
}
.politica-item .politica-item__content a:hover {
  color: #da5398;
}

.politicas-contacto-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .politicas-contacto-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.politicas-contacto-card {
  max-width: 980px;
  margin: 22px auto 0 auto;
  padding: 28px 28px 30px;
  text-align: left;
}
.politicas-contacto-card .politicas-contacto-card__kicker {
  display: inline-block;
  margin: 0 0 12px 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  font-family: "Montserrat", sans-serif;
}
.politicas-contacto-card h2 {
  margin: 0 0 14px 0;
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 1.14;
  color: #da5398;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-wrap: balance;
}
.politicas-contacto-card p {
  margin: 0 0 18px 0;
  font-size: 18px;
  line-height: 1.68;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .politicas-contacto-card p {
  color: rgba(255, 255, 255, 0.88);
}
.politicas-contacto-card .politicas-contacto-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  transition: 0.22s ease all;
}
.politicas-contacto-card .politicas-contacto-card__cta:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
.politicas-contacto-card .politicas-contacto-card__cta:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.14);
}
.politicas-contacto-card .politicas-contacto-card__cta:active {
  color: #5d005d !important;
  background: #f8cc07;
  transform: scale(0.98);
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .politicas-page {
    padding: 28px 0 64px;
  }
  .politicas-hero {
    padding: 18px 18px 22px;
  }
  .politicas-hero .politicas-lead {
    font-size: 18px;
  }
  .politicas-body {
    padding: 0 18px;
  }
  .politicas-body .politicas-intro-card {
    padding: 22px 22px 20px;
  }
  .politicas-body .politicas-contacto-card {
    padding: 24px 22px 24px;
  }
}
@media screen and (max-width: 768px) {
  .politicas-page {
    padding: 22px 0 54px;
  }
  .politicas-hero {
    padding: 14px 16px 18px;
  }
  .politicas-hero h1 {
    font-size: clamp(30px, 8vw, 40px);
  }
  .politicas-hero .politicas-lead {
    font-size: 17px;
    line-height: 1.6;
  }
  .politicas-hero .politicas-meta {
    gap: 8px;
  }
  .politicas-hero .politicas-meta__item {
    width: 100%;
    justify-content: flex-start;
    border-radius: 18px;
    padding: 10px 12px;
    font-size: 14px;
  }
  .politicas-body {
    padding: 0 16px;
  }
  .politicas-body .politicas-intro-card {
    padding: 18px 16px;
  }
  .politicas-body .politicas-intro-card p {
    font-size: 16px;
    line-height: 1.64;
  }
  .politica-item summary {
    padding: 18px 46px 18px 16px;
    font-size: 17px;
    line-height: 1.42;
  }
  .politica-item summary::after {
    right: 16px;
    font-size: 20px;
  }
  .politica-item .politica-item__content {
    padding: 0 16px 18px 16px;
  }
  .politica-item .politica-item__content p {
    font-size: 16px;
    line-height: 1.65;
  }
  .politica-item .politica-item__content ul {
    gap: 8px;
  }
  .politica-item .politica-item__content ul li {
    font-size: 15px;
    line-height: 1.55;
    padding: 11px 12px 11px 38px;
  }
  .politicas-contacto-card {
    padding: 20px 16px 22px;
  }
  .politicas-contacto-card h2 {
    font-size: 26px;
  }
  .politicas-contacto-card p {
    font-size: 16px;
    line-height: 1.62;
  }
  .politicas-contacto-card .politicas-contacto-card__cta {
    width: 100%;
    padding: 14px 16px;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .politicas-page *,
  .politicas-page *::before,
  .politicas-page *::after {
    transition: none !important;
  }
}
.gracias-contenedor {
  width: 100%;
  margin: auto;
  position: relative;
  display: block;
  padding: 150px 20px 20px 20px;
  transition: 0.3s ease all;
}
html.dark .gracias-contenedor {
  background: #000;
  transition: 0.3s ease all;
}
.gracias-contenedor .enviado {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 0;
}
.gracias-contenedor .enviado img {
  margin: auto;
  max-width: 120px;
}
.gracias-contenedor .enviado h2 {
  margin: 20px auto 0 auto;
  position: relative;
  display: block;
  font-size: 20px;
  font-family: "Dosis", sans-serif;
  color: #da5398;
  letter-spacing: 2px;
  margin: 30px 20px;
}
.gracias-contenedor .enviado .adicional {
  color: #1da1f2;
}
.gracias-contenedor .enviado .universidades {
  position: relative;
  display: absolute;
  margin: 30px auto;
  text-align: center;
}
.gracias-contenedor .enviado .universidades p {
  padding: 0 0 10px 0;
  font-size: 20px;
}
.gracias-contenedor .enviado .universidades img {
  display: inline-block;
  margin: auto;
  margin: 0 10px;
  height: 30px;
}

.condiciones-servicio-page {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 20px 70px;
  background: url(../imagenes/pw_maze_white.png);
  transition: 0.3s ease all;
}
html.dark .condiciones-servicio-page {
  background: url(../imagenes/pw_maze_black.png);
}
.condiciones-servicio-page .condiciones-servicio-shell {
  max-width: 980px;
  margin: 0 auto;
}
.condiciones-servicio-page .condiciones-servicio-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  padding: 34px 34px 38px;
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .condiciones-servicio-page .condiciones-servicio-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.condiciones-servicio-page .condiciones-servicio-head {
  text-align: center;
  margin-bottom: 28px;
}
.condiciones-servicio-page .condiciones-servicio-head h1 {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #da5398;
}
html.dark .condiciones-servicio-page .condiciones-servicio-head h1 {
  color: #ffffff;
}
.condiciones-servicio-page .condiciones-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .condiciones-servicio-page .condiciones-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.condiciones-servicio-page .condiciones-fecha {
  margin: 0;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(93, 93, 93, 0.78);
}
html.dark .condiciones-servicio-page .condiciones-fecha {
  color: rgba(255, 255, 255, 0.74);
}
.condiciones-servicio-page .condiciones-servicio-content {
  color: #3f3f3f;
}
html.dark .condiciones-servicio-page .condiciones-servicio-content {
  color: rgba(255, 255, 255, 0.9);
}
.condiciones-servicio-page .condiciones-servicio-content h2 {
  margin: 34px 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.12;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #da5398;
}
html.dark .condiciones-servicio-page .condiciones-servicio-content h2 {
  color: #da5398;
}
.condiciones-servicio-page .condiciones-servicio-content h3 {
  margin: 28px 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.2;
  font-weight: 500;
  color: #1da1f2;
}
html.dark .condiciones-servicio-page .condiciones-servicio-content h3 {
  color: #1da1f2;
}
.condiciones-servicio-page .condiciones-servicio-content p {
  margin: 0 0 18px;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  line-height: 1.9;
  color: #4b4b4b;
}
html.dark .condiciones-servicio-page .condiciones-servicio-content p {
  color: rgba(255, 255, 255, 0.9);
}
.condiciones-servicio-page .condiciones-servicio-content ul,
.condiciones-servicio-page .condiciones-servicio-content ol {
  margin: 0 0 22px 1.2rem;
  padding: 0;
}
.condiciones-servicio-page .condiciones-servicio-content ul li,
.condiciones-servicio-page .condiciones-servicio-content ol li {
  margin-bottom: 12px;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  line-height: 1.85;
  color: #4b4b4b;
}
html.dark .condiciones-servicio-page .condiciones-servicio-content ul li,
html.dark .condiciones-servicio-page .condiciones-servicio-content ol li {
  color: rgba(255, 255, 255, 0.9);
}
.condiciones-servicio-page .condiciones-servicio-content a {
  color: #1da1f2;
  text-decoration: none;
  border-bottom: 1px solid rgba(29, 161, 242, 0.35);
  transition: 0.2s ease all;
}
.condiciones-servicio-page .condiciones-servicio-content a:hover {
  color: #da5398;
  border-bottom-color: rgba(218, 83, 152, 0.35);
}

@media screen and (max-width: 991px) {
  .condiciones-servicio-page {
    padding: 30px 18px 60px;
  }
  .condiciones-servicio-page .condiciones-servicio-card {
    padding: 28px 24px 32px;
  }
  .condiciones-servicio-page .condiciones-servicio-content p,
  .condiciones-servicio-page .condiciones-servicio-content ul li,
  .condiciones-servicio-page .condiciones-servicio-content ol li {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .condiciones-servicio-page {
    padding: 30px 14px 52px;
  }
  .condiciones-servicio-page .condiciones-servicio-card {
    padding: 22px 16px 26px;
    border-radius: 22px;
  }
  .condiciones-servicio-page .condiciones-servicio-head {
    margin-bottom: 22px;
  }
  .condiciones-servicio-page .condiciones-servicio-head h1 {
    font-size: clamp(28px, 8vw, 40px);
  }
  .condiciones-servicio-page .condiciones-kicker {
    font-size: 11px;
    padding: 7px 12px;
  }
  .condiciones-servicio-page .condiciones-fecha {
    font-size: 14px;
  }
  .condiciones-servicio-page .condiciones-servicio-content h2 {
    margin: 28px 0 12px;
    font-size: clamp(24px, 6.5vw, 32px);
  }
  .condiciones-servicio-page .condiciones-servicio-content h3 {
    font-size: clamp(20px, 5.5vw, 26px);
  }
  .condiciones-servicio-page .condiciones-servicio-content p {
    font-size: 17px;
    line-height: 1.75;
  }
  .condiciones-servicio-page .condiciones-servicio-content ul,
  .condiciones-servicio-page .condiciones-servicio-content ol {
    margin-left: 1rem;
  }
  .condiciones-servicio-page .condiciones-servicio-content ul li,
  .condiciones-servicio-page .condiciones-servicio-content ol li {
    font-size: 17px;
    line-height: 1.72;
  }
}
.wrapper.service-page {
  position: relative;
  width: 100%;
  padding: 24px 0 56px;
  background: url(../imagenes/pw_maze_white.png);
  overflow: visible !important;
}
html.dark .wrapper.service-page {
  background: url(../imagenes/pw_maze_black.png);
}
.wrapper.service-page > .container-fluid {
  max-width: 1440px;
  overflow: visible !important;
}

.service-page__row {
  align-items: stretch !important;
  overflow: visible !important;
}

.service-page__main {
  align-self: flex-start;
  overflow: visible !important;
}

.service-page__aside {
  align-self: stretch !important;
  display: block;
  height: auto;
  min-height: 100%;
  overflow: visible !important;
}

.service-entry {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.service-breadcrumbs {
  margin-bottom: 14px;
}

.service-breadcrumbs__trail,
.service-breadcrumbs p,
.service-breadcrumbs span,
.service-breadcrumbs a {
  font-size: 0.92rem;
  color: #7a7382;
  font-family: "Dosis", sans-serif;
}
html.dark .service-breadcrumbs__trail,
html.dark .service-breadcrumbs p,
html.dark .service-breadcrumbs span,
html.dark .service-breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
}

.service-breadcrumbs a {
  color: #1da1f2;
  text-decoration: none;
}
.service-breadcrumbs a:hover {
  text-decoration: underline;
}

.service-hero__box,
.service-page__content-wrap,
.service-contact-box,
.service-card,
.service-related__card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 44px rgba(94, 63, 100, 0.08);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .service-hero__box,
html.dark .service-page__content-wrap,
html.dark .service-contact-box,
html.dark .service-card,
html.dark .service-related__card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.service-hero__box {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.98fr);
  gap: 26px;
  padding: 30px;
}
.service-hero__box.no-media {
  grid-template-columns: 1fr;
}

.service-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.service-hero__eyebrow,
.service-card__eyebrow,
.service-contact-box__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .service-hero__eyebrow,
html.dark .service-card__eyebrow,
html.dark .service-contact-box__eyebrow {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}

.service-hero__title {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.1rem, 3.6vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #da5398;
  max-width: 680px;
}
html.dark .service-hero__title {
  color: #da5398;
}

.service-hero__excerpt {
  margin: 0 0 18px;
  max-width: 720px;
  font-family: "Dosis", sans-serif;
  font-size: 1.12rem;
  line-height: 1.72;
  color: #4a4450;
}
html.dark .service-hero__excerpt {
  color: rgba(255, 255, 255, 0.88);
}
.service-hero__excerpt p:last-child {
  margin-bottom: 0;
}

.service-hero__actions,
.service-contact-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.22s ease all;
}
.service-btn:hover {
  transform: translateY(-1px);
}

.service-btn--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
}
.service-btn--primary:hover, .service-btn--primary:focus {
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(151, 33, 120, 0.28);
}

.service-btn--secondary {
  color: #da5398 !important;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(218, 83, 152, 0.22);
}
.service-btn--secondary:hover, .service-btn--secondary:focus {
  color: #da5398 !important;
  background: rgba(218, 83, 152, 0.06);
  border-color: rgba(218, 83, 152, 0.3);
}
html.dark .service-btn--secondary {
  color: #ffffff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
}
html.dark .service-btn--secondary:hover, html.dark .service-btn--secondary:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.26);
}

.service-btn--block {
  width: 100%;
}

.service-hero__microcontact {
  margin-bottom: 16px;
}
.service-hero__microcontact a {
  font-family: "Dosis", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  color: #1da1f2;
  text-decoration: none;
}
.service-hero__microcontact a:hover {
  text-decoration: underline;
}

.service-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.service-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: "Dosis", sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #4f4856;
  background: #f7f2f8;
  border: 1px solid #ecdfed;
}
.service-hero__trust li::before {
  content: "✓";
  color: #da5398;
  font-weight: 700;
}
html.dark .service-hero__trust li {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.service-hero__media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.service-hero__image {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-page__content-wrap {
  padding: 34px 30px;
}

.service-content {
  color: #433d4a;
  font-family: "Dosis", sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
}
html.dark .service-content {
  color: rgba(255, 255, 255, 0.88);
}
.service-content > *:last-child {
  margin-bottom: 0;
}
.service-content a {
  color: #1da1f2;
  text-decoration: none;
  font-weight: 600;
}
.service-content a:hover {
  text-decoration: underline;
}
.service-content h2,
.service-content h3 {
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}
.service-content h2 {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.95rem, 2.7vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #da5398;
}
.service-content h3 {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  line-height: 1.2;
  font-weight: 500;
  color: #1da1f2;
}
.service-content p {
  margin-bottom: 1.1rem;
}
.service-content ul,
.service-content ol {
  margin: 0 0 1.2rem 1.2rem;
}
.service-content li {
  margin-bottom: 0.65rem;
}
.service-content strong {
  color: #2d2732;
}
html.dark .service-content strong {
  color: #ffffff;
}
.service-content table {
  width: 100%;
  margin: 20px 0 16px;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}
html.dark .service-content table {
  background: transparent;
}
.service-content th,
.service-content td {
  padding: 14px 16px;
  font-size: 0.98rem;
  vertical-align: top;
  border: 1px solid #e6dce6;
}
html.dark .service-content th,
html.dark .service-content td {
  border-color: rgba(255, 255, 255, 0.1);
}
.service-content th {
  background: #f8f1f8;
  color: #5d005d;
  font-weight: 700;
}
html.dark .service-content th {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.service-section {
  margin-bottom: 40px;
}
.service-section:last-child {
  margin-bottom: 0;
}

.service-highlight,
.service-note,
.service-box,
.service-inline-cta,
.service-price-table,
.service-faq,
.service-quick-answer {
  padding: 20px 22px;
  border-radius: 20px;
  background: #f7fbff;
  border: 1px solid #d8ebfb;
  border-left: 4px solid #1da1f2;
}
html.dark .service-highlight,
html.dark .service-note,
html.dark .service-box,
html.dark .service-inline-cta,
html.dark .service-price-table,
html.dark .service-faq,
html.dark .service-quick-answer {
  background: rgba(255, 255, 255, 0.03);
}

.service-note {
  background: #fff8fb;
  border-color: #f1d8e8;
  border-left-color: #da5398;
}

.service-box {
  background: #faf7fb;
  border-color: #e9dceb;
  border-left-color: #5d005d;
}

.service-inline-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.service-inline-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  box-shadow: 0 12px 26px rgba(122, 15, 117, 0.22);
}
.service-inline-cta__button:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
}

.service-checklist,
.service-bullet-list,
.service-areas-list,
.service-contact-list {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0;
}
.service-checklist li,
.service-bullet-list li,
.service-areas-list li,
.service-contact-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.service-checklist li::before,
.service-bullet-list li::before,
.service-areas-list li::before,
.service-contact-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
}

.service-number-list {
  counter-reset: step;
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0;
}
.service-number-list li {
  position: relative;
  min-height: 38px;
  margin-bottom: 18px;
  padding-left: 56px;
}
.service-number-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  box-shadow: 0 8px 18px rgba(122, 15, 117, 0.2);
}

.service-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-mini-card {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e8deea;
}
html.dark .service-mini-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}
.service-mini-card h3,
.service-mini-card h4 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  color: #5d005d;
  font-weight: 700;
}
html.dark .service-mini-card h3,
html.dark .service-mini-card h4 {
  color: #ffffff;
}
.service-mini-card p:last-child {
  margin-bottom: 0;
}

.service-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.service-faq__item + .service-faq__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dbeaf7;
}

.service-faq__question {
  margin: 0 0 8px;
  font-size: 1.08rem;
  color: #5d005d;
  font-weight: 700;
}

.service-contact-box {
  padding: 30px 32px;
}

.service-contact-box__inner {
  max-width: 900px;
}

.service-contact-box__title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  line-height: 1.08;
  color: #5d005d;
  font-weight: 500;
}
html.dark .service-contact-box__title {
  color: #da5398;
}

.service-contact-box__text {
  margin-bottom: 18px;
  color: #4b4552;
  font-size: 1.02rem;
  font-family: "Dosis", sans-serif;
}
html.dark .service-contact-box__text {
  color: rgba(255, 255, 255, 0.88);
}

.service-contact-box__email {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #1da1f2;
  text-decoration: none;
}
.service-contact-box__email:hover {
  text-decoration: underline;
}

.service-section-heading {
  margin-bottom: 16px;
}
.service-section-heading h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.12;
  color: #5d005d;
  font-weight: 500;
}

.service-related__card {
  display: block;
  height: 100%;
  padding: 24px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.service-related__card:hover {
  transform: translateY(-2px);
  border-color: #d9bfd8;
  box-shadow: 0 20px 46px rgba(94, 63, 100, 0.11);
}

.service-related__title {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
  color: #5d005d;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
html.dark .service-related__title {
  color: #ffffff;
}

.service-related__excerpt {
  margin: 0;
  color: #56505d;
  line-height: 1.65;
  font-family: "Dosis", sans-serif;
}
html.dark .service-related__excerpt {
  color: rgba(255, 255, 255, 0.84);
}

.service-page__aside-holder {
  position: sticky;
  position: -webkit-sticky;
  top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 18px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 5;
}

.service-card {
  padding: 24px;
}

.service-card__title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.45rem;
  line-height: 1.12;
  color: #5d005d;
  font-weight: 500;
}
html.dark .service-card__title {
  color: #da5398;
}

.service-card__text {
  margin-bottom: 16px;
  color: #514b58;
  line-height: 1.72;
  font-family: "Dosis", sans-serif;
}
html.dark .service-card__text {
  color: rgba(255, 255, 255, 0.84);
}

.service-card__checks {
  margin: 0 0 18px;
  padding: 0;
}
.service-card__checks li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
  color: #4e4755;
  font-family: "Dosis", sans-serif;
}
.service-card__checks li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #da5398;
  font-weight: 700;
}
html.dark .service-card__checks li {
  color: rgba(255, 255, 255, 0.84);
}

.service-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}
.service-card__links a {
  color: #1da1f2;
  font-weight: 700;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
}
.service-card__links a:hover {
  text-decoration: underline;
}

.service-card__foot {
  margin: 14px 0 0;
  font-size: 0.92rem;
  color: #776f7d;
  font-family: "Dosis", sans-serif;
}
html.dark .service-card__foot {
  color: rgba(255, 255, 255, 0.78);
}

.service-card--toc {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(100vh - (var(--navbar-h, 76px) + var(--banner-h, 56px) + 48px));
}

.service-toc-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(151, 33, 120, 0.34) rgba(255, 255, 255, 0.06);
}
.service-toc-scroll::-webkit-scrollbar {
  width: 10px;
}
.service-toc-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}
.service-toc-scroll::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.26);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
html.dark .service-toc-scroll {
  scrollbar-color: rgba(151, 33, 120, 0.46) rgba(255, 255, 255, 0.05);
}
html.dark .service-toc-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}
html.dark .service-toc-scroll::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.42);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.service-toc {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-toc__item + .service-toc__item {
  margin-top: 6px;
}

.service-toc__link {
  display: block;
  padding: 8px 0;
  color: #504858;
  text-decoration: none;
  line-height: 1.45;
  font-size: 0.98rem;
  font-family: "Dosis", sans-serif;
  transition: 0.2s ease all;
  word-break: break-word;
}
.service-toc__link:hover {
  color: #da5398;
}
.service-toc__link.is-active {
  color: #da5398;
  font-weight: 700;
}
html.dark .service-toc__link {
  color: rgba(255, 255, 255, 0.82);
}
html.dark .service-toc__link:hover {
  color: #da5398;
}
html.dark .service-toc__link.is-active {
  color: #da5398;
  font-weight: 700;
}

.service-form-anchor {
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}

.service-page > .container-fluid {
  margin-bottom: 40px;
}

.service-page__row {
  margin-bottom: 0;
}

.service-form-anchor {
  padding-top: 10px;
  padding-bottom: 28px;
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}

a.service-btn.service-btn--secondary,
a.service-btn.service-btn--secondary:visited,
button.service-btn.service-btn--secondary {
  color: #da5398 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(218, 83, 152, 0.24) !important;
  text-decoration: none !important;
  box-shadow: none;
}
a.service-btn.service-btn--secondary:hover, a.service-btn.service-btn--secondary:focus, a.service-btn.service-btn--secondary:active,
a.service-btn.service-btn--secondary:visited:hover,
a.service-btn.service-btn--secondary:visited:focus,
a.service-btn.service-btn--secondary:visited:active,
button.service-btn.service-btn--secondary:hover,
button.service-btn.service-btn--secondary:focus,
button.service-btn.service-btn--secondary:active {
  color: #da5398 !important;
  background: rgba(218, 83, 152, 0.07) !important;
  border-color: rgba(218, 83, 152, 0.34) !important;
  text-decoration: none !important;
}

body.dark a.service-btn.service-btn--secondary,
body.dark a.service-btn.service-btn--secondary:visited,
body.dark button.service-btn.service-btn--secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}
body.dark a.service-btn.service-btn--secondary:hover, body.dark a.service-btn.service-btn--secondary:focus, body.dark a.service-btn.service-btn--secondary:active,
body.dark a.service-btn.service-btn--secondary:visited:hover,
body.dark a.service-btn.service-btn--secondary:visited:focus,
body.dark a.service-btn.service-btn--secondary:visited:active,
body.dark button.service-btn.service-btn--secondary:hover,
body.dark button.service-btn.service-btn--secondary:focus,
body.dark button.service-btn.service-btn--secondary:active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
}

.service-hero__actions a.service-btn--secondary,
.service-hero__actions button.service-btn--secondary {
  color: #da5398 !important;
}

body.dark .service-hero__actions a.service-btn--secondary,
body.dark .service-hero__actions button.service-btn--secondary {
  color: #ffffff !important;
}

.service-contact-box__actions a.service-btn--secondary,
.service-contact-box__actions button.service-btn--secondary {
  color: #da5398 !important;
}

body.dark .service-contact-box__actions a.service-btn--secondary,
body.dark .service-contact-box__actions button.service-btn--secondary {
  color: #ffffff !important;
}

@media (max-width: 1199px) {
  .service-page__aside {
    align-self: auto !important;
    min-height: auto;
  }
  .service-page__aside-holder {
    position: static;
    top: auto;
  }
  .service-card--toc {
    max-height: none;
  }
  .service-toc-scroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .wrapper.service-page {
    padding: 18px 0 44px;
  }
  .service-hero__box {
    grid-template-columns: 1fr;
    padding: 26px;
  }
  .service-page__content-wrap,
  .service-contact-box,
  .service-card {
    padding: 24px;
  }
  .service-mini-grid {
    grid-template-columns: 1fr;
  }
  .service-inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-page > .container-fluid {
    margin-bottom: 32px;
  }
  .service-form-anchor {
    padding-top: 8px;
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .wrapper.service-page {
    padding: 14px 0 36px;
  }
  .service-hero__title {
    font-size: clamp(2rem, 8vw, 2.7rem);
    line-height: 1.08;
  }
  .service-content {
    font-size: 1rem;
  }
  .service-content h2 {
    font-size: 1.75rem;
  }
  .service-content h3 {
    font-size: 1.2rem;
  }
  .service-content th,
  .service-content td {
    font-size: 0.92rem;
    padding: 12px;
  }
  .service-hero__trust {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-hero__actions,
  .service-contact-box__actions {
    flex-direction: column;
  }
  .service-hero__actions .service-btn,
  .service-contact-box__actions .service-btn {
    width: 100%;
  }
  .service-contact-box {
    padding: 24px 18px;
  }
  .service-page > .container-fluid {
    margin-bottom: 24px;
  }
  .service-form-anchor {
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.service-content > .service-section:first-child {
  margin-top: 0;
}
.service-content > .service-section + .service-section {
  margin-top: 4px;
}
.service-content .service-box,
.service-content .service-note,
.service-content .service-highlight,
.service-content .service-inline-cta {
  box-shadow: 0 10px 24px rgba(94, 63, 100, 0.04);
}
html.dark .service-content .service-box,
html.dark .service-content .service-note,
html.dark .service-content .service-highlight,
html.dark .service-content .service-inline-cta {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.service-content .service-box p:last-child {
  margin-bottom: 0;
}
.service-content .service-note p:last-child {
  margin-bottom: 0;
}
.service-content .service-highlight p:last-child {
  margin-bottom: 0;
}
.service-content .service-inline-cta {
  background: linear-gradient(135deg, rgba(93, 0, 93, 0.05) 0%, rgba(218, 83, 152, 0.06) 100%);
  border-color: rgba(218, 83, 152, 0.18);
  border-left-color: #da5398;
}
html.dark .service-content .service-inline-cta {
  background: linear-gradient(135deg, rgba(93, 0, 93, 0.1) 0%, rgba(218, 83, 152, 0.1) 100%);
  border-color: rgba(218, 83, 152, 0.24);
}
.service-content .service-inline-cta strong {
  color: #5d005d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
html.dark .service-content .service-inline-cta strong {
  color: #ffffff;
}
.service-content .service-inline-cta p {
  margin-bottom: 0;
}
.service-content .service-inline-cta__button {
  flex: 0 0 auto;
}
.service-content .service-mini-card {
  box-shadow: 0 10px 24px rgba(94, 63, 100, 0.04);
  transition: 0.22s ease all;
}
.service-content .service-mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(94, 63, 100, 0.08);
  border-color: rgba(218, 83, 152, 0.18);
}
html.dark .service-content .service-mini-card {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
html.dark .service-content .service-mini-card:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26);
}
.service-content .service-price-table {
  box-shadow: 0 12px 28px rgba(94, 63, 100, 0.04);
}
html.dark .service-content .service-price-table {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.service-content .service-faq {
  background: transparent;
  border: 0;
  border-left: 0;
  padding: 0;
  box-shadow: none;
}
.service-content .service-faq__item {
  padding: 22px 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e8deea;
  box-shadow: 0 10px 24px rgba(94, 63, 100, 0.04);
}
html.dark .service-content .service-faq__item {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.service-content .service-faq__item + .service-faq__item {
  margin-top: 16px;
  padding-top: 22px;
  border-top: 0;
}
.service-content .service-box a,
.service-content .service-note a,
.service-content .service-highlight a,
.service-content .service-inline-cta a {
  font-weight: 700;
}
.service-content .service-price-table table {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.service-content .service-price-table thead th {
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  color: #ffffff;
}
.service-content .service-price-table tbody tr:nth-child(even) td {
  background: rgba(218, 83, 152, 0.018);
}
html.dark .service-content .service-price-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.015);
}

.service-comparison-links {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbf8fc 100%);
  border: 1px solid #eadfec;
  box-shadow: 0 10px 24px rgba(94, 63, 100, 0.04);
}
html.dark .service-comparison-links {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.service-comparison-links p:last-child {
  margin-bottom: 0;
}
.service-comparison-links strong {
  color: #5d005d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
html.dark .service-comparison-links strong {
  color: #ffffff;
}
.service-comparison-links a {
  font-weight: 700;
}

@media (max-width: 991px) {
  .service-content .service-inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-content .service-inline-cta__button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-content .service-faq__item {
    padding: 20px 18px;
  }
  .service-content .service-comparison-links {
    padding: 18px;
  }
}
.wrapper.country-page {
  position: relative;
  width: 100%;
  padding: 24px 0 56px;
  background: url(../imagenes/pw_maze_white.png);
  overflow: visible !important;
}
html.dark .wrapper.country-page {
  background: url(../imagenes/pw_maze_black.png);
}
.wrapper.country-page > .container-fluid {
  max-width: 1440px;
  overflow: visible !important;
}

.country-page__row {
  align-items: stretch !important;
  overflow: visible !important;
}

.country-page__main {
  align-self: flex-start;
  overflow: visible !important;
}

.country-page__aside {
  align-self: stretch !important;
  display: block;
  height: auto;
  min-height: 100%;
  overflow: visible !important;
}

.country-entry {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.country-breadcrumbs {
  margin-bottom: 14px;
}

.country-breadcrumbs__trail,
.country-breadcrumbs p,
.country-breadcrumbs span,
.country-breadcrumbs a {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #7a7382;
  font-family: "Dosis", sans-serif;
}
html.dark .country-breadcrumbs__trail,
html.dark .country-breadcrumbs p,
html.dark .country-breadcrumbs span,
html.dark .country-breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
}

.country-breadcrumbs a {
  color: #1da1f2;
  text-decoration: none;
}
.country-breadcrumbs a:hover {
  text-decoration: underline;
}

.country-hero__box,
.country-page__content-wrap,
.country-contact-box,
.country-card,
.country-related__card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 44px rgba(94, 63, 100, 0.08);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .country-hero__box,
html.dark .country-page__content-wrap,
html.dark .country-contact-box,
html.dark .country-card,
html.dark .country-related__card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.country-hero__box {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.98fr);
  gap: 26px;
  padding: 30px;
}
.country-hero__box.no-media {
  grid-template-columns: 1fr;
}

.country-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.country-hero__eyebrow,
.country-card__eyebrow,
.country-contact-box__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .country-hero__eyebrow,
html.dark .country-card__eyebrow,
html.dark .country-contact-box__eyebrow {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}

.country-hero__title {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.1rem, 3.6vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #da5398;
  max-width: 680px;
}
html.dark .country-hero__title {
  color: #da5398;
}

.country-hero__excerpt {
  margin: 0 0 18px;
  max-width: 720px;
  font-family: "Dosis", sans-serif;
  font-size: 1.12rem;
  line-height: 1.72;
  color: #4a4450;
}
html.dark .country-hero__excerpt {
  color: rgba(255, 255, 255, 0.88);
}
.country-hero__excerpt p:last-child {
  margin-bottom: 0;
}

.country-hero__actions,
.country-contact-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}

.country-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.22s ease all;
}
.country-btn:hover {
  transform: translateY(-1px);
}

.country-btn--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
}
.country-btn--primary:visited {
  color: #ffffff !important;
}
.country-btn--primary:hover, .country-btn--primary:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 12px 28px rgba(151, 33, 120, 0.28);
}

.country-btn--secondary {
  color: #da5398 !important;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(218, 83, 152, 0.22);
}
.country-btn--secondary:visited {
  color: #da5398 !important;
}
.country-btn--secondary:hover, .country-btn--secondary:focus {
  color: #da5398 !important;
  background: rgba(218, 83, 152, 0.06);
  border-color: rgba(218, 83, 152, 0.3);
}
html.dark .country-btn--secondary {
  color: #ffffff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
}
html.dark .country-btn--secondary:visited {
  color: #ffffff !important;
}
html.dark .country-btn--secondary:hover, html.dark .country-btn--secondary:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.26);
}

.country-btn--block {
  width: 100%;
}

.country-hero__microcontact {
  margin-bottom: 16px;
}
.country-hero__microcontact a {
  font-family: "Dosis", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  color: #1da1f2;
  text-decoration: none;
}
.country-hero__microcontact a:hover {
  text-decoration: underline;
}

.country-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.country-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: "Dosis", sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #4f4856;
  background: #f7f2f8;
  border: 1px solid #ecdfed;
}
.country-hero__trust li::before {
  content: "✓";
  color: #da5398;
  font-weight: 700;
}
html.dark .country-hero__trust li {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.country-hero__media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.country-hero__image {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.country-page__content-wrap {
  padding: 34px 30px;
}

.country-content {
  color: #433d4a;
  font-family: "Dosis", sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
}
html.dark .country-content {
  color: rgba(255, 255, 255, 0.88);
}
.country-content > *:last-child {
  margin-bottom: 0;
}
.country-content a {
  color: #1da1f2;
  text-decoration: none;
  font-weight: 600;
}
.country-content a:hover {
  text-decoration: underline;
}
.country-content h2,
.country-content h3 {
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}
.country-content h2 {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.95rem, 2.7vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #da5398;
}
.country-content h3 {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  line-height: 1.2;
  font-weight: 500;
  color: #1da1f2;
}
.country-content p {
  margin-bottom: 1.1rem;
}
.country-content ul,
.country-content ol {
  margin: 0 0 1.2rem 1.2rem;
}
.country-content li {
  margin-bottom: 0.65rem;
}
.country-content strong {
  color: #2d2732;
}
html.dark .country-content strong {
  color: #ffffff;
}
.country-content table {
  width: 100%;
  margin: 20px 0 16px;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}
html.dark .country-content table {
  background: transparent;
}
.country-content th,
.country-content td {
  padding: 14px 16px;
  font-size: 0.98rem;
  vertical-align: top;
  border: 1px solid #e6dce6;
}
html.dark .country-content th,
html.dark .country-content td {
  border-color: rgba(255, 255, 255, 0.1);
}
.country-content th {
  background: #f8f1f8;
  color: #5d005d;
  font-weight: 700;
}
html.dark .country-content th {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.country-section {
  margin-bottom: 40px;
}
.country-section:last-child {
  margin-bottom: 0;
}

.country-highlight,
.country-note,
.country-box,
.country-inline-cta,
.country-price-table,
.country-faq,
.country-quick-answer {
  padding: 20px 22px;
  border-radius: 20px;
  background: #f7fbff;
  border: 1px solid #d8ebfb;
  border-left: 4px solid #1da1f2;
}
html.dark .country-highlight,
html.dark .country-note,
html.dark .country-box,
html.dark .country-inline-cta,
html.dark .country-price-table,
html.dark .country-faq,
html.dark .country-quick-answer {
  background: rgba(255, 255, 255, 0.03);
}

.country-note {
  background: #fff8fb;
  border-color: #f1d8e8;
  border-left-color: #da5398;
}

.country-box {
  background: #faf7fb;
  border-color: #e9dceb;
  border-left-color: #5d005d;
}

.country-inline-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.country-inline-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  box-shadow: 0 12px 26px rgba(122, 15, 117, 0.22);
}
.country-inline-cta__button:visited {
  color: #ffffff !important;
}
.country-inline-cta__button:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  transform: translateY(-1px);
}

.country-checklist,
.country-bullet-list,
.country-areas-list,
.country-contact-list {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0;
}
.country-checklist li,
.country-bullet-list li,
.country-areas-list li,
.country-contact-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.country-checklist li::before,
.country-bullet-list li::before,
.country-areas-list li::before,
.country-contact-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
}

.country-number-list {
  counter-reset: step;
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0;
}
.country-number-list li {
  position: relative;
  min-height: 38px;
  margin-bottom: 18px;
  padding-left: 56px;
}
.country-number-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  box-shadow: 0 8px 18px rgba(122, 15, 117, 0.2);
}

.country-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.country-mini-card {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e8deea;
}
html.dark .country-mini-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}
.country-mini-card h3,
.country-mini-card h4 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  color: #5d005d;
  font-weight: 700;
}
html.dark .country-mini-card h3,
html.dark .country-mini-card h4 {
  color: #ffffff;
}
.country-mini-card p:last-child {
  margin-bottom: 0;
}

.country-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.country-faq__item + .country-faq__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dbeaf7;
}

.country-faq__question {
  margin: 0 0 8px;
  font-size: 1.08rem;
  color: #5d005d;
  font-weight: 700;
}

.country-contact-box {
  padding: 30px 32px;
}

.country-contact-box__inner {
  max-width: 900px;
}

.country-contact-box__title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  line-height: 1.08;
  color: #5d005d;
  font-weight: 500;
}
html.dark .country-contact-box__title {
  color: #da5398;
}

.country-contact-box__text {
  margin-bottom: 18px;
  color: #4b4552;
  font-size: 1.02rem;
  font-family: "Dosis", sans-serif;
}
html.dark .country-contact-box__text {
  color: rgba(255, 255, 255, 0.88);
}

.country-contact-box__email {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #1da1f2;
  text-decoration: none;
}
.country-contact-box__email:hover {
  text-decoration: underline;
}

.country-section-heading {
  margin-bottom: 16px;
}
.country-section-heading h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.12;
  color: #5d005d;
  font-weight: 500;
}

.country-related__card {
  display: block;
  height: 100%;
  padding: 24px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.country-related__card:hover {
  transform: translateY(-2px);
  border-color: #d9bfd8;
  box-shadow: 0 20px 46px rgba(94, 63, 100, 0.11);
}

.country-related__title {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
  color: #5d005d;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
html.dark .country-related__title {
  color: #ffffff;
}

.country-related__excerpt {
  margin: 0;
  color: #56505d;
  line-height: 1.65;
  font-family: "Dosis", sans-serif;
}
html.dark .country-related__excerpt {
  color: rgba(255, 255, 255, 0.84);
}

.country-page__aside-holder {
  position: sticky;
  position: -webkit-sticky;
  top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 18px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 5;
}

.country-card {
  padding: 24px;
}

.country-card__title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.45rem;
  line-height: 1.12;
  color: #5d005d;
  font-weight: 500;
}
html.dark .country-card__title {
  color: #da5398;
}

.country-card__text {
  margin-bottom: 16px;
  color: #514b58;
  line-height: 1.72;
  font-family: "Dosis", sans-serif;
}
html.dark .country-card__text {
  color: rgba(255, 255, 255, 0.84);
}

.country-card__checks {
  margin: 0 0 18px;
  padding: 0;
}
.country-card__checks li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
  color: #4e4755;
  font-family: "Dosis", sans-serif;
}
.country-card__checks li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #da5398;
  font-weight: 700;
}
html.dark .country-card__checks li {
  color: rgba(255, 255, 255, 0.84);
}

.country-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}
.country-card__links a {
  color: #1da1f2;
  font-weight: 700;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
}
.country-card__links a:hover {
  text-decoration: underline;
}

.country-card__foot {
  margin: 14px 0 0;
  font-size: 0.92rem;
  color: #776f7d;
  font-family: "Dosis", sans-serif;
}
html.dark .country-card__foot {
  color: rgba(255, 255, 255, 0.78);
}

.country-card--toc {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(100vh - (var(--navbar-h, 76px) + var(--banner-h, 56px) + 48px));
}

.country-toc-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(151, 33, 120, 0.34) rgba(255, 255, 255, 0.06);
}
.country-toc-scroll::-webkit-scrollbar {
  width: 10px;
}
.country-toc-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}
.country-toc-scroll::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.26);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
html.dark .country-toc-scroll {
  scrollbar-color: rgba(151, 33, 120, 0.46) rgba(255, 255, 255, 0.05);
}
html.dark .country-toc-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}
html.dark .country-toc-scroll::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.42);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.country-toc {
  margin: 0;
  padding: 0;
  list-style: none;
}

.country-toc__item + .country-toc__item {
  margin-top: 6px;
}

.country-toc__link {
  display: block;
  padding: 8px 0;
  color: #504858;
  text-decoration: none;
  line-height: 1.45;
  font-size: 0.98rem;
  font-family: "Dosis", sans-serif;
  transition: 0.2s ease all;
  word-break: break-word;
}
.country-toc__link:hover {
  color: #da5398;
}
.country-toc__link.is-active {
  color: #da5398;
  font-weight: 700;
}
html.dark .country-toc__link {
  color: rgba(255, 255, 255, 0.82);
}
html.dark .country-toc__link:hover {
  color: #da5398;
}
html.dark .country-toc__link.is-active {
  color: #da5398;
  font-weight: 700;
}

.country-form-anchor {
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}

.country-page > .container-fluid {
  margin-bottom: 40px;
}

.country-page__row {
  margin-bottom: 0;
}

.country-form-anchor {
  padding-top: 10px;
  padding-bottom: 28px;
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}

a.country-btn.country-btn--secondary,
a.country-btn.country-btn--secondary:visited,
button.country-btn.country-btn--secondary {
  color: #da5398 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(218, 83, 152, 0.24) !important;
  text-decoration: none !important;
  box-shadow: none;
}
a.country-btn.country-btn--secondary:hover, a.country-btn.country-btn--secondary:focus, a.country-btn.country-btn--secondary:active,
a.country-btn.country-btn--secondary:visited:hover,
a.country-btn.country-btn--secondary:visited:focus,
a.country-btn.country-btn--secondary:visited:active,
button.country-btn.country-btn--secondary:hover,
button.country-btn.country-btn--secondary:focus,
button.country-btn.country-btn--secondary:active {
  color: #da5398 !important;
  background: rgba(218, 83, 152, 0.07) !important;
  border-color: rgba(218, 83, 152, 0.34) !important;
  text-decoration: none !important;
}

body.dark a.country-btn.country-btn--secondary,
body.dark a.country-btn.country-btn--secondary:visited,
body.dark button.country-btn.country-btn--secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}
body.dark a.country-btn.country-btn--secondary:hover, body.dark a.country-btn.country-btn--secondary:focus, body.dark a.country-btn.country-btn--secondary:active,
body.dark a.country-btn.country-btn--secondary:visited:hover,
body.dark a.country-btn.country-btn--secondary:visited:focus,
body.dark a.country-btn.country-btn--secondary:visited:active,
body.dark button.country-btn.country-btn--secondary:hover,
body.dark button.country-btn.country-btn--secondary:focus,
body.dark button.country-btn.country-btn--secondary:active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
}

.country-hero__actions a.country-btn--secondary,
.country-hero__actions button.country-btn--secondary {
  color: #da5398 !important;
}

body.dark .country-hero__actions a.country-btn--secondary,
body.dark .country-hero__actions button.country-btn--secondary {
  color: #ffffff !important;
}

.country-contact-box__actions a.country-btn--secondary,
.country-contact-box__actions button.country-btn--secondary {
  color: #da5398 !important;
}

body.dark .country-contact-box__actions a.country-btn--secondary,
body.dark .country-contact-box__actions button.country-btn--secondary {
  color: #ffffff !important;
}

@media (max-width: 1199px) {
  .country-page__aside {
    align-self: auto !important;
    min-height: auto;
  }
  .country-page__aside-holder {
    position: static;
    top: auto;
  }
  .country-card--toc {
    max-height: none;
    overflow: visible;
  }
}
@media (max-width: 991px) {
  .wrapper.country-page {
    padding: 18px 0 44px;
  }
  .country-hero__box {
    grid-template-columns: 1fr;
    padding: 26px;
  }
  .country-page__content-wrap,
  .country-contact-box,
  .country-card {
    padding: 24px;
  }
  .country-mini-grid {
    grid-template-columns: 1fr;
  }
  .country-inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .country-page > .container-fluid {
    margin-bottom: 32px;
  }
  .country-form-anchor {
    padding-top: 8px;
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .wrapper.country-page {
    padding: 14px 0 36px;
  }
  .country-hero__title {
    font-size: clamp(2rem, 8vw, 2.7rem);
    line-height: 1.08;
  }
  .country-content {
    font-size: 1rem;
  }
  .country-content h2 {
    font-size: 1.75rem;
  }
  .country-content h3 {
    font-size: 1.2rem;
  }
  .country-content th,
  .country-content td {
    font-size: 0.92rem;
    padding: 12px;
  }
  .country-hero__trust {
    flex-direction: column;
    align-items: flex-start;
  }
  .country-hero__actions,
  .country-contact-box__actions {
    flex-direction: column;
  }
  .country-hero__actions .country-btn,
  .country-contact-box__actions .country-btn {
    width: 100%;
  }
  .country-contact-box {
    padding: 24px 18px;
  }
  .country-page > .container-fluid {
    margin-bottom: 24px;
  }
  .country-form-anchor {
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.wrapper.comp-page {
  position: relative;
  width: 100%;
  padding: 26px 0 60px;
  background: url(../imagenes/pw_maze_white.png);
  overflow: visible !important;
}
.wrapper.comp-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(218, 83, 152, 0.045), transparent 34%), radial-gradient(circle at top left, rgba(29, 161, 242, 0.04), transparent 28%);
}
html.dark .wrapper.comp-page {
  background: url(../imagenes/pw_maze_black.png);
}
html.dark .wrapper.comp-page::before {
  background: radial-gradient(circle at top right, rgba(218, 83, 152, 0.1), transparent 34%), radial-gradient(circle at top left, rgba(29, 161, 242, 0.08), transparent 28%);
}
.wrapper.comp-page > .container-fluid {
  position: relative;
  max-width: 1440px;
  overflow: visible !important;
}

.comp-page__row {
  align-items: stretch !important;
  overflow: visible !important;
}

.comp-page__main {
  align-self: flex-start;
  overflow: visible !important;
}

.comp-page__aside {
  align-self: stretch !important;
  display: block;
  height: auto;
  min-height: 100%;
  overflow: visible !important;
}

.comp-entry {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.comp-breadcrumbs {
  margin-bottom: 14px;
}

.comp-breadcrumbs__trail,
.comp-breadcrumbs p,
.comp-breadcrumbs span,
.comp-breadcrumbs a {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #7a7382;
  font-family: "Dosis", sans-serif;
}
html.dark .comp-breadcrumbs__trail,
html.dark .comp-breadcrumbs p,
html.dark .comp-breadcrumbs span,
html.dark .comp-breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
}

.comp-breadcrumbs a {
  color: #1da1f2;
  text-decoration: none;
}
.comp-breadcrumbs a:hover {
  text-decoration: underline;
}

.comp-hero__box,
.comp-page__content-wrap,
.comp-contact-box,
.comp-card,
.comp-related__card {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 44px rgba(94, 63, 100, 0.08);
  backdrop-filter: blur(4px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .comp-hero__box,
html.dark .comp-page__content-wrap,
html.dark .comp-contact-box,
html.dark .comp-card,
html.dark .comp-related__card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.comp-hero__box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  padding: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(250, 247, 251, 0.88) 100%);
}
.comp-hero__box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(218, 83, 152, 0.06), transparent 24%), radial-gradient(circle at bottom left, rgba(29, 161, 242, 0.05), transparent 28%);
}
html.dark .comp-hero__box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
}
html.dark .comp-hero__box::before {
  background: radial-gradient(circle at top right, rgba(218, 83, 152, 0.14), transparent 26%), radial-gradient(circle at bottom left, rgba(29, 161, 242, 0.1), transparent 30%);
}
.comp-hero__box.no-media {
  grid-template-columns: 1fr;
}

.comp-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.comp-hero__eyebrow,
.comp-card__eyebrow,
.comp-contact-box__eyebrow,
.comp-quick-answer__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 9px 15px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .comp-hero__eyebrow,
html.dark .comp-card__eyebrow,
html.dark .comp-contact-box__eyebrow,
html.dark .comp-quick-answer__eyebrow {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}

.comp-hero__title {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 4.25rem);
  line-height: 1.01;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #da5398;
  max-width: 760px;
}
html.dark .comp-hero__title {
  color: #da5398;
}

.comp-hero__excerpt {
  margin: 0 0 20px;
  max-width: 760px;
  font-family: "Dosis", sans-serif;
  font-size: 1.13rem;
  line-height: 1.74;
  color: #4a4450;
}
html.dark .comp-hero__excerpt {
  color: rgba(255, 255, 255, 0.88);
}
.comp-hero__excerpt p:last-child {
  margin-bottom: 0;
}

.comp-hero__actions,
.comp-contact-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}

.comp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.22s ease all;
}
.comp-btn:hover {
  transform: translateY(-1px);
}

.comp-btn--primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  box-shadow: 0 14px 28px rgba(122, 15, 117, 0.18);
}
.comp-btn--primary:visited {
  color: #ffffff !important;
}
.comp-btn--primary:hover, .comp-btn--primary:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 14px 30px rgba(151, 33, 120, 0.28);
}

.comp-btn--secondary {
  color: #da5398 !important;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(218, 83, 152, 0.22);
}
.comp-btn--secondary:visited {
  color: #da5398 !important;
}
.comp-btn--secondary:hover, .comp-btn--secondary:focus {
  color: #da5398 !important;
  background: rgba(218, 83, 152, 0.06);
  border-color: rgba(218, 83, 152, 0.3);
}
html.dark .comp-btn--secondary {
  color: #ffffff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
}
html.dark .comp-btn--secondary:visited {
  color: #ffffff !important;
}
html.dark .comp-btn--secondary:hover, html.dark .comp-btn--secondary:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.26);
}

.comp-btn--block {
  width: 100%;
}

.comp-hero__microcontact {
  margin-bottom: 18px;
}
.comp-hero__microcontact a {
  font-family: "Dosis", sans-serif;
  font-size: 0.97rem;
  font-weight: 700;
  color: #1da1f2;
  text-decoration: none;
}
.comp-hero__microcontact a:hover {
  text-decoration: underline;
}

.comp-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.comp-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: "Dosis", sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #4f4856;
  background: #f7f2f8;
  border: 1px solid #ecdfed;
}
.comp-hero__trust li::before {
  content: "✓";
  color: #da5398;
  font-weight: 700;
}
html.dark .comp-hero__trust li {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.comp-hero__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.comp-hero__image {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.comp-page__content-wrap {
  padding: 34px 32px;
}

.comp-quick-answer {
  margin-bottom: 30px;
  padding: 24px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fbf8fc 100%);
  border: 1px solid #eadfec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 30px rgba(94, 63, 100, 0.05);
}
html.dark .comp-quick-answer {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

.comp-quick-answer__title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  line-height: 1.12;
  color: #5d005d;
  font-weight: 600;
}
html.dark .comp-quick-answer__title {
  color: #ffffff;
}

.comp-quick-answer__text {
  margin: 0 0 16px;
  color: #4d4654;
  font-family: "Dosis", sans-serif;
  line-height: 1.72;
}
html.dark .comp-quick-answer__text {
  color: rgba(255, 255, 255, 0.88);
}

.comp-quick-answer__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}
.comp-quick-answer__list li {
  position: relative;
  padding: 14px 16px 14px 38px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #ece2ee;
  color: #4e4657;
  line-height: 1.55;
  font-family: "Dosis", sans-serif;
}
.comp-quick-answer__list li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 16px;
  color: #da5398;
  font-weight: 700;
}
html.dark .comp-quick-answer__list li {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
}

.comp-content {
  color: #433d4a;
  font-family: "Dosis", sans-serif;
  font-size: 1.07rem;
  line-height: 1.86;
}
html.dark .comp-content {
  color: rgba(255, 255, 255, 0.88);
}
.comp-content > *:last-child {
  margin-bottom: 0;
}
.comp-content > * + * {
  margin-top: 0;
}
.comp-content > h2 {
  margin-top: 42px;
}
.comp-content > h3 {
  margin-top: 22px;
}
.comp-content > .comp-note,
.comp-content > .comp-highlight,
.comp-content > .comp-box,
.comp-content > .comp-inline-cta,
.comp-content > .comp-faq,
.comp-content > .comp-alert,
.comp-content > .comp-alternative,
.comp-content > .comp-mini-grid,
.comp-content > .comp-pros-cons,
.comp-content > .comp-compare {
  margin: 26px 0;
}
.comp-content a {
  color: #1da1f2;
  text-decoration: none;
  font-weight: 700;
}
.comp-content a:hover {
  text-decoration: underline;
}
.comp-content h2,
.comp-content h3 {
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}
.comp-content h2 {
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 2.8vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: #da5398;
}
.comp-content h3 {
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.22rem, 2vw, 1.82rem);
  line-height: 1.18;
  font-weight: 600;
  color: #1da1f2;
}
.comp-content p {
  margin-bottom: 1.12rem;
}
.comp-content ul,
.comp-content ol {
  margin: 0 0 1.2rem 1.2rem;
}
.comp-content li {
  margin-bottom: 0.68rem;
}
.comp-content strong {
  color: #2d2732;
}
html.dark .comp-content strong {
  color: #ffffff;
}
.comp-content table {
  width: 100%;
  margin: 20px 0 16px;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}
html.dark .comp-content table {
  background: transparent;
}
.comp-content th,
.comp-content td {
  padding: 14px 16px;
  font-size: 0.98rem;
  vertical-align: top;
  border: 1px solid #e6dce6;
}
html.dark .comp-content th,
html.dark .comp-content td {
  border-color: rgba(255, 255, 255, 0.1);
}
.comp-content th {
  background: #f8f1f8;
  color: #5d005d;
  font-weight: 700;
}
html.dark .comp-content th {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.comp-section {
  margin-bottom: 40px;
}
.comp-section:last-child {
  margin-bottom: 0;
}

.comp-highlight,
.comp-note,
.comp-box,
.comp-inline-cta,
.comp-faq,
.comp-alert,
.comp-alternative {
  padding: 22px 24px;
  border-radius: 22px;
  background: #f7fbff;
  border: 1px solid #d8ebfb;
  border-left: 4px solid #1da1f2;
  box-shadow: 0 12px 28px rgba(94, 63, 100, 0.04);
}
html.dark .comp-highlight,
html.dark .comp-note,
html.dark .comp-box,
html.dark .comp-inline-cta,
html.dark .comp-faq,
html.dark .comp-alert,
html.dark .comp-alternative {
  background: rgba(255, 255, 255, 0.03);
}

.comp-note {
  background: linear-gradient(180deg, #fff8fb 0%, #fffdfd 100%);
  border-color: #f1d8e8;
  border-left-color: #da5398;
}

.comp-highlight {
  background: linear-gradient(180deg, #f7fbff 0%, #fcfdff 100%);
}

.comp-box {
  background: linear-gradient(180deg, #faf7fb 0%, #fffefe 100%);
  border-color: #e9dceb;
  border-left-color: #5d005d;
}

.comp-alert {
  background: linear-gradient(180deg, #fff8f1 0%, #fffdfa 100%);
  border-color: #f2d7b5;
  border-left-color: #d9822b;
}

.comp-alternative {
  background: linear-gradient(180deg, rgba(29, 161, 242, 0.05) 0%, rgba(93, 0, 93, 0.06) 100%);
  border-color: rgba(29, 161, 242, 0.18);
  border-left-color: #1da1f2;
}

.comp-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, rgba(93, 0, 93, 0.06) 0%, rgba(218, 83, 152, 0.07) 100%);
  border-color: rgba(218, 83, 152, 0.18);
  border-left-color: #da5398;
}
.comp-inline-cta strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.08rem;
  line-height: 1.2;
  color: #5d005d;
}
html.dark .comp-inline-cta strong {
  color: #ffffff;
}

.comp-inline-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  box-shadow: 0 12px 26px rgba(122, 15, 117, 0.22);
}
.comp-inline-cta__button:visited {
  color: #ffffff !important;
}
.comp-inline-cta__button:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  transform: translateY(-1px);
}

.comp-checklist,
.comp-bullet-list,
.comp-areas-list,
.comp-contact-list {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0;
}
.comp-checklist li,
.comp-bullet-list li,
.comp-areas-list li,
.comp-contact-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.comp-checklist li::before,
.comp-bullet-list li::before,
.comp-areas-list li::before,
.comp-contact-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
}

.comp-number-list {
  counter-reset: step;
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0;
}
.comp-number-list li {
  position: relative;
  min-height: 42px;
  margin-bottom: 18px;
  padding-left: 58px;
}
.comp-number-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  box-shadow: 0 8px 18px rgba(122, 15, 117, 0.2);
}

.comp-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.comp-mini-card {
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e8deea;
  box-shadow: 0 10px 24px rgba(94, 63, 100, 0.04);
}
html.dark .comp-mini-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}
.comp-mini-card h3,
.comp-mini-card h4 {
  margin: 0 0 8px;
  font-size: 1.04rem;
  color: #5d005d;
  font-weight: 700;
}
html.dark .comp-mini-card h3,
html.dark .comp-mini-card h4 {
  color: #ffffff;
}
.comp-mini-card p:last-child {
  margin-bottom: 0;
}

.comp-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0;
}

.comp-pros,
.comp-cons {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e9deeb;
  box-shadow: 0 12px 28px rgba(94, 63, 100, 0.04);
}
html.dark .comp-pros,
html.dark .comp-cons {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}
.comp-pros h3,
.comp-pros h4,
.comp-cons h3,
.comp-cons h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
}

.comp-pros {
  border-left: 4px solid #2ea44f;
}
.comp-pros h3,
.comp-pros h4 {
  color: #1f7a3d;
}
.comp-pros h3::before,
.comp-pros h4::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #2ea44f;
  font-size: 0.9rem;
}

.comp-cons {
  border-left: 4px solid #d93025;
}
.comp-cons h3,
.comp-cons h4 {
  color: #b42318;
}
.comp-cons h3::before,
.comp-cons h4::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #d93025;
  font-size: 0.9rem;
}

.comp-table-wrap,
.comp-compare {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comp-compare {
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(94, 63, 100, 0.05);
}

.comp-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #e6dce6;
  border-radius: 22px;
  overflow: hidden;
}
html.dark .comp-compare__table {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}
.comp-compare__table thead th {
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
}
.comp-compare__table th,
.comp-compare__table td {
  padding: 15px 16px;
  font-size: 0.98rem;
  vertical-align: top;
  border-bottom: 1px solid #ece2ee;
  border-right: 1px solid #ece2ee;
}
html.dark .comp-compare__table th,
html.dark .comp-compare__table td {
  border-color: rgba(255, 255, 255, 0.1);
}
.comp-compare__table tbody tr:nth-child(even) td {
  background: rgba(218, 83, 152, 0.018);
}
html.dark .comp-compare__table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.015);
}
.comp-compare__table tr:last-child td {
  border-bottom: 0;
}
.comp-compare__table th:last-child,
.comp-compare__table td:last-child {
  border-right: 0;
}
.comp-compare__table .is-positive {
  color: #1f7a3d;
  font-weight: 700;
}
.comp-compare__table .is-warning {
  color: #a15c00;
  font-weight: 700;
}
.comp-compare__table .is-negative {
  color: #b42318;
  font-weight: 700;
}

.comp-faq {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.comp-faq__item {
  padding: 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e9deeb;
  box-shadow: 0 10px 26px rgba(94, 63, 100, 0.04);
}
html.dark .comp-faq__item {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

.comp-faq__item + .comp-faq__item {
  margin-top: 16px;
  padding-top: 22px;
  border-top: 1px solid #dbeaf7;
}

.comp-faq__question {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: #5d005d;
  font-weight: 700;
}

.comp-contact-box {
  padding: 32px 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 244, 250, 0.9) 100%);
}
html.dark .comp-contact-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.comp-contact-box__inner {
  max-width: 900px;
}

.comp-contact-box__title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.85rem, 2.5vw, 2.8rem);
  line-height: 1.08;
  color: #5d005d;
  font-weight: 500;
}
html.dark .comp-contact-box__title {
  color: #da5398;
}

.comp-contact-box__text {
  margin-bottom: 18px;
  color: #4b4552;
  font-size: 1.03rem;
  font-family: "Dosis", sans-serif;
}
html.dark .comp-contact-box__text {
  color: rgba(255, 255, 255, 0.88);
}

.comp-contact-box__email {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #1da1f2;
  text-decoration: none;
}
.comp-contact-box__email:hover {
  text-decoration: underline;
}

.comp-section-heading {
  margin-bottom: 16px;
}
.comp-section-heading h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  line-height: 1.12;
  color: #5d005d;
  font-weight: 500;
}

.comp-related__card {
  display: block;
  height: 100%;
  padding: 24px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.comp-related__card:hover {
  transform: translateY(-2px);
  border-color: #d9bfd8;
  box-shadow: 0 20px 46px rgba(94, 63, 100, 0.11);
}

.comp-related__title {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
  color: #5d005d;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
html.dark .comp-related__title {
  color: #ffffff;
}

.comp-related__excerpt {
  margin: 0;
  color: #56505d;
  line-height: 1.68;
  font-family: "Dosis", sans-serif;
}
html.dark .comp-related__excerpt {
  color: rgba(255, 255, 255, 0.84);
}

.comp-page__aside-holder {
  position: sticky;
  position: -webkit-sticky;
  top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 18px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 5;
}

.comp-card {
  padding: 24px;
}

.comp-card__title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.45rem;
  line-height: 1.12;
  color: #5d005d;
  font-weight: 500;
}
html.dark .comp-card__title {
  color: #da5398;
}

.comp-card__text {
  margin-bottom: 16px;
  color: #514b58;
  line-height: 1.72;
  font-family: "Dosis", sans-serif;
}
html.dark .comp-card__text {
  color: rgba(255, 255, 255, 0.84);
}

.comp-card__checks {
  margin: 0 0 18px;
  padding: 0;
}
.comp-card__checks li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
  color: #4e4755;
  font-family: "Dosis", sans-serif;
}
.comp-card__checks li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #da5398;
  font-weight: 700;
}
html.dark .comp-card__checks li {
  color: rgba(255, 255, 255, 0.84);
}

.comp-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}
.comp-card__links a {
  color: #1da1f2;
  font-weight: 700;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
}
.comp-card__links a:hover {
  text-decoration: underline;
}

.comp-card__foot {
  margin: 14px 0 0;
  font-size: 0.92rem;
  color: #776f7d;
  font-family: "Dosis", sans-serif;
}
html.dark .comp-card__foot {
  color: rgba(255, 255, 255, 0.78);
}

.comp-card--toc {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(100vh - (var(--navbar-h, 76px) + var(--banner-h, 56px) + 48px));
}

.comp-toc-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.comp-toc-toggle__icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.comp-toc-toggle__icon::before, .comp-toc-toggle__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: 0.2s ease transform;
}
.comp-toc-toggle__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.comp-card--toc.is-open .comp-toc-toggle__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.comp-toc-panel {
  min-height: 0;
}

.comp-toc-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(151, 33, 120, 0.34) rgba(255, 255, 255, 0.06);
}
.comp-toc-scroll::-webkit-scrollbar {
  width: 10px;
}
.comp-toc-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}
.comp-toc-scroll::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.26);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
html.dark .comp-toc-scroll {
  scrollbar-color: rgba(151, 33, 120, 0.46) rgba(255, 255, 255, 0.05);
}
html.dark .comp-toc-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}
html.dark .comp-toc-scroll::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.42);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.comp-toc {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comp-toc__item + .comp-toc__item {
  margin-top: 6px;
}

.comp-toc__link {
  display: block;
  padding: 8px 0;
  color: #504858;
  text-decoration: none;
  line-height: 1.45;
  font-size: 0.98rem;
  font-family: "Dosis", sans-serif;
  transition: 0.2s ease all;
  word-break: break-word;
}
.comp-toc__link:hover {
  color: #da5398;
}
.comp-toc__link.is-active {
  color: #da5398;
  font-weight: 700;
}
html.dark .comp-toc__link {
  color: rgba(255, 255, 255, 0.82);
}
html.dark .comp-toc__link:hover {
  color: #da5398;
}
html.dark .comp-toc__link.is-active {
  color: #da5398;
  font-weight: 700;
}

.comp-form-anchor {
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}

.comp-page > .container-fluid {
  margin-bottom: 40px;
}

.comp-page__row {
  margin-bottom: 0;
}

.comp-form-anchor {
  padding-top: 10px;
  padding-bottom: 28px;
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}

a.comp-btn.comp-btn--secondary,
a.comp-btn.comp-btn--secondary:visited,
button.comp-btn.comp-btn--secondary {
  color: #da5398 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(218, 83, 152, 0.24) !important;
  text-decoration: none !important;
  box-shadow: none;
}
a.comp-btn.comp-btn--secondary:hover, a.comp-btn.comp-btn--secondary:focus, a.comp-btn.comp-btn--secondary:active,
a.comp-btn.comp-btn--secondary:visited:hover,
a.comp-btn.comp-btn--secondary:visited:focus,
a.comp-btn.comp-btn--secondary:visited:active,
button.comp-btn.comp-btn--secondary:hover,
button.comp-btn.comp-btn--secondary:focus,
button.comp-btn.comp-btn--secondary:active {
  color: #da5398 !important;
  background: rgba(218, 83, 152, 0.07) !important;
  border-color: rgba(218, 83, 152, 0.34) !important;
  text-decoration: none !important;
}

body.dark a.comp-btn.comp-btn--secondary,
body.dark a.comp-btn.comp-btn--secondary:visited,
body.dark button.comp-btn.comp-btn--secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}
body.dark a.comp-btn.comp-btn--secondary:hover, body.dark a.comp-btn.comp-btn--secondary:focus, body.dark a.comp-btn.comp-btn--secondary:active,
body.dark a.comp-btn.comp-btn--secondary:visited:hover,
body.dark a.comp-btn.comp-btn--secondary:visited:focus,
body.dark a.comp-btn.comp-btn--secondary:visited:active,
body.dark button.comp-btn.comp-btn--secondary:hover,
body.dark button.comp-btn.comp-btn--secondary:focus,
body.dark button.comp-btn.comp-btn--secondary:active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
}

.comp-hero__actions a.comp-btn--secondary,
.comp-hero__actions button.comp-btn--secondary {
  color: #da5398 !important;
}

body.dark .comp-hero__actions a.comp-btn--secondary,
body.dark .comp-hero__actions button.comp-btn--secondary {
  color: #ffffff !important;
}

.comp-contact-box__actions a.comp-btn--secondary,
.comp-contact-box__actions button.comp-btn--secondary {
  color: #da5398 !important;
}

body.dark .comp-contact-box__actions a.comp-btn--secondary,
body.dark .comp-contact-box__actions button.comp-btn--secondary {
  color: #ffffff !important;
}

@media (max-width: 1199px) {
  .comp-page__aside {
    align-self: auto !important;
    min-height: auto;
  }
  .comp-page__aside-holder {
    position: static;
    top: auto;
  }
  .comp-card--toc {
    max-height: none;
    overflow: visible;
  }
  .comp-toc-toggle {
    display: inline-flex;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .wrapper.comp-page {
    padding: 18px 0 44px;
  }
  .comp-hero__box {
    grid-template-columns: 1fr;
    padding: 26px;
  }
  .comp-page__content-wrap,
  .comp-contact-box,
  .comp-card {
    padding: 24px;
  }
  .comp-mini-grid,
  .comp-pros-cons,
  .comp-quick-answer__list {
    grid-template-columns: 1fr;
  }
  .comp-inline-cta {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .comp-page > .container-fluid {
    margin-bottom: 32px;
  }
  .comp-form-anchor {
    padding-top: 8px;
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .wrapper.comp-page {
    padding: 14px 0 36px;
  }
  .comp-hero__title {
    font-size: clamp(2rem, 8vw, 2.7rem);
    line-height: 1.08;
  }
  .comp-content {
    font-size: 1rem;
  }
  .comp-content h2 {
    font-size: 1.78rem;
  }
  .comp-content h3 {
    font-size: 1.2rem;
  }
  .comp-content th,
  .comp-content td {
    font-size: 0.92rem;
    padding: 12px;
  }
  .comp-hero__trust {
    flex-direction: column;
    align-items: flex-start;
  }
  .comp-hero__actions,
  .comp-contact-box__actions {
    flex-direction: column;
  }
  .comp-hero__actions .comp-btn,
  .comp-contact-box__actions .comp-btn {
    width: 100%;
  }
  .comp-contact-box {
    padding: 24px 18px;
  }
  .comp-page > .container-fluid {
    margin-bottom: 24px;
  }
  .comp-form-anchor {
    padding-top: 6px;
    padding-bottom: 18px;
  }
}
.staff-page {
  background: linear-gradient(180deg, #f7f7f7 0%, #f1f1f1 100%);
  transition: 0.3s ease all;
}
html.dark .staff-page {
  background: #000000;
}

.staff-section {
  padding: 34px 20px 72px;
}
.staff-section .container {
  max-width: 1180px;
}

.staff-grid {
  row-gap: 24px;
}

.staff-panel {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .staff-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.staff-panel {
  height: 100%;
}
.staff-panel.staff-panel--content {
  padding: 30px 30px 32px;
}
.staff-panel.staff-panel--form {
  padding: 28px 26px 28px;
}

.staff-kicker {
  display: inline-block;
  margin: 0 0 14px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
  font-family: "Montserrat", sans-serif;
}
html.dark .staff-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}

.staff-panel--content h1 {
  margin: 0 0 16px 0;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.06;
  letter-spacing: 0.2px;
  font-weight: 700;
  color: #da5398;
  text-wrap: balance;
  font-family: "Montserrat", sans-serif;
}
.staff-panel--content .staff-lead {
  margin: 0 0 18px 0;
  font-size: 19px;
  line-height: 1.68;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .staff-panel--content .staff-lead {
  color: rgba(255, 255, 255, 0.88);
}
.staff-panel--content .staff-copy {
  margin-bottom: 18px;
}
.staff-panel--content .staff-copy p {
  margin: 0 0 14px 0;
  font-size: 18px;
  line-height: 1.72;
  color: #3f3f3f;
  font-family: "Dosis", sans-serif;
}
html.dark .staff-panel--content .staff-copy p {
  color: rgba(255, 255, 255, 0.88);
}
.staff-panel--content .staff-copy p:last-child {
  margin-bottom: 0;
}
.staff-panel--content .staff-copy--closing {
  margin-bottom: 0;
}

.staff-values {
  list-style: none;
  padding-left: 0;
  margin: 0 0 22px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.staff-values li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.56;
  color: #3f3f3f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 161, 242, 0.12);
  font-family: "Dosis", sans-serif;
}
html.dark .staff-values li {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.staff-values li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #da5398 0%, #5d005d 100%);
}

.staff-highlight {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .staff-highlight {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.staff-highlight {
  margin: 0 0 22px 0;
  overflow: hidden;
}

.staff-quote-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
}
.staff-quote-box .blockquote {
  margin: 0;
}
.staff-quote-box .blockquote p {
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 1.5;
  color: #1da1f2;
  font-family: "Dosis", sans-serif;
}
html.dark .staff-quote-box .blockquote p {
  color: rgba(255, 255, 255, 0.92);
}
.staff-quote-box .blockquote p i {
  margin-right: 6px;
  color: #da5398;
}
.staff-quote-box .blockquote footer {
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  font-family: "Dosis", sans-serif;
}
html.dark .staff-quote-box .blockquote footer {
  color: rgba(255, 255, 255, 0.72);
}

.staff-image-box {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 18px 18px 18px 0;
}
.staff-image-box img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.staff-form-header {
  margin-bottom: 18px;
}
.staff-form-header .staff-form-kicker {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #da5398;
  font-family: "Montserrat", sans-serif;
}
.staff-form-header h2 {
  margin: 0 0 12px 0;
  font-size: clamp(30px, 2.2vw, 38px);
  line-height: 1.12;
  color: #da5398;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.staff-form-header .staff-form-copy {
  margin: 0;
  font-size: 17px;
  line-height: 1.64;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .staff-form-header .staff-form-copy {
  color: rgba(255, 255, 255, 0.86);
}

.formulario-asesoria .formulario {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.formulario-asesoria .contenedor-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.formulario-asesoria .form-field {
  width: 100%;
}
.formulario-asesoria .form-field label {
  display: block;
  margin: 0 0 8px 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #1da1f2;
  font-family: "Dosis", sans-serif;
}
html.dark .formulario-asesoria .form-field label {
  color: #ffffff;
}
.formulario-asesoria .form-name,
.formulario-asesoria .form-mail,
.formulario-asesoria .form-textarea,
.formulario-asesoria .form-file {
  display: block;
  width: 100%;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(29, 161, 242, 0.16);
  background: rgba(255, 255, 255, 0.84);
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.45;
  font-family: "Dosis", sans-serif;
  outline: none;
  transition: 0.22s ease all;
}
.formulario-asesoria .form-name::-moz-placeholder, .formulario-asesoria .form-mail::-moz-placeholder, .formulario-asesoria .form-textarea::-moz-placeholder, .formulario-asesoria .form-file::-moz-placeholder {
  color: rgba(93, 93, 93, 0.72);
}
.formulario-asesoria .form-name::placeholder,
.formulario-asesoria .form-mail::placeholder,
.formulario-asesoria .form-textarea::placeholder,
.formulario-asesoria .form-file::placeholder {
  color: rgba(93, 93, 93, 0.72);
}
.formulario-asesoria .form-name:focus,
.formulario-asesoria .form-mail:focus,
.formulario-asesoria .form-textarea:focus,
.formulario-asesoria .form-file:focus {
  border-color: rgba(218, 83, 152, 0.28);
  box-shadow: 0 0 0 3px rgba(29, 161, 242, 0.1);
}
html.dark .formulario-asesoria .form-name,
html.dark .formulario-asesoria .form-mail,
html.dark .formulario-asesoria .form-textarea,
html.dark .formulario-asesoria .form-file {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
html.dark .formulario-asesoria .form-name::-moz-placeholder, html.dark .formulario-asesoria .form-mail::-moz-placeholder, html.dark .formulario-asesoria .form-textarea::-moz-placeholder, html.dark .formulario-asesoria .form-file::-moz-placeholder {
  color: rgba(255, 255, 255, 0.62);
}
html.dark .formulario-asesoria .form-name::placeholder,
html.dark .formulario-asesoria .form-mail::placeholder,
html.dark .formulario-asesoria .form-textarea::placeholder,
html.dark .formulario-asesoria .form-file::placeholder {
  color: rgba(255, 255, 255, 0.62);
}
html.dark .formulario-asesoria .form-name:focus,
html.dark .formulario-asesoria .form-mail:focus,
html.dark .formulario-asesoria .form-textarea:focus,
html.dark .formulario-asesoria .form-file:focus {
  border-color: rgba(29, 161, 242, 0.3);
  box-shadow: 0 0 0 3px rgba(29, 161, 242, 0.12);
}
.formulario-asesoria .form-textarea {
  min-height: 150px;
  resize: vertical;
}
.formulario-asesoria .form-file {
  padding: 10px 12px;
}
.formulario-asesoria .form-file::file-selector-button {
  margin-right: 12px;
  padding: 10px 14px;
  border: none;
  border-radius: 999px;
  background: rgba(93, 0, 93, 0.12);
  color: #5d005d;
  cursor: pointer;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  transition: 0.22s ease all;
}
.formulario-asesoria .form-file:hover::file-selector-button {
  background: rgba(29, 161, 242, 0.14);
  color: #1da1f2;
}
html.dark .formulario-asesoria .form-file::file-selector-button {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.formulario-asesoria .field-help {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #666;
  font-family: "Dosis", sans-serif;
}
html.dark .formulario-asesoria .field-help {
  color: rgba(255, 255, 255, 0.72);
}

.nivel-educativo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 4px;
}
.nivel-educativo .nivel-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 161, 242, 0.12);
}
html.dark .nivel-educativo .nivel-item {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.nivel-educativo .nivel-item input[type=radio] {
  margin: 0;
  cursor: pointer;
}
.nivel-educativo .nivel-item label {
  margin: 0 !important;
  color: #3f3f3f !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  cursor: pointer;
}
html.dark .nivel-educativo .nivel-item label {
  color: #ffffff !important;
}

.terminos {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 2px;
}
.terminos input[type=checkbox] {
  margin-top: 3px;
  cursor: pointer;
}
.terminos label {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .terminos label {
  color: rgba(255, 255, 255, 0.86);
}
.terminos a {
  color: #1da1f2;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 2px;
}
.terminos a:hover {
  color: #da5398;
}

.mensaje {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mensaje li {
  margin: 0 0 8px 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.45;
  font-family: "Dosis", sans-serif;
}
.mensaje li.success {
  color: #1b6f36;
  background: rgba(76, 175, 80, 0.12);
  border: 1px solid rgba(76, 175, 80, 0.22);
}
.mensaje li.error {
  color: #9b1d2c;
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.18);
}

body.dark .mensaje li.success {
  color: #a9efba;
  background: rgba(76, 175, 80, 0.12);
}
body.dark .mensaje li.error {
  color: #ffb3bc;
  background: rgba(220, 53, 69, 0.1);
}

.loader {
  display: none;
}

.boton_enviar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  padding: 14px 18px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  transition: 0.22s ease all;
}
.boton_enviar:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.14);
}
.boton_enviar:active {
  color: #5d005d;
  background: #f8cc07;
  transform: scale(0.98);
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .staff-section {
    padding: 28px 18px 64px;
  }
  .staff-panel.staff-panel--content {
    padding: 26px 24px 28px;
  }
  .staff-panel.staff-panel--form {
    padding: 24px 22px 24px;
  }
  .staff-panel--content .staff-lead {
    font-size: 18px;
  }
  .staff-panel--content .staff-copy p {
    font-size: 17px;
  }
  .staff-image-box {
    padding: 16px 16px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .staff-section {
    padding: 22px 16px 54px;
  }
  .staff-panel.staff-panel--content {
    padding: 22px 16px 24px;
  }
  .staff-panel.staff-panel--form {
    padding: 20px 16px 22px;
  }
  .staff-panel--content h1 {
    font-size: clamp(30px, 8vw, 40px);
  }
  .staff-panel--content .staff-lead {
    font-size: 17px;
    line-height: 1.6;
  }
  .staff-panel--content .staff-copy p {
    font-size: 16px;
    line-height: 1.64;
  }
  .staff-values {
    gap: 8px;
  }
  .staff-values li {
    font-size: 15px;
    line-height: 1.52;
    padding: 11px 12px 11px 38px;
  }
  .staff-highlight {
    margin-bottom: 18px;
  }
  .staff-quote-box {
    padding: 20px 16px 10px;
  }
  .staff-quote-box .blockquote p {
    font-size: 18px;
    line-height: 1.55;
  }
  .staff-quote-box .blockquote footer {
    font-size: 14px;
  }
  .staff-image-box {
    padding: 10px 12px 12px;
  }
  .staff-image-box img {
    min-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }
  .staff-form-header {
    margin-bottom: 16px;
  }
  .staff-form-header h2 {
    font-size: 28px;
  }
  .staff-form-header .staff-form-copy {
    font-size: 16px;
    line-height: 1.6;
  }
  .formulario-asesoria .form-name,
  .formulario-asesoria .form-mail,
  .formulario-asesoria .form-textarea,
  .formulario-asesoria .form-file {
    font-size: 15px;
    padding: 13px 13px;
  }
  .formulario-asesoria .form-textarea {
    min-height: 130px;
  }
  .nivel-educativo {
    gap: 8px;
  }
  .nivel-educativo .nivel-item {
    width: 100%;
    border-radius: 14px;
  }
  .boton_enviar {
    margin-top: 14px;
    padding: 14px 16px;
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .staff-page *,
  .staff-page *::before,
  .staff-page *::after {
    transition: none !important;
  }
}
.footer {
  border-top: 3px solid #5d005d;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #f7f7f7 0%, #efefef 100%);
  transition: 0.3s ease all;
}
html.dark .footer {
  background: #000;
}
.footer .footer-top {
  padding: 34px 0 28px;
}
.footer .footer-top-row {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-col {
  margin-bottom: 20px;
}
.footer .widget {
  margin-bottom: 0;
}
.footer .footer-title {
  margin: 0 0 14px 0;
  font-size: clamp(24px, 1.8vw, 34px);
  line-height: 1.15;
  letter-spacing: 0.2px;
  font-weight: 700;
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
}
html.dark .footer .footer-title {
  color: #ffffff;
}
.footer .footer-title-secondary {
  margin-top: 18px;
}
.footer .footer-text {
  margin: 0 0 16px 0;
  font-size: 17px;
  line-height: 1.62;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .footer .footer-text {
  color: rgba(255, 255, 255, 0.92);
}
.footer .footer-text strong {
  font-weight: 700;
  color: inherit;
}
.footer .footer-highlight {
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .footer .footer-highlight {
  color: rgba(255, 255, 255, 0.92);
}
.footer .footer-highlight i {
  color: #da5398;
  margin-right: 6px;
}
.footer .footer-country-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0 0 16px 0;
}
.footer .footer-country-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #4f4f4f;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 161, 242, 0.16);
  font-family: "Dosis", sans-serif;
  transition: 0.22s ease all;
}
html.dark .footer .footer-country-links a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.footer .footer-country-links a:hover {
  color: #da5398;
  border-color: rgba(218, 83, 152, 0.24);
  background: rgba(218, 83, 152, 0.05);
}
html.dark .footer .footer-country-links a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}
.footer .footer-mail {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Dosis", sans-serif;
  color: #4f4f4f;
}
html.dark .footer .footer-mail {
  color: rgba(255, 255, 255, 0.92);
}
.footer .footer-mail i {
  color: #da5398;
  margin-right: 6px;
}
.footer .footer-mail a {
  text-decoration: none;
  color: #1da1f2;
  font-weight: 700;
  transition: 0.2s ease all;
}
.footer .footer-mail a:hover {
  color: #da5398;
}
.footer .footer-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer .footer-list li {
  margin-bottom: 8px;
}
.footer .footer-list a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.2px;
  color: #1da1f2;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  transition: 0.2s ease all;
}
.footer .footer-list a:hover {
  color: #da5398;
}
.footer .footer-feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}
.footer .footer-feature-list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .footer .footer-feature-list li {
  color: rgba(255, 255, 255, 0.92);
}
.footer .footer-feature-list li i {
  color: #da5398;
  margin-right: 8px;
  width: 18px;
  text-align: center;
}
.footer .footer-cta-wrapper {
  text-align: left;
  margin-top: 8px;
}
.footer .footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.6px;
  font-weight: 700;
  font-size: 16px;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  transition: 0.22s ease all;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}
.footer .footer-cta:hover {
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}
.footer .footer-cta:active {
  background: #f8cc07;
  color: #5d005d;
  transform: scale(0.98);
  box-shadow: none;
}
.footer .recaptcha-notice {
  margin: 12px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: rgba(79, 79, 79, 0.78);
  font-family: "Dosis", sans-serif;
  max-width: 420px;
}
html.dark .footer .recaptcha-notice {
  color: rgba(255, 255, 255, 0.68);
}
.footer .recaptcha-notice a {
  color: #1da1f2;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.2s ease all;
}
.footer .recaptcha-notice a:hover {
  color: #da5398;
}
html.dark .footer .recaptcha-notice a {
  color: rgb(67.5807531381, 177.0468619247, 244.2192468619);
}
html.dark .footer .recaptcha-notice a:hover {
  color: #da5398;
}
.footer .barra-gris {
  background-color: #5d5d5d;
  padding: 14px 0 10px;
  text-align: center;
  color: #f2f2f2 !important;
}
.footer .barra-gris a,
.footer .barra-gris a:visited,
.footer .barra-gris p,
.footer .barra-gris span,
.footer .barra-gris small,
.footer .barra-gris li {
  color: #f2f2f2 !important;
}
.footer .barra-gris a {
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s ease;
}
.footer .barra-gris a:hover {
  opacity: 0.78;
}
.footer .barra-gris .barra-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.footer .barra-gris .boton-footer {
  display: inline-flex;
  align-items: center;
}
.footer .barra-gris .boton-footer:after {
  content: "|";
  margin: 0 12px;
  color: #f2f2f2 !important;
}
.footer .barra-gris .boton-footer:last-child:after {
  content: "";
}
.footer .barra-gris .copyright {
  margin-top: 10px;
  font-size: 14px;
}
.footer .barra-gris .copyright p {
  margin: 0;
}

.float {
  position: fixed;
  left: 18px;
  right: auto;
  bottom: 18px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
  z-index: 1401;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.22s ease, opacity 0.22s ease, visibility 0.22s ease;
  -webkit-tap-highlight-color: transparent;
}
.float:hover {
  transform: translateY(-2px) scale(1.03);
}
.float:active {
  transform: translateY(0) scale(0.98);
}
.float:focus {
  outline: none;
}
.float:focus-visible {
  outline: none;
}
.float:focus-visible img {
  box-shadow: 0 0 0 4px rgba(29, 161, 242, 0.18);
}
.float img {
  display: block;
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}
html.dark .float img {
  filter: none;
}

.ir-arriba {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(29, 161, 242, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  z-index: 1400;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, opacity 0.22s ease, visibility 0.22s ease;
}
html.dark .ir-arriba {
  background: rgba(18, 18, 18, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
}
.ir-arriba:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}
.ir-arriba:focus {
  outline: none;
}
.ir-arriba:focus-visible {
  box-shadow: 0 0 0 4px rgba(29, 161, 242, 0.18), 0 14px 28px rgba(0, 0, 0, 0.18);
}
.ir-arriba img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.cookies {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1600;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.cookies-contenedor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.96);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cookies-parrafo p {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
}
.cookies-parrafo a {
  color: #fff;
  text-decoration: underline;
}

.cookies-botones {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cookies-botones button {
  border: 0;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.cookies-botones #acept {
  background: #da5398;
  color: #fff;
}
.cookies-botones #close {
  background: #f1f1f1;
  color: #222;
}

@media (max-width: 991.98px) {
  .footer .footer-top {
    padding: 30px 0 22px;
  }
  .footer .footer-col {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top {
    padding: 26px 0 18px;
  }
  .footer .footer-col {
    margin-bottom: 24px;
  }
  .footer .footer-title {
    font-size: 28px;
  }
  .footer .footer-text,
  .footer .footer-highlight,
  .footer .footer-feature-list li,
  .footer .footer-mail,
  .footer .footer-list a {
    font-size: 15px;
  }
  .footer .footer-country-links {
    gap: 8px;
  }
  .footer .footer-country-links a {
    font-size: 14px;
    padding: 8px 9px;
  }
  .footer .footer-cta-wrapper {
    text-align: center;
  }
  .footer .footer-cta {
    width: 100%;
    max-width: 340px;
    padding: 14px 18px;
    font-size: 15px;
  }
  .footer .recaptcha-notice {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
    margin-top: 10px;
  }
  .footer .barra-gris {
    padding: 12px 0 10px;
  }
  .footer .barra-gris .barra-links {
    gap: 4px;
  }
  .footer .barra-gris .boton-footer:after {
    margin: 0 8px;
  }
  .float {
    left: 14px;
    right: auto;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
  .float img {
    width: 52px;
    height: 52px;
  }
  .ir-arriba {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
  .ir-arriba img {
    width: 23px;
    height: 23px;
  }
  .cookies {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
  .cookies-contenedor {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookies-botones {
    width: 100%;
  }
  .cookies-botones button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .float {
    left: 12px;
    right: auto;
    bottom: 12px;
    width: 48px;
    height: 48px;
  }
  .float img {
    width: 48px;
    height: 48px;
  }
  .ir-arriba {
    right: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
  }
  .ir-arriba img {
    width: 21px;
    height: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer .footer-cta,
  .footer .footer-country-links a,
  .footer .footer-list a,
  .footer .footer-mail a,
  .float,
  .ir-arriba,
  .cookies {
    transition: none !important;
  }
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-weight: 500;
}

h2 {
  color: #da5398;
  font-weight: 500;
}

h3 {
  color: #1da1f2;
  font-weight: 500;
}

h4 {
  font-weight: 400;
}

.blog p,
.blog li,
.blog a,
.blog span,
.sidebar p,
.sidebar li,
.sidebar a,
.sidebar span {
  font-family: "Dosis", sans-serif;
}

body.dark .blog,
body.dark .sidebar {
  color: #ffffff;
}

.single-top {
  padding-top: 28px;
}

.related-entry-page > .container-fluid {
  max-width: 1460px;
  overflow: visible !important;
}
.related-entry-page .single-top.main {
  align-items: flex-start;
  overflow: visible !important;
}
.related-entry-page .single-top.main > .blog,
.related-entry-page .single-top.main > .sidebar,
.related-entry-page .single-top.main > aside {
  align-self: flex-start;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.blog {
  min-width: 0;
}

.sidebar {
  padding-bottom: 34px;
}
.sidebar .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog .titulo-seccion h3,
.sidebar .titulo-seccion h3 {
  font-size: clamp(28px, 2.2vw, 34px);
  line-height: 1.1;
  font-weight: 500;
  color: #da5398;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom: 4px solid #1da1f2;
  letter-spacing: 0.2px;
}

.blog .titulo-seccion > div {
  padding: 0;
}
.blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 18px;
  gap: 12px;
}
.blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between h3 {
  padding-left: 0;
  border-bottom: 0;
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between h3::after {
  content: "";
  flex: 1;
  height: 4px;
  background: #1da1f2;
  margin-left: 12px;
  margin-bottom: 3px;
  border-radius: 999px;
}
.blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir] {
  min-width: 58px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(29, 161, 242, 0.26) !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82) !important;
  color: #1da1f2 !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05) !important;
  text-shadow: none !important;
  opacity: 1 !important;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  transition: 0.22s ease all;
}
html.dark .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir] {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(29, 161, 242, 0.35) !important;
  box-shadow: none !important;
}
.blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:visited {
  color: #1da1f2 !important;
}
.blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:hover, .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:focus, .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:focus-visible {
  border-color: rgba(218, 83, 152, 0.28) !important;
  background: rgba(218, 83, 152, 0.06) !important;
  color: #da5398 !important;
  outline: none !important;
  box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.14) !important;
}
html.dark .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:hover, html.dark .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:focus, html.dark .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:focus-visible {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
}
.blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:active, .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir].active, .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:not(:disabled):not(.disabled):active {
  border-color: rgba(218, 83, 152, 0.32) !important;
  background: rgba(218, 83, 152, 0.1) !important;
  color: #da5398 !important;
  box-shadow: none !important;
}
.blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir]:disabled, .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir].disabled {
  border-color: rgba(29, 161, 242, 0.28) !important;
  background: transparent !important;
  color: rgba(29, 161, 242, 0.45) !important;
  opacity: 1 !important;
}
.blog .single-post {
  margin-bottom: 32px;
}

.blog .posts .post {
  margin-bottom: 30px;
}
.blog .posts .post .contenedor-post {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 44px rgba(94, 63, 100, 0.08);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.28s ease all;
}
html.dark .blog .posts .post .contenedor-post {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}
.blog .posts .post .contenedor-post .thumb img {
  width: 100%;
  height: 100%;
  padding: 18px;
  vertical-align: top;
}
.blog .posts .post .contenedor-post .info {
  padding: 22px 22px 24px;
}
.blog .posts .post .contenedor-post .info .titulo {
  margin-bottom: 18px;
  padding: 0;
  font-size: clamp(26px, 2vw, 32px);
  line-height: 1.15;
  letter-spacing: 0.2px;
  color: #da5398;
  font-weight: 500;
}
.blog .posts .post .contenedor-post .info .titulo a {
  color: #da5398;
  text-decoration: none;
}
.blog .posts .post .contenedor-post .info .titulo a:hover {
  color: #1da1f2;
  text-decoration: none;
}
.blog .posts .post .contenedor-post .info .meta-post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin: 10px 0 26px;
}
.blog .posts .post .contenedor-post .info .meta-post .meta-post__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}
.blog .posts .post .contenedor-post .info .meta-post .meta-post__items .fecha,
.blog .posts .post .contenedor-post .info .meta-post .meta-post__items .tiempo-lectura {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(93, 93, 93, 0.72);
  font-family: "Dosis", sans-serif;
}
html.dark .blog .posts .post .contenedor-post .info .meta-post .meta-post__items .fecha,
html.dark .blog .posts .post .contenedor-post .info .meta-post .meta-post__items .tiempo-lectura {
  color: rgba(220, 220, 220, 0.82);
}
.blog .posts .post .contenedor-post .info .meta-post .meta-post__items .tiempo-lectura::before {
  content: "•";
  margin-right: 14px;
  color: rgba(150, 150, 150, 0.75);
}
html.dark .blog .posts .post .contenedor-post .info .meta-post .meta-post__items .tiempo-lectura::before {
  color: rgba(180, 180, 180, 0.65);
}
.blog .posts .post .contenedor-post .info .meta-post .autor-inline {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__foto {
  flex: 0 0 56px;
}
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__foto img,
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__foto .avatar,
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__foto .autor-inline__img {
  display: block;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px;
  max-width: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__nombre {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #3f3f3f;
  font-family: "Montserrat", sans-serif;
}
html.dark .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__nombre {
  color: #f0f0f0;
}
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__nombre a {
  color: inherit;
  text-decoration: none;
}
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__nombre a:hover {
  text-decoration: underline;
}
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__cargo,
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__descripcion,
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__pais,
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__review {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(93, 93, 93, 0.72);
  font-family: "Dosis", sans-serif;
}
html.dark .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__cargo,
html.dark .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__descripcion,
html.dark .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__pais,
html.dark .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__review {
  color: rgba(220, 220, 220, 0.82);
}
.blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__review {
  margin-top: 4px;
  font-style: italic;
  opacity: 0.88;
}
.blog .posts .post .contenedor-post .info .fecha {
  margin: 0 0 20px;
  font-size: 14px;
  color: rgba(93, 93, 93, 0.55);
}
html.dark .blog .posts .post .contenedor-post .info .fecha {
  color: rgba(180, 180, 180, 0.72);
}
.blog .posts .post .contenedor-post .info .extracto {
  margin-top: 18px;
  margin-bottom: 18px;
  min-height: 108px;
  max-height: 132px;
  line-height: 1.75;
  overflow: hidden;
  transition: 0.3s ease all;
  font-size: 17px;
  color: #3f3f3f;
}
html.dark .blog .posts .post .contenedor-post .info .extracto {
  color: rgba(255, 255, 255, 0.88);
}
.blog .posts .post .contenedor-post .info .extracto:hover {
  overflow: auto;
}
.blog .posts .post .contenedor-post .info .categorias ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.blog .posts .post .contenedor-post .info .categorias ul li {
  display: inline-block;
}
.blog .posts .post .contenedor-post .info .categorias a {
  color: #da5398;
  margin-right: 14px;
  padding-bottom: 12px;
  font-weight: 600;
}
.blog .posts .post .contenedor-post .info .categorias a:hover {
  color: #1da1f2;
  text-decoration: none;
}

.blog .main-post .contenedor-post {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 44px rgba(94, 63, 100, 0.08);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.28s ease all;
}
html.dark .blog .main-post .contenedor-post {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}
.blog .main-post .contenedor-post .thumb {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 18px 24px 0;
  margin-bottom: 6px;
}
.blog .main-post .contenedor-post .thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 360px;
  height: auto;
  padding: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 20px;
}
.blog .main-post .contenedor-post .info {
  padding: 28px 30px 36px;
}
.blog .main-post .contenedor-post .info .post-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(240px, 0.84fr);
  gap: 24px 26px;
  align-items: start;
  margin-bottom: 28px;
}
.blog .main-post .contenedor-post .info .post-hero__content {
  min-width: 0;
}
.blog .main-post .contenedor-post .info .post-hero__content .titulo {
  margin: 0 0 18px;
  padding: 0;
  font-size: clamp(2.45rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #da5398;
}
.blog .main-post .contenedor-post .info .post-hero__content .post-header__excerpt {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.72;
  font-weight: 400;
  color: rgba(60, 60, 60, 0.92);
  font-family: "Dosis", sans-serif;
  max-width: 820px;
}
html.dark .blog .main-post .contenedor-post .info .post-hero__content .post-header__excerpt {
  color: rgba(235, 235, 235, 0.88);
}
.blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav {
  margin: 0;
}
.blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav-label {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5d005d;
}
html.dark .blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav-label {
  color: rgba(255, 255, 255, 0.82);
}
.blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  max-width: 100%;
  padding: 9px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #4f4856;
  background: #f7f2f8;
  border: 1px solid #ecdfed;
  transition: 0.22s ease all;
}
html.dark .blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav-links a {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav-links a:hover {
  color: #da5398;
  background: rgba(218, 83, 152, 0.06);
  border-color: rgba(218, 83, 152, 0.22);
  text-decoration: none;
}
html.dark .blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav-links a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}
.blog .main-post .contenedor-post .info .post-hero__media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.blog .main-post .contenedor-post .info .post-hero__media img,
.blog .main-post .contenedor-post .info .post-hero__media .featured-image__img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 360px;
  height: auto;
  padding: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 18px;
}
.blog .main-post .contenedor-post .info .post-meta-block {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
}
.blog .main-post .contenedor-post .info .post-meta-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 12px;
  align-items: stretch;
}
.blog .main-post .contenedor-post .info .post-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #eaddea;
  box-shadow: 0 8px 18px rgba(94, 63, 100, 0.05);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.96rem, 1.2vw, 1.05rem);
  line-height: 1;
  font-weight: 500;
  color: #544b5b;
}
html.dark .blog .main-post .contenedor-post .info .post-meta-chip {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.88);
}
.blog .main-post .contenedor-post .info .post-meta-chip > span {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.blog .main-post .contenedor-post .info .post-meta-chip__icon {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
html.dark .blog .main-post .contenedor-post .info .post-meta-chip__icon--calendar,
html.dark .blog .main-post .contenedor-post .info .post-meta-chip__icon--clock {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.blog .main-post .contenedor-post .info .post-author-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  width: 100%;
  padding: 16px 16px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(29, 161, 242, 0.08);
  box-shadow: 0 12px 24px rgba(94, 63, 100, 0.05);
}
html.dark .blog .main-post .contenedor-post .info .post-author-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(29, 161, 242, 0.16);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}
.blog .main-post .contenedor-post .info .post-author-card__avatar {
  width: 68px;
  height: 68px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 2px solid rgba(218, 83, 152, 0.1);
}
.blog .main-post .contenedor-post .info .post-author-card__avatar img,
.blog .main-post .contenedor-post .info .post-author-card__avatar .avatar,
.blog .main-post .contenedor-post .info .post-author-card__avatar .post-author-card__img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog .main-post .contenedor-post .info .post-author-card__content {
  min-width: 0;
  padding-top: 0;
}
.blog .main-post .contenedor-post .info .post-author-card__content > *:last-child {
  margin-bottom: 0;
}
.blog .main-post .contenedor-post .info .post-author-card__name {
  margin: 0 0 4px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.18rem, 1.35vw, 1.45rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #5d005d;
}
html.dark .blog .main-post .contenedor-post .info .post-author-card__name {
  color: #da5398;
}
.blog .main-post .contenedor-post .info .post-author-card__role {
  margin: 0 0 8px;
  font-family: "Dosis", sans-serif;
  font-size: 0.98rem;
  line-height: 1.28;
  font-weight: 500;
  color: #7c7583;
}
html.dark .blog .main-post .contenedor-post .info .post-author-card__role {
  color: rgba(255, 255, 255, 0.74);
}
.blog .main-post .contenedor-post .info .post-author-card__bio {
  margin: 0 0 8px;
  max-width: 100%;
  font-family: "Dosis", sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #6a6470;
}
html.dark .blog .main-post .contenedor-post .info .post-author-card__bio {
  color: rgba(255, 255, 255, 0.86);
}
.blog .main-post .contenedor-post .info .post-author-card__location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-family: "Dosis", sans-serif;
  font-size: 0.92rem;
  line-height: 1.1;
  color: #6b6372;
}
html.dark .blog .main-post .contenedor-post .info .post-author-card__location {
  color: rgba(255, 255, 255, 0.82);
}
.blog .main-post .contenedor-post .info .post-author-card__location-icon {
  display: block;
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}
.blog .main-post .contenedor-post .info .post-author-card__reviewed {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #ebe6ec;
  font-family: "Dosis", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-style: italic;
  color: #8a838f;
  opacity: 0.88;
}
html.dark .blog .main-post .contenedor-post .info .post-author-card__reviewed {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.66);
}
.blog .main-post .contenedor-post .info .pilar-topic-author-wrap {
  margin: 0 0 28px;
}
.blog .main-post .contenedor-post .info .pilar-topic-cluster {
  margin: 10px 0 28px;
}
.blog .main-post .contenedor-post .info .pilar-topic-cluster .titulo-seccion {
  margin-bottom: 6px;
}
.blog .main-post .contenedor-post .info .texto {
  width: 100%;
  max-width: 900px;
  margin: 0;
  color: #433d4a;
}
html.dark .blog .main-post .contenedor-post .info .texto {
  color: rgba(255, 255, 255, 0.88);
}
.blog .main-post .contenedor-post .info .texto > p:first-of-type {
  font-size: 21px;
  line-height: 1.82;
}
.blog .main-post .contenedor-post .info .texto p {
  margin-bottom: 1.22em;
  font-size: 19px;
  line-height: 1.82;
  font-weight: 400;
  color: #433d4a;
}
html.dark .blog .main-post .contenedor-post .info .texto p {
  color: rgba(255, 255, 255, 0.88);
}
.blog .main-post .contenedor-post .info .texto a {
  color: #1da1f2;
  text-decoration: none;
  font-weight: 600;
}
.blog .main-post .contenedor-post .info .texto a:hover {
  text-decoration: underline;
}
.blog .main-post .contenedor-post .info .texto ul,
.blog .main-post .contenedor-post .info .texto ol {
  margin: 0 0 1.35em 1.25rem;
  padding: 0;
}
.blog .main-post .contenedor-post .info .texto ul li,
.blog .main-post .contenedor-post .info .texto ol li {
  margin-bottom: 0.7em;
  font-size: 19px;
  line-height: 1.78;
  color: #433d4a;
}
html.dark .blog .main-post .contenedor-post .info .texto ul li,
html.dark .blog .main-post .contenedor-post .info .texto ol li {
  color: rgba(255, 255, 255, 0.88);
}
.blog .main-post .contenedor-post .info .texto ul li::marker,
.blog .main-post .contenedor-post .info .texto ol li::marker {
  color: #da5398;
}
.blog .main-post .contenedor-post .info .texto h2,
.blog .main-post .contenedor-post .info .texto h3 {
  scroll-margin-top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 20px);
}
.blog .main-post .contenedor-post .info .texto h2 {
  position: relative;
  margin: 2.4rem 0 1rem;
  font-size: clamp(2rem, 2.8vw, 2.85rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #da5398;
}
.blog .main-post .contenedor-post .info .texto h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
}
.blog .main-post .contenedor-post .info .texto h3 {
  margin: 1.9rem 0 0.85rem;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.24;
  letter-spacing: 0;
  font-weight: 500;
  color: #1da1f2;
}
.blog .main-post .contenedor-post .info .texto h4 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.16rem;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 600;
  color: #3b3b3b;
}
html.dark .blog .main-post .contenedor-post .info .texto h4 {
  color: #ffffff;
}
.blog .main-post .contenedor-post .info .texto blockquote {
  margin: 1.8rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid #1da1f2;
  background: rgba(29, 161, 242, 0.06);
  border-radius: 0 14px 14px 0;
}
html.dark .blog .main-post .contenedor-post .info .texto blockquote {
  background: rgba(29, 161, 242, 0.12);
}
.blog .main-post .contenedor-post .info .texto table {
  width: 100%;
  margin: 20px 0 16px;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}
html.dark .blog .main-post .contenedor-post .info .texto table {
  background: transparent;
}
.blog .main-post .contenedor-post .info .texto th,
.blog .main-post .contenedor-post .info .texto td {
  padding: 14px 16px;
  font-size: 0.98rem;
  vertical-align: top;
  border: 1px solid #e6dce6;
}
html.dark .blog .main-post .contenedor-post .info .texto th,
html.dark .blog .main-post .contenedor-post .info .texto td {
  border-color: rgba(255, 255, 255, 0.1);
}
.blog .main-post .contenedor-post .info .texto th {
  background: #f8f1f8;
  color: #5d005d;
  font-weight: 700;
}
html.dark .blog .main-post .contenedor-post .info .texto th {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.blog .main-post .contenedor-post .info .texto img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}
.blog .main-post .contenedor-post .info .texto .wp-block-image,
.blog .main-post .contenedor-post .info .texto figure {
  margin: 1.5rem 0;
}

.blog .te-puede-interesar {
  margin-top: 8px;
  margin-bottom: 8px;
}
.blog .te-puede-interesar .titulo-seccion {
  margin-bottom: 4px;
}
.blog .te-puede-interesar .te-puede-interesar__intro {
  margin: 10px 0 0 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.68;
  color: #4f4f4f;
  font-family: "Dosis", sans-serif;
}
html.dark .blog .te-puede-interesar .te-puede-interesar__intro {
  color: rgba(255, 255, 255, 0.84);
}
.blog .te-puede-interesar .te-puede-interesar-list {
  margin-top: 8px;
}
.blog .te-puede-interesar .te-puede-interesar-post .contenedor-post {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 44px rgba(94, 63, 100, 0.08);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.28s ease all;
}
html.dark .blog .te-puede-interesar .te-puede-interesar-post .contenedor-post {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}
.blog .te-puede-interesar .te-puede-interesar-post .contenedor-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog .te-puede-interesar .te-puede-interesar-post .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  padding: 12px 14px 0;
}
.blog .te-puede-interesar .te-puede-interesar-post .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog .te-puede-interesar .te-puede-interesar-post .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}
.blog .te-puede-interesar .te-puede-interesar-post .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
}
.blog .te-puede-interesar .te-puede-interesar-post .te-card__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .blog .te-puede-interesar .te-puede-interesar-post .te-card__kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.blog .te-puede-interesar .te-puede-interesar-post .te-card__kicker {
  margin-bottom: 12px;
}
.blog .te-puede-interesar .te-puede-interesar-post .titulo {
  margin: 0 0 12px 0;
  min-height: 0;
  font-size: clamp(24px, 1.8vw, 30px);
  line-height: 1.16;
  letter-spacing: 0.2px;
  color: #da5398;
  font-weight: 500;
}
.blog .te-puede-interesar .te-puede-interesar-post .titulo a {
  color: inherit;
  text-decoration: none;
}
.blog .te-puede-interesar .te-puede-interesar-post .titulo a:hover {
  color: #1da1f2;
  text-decoration: none;
}
.blog .te-puede-interesar .te-puede-interesar-post .extracto {
  margin: 0 0 18px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.7;
  color: #3f3f3f;
}
html.dark .blog .te-puede-interesar .te-puede-interesar-post .extracto {
  color: rgba(255, 255, 255, 0.88);
}
.blog .te-puede-interesar .te-puede-interesar-post .te-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  transition: 0.22s ease all;
  cursor: pointer;
}
.blog .te-puede-interesar .te-puede-interesar-post .te-card__cta:visited {
  color: #ffffff !important;
}
.blog .te-puede-interesar .te-puede-interesar-post .te-card__cta:hover, .blog .te-puede-interesar .te-puede-interesar-post .te-card__cta:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 12px 28px rgba(151, 33, 120, 0.28);
  transform: translateY(-1px);
}
.blog .te-puede-interesar .te-puede-interesar-post .te-card__cta:active {
  transform: scale(0.98);
  box-shadow: none;
}
.blog .te-puede-interesar .te-puede-interesar-post .te-card__cta {
  align-self: flex-start;
  min-height: 46px;
  padding: 13px 18px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3px;
}

#pilarCards,
#relatedCards {
  padding: 10px 0 18px;
  overflow: visible;
  position: relative;
}

#pilarTrack,
#relatedTrack {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  align-items: stretch;
  overflow: visible;
  padding: 0;
  cursor: grab;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  transition: transform 0.22s ease;
}
#pilarTrack .post,
#relatedTrack .post {
  margin-bottom: 0 !important;
}
#pilarTrack.is-dragging,
#relatedTrack.is-dragging {
  cursor: grabbing;
  transition: none;
}
#pilarTrack a,
#pilarTrack img,
#relatedTrack a,
#relatedTrack img {
  -webkit-user-drag: none;
}
#pilarTrack a,
#relatedTrack a {
  pointer-events: auto;
  position: relative;
  z-index: 5;
}

.post.h-100,
.contenedor-post.h-100 {
  height: auto !important;
}

.pilar-card {
  display: flex;
  justify-content: stretch;
  overflow: visible;
}
.pilar-card > article.post {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.pilar-card > article.post .contenedor-post {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 44px rgba(94, 63, 100, 0.08);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.28s ease all;
}
html.dark .pilar-card > article.post .contenedor-post {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}
.pilar-card > article.post .contenedor-post {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 540px;
  position: relative;
  z-index: 2;
}

#pilarCards .thumb,
#relatedCards .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 8px;
}
#pilarCards .thumb a,
#relatedCards .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
#pilarCards .thumb img,
#relatedCards .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 14px;
}
#pilarCards .info,
#relatedCards .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 16px 16px;
}
#pilarCards .info .titulo,
#relatedCards .info .titulo {
  display: -webkit-box;
  min-height: 58px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: 0.2px;
  color: #da5398;
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#pilarCards .info .titulo a,
#relatedCards .info .titulo a {
  color: #da5398;
  text-decoration: none;
}
#pilarCards .info .titulo a:hover,
#relatedCards .info .titulo a:hover {
  color: #1da1f2;
  text-decoration: none;
}
#pilarCards .info .fecha,
#relatedCards .info .fecha {
  margin: 0 0 10px;
  font-size: 14px;
  color: rgba(93, 93, 93, 0.62);
}
html.dark #pilarCards .info .fecha,
html.dark #relatedCards .info .fecha {
  color: rgba(180, 180, 180, 0.78);
}
#pilarCards .info .extracto,
#relatedCards .info .extracto {
  display: -webkit-box;
  min-height: 72px;
  margin-top: 10px;
  margin-bottom: 0;
  overflow: hidden !important;
  line-height: 1.6;
  height: auto !important;
  max-height: none !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #3f3f3f;
}
html.dark #pilarCards .info .extracto,
html.dark #relatedCards .info .extracto {
  color: rgba(255, 255, 255, 0.88);
}
#pilarCards .info .extracto:hover,
#relatedCards .info .extracto:hover {
  overflow: hidden;
}

.paginacion ul {
  list-style: none;
  overflow: hidden;
  margin: 24px 0;
  padding: 0;
}
.paginacion ul li {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  background: #7a7a7a;
  border-radius: 16px;
  overflow: hidden;
}
.paginacion ul li.disabled {
  padding: 12px 16px;
}
.paginacion ul li a {
  display: inline-block;
  padding: 12px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
}
.paginacion ul li a:hover {
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  text-decoration: none;
}

.wp-pagenavi {
  margin-bottom: 24px;
}
.wp-pagenavi .pages,
.wp-pagenavi span {
  margin-right: 10px;
  padding: 12px 16px;
  line-height: 1;
  color: #ffffff;
  background: #7a7a7a;
  border-radius: 16px;
}
.wp-pagenavi a {
  display: inline-block;
  margin-right: 10px;
  padding: 12px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  border-radius: 16px;
}
.wp-pagenavi a:hover {
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  text-decoration: none;
}

.blog .cta-wsp-post {
  margin: 12px 0 32px;
}
.blog .cta-wsp-post .contenedor-post {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 44px rgba(94, 63, 100, 0.08);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.28s ease all;
}
html.dark .blog .cta-wsp-post .contenedor-post {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}
.blog .cta-wsp-post .info {
  padding: 20px 22px;
}
.blog .cta-wsp-post .info .titulo {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #1da1f2;
}
.blog .cta-wsp-post .info .texto {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.7;
}
.blog .cta-wsp-post .info .btn-wsp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  transition: 0.22s ease all;
  cursor: pointer;
}
.blog .cta-wsp-post .info .btn-wsp:visited {
  color: #ffffff !important;
}
.blog .cta-wsp-post .info .btn-wsp:hover, .blog .cta-wsp-post .info .btn-wsp:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 12px 28px rgba(151, 33, 120, 0.28);
  transform: translateY(-1px);
}
.blog .cta-wsp-post .info .btn-wsp:active {
  transform: scale(0.98);
  box-shadow: none;
}

.related-entry-page .sidebar.blog-sidebar {
  align-self: stretch !important;
  display: block;
  height: auto;
  min-height: 100%;
  overflow: visible !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.blog-sidebar .blog-sidebar__holder {
  position: sticky;
  position: -webkit-sticky;
  top: calc(var(--navbar-h, 76px) + var(--banner-h, 56px) + 18px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 5;
}
.blog-sidebar .blog-sidebar-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 18px 44px rgba(94, 63, 100, 0.08);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.28s ease all;
}
html.dark .blog-sidebar .blog-sidebar-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}
.blog-sidebar .blog-sidebar-card {
  padding: 24px;
}
.blog-sidebar .blog-sidebar-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .blog-sidebar .blog-sidebar-card__eyebrow {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.blog-sidebar .blog-sidebar-card__title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.45rem;
  line-height: 1.12;
  color: #5d005d;
  font-weight: 500;
}
html.dark .blog-sidebar .blog-sidebar-card__title {
  color: #da5398;
}
.blog-sidebar .blog-sidebar-card__text {
  margin-bottom: 16px;
  color: #514b58;
  line-height: 1.72;
  font-family: "Dosis", sans-serif;
}
html.dark .blog-sidebar .blog-sidebar-card__text {
  color: rgba(255, 255, 255, 0.84);
}
.blog-sidebar .blog-sidebar-card__checks {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.blog-sidebar .blog-sidebar-card__checks li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
  color: #4e4755;
  font-family: "Dosis", sans-serif;
}
.blog-sidebar .blog-sidebar-card__checks li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #da5398;
  font-weight: 700;
}
html.dark .blog-sidebar .blog-sidebar-card__checks li {
  color: rgba(255, 255, 255, 0.84);
}
.blog-sidebar .blog-sidebar-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}
.blog-sidebar .blog-sidebar-card__links a {
  color: #1da1f2;
  font-weight: 700;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
}
.blog-sidebar .blog-sidebar-card__links a:hover {
  text-decoration: underline;
}
.blog-sidebar .blog-sidebar-card__foot {
  margin: 14px 0 0;
  font-size: 0.92rem;
  color: #776f7d;
  font-family: "Dosis", sans-serif;
}
html.dark .blog-sidebar .blog-sidebar-card__foot {
  color: rgba(255, 255, 255, 0.78);
}
.blog-sidebar .blog-sidebar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  transition: 0.22s ease all;
  cursor: pointer;
}
.blog-sidebar .blog-sidebar-btn:visited {
  color: #ffffff !important;
}
.blog-sidebar .blog-sidebar-btn:hover, .blog-sidebar .blog-sidebar-btn:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 12px 28px rgba(151, 33, 120, 0.28);
  transform: translateY(-1px);
}
.blog-sidebar .blog-sidebar-btn:active {
  transform: scale(0.98);
  box-shadow: none;
}

.blog-sidebar .blog-sidebar__holder {
  min-height: 0;
}
.blog-sidebar .blog-sidebar-card--toc {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(100vh - (var(--navbar-h, 76px) + var(--banner-h, 56px) + 38px));
  overflow: hidden;
}
.blog-sidebar .blog-sidebar-card--toc .blog-sidebar-card__eyebrow,
.blog-sidebar .blog-sidebar-card--toc .blog-sidebar-card__title {
  flex: 0 0 auto;
}
.blog-sidebar .blog-toc {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(151, 33, 120, 0.34) rgba(255, 255, 255, 0.06);
}
.blog-sidebar .blog-toc::-webkit-scrollbar {
  width: 10px;
}
.blog-sidebar .blog-toc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}
.blog-sidebar .blog-toc::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.26);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
html.dark .blog-sidebar .blog-toc {
  scrollbar-color: rgba(151, 33, 120, 0.46) rgba(255, 255, 255, 0.05);
}
html.dark .blog-sidebar .blog-toc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}
html.dark .blog-sidebar .blog-toc::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.42);
  border: 2px solid transparent;
  background-clip: padding-box;
}
.blog-sidebar .blog-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar .blog-toc__item + .blog-toc__item {
  margin-top: 6px;
}
.blog-sidebar .blog-toc__item a {
  display: block;
  padding: 8px 0;
  color: #504858;
  text-decoration: none;
  line-height: 1.45;
  font-size: 0.98rem;
  font-family: "Dosis", sans-serif;
  transition: 0.2s ease all;
  word-break: break-word;
}
.blog-sidebar .blog-toc__item a:hover {
  color: #da5398;
}
.blog-sidebar .blog-toc__item a.is-active {
  color: #da5398;
  font-weight: 700;
}
html.dark .blog-sidebar .blog-toc__item a {
  color: rgba(255, 255, 255, 0.82);
}
html.dark .blog-sidebar .blog-toc__item a:hover {
  color: #da5398;
}
html.dark .blog-sidebar .blog-toc__item a.is-active {
  color: #da5398;
  font-weight: 700;
}
.blog-sidebar .blog-toc__item--h3 a {
  padding-left: 16px;
  font-size: 0.94rem;
  opacity: 0.92;
}
.blog-sidebar .blog-toc__item--h3 a.is-active {
  opacity: 1;
}

.blog-sidebar .boletin .formulario {
  margin: 0;
}
.blog-sidebar .boletin .contenedor-inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-sidebar .boletin .boletin-label {
  display: block;
  margin: 0;
}
.blog-sidebar .boletin .boletin-label .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .blog-sidebar .boletin .boletin-label .eyebrow {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.blog-sidebar .boletin .boletin-label .headline {
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #5d005d;
}
html.dark .blog-sidebar .boletin .boletin-label .headline {
  color: #da5398;
}
.blog-sidebar .boletin .boletin-copy {
  margin: 0 0 2px;
  font-family: "Dosis", sans-serif;
  font-size: 1rem;
  line-height: 1.68;
  color: #514b58;
}
html.dark .blog-sidebar .boletin .boletin-copy {
  color: rgba(255, 255, 255, 0.84);
}
.blog-sidebar .boletin .form-mail {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(29, 161, 242, 0.18);
  background: rgba(255, 255, 255, 0.9);
  color: #413b48;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  box-shadow: none;
  transition: 0.22s ease all;
}
.blog-sidebar .boletin .form-mail::-moz-placeholder {
  color: rgba(81, 75, 88, 0.72);
}
.blog-sidebar .boletin .form-mail::placeholder {
  color: rgba(81, 75, 88, 0.72);
}
.blog-sidebar .boletin .form-mail:focus {
  outline: none;
  border-color: rgba(218, 83, 152, 0.28);
  box-shadow: 0 0 0 0.2rem rgba(151, 33, 120, 0.1);
}
html.dark .blog-sidebar .boletin .form-mail {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}
html.dark .blog-sidebar .boletin .form-mail::-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
html.dark .blog-sidebar .boletin .form-mail::placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.blog-sidebar .boletin .mensaje {
  margin: 0;
  padding-left: 18px;
}
.blog-sidebar .boletin .mensaje li {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.blog-sidebar .boletin .mensaje li.success {
  color: #1f8b4c;
}
.blog-sidebar .boletin .mensaje li.error {
  color: #b42318;
}
html.dark .blog-sidebar .boletin .mensaje li.success {
  color: #5fd38d;
}
html.dark .blog-sidebar .boletin .mensaje li.error {
  color: #ff8b8b;
}
.blog-sidebar .boletin .loader {
  display: none;
}
.blog-sidebar .boletin .boton_enviar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  transition: 0.22s ease all;
  cursor: pointer;
}
.blog-sidebar .boletin .boton_enviar:visited {
  color: #ffffff !important;
}
.blog-sidebar .boletin .boton_enviar:hover, .blog-sidebar .boletin .boton_enviar:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 12px 28px rgba(151, 33, 120, 0.28);
  transform: translateY(-1px);
}
.blog-sidebar .boletin .boton_enviar:active {
  transform: scale(0.98);
  box-shadow: none;
}
.blog-sidebar .boletin .boton_enviar {
  margin-top: 2px;
}

.blog-sidebar .widget-cta-blog .cta-kicker {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .blog-sidebar .widget-cta-blog .cta-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.blog-sidebar .widget-cta-blog .cta-copy {
  margin-bottom: 16px;
  color: #514b58;
  line-height: 1.72;
  font-family: "Dosis", sans-serif;
}
html.dark .blog-sidebar .widget-cta-blog .cta-copy {
  color: rgba(255, 255, 255, 0.84);
}
.blog-sidebar .widget-cta-blog .cta-beneficios {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.blog-sidebar .widget-cta-blog .cta-beneficios li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 26px;
  color: #4e4755;
  font-family: "Dosis", sans-serif;
}
.blog-sidebar .widget-cta-blog .cta-beneficios li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #da5398;
  font-weight: 700;
}
html.dark .blog-sidebar .widget-cta-blog .cta-beneficios li {
  color: rgba(255, 255, 255, 0.84);
}
.blog-sidebar .widget-cta-blog .cta-blog-boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  transition: 0.22s ease all;
  cursor: pointer;
}
.blog-sidebar .widget-cta-blog .cta-blog-boton:visited {
  color: #ffffff !important;
}
.blog-sidebar .widget-cta-blog .cta-blog-boton:hover, .blog-sidebar .widget-cta-blog .cta-blog-boton:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  box-shadow: 0 12px 28px rgba(151, 33, 120, 0.28);
  transform: translateY(-1px);
}
.blog-sidebar .widget-cta-blog .cta-blog-boton:active {
  transform: scale(0.98);
  box-shadow: none;
}
.blog-sidebar .widget-cta-blog .cta-blog-boton {
  gap: 10px;
}
.blog-sidebar .widget-cta-blog .cta-blog-boton i {
  font-size: 18px;
  line-height: 1;
}
.blog-sidebar .widget-cta-blog .cta-microcopy {
  margin: 14px 0 0;
  font-size: 0.92rem;
  color: #776f7d;
  font-family: "Dosis", sans-serif;
}
html.dark .blog-sidebar .widget-cta-blog .cta-microcopy {
  color: rgba(255, 255, 255, 0.78);
}

body.dark .related-entry-page .main-post .contenedor-post .info .texto {
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .blog-sidebar .blog-sidebar__holder {
    position: static;
    top: auto;
  }
  .blog-sidebar .blog-sidebar-card--toc {
    max-height: none;
    overflow: visible;
  }
}
@media screen and (max-width: 991px) {
  .sidebar {
    padding-bottom: 26px;
  }
  .sidebar .content-wrapper {
    gap: 20px;
  }
  .blog .main-post .contenedor-post .thumb {
    padding: 16px 20px 0;
  }
  .blog .main-post .contenedor-post .thumb img {
    max-height: 320px;
  }
  .blog .main-post .contenedor-post .info .post-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog .main-post .contenedor-post .info .post-meta-block {
    gap: 12px;
  }
  .blog .main-post .contenedor-post .info .post-meta-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .blog .main-post .contenedor-post .info .post-meta-chip {
    min-height: 46px;
    padding: 10px 14px;
    font-size: 0.98rem;
  }
  .blog .main-post .contenedor-post .info .post-meta-chip__icon {
    width: 17px;
    height: 17px;
  }
  .blog .main-post .contenedor-post .info .post-author-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 16px 14px;
    border-radius: 22px;
  }
  .blog .main-post .contenedor-post .info .post-author-card__avatar {
    width: 64px;
    height: 64px;
  }
  .blog .main-post .contenedor-post .info .post-author-card__name {
    font-size: 1.3rem;
  }
  .blog .main-post .contenedor-post .info .post-author-card__role {
    font-size: 0.94rem;
  }
  .blog .main-post .contenedor-post .info .post-author-card__bio {
    font-size: 0.95rem;
  }
  .blog .main-post .contenedor-post .info .post-author-card__location-icon {
    width: 13px;
    height: 13px;
  }
  .blog .main-post .contenedor-post .info .post-author-card__reviewed {
    padding-top: 10px;
    font-size: 0.88rem;
  }
  .blog .main-post .contenedor-post .info .post-hero__media img,
  .blog .main-post .contenedor-post .info .post-hero__media .featured-image__img {
    max-width: 100%;
    max-height: 320px;
  }
  .blog .main-post .contenedor-post .info .texto {
    max-width: 100%;
  }
  .blog .te-puede-interesar .te-puede-interesar__intro {
    font-size: 17px;
    line-height: 1.62;
  }
  .blog .te-puede-interesar .te-puede-interesar-post .thumb {
    height: 220px;
  }
  .blog .te-puede-interesar .te-puede-interesar-post .info {
    padding: 16px 16px 18px;
  }
  .blog .te-puede-interesar .te-puede-interesar-post .titulo {
    font-size: 24px;
  }
  .blog-sidebar .blog-sidebar-card {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .single-top {
    padding-top: 16px;
  }
  .related-entry-page .sidebar {
    position: static !important;
    top: auto !important;
    margin-top: 24px !important;
  }
  .sidebar {
    padding-bottom: 20px;
  }
  .sidebar .content-wrapper {
    gap: 18px;
  }
  .blog .titulo-seccion .col-12.d-flex.align-items-center.justify-content-between .d-flex.gap-2 button[data-pilar-dir] {
    min-width: 54px;
    min-height: 54px;
    font-size: 22px;
  }
  .blog .posts .post .contenedor-post .info .meta-post {
    gap: 16px;
    margin: 10px 0 24px;
  }
  .blog .posts .post .contenedor-post .info .meta-post .meta-post__items {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .blog .posts .post .contenedor-post .info .meta-post .meta-post__items .tiempo-lectura::before {
    content: none;
    margin-right: 0;
  }
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline {
    gap: 10px;
  }
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__foto {
    flex: 0 0 50px;
  }
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__foto img,
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__foto .avatar,
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__foto .autor-inline__img {
    display: block;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px;
    max-width: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__nombre {
    font-size: 15px;
  }
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__cargo,
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__descripcion,
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__pais,
  .blog .posts .post .contenedor-post .info .meta-post .autor-inline .autor-inline__contenido .autor-inline__review {
    font-size: 12px;
    line-height: 1.4;
  }
  .blog .posts .post .contenedor-post .info .extracto {
    height: auto;
    max-height: none;
  }
  .blog .main-post .contenedor-post .thumb {
    padding: 14px 14px 0;
    margin-bottom: 4px;
  }
  .blog .main-post .contenedor-post .thumb img {
    max-height: 280px;
    border-radius: 16px;
  }
  .blog .main-post .contenedor-post .info {
    padding: 18px 16px 22px;
  }
  .blog .main-post .contenedor-post .info .post-hero {
    gap: 18px;
    margin-bottom: 20px;
  }
  .blog .main-post .contenedor-post .info .post-hero__content .titulo {
    margin-bottom: 14px;
    font-size: clamp(2rem, 8vw, 2.7rem);
    line-height: 1.12;
  }
  .blog .main-post .contenedor-post .info .post-hero__content .post-header__excerpt {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.7;
  }
  .blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav-links {
    gap: 8px;
  }
  .blog .main-post .contenedor-post .info .post-hero__content .post-hero__quicknav-links a {
    width: 100%;
    justify-content: flex-start;
  }
  .blog .main-post .contenedor-post .info .post-meta-block {
    gap: 12px;
    margin-top: 0;
  }
  .blog .main-post .contenedor-post .info .post-meta-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .blog .main-post .contenedor-post .info .post-meta-chip {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.92rem;
  }
  .blog .main-post .contenedor-post .info .post-meta-chip__icon {
    width: 16px;
    height: 16px;
  }
  .blog .main-post .contenedor-post .info .post-author-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 14px 12px;
    border-radius: 20px;
  }
  .blog .main-post .contenedor-post .info .post-author-card__avatar {
    width: 56px;
    height: 56px;
  }
  .blog .main-post .contenedor-post .info .post-author-card__content {
    padding-top: 0;
  }
  .blog .main-post .contenedor-post .info .post-author-card__name {
    font-size: 1.14rem;
    margin-bottom: 4px;
  }
  .blog .main-post .contenedor-post .info .post-author-card__role {
    margin-bottom: 7px;
    font-size: 0.88rem;
  }
  .blog .main-post .contenedor-post .info .post-author-card__bio {
    margin-bottom: 7px;
    font-size: 0.9rem;
  }
  .blog .main-post .contenedor-post .info .post-author-card__location {
    margin-bottom: 8px;
    font-size: 0.86rem;
  }
  .blog .main-post .contenedor-post .info .post-author-card__location-icon {
    width: 12px;
    height: 12px;
  }
  .blog .main-post .contenedor-post .info .post-author-card__reviewed {
    padding-top: 8px;
    font-size: 0.82rem;
  }
  .blog .main-post .contenedor-post .info .post-hero__media img,
  .blog .main-post .contenedor-post .info .post-hero__media .featured-image__img {
    max-width: 100%;
    max-height: 280px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 16px;
  }
  .blog .main-post .contenedor-post .info .texto > p:first-of-type {
    font-size: 19px;
    line-height: 1.76;
  }
  .blog .main-post .contenedor-post .info .texto p {
    font-size: 18px;
    line-height: 1.76;
  }
  .blog .main-post .contenedor-post .info .texto ul li,
  .blog .main-post .contenedor-post .info .texto ol li {
    font-size: 18px;
    line-height: 1.72;
  }
  .blog .main-post .contenedor-post .info .texto h2 {
    margin: 2rem 0 0.9rem;
    font-size: clamp(1.8rem, 6vw, 2.2rem);
  }
  .blog .main-post .contenedor-post .info .texto h3 {
    margin: 1.7rem 0 0.8rem;
    font-size: clamp(1.35rem, 5vw, 1.7rem);
  }
  .blog .main-post .contenedor-post .info .texto h4 {
    margin: 1.45rem 0 0.7rem;
    font-size: 1.08rem;
  }
  .blog .te-puede-interesar .te-puede-interesar__intro {
    font-size: 16px;
    line-height: 1.58;
  }
  .blog .te-puede-interesar .te-puede-interesar-post .thumb {
    height: 200px;
    padding: 10px 12px 0;
  }
  .blog .te-puede-interesar .te-puede-interesar-post .info {
    padding: 15px 14px 18px;
  }
  .blog .te-puede-interesar .te-puede-interesar-post .te-card__kicker {
    font-size: 11px;
    padding: 7px 10px;
  }
  .blog .te-puede-interesar .te-puede-interesar-post .titulo {
    font-size: 22px;
    line-height: 1.18;
  }
  .blog .te-puede-interesar .te-puede-interesar-post .extracto {
    font-size: 15px;
    line-height: 1.65;
    -webkit-line-clamp: 4;
  }
  .blog .te-puede-interesar .te-puede-interesar-post .te-card__cta {
    width: 100%;
    justify-content: center;
    padding: 13px 16px;
    font-size: 14px;
  }
  #pilarCards,
  #relatedCards {
    padding-right: 10px;
    padding-left: 10px;
  }
  #pilarTrack,
  #relatedTrack {
    padding-right: 2px;
    padding-left: 2px;
  }
  .pilar-card > article.post {
    max-width: 100%;
  }
  .pilar-card > article.post .contenedor-post {
    height: 440px;
  }
  #pilarCards .thumb,
  #relatedCards .thumb {
    height: 210px;
    padding: 8px;
  }
  #pilarCards .thumb img,
  #relatedCards .thumb img {
    max-height: 100%;
  }
  #pilarCards .info,
  #relatedCards .info {
    padding: 10px 12px 12px;
  }
  #pilarCards .info .titulo,
  #relatedCards .info .titulo {
    min-height: 46px;
    font-size: 19px;
    line-height: 23px;
  }
  #pilarCards .info .fecha,
  #relatedCards .info .fecha {
    margin-bottom: 8px;
  }
  #pilarCards .info .extracto,
  #relatedCards .info .extracto {
    min-height: 42px;
    line-height: 21px;
    -webkit-line-clamp: 2;
  }
  .blog .cta-wsp-post {
    margin: 8px 0 24px;
  }
  .blog .cta-wsp-post .info {
    padding: 14px;
  }
  .blog .cta-wsp-post .info .titulo {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .blog .cta-wsp-post .info .texto {
    font-size: 15px;
    line-height: 24px;
  }
  .blog-sidebar .blog-sidebar-card {
    padding: 20px 18px;
    border-radius: 22px;
  }
  .blog-sidebar .blog-sidebar-card__title {
    font-size: 1.3rem;
  }
  .blog-sidebar .blog-sidebar-card__links {
    flex-direction: column;
    gap: 10px;
  }
  .blog-sidebar .blog-sidebar-card__links a {
    width: 100%;
    justify-content: flex-start;
  }
  .blog-sidebar .widget-cta-blog .cta-blog-boton {
    font-size: 0.95rem;
  }
  .blog-sidebar .boletin .boletin-label .headline {
    font-size: 1.08rem;
  }
}
@media screen and (max-width: 575px) {
  .blog-sidebar .boletin .form-mail {
    font-size: 16px;
  }
  .blog-sidebar .blog-toc__item a {
    font-size: 0.95rem;
  }
  .blog-sidebar .blog-toc__item--h3 a {
    font-size: 0.9rem;
    padding-left: 20px;
  }
}
button[data-pilar-dir=prev],
button[data-pilar-dir=next] {
  color: #1da1f2 !important;
  border-color: rgba(29, 161, 242, 0.26) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  background-color: rgba(255, 255, 255, 0.82) !important;
}
html.dark button[data-pilar-dir=prev],
html.dark button[data-pilar-dir=next] {
  background: rgba(255, 255, 255, 0.04) !important;
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(29, 161, 242, 0.35) !important;
}
button[data-pilar-dir=prev]:hover, button[data-pilar-dir=prev]:focus, button[data-pilar-dir=prev]:active,
button[data-pilar-dir=next]:hover,
button[data-pilar-dir=next]:focus,
button[data-pilar-dir=next]:active {
  color: #da5398 !important;
  border-color: rgba(218, 83, 152, 0.28) !important;
  background: rgba(218, 83, 152, 0.08) !important;
  background-color: rgba(218, 83, 152, 0.08) !important;
}
html.dark button[data-pilar-dir=prev]:hover, html.dark button[data-pilar-dir=prev]:focus, html.dark button[data-pilar-dir=prev]:active,
html.dark button[data-pilar-dir=next]:hover,
html.dark button[data-pilar-dir=next]:focus,
html.dark button[data-pilar-dir=next]:active {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  background-color: rgba(255, 255, 255, 0.06) !important;
}

.sidebar {
  padding-bottom: 34px;
}
.sidebar .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sidebar .widget {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(29, 161, 242, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition: 0.3s ease all;
}
html.dark .sidebar .widget {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(29, 161, 242, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}
.sidebar .widget {
  margin-bottom: 0;
  padding: 22px 20px;
}
.sidebar .widget-title {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.45rem;
  line-height: 1.12;
  font-weight: 500;
  color: #5d005d;
}
html.dark .sidebar .widget-title {
  color: #da5398;
}
.sidebar .widget p {
  margin: 0 0 16px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4f4f4f;
}
.sidebar .widget p:last-child {
  margin-bottom: 0;
}
html.dark .sidebar .widget p {
  color: rgba(255, 255, 255, 0.88);
}
.sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sidebar .widget ul li {
  margin-bottom: 10px;
}
.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget p a,
.sidebar .widget li a,
.sidebar .widget .boletin-copy a {
  color: #1da1f2;
  text-decoration: none;
  transition: 0.2s ease all;
}
.sidebar .widget p a:hover,
.sidebar .widget li a:hover,
.sidebar .widget .boletin-copy a:hover {
  color: #da5398;
  text-decoration: none;
}
.sidebar .widget.blog-sidebar-card--toc {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sidebar .widget.blog-sidebar-card--toc .blog-sidebar-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .sidebar .widget.blog-sidebar-card--toc .blog-sidebar-card__eyebrow {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: default;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle .blog-sidebar-card__title {
  margin: 0;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle__icon {
  display: none;
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle__icon::before, .sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #da5398;
  transform-origin: center;
  transition: 0.22s ease transform;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle__icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
html.dark .sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle__icon::before, html.dark .sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle__icon::after {
  background: #ffffff;
}
.sidebar .widget.blog-sidebar-card--toc.is-open .blog-toc-toggle__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc-panel {
  min-height: 0;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc {
  flex: 1 1 auto;
  min-height: 0;
  max-height: calc(100vh - (var(--navbar-h, 76px) + var(--banner-h, 56px) + 120px));
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(151, 33, 120, 0.34) rgba(255, 255, 255, 0.06);
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc::-webkit-scrollbar {
  width: 10px;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.26);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
html.dark .sidebar .widget.blog-sidebar-card--toc .blog-toc {
  scrollbar-color: rgba(151, 33, 120, 0.46) rgba(255, 255, 255, 0.05);
}
html.dark .sidebar .widget.blog-sidebar-card--toc .blog-toc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}
html.dark .sidebar .widget.blog-sidebar-card--toc .blog-toc::-webkit-scrollbar-thumb {
  background: rgba(151, 33, 120, 0.42);
  border: 2px solid transparent;
  background-clip: padding-box;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc__item + .blog-toc__item {
  margin-top: 6px;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc__item a {
  display: block;
  padding: 8px 0;
  color: #504858;
  text-decoration: none;
  line-height: 1.45;
  font-size: 0.98rem;
  font-family: "Dosis", sans-serif;
  transition: 0.2s ease all;
  word-break: break-word;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc__item a:hover {
  color: #da5398;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc__item a.is-active {
  color: #da5398;
  font-weight: 700;
}
html.dark .sidebar .widget.blog-sidebar-card--toc .blog-toc__item a {
  color: rgba(255, 255, 255, 0.82);
}
html.dark .sidebar .widget.blog-sidebar-card--toc .blog-toc__item a:hover {
  color: #da5398;
}
html.dark .sidebar .widget.blog-sidebar-card--toc .blog-toc__item a.is-active {
  color: #da5398;
  font-weight: 700;
}
.sidebar .widget.blog-sidebar-card--toc .blog-toc__item--h3 a {
  padding-left: 16px;
  font-size: 0.94rem;
  opacity: 0.92;
}
.sidebar .widget.redes-sociales {
  padding: 0;
  overflow: hidden;
}
.sidebar .widget.redes-sociales .widget-title {
  margin: 0;
  padding: 20px 20px 14px 20px;
}
.sidebar .widget.redes-sociales .redes-sociales-grid {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.sidebar .widget.redes-sociales a {
  flex: 1 1 33.3333%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  min-height: 96px;
  padding: 18px 10px;
  text-align: center;
  text-decoration: none !important;
  transition: 0.22s ease all;
  float: none;
}
.sidebar .widget.redes-sociales a:hover {
  text-decoration: none !important;
  transform: translateY(-1px);
  filter: brightness(1.04);
}
.sidebar .widget.redes-sociales a .fa-brands {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #ffffff;
}
.sidebar .widget.redes-sociales a .social-label {
  display: block;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.2px;
}
.sidebar .widget.redes-sociales a.facebook {
  background: #1877f2;
}
.sidebar .widget.redes-sociales a.instagram {
  background: radial-gradient(circle at bottom left, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #e1306c, #c13584, #833ab4, #5851db, #405de6);
}
.sidebar .widget.redes-sociales a.telegram {
  background: #0088cc;
}
.sidebar .widget.boletin .formulario {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.sidebar .widget.boletin .contenedor-inputs {
  width: 100%;
}
.sidebar .widget.boletin label {
  display: block;
  margin-bottom: 14px;
  line-height: 1.25;
}
.sidebar .widget.boletin .boletin-label .eyebrow,
.sidebar .widget.boletin .boletin-label .headline {
  display: block;
}
.sidebar .widget.boletin .boletin-label .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .sidebar .widget.boletin .boletin-label .eyebrow {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.sidebar .widget.boletin .boletin-label .headline {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.45rem;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #5d005d;
}
html.dark .sidebar .widget.boletin .boletin-label .headline {
  color: #da5398;
}
.sidebar .widget.boletin .boletin-copy {
  margin: 0 0 14px 0;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4f4f4f;
}
html.dark .sidebar .widget.boletin .boletin-copy {
  color: rgba(255, 255, 255, 0.88);
}
.sidebar .widget.boletin input[type=email] {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 13px 14px;
  box-sizing: border-box;
  text-align: left;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  color: #3b3b3b;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(29, 161, 242, 0.16);
  border-radius: 14px;
  outline: none;
  transition: 0.22s ease all;
}
.sidebar .widget.boletin input[type=email]::-moz-placeholder {
  color: rgba(93, 93, 93, 0.72);
}
.sidebar .widget.boletin input[type=email]::placeholder {
  color: rgba(93, 93, 93, 0.72);
}
.sidebar .widget.boletin input[type=email]:focus {
  border-color: rgba(218, 83, 152, 0.28);
  box-shadow: 0 0 0 3px rgba(29, 161, 242, 0.1);
}
html.dark .sidebar .widget.boletin input[type=email] {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
html.dark .sidebar .widget.boletin input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.62);
}
html.dark .sidebar .widget.boletin input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.62);
}
html.dark .sidebar .widget.boletin input[type=email]:focus {
  border-color: rgba(29, 161, 242, 0.3);
  box-shadow: 0 0 0 3px rgba(29, 161, 242, 0.12);
}
.sidebar .widget.boletin .boton_enviar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 6px;
  padding: 13px 18px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  border: none;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: 0.22s ease all;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.sidebar .widget.boletin .boton_enviar:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.14);
}
.sidebar .widget.boletin .boton_enviar:active {
  color: #5d005d;
  background: #f8cc07;
  transform: scale(0.98);
  box-shadow: none;
}
.sidebar .widget.boletin .mensaje {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #da5398;
}
html.dark .sidebar .widget.boletin .mensaje {
  color: rgba(255, 255, 255, 0.82);
}
.sidebar .widget.boletin .loader {
  display: none;
}
.sidebar .widget.widget-cta-blog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 20px 20px;
}
.sidebar .widget.widget-cta-blog .cta-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #da5398;
  background: rgba(218, 83, 152, 0.08);
  border: 1px solid rgba(218, 83, 152, 0.16);
}
html.dark .sidebar .widget.widget-cta-blog .cta-kicker {
  color: #ffffff;
  background: rgba(218, 83, 152, 0.14);
  border-color: rgba(218, 83, 152, 0.24);
}
.sidebar .widget.widget-cta-blog .widget-title {
  margin-bottom: 12px;
}
.sidebar .widget.widget-cta-blog .cta-copy {
  margin: 0 0 16px 0;
}
.sidebar .widget.widget-cta-blog .cta-copy strong {
  font-weight: 700;
}
.sidebar .widget.widget-cta-blog .cta-beneficios {
  width: 100%;
  margin: 0 0 18px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar .widget.widget-cta-blog .cta-beneficios li {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 40px;
  border-radius: 16px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #3f3f3f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 161, 242, 0.12);
}
html.dark .sidebar .widget.widget-cta-blog .cta-beneficios li {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar .widget.widget-cta-blog .cta-beneficios li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #da5398 0%, #5d005d 100%);
}
.sidebar .widget.widget-cta-blog .cta-blog-boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 999px;
  text-decoration: none !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #5d005d 0%, #da5398 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: 0.22s ease all;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.sidebar .widget.widget-cta-blog .cta-blog-boton:visited {
  color: #ffffff !important;
}
.sidebar .widget.widget-cta-blog .cta-blog-boton:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #1da1f2 0%, #5d005d 100%);
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.14);
}
.sidebar .widget.widget-cta-blog .cta-blog-boton:active {
  color: #5d005d !important;
  background: #f8cc07;
  transform: scale(0.98);
  box-shadow: none;
}
.sidebar .widget.widget-cta-blog .cta-blog-boton .fa-brands {
  font-size: 18px;
  line-height: 1;
}
.sidebar .widget.widget-cta-blog .cta-microcopy {
  margin: 12px 0 0 0;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #666;
  text-align: left;
}
html.dark .sidebar .widget.widget-cta-blog .cta-microcopy {
  color: rgba(255, 255, 255, 0.82);
}

body.dark .sidebar .widget.boletin .boletin-label .eyebrow {
  color: #ffffff !important;
  background: rgba(218, 83, 152, 0.14) !important;
  border-color: rgba(218, 83, 152, 0.24) !important;
}
body.dark .sidebar .widget.boletin .boletin-label .headline {
  color: #da5398 !important;
}
body.dark .sidebar .widget.boletin .mensaje {
  color: rgba(255, 255, 255, 0.82);
}

@media screen and (max-width: 991px) {
  .sidebar {
    padding-bottom: 26px;
  }
  .sidebar .content-wrapper {
    gap: 20px;
  }
  .sidebar .widget {
    padding: 20px 18px;
  }
  .sidebar .widget.redes-sociales .widget-title {
    padding: 18px 18px 12px 18px;
  }
  .sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle {
    cursor: pointer;
  }
  .sidebar .widget.blog-sidebar-card--toc .blog-toc-toggle__icon {
    display: block;
  }
  .sidebar .widget.blog-sidebar-card--toc .blog-toc-panel {
    padding-top: 14px;
  }
  .sidebar .widget.blog-sidebar-card--toc .blog-toc {
    max-height: none;
    overflow: visible !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    padding-bottom: 20px;
  }
  .sidebar .content-wrapper {
    gap: 18px;
  }
  .sidebar .widget {
    padding: 18px 16px;
    border-radius: 22px;
  }
  .sidebar .widget.redes-sociales .widget-title {
    padding: 18px 16px 12px 16px;
  }
  .sidebar .widget.redes-sociales a {
    min-height: 82px;
    padding: 14px 8px;
  }
  .sidebar .widget.redes-sociales a .fa-brands {
    font-size: 26px;
  }
  .sidebar .widget.redes-sociales a .social-label {
    font-size: 13px;
  }
  .sidebar .widget.boletin .boletin-label .eyebrow {
    font-size: 12px;
  }
  .sidebar .widget.boletin .boletin-label .headline {
    font-size: 1.45rem;
  }
  .sidebar .widget.boletin .boletin-copy {
    font-size: 15px;
  }
  .sidebar .widget.boletin input[type=email] {
    font-size: 15px;
    padding: 12px 13px;
  }
  .sidebar .widget.boletin .boton_enviar {
    font-size: 15px;
    padding: 13px 16px;
  }
  .sidebar .widget.widget-cta-blog .cta-beneficios li {
    font-size: 14px;
    padding: 11px 12px 11px 38px;
  }
  .sidebar .widget.widget-cta-blog .cta-blog-boton {
    font-size: 15px;
    padding: 13px 16px;
  }
  .sidebar .widget.widget-cta-blog .cta-microcopy {
    font-size: 13px;
  }
  .sidebar .widget-title {
    font-size: 1.45rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sidebar .widget,
  .sidebar .widget a,
  .sidebar .widget .boton_enviar,
  .sidebar .widget .cta-blog-boton,
  .sidebar .widget .blog-toc-toggle {
    transition: none !important;
  }
}/*# sourceMappingURL=secondary.css.map */