@charset "UTF-8";
#saiep-wrapper {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  background-color: #f3f4f6;
}
#saiep-wrapper section {
  padding-top: 60px;
}
@media (max-width: 768px) {
  #saiep-wrapper section {
    padding-top: 48px;
  }
}
#saiep-wrapper .requisitos-section {
  --title-size: 32px;
  --text-size: 24px;
}
@media (max-width: 768px) {
  #saiep-wrapper .requisitos-section {
    --title-size: 24px;
    --text-size: 20px;
  }
}
#saiep-wrapper {
  /* --- VIDEO --- */
}
#saiep-wrapper .video-section {
  --v-title: 32px;
  --v-sub: 20px;
}
@media (max-width: 768px) {
  #saiep-wrapper .video-section {
    --v-title: 22px;
    --v-sub: 14px;
  }
}
#saiep-wrapper .video-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
#saiep-wrapper .video-section__title {
  font-family: "Roboto", sans-serif;
  /* Eliminamos el font-size fijo para que use la variable del HTML */
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #000000;
  margin: 0;
}
#saiep-wrapper .video-section__subtitle {
  font-family: "Roboto", sans-serif;
  /* Eliminamos el font-size fijo para que use la variable del HTML */
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #333333;
  margin: 0;
}
#saiep-wrapper .video-section__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#saiep-wrapper .video-section__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#saiep-wrapper {
  /* --- FOOTER --- */
}
#saiep-wrapper .site-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#saiep-wrapper {
  /* Educación financiera */
}
#saiep-wrapper .footer-edu {
  width: 100%;
}
#saiep-wrapper .footer-edu__slide {
  width: 100%;
  min-height: 262px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 0 40px 0 89px;
  position: relative;
}
#saiep-wrapper .footer-edu__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
#saiep-wrapper .footer-edu__slide--desktop {
  display: flex;
}
@media (max-width: 768px) {
  #saiep-wrapper .footer-edu__slide--desktop {
    display: none !important;
  }
}
#saiep-wrapper .footer-edu__slide--mobile {
  display: none !important;
}
@media (max-width: 768px) {
  #saiep-wrapper .footer-edu__slide--mobile {
    display: flex !important;
    min-height: 220px;
    padding: 32px 16px;
  }
}
#saiep-wrapper .footer-edu__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 337px;
}
#saiep-wrapper .footer-edu__logo {
  width: 233px;
  height: 44px;
  object-fit: contain;
  display: block;
}
#saiep-wrapper .footer-edu__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#saiep-wrapper .footer-edu__title {
  font-family: "Roboto", sans-serif;
  font-size: 24px; /* Ajustado a 24px según lo pedido */
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  #saiep-wrapper .footer-edu__title {
    font-size: 24px; /* Tamaño optimizado para mobile */
    line-height: 1.3;
  }
}
#saiep-wrapper {
  /* Empresa B */
}
#saiep-wrapper .footer-empresa-b {
  width: 100%;
  background: #FEFEFF;
  padding: 20px 0;
}
#saiep-wrapper .footer-empresa-b__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0 16px;
}
#saiep-wrapper .footer-empresa-b__text {
  font-family: "Roboto", sans-serif;
  font-size: 24px; /* Ajustado a 12px según Figma */
  font-weight: 700;
  line-height: 14px;
  color: #034D8E;
  text-align: center;
  white-space: nowrap; /* Evita que el texto rompa internamente */
}
@media (max-width: 768px) {
  #saiep-wrapper .footer-empresa-b__text {
    font-size: 12px; /* Mantenemos consistencia o ajustamos si es necesario */
    white-space: normal; /* Permitimos quiebre solo en pantallas muy chicas */
  }
}
#saiep-wrapper .footer-empresa-b__logo {
  width: 50px;
  height: auto;
  display: block;
}
#saiep-wrapper {
  /* Términos */
}
#saiep-wrapper .footer-terminos {
  width: 100%;
  padding: 30px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#saiep-wrapper .footer-terminos__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #034D8E;
  text-decoration: underline;
  text-decoration-style: solid;
}
#saiep-wrapper .footer-terminos__link img {
  width: 15px;
  height: 15px;
}
#saiep-wrapper .footer-terminos__link:hover {
  color: #023a6b;
}
#saiep-wrapper .footer-terminos__legal {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #989898;
  text-align: center;
  margin: 0;
}
#saiep-wrapper {
  /* --- PREGUNTAS FRECUENTES --- */
}
#saiep-wrapper .faq-section .faq-title {
  font-size: 32px;
  font-weight: 400;
  color: #333;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  #saiep-wrapper .faq-section .faq-title {
    font-size: 24px;
  }
}
#saiep-wrapper .faq-section .faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#saiep-wrapper .faq-section .faq-item {
  border-bottom: 1px solid #D1D5DB;
}
#saiep-wrapper .faq-section .faq-item:first-child {
  border-top: 1px solid #D1D5DB;
}
#saiep-wrapper .faq-section .faq-item--open .faq-body {
  display: block;
}
#saiep-wrapper .faq-section .faq-item--open .faq-icon::before {
  transform: rotate(-45deg);
  margin-top: 4px;
}
#saiep-wrapper .faq-section .faq-trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}
#saiep-wrapper .faq-section .faq-trigger span {
  font-size: 18px; /* Ajustado a 18px */
  font-weight: 400;
  color: #1F242E;
  line-height: 1.4;
}
#saiep-wrapper .faq-section .faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#saiep-wrapper .faq-section .faq-icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #626D84;
  border-top: 1.5px solid #626D84;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
  margin-top: -4px;
}
#saiep-wrapper .faq-section .faq-body {
  display: none;
  padding: 0 0 20px;
}
#saiep-wrapper .faq-section .faq-body-inner {
  font-size: 18px; /* Ajustado a 18px igual que el título */
  font-weight: 300;
  line-height: 1.6;
  color: #333333;
  /* Asegura que los enlaces largos no rompan el layout en mobile */
}
#saiep-wrapper .faq-section .faq-body-inner a {
  word-break: break-all;
  overflow-wrap: break-word;
  color: #034D8E;
  text-decoration: underline;
}
#saiep-wrapper {
  /* --- HERO SLIDER --- */
}
#saiep-wrapper .hero-slider-section {
  overflow: hidden;
}
#saiep-wrapper .hero-slider-section .carousel {
  display: flex;
  flex-direction: column;
}
#saiep-wrapper .hero-slider-section .carousel-item {
  transition: transform 0.5s ease-in-out;
}
#saiep-wrapper .hero-slider-section .hero-slide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
#saiep-wrapper .hero-slider-section .hero-slide--desktop {
  min-height: 296px;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 0 0 4rem 7.5rem;
}
@media (max-width: 992px) {
  #saiep-wrapper .hero-slider-section .hero-slide--desktop {
    min-height: 280px;
    padding: 0 0 24px 32px;
  }
}
@media (max-width: 768px) {
  #saiep-wrapper .hero-slider-section .hero-slide--desktop {
    display: none !important;
  }
}
#saiep-wrapper .hero-slider-section .hero-slide--mobile {
  display: none !important;
  background-position: center;
}
@media (max-width: 768px) {
  #saiep-wrapper .hero-slider-section .hero-slide--mobile {
    display: flex !important;
    min-height: 300px;
    background-size: cover;
    background-position: top center;
    align-items: flex-end;
    padding: 0 1rem 0.1rem;
  }
  #saiep-wrapper .hero-slider-section .hero-slide--mobile .hero-content {
    gap: 24px;
    width: 100%;
    max-width: 100%;
  }
  #saiep-wrapper .hero-slider-section .hero-slide--mobile .btn-laol {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 32px;
  }
}
#saiep-wrapper .hero-slider-section .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#saiep-wrapper .hero-slider-section .hero-text {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  margin: 0;
}
@media (max-width: 992px) {
  #saiep-wrapper .hero-slider-section .hero-text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #saiep-wrapper .hero-slider-section .hero-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    color: #000000;
    max-width: 212px;
  }
}
#saiep-wrapper .hero-slider-section .hero-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 12px 0 4px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
#saiep-wrapper .hero-slider-section .hero-indicators button {
  width: 25px;
  height: 3px;
  background-color: #E5E7E8;
  border: none;
  border-radius: 3px;
  opacity: 1;
  margin: 0;
  transition: background-color 0.3s ease;
}
#saiep-wrapper .hero-slider-section .hero-indicators button.active {
  background-color: #91979E;
}
#saiep-wrapper .section-financiacion .financiacion__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #saiep-wrapper .section-financiacion .financiacion__content .btn-laol {
    margin: 0 auto;
  }
}
#saiep-wrapper .section-financiacion .financiacion__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  #saiep-wrapper .section-financiacion .financiacion__header {
    align-items: center; /* Centra título y subtítulo en mobile */
    text-align: center; /* Centra el texto multilínea */
    width: 100%;
  }
}
#saiep-wrapper .section-financiacion .financiacion__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #333333;
  margin: 0;
}
@media (max-width: 768px) {
  #saiep-wrapper .section-financiacion .financiacion__title {
    font-size: 24px;
  }
}
#saiep-wrapper .section-financiacion .financiacion__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
  margin: 0;
}
@media (max-width: 768px) {
  #saiep-wrapper .section-financiacion .financiacion__subtitle {
    font-size: 20px;
  }
}
#saiep-wrapper .section-financiacion .financiacion__benefits {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
@media (max-width: 768px) {
  #saiep-wrapper .section-financiacion .financiacion__benefits {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
#saiep-wrapper .section-financiacion .benefit-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 279px;
}
@media (max-width: 768px) {
  #saiep-wrapper .section-financiacion .benefit-item {
    width: 100%;
  }
}
#saiep-wrapper .section-financiacion .benefit-item__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #A7C1D8;
  box-shadow: 0px 8px 24px -4px rgba(6, 115, 239, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#saiep-wrapper .section-financiacion .benefit-item__icon svg {
  width: 30px;
  height: 30px;
}
#saiep-wrapper .section-financiacion .benefit-item__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#saiep-wrapper .section-financiacion .benefit-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1F242E;
  margin: 0;
}
#saiep-wrapper .section-financiacion .benefit-item__desc {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
#saiep-wrapper .section-financiacion .benefit-item__desc--primary {
  font-weight: 700;
  color: #034D8E;
}
#saiep-wrapper .section-financiacion .benefit-item__desc--muted {
  font-weight: 400;
  color: #626D84;
}
#saiep-wrapper .section-financiacion .financiacion__card {
  width: 100%;
  height: 264px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #saiep-wrapper .section-financiacion .financiacion__card {
    height: 220px;
  }
}
#saiep-wrapper .section-financiacion .financiacion__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#saiep-wrapper .medios-pago-section {
  border-radius: 8px;
}
#saiep-wrapper .medios-pago-section .medios-pago-track-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 125px;
  width: 100%;
  height: 120px;
  background: #FEFEFF;
  border-radius: 8px;
  padding: 6px 0;
}
#saiep-wrapper .medios-pago-section #mediosContainer {
  width: 826px;
  max-width: 100%;
  overflow: hidden;
}
#saiep-wrapper .medios-pago-section #mediosTrack .flex-shrink-0 img {
  max-height: 70px;
  max-width: 180px;
  width: auto;
  object-fit: contain;
  display: block;
}
#saiep-wrapper .medios-pago-section .medios-prev,
#saiep-wrapper .medios-pago-section .medios-next {
  cursor: pointer;
  transition: transform 0.2s ease;
  opacity: 1 !important;
}
#saiep-wrapper .medios-pago-section .medios-prev:hover,
#saiep-wrapper .medios-pago-section .medios-next:hover {
  transform: scale(1.1);
}
#saiep-wrapper .medios-pago-section .medios-prev:active,
#saiep-wrapper .medios-pago-section .medios-next:active {
  transform: scale(0.9);
}
@media (max-width: 768px) {
  #saiep-wrapper .medios-pago-section #mediosContainer {
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #saiep-wrapper .medios-pago-section #mediosContainer::-webkit-scrollbar {
    display: none;
  }
  #saiep-wrapper .medios-pago-section #mediosContainer #mediosTrack {
    transition: none !important;
    justify-content: flex-start;
  }
  #saiep-wrapper .medios-pago-section #mediosContainer #mediosTrack .flex-shrink-0 {
    scroll-snap-align: start;
  }
  #saiep-wrapper .medios-pago-section #mediosPrev,
  #saiep-wrapper .medios-pago-section #mediosNext {
    display: none !important;
  }
}
#saiep-wrapper {
  /* --- TESTIMONIOS --- */
}
#saiep-wrapper .testimonios-section {
  background-color: #fafafa;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  #saiep-wrapper .testimonios-section {
    padding-top: 48px;
  }
}
#saiep-wrapper .testimonios-section .carrusel-title {
  color: #1F242E;
  font-size: 32px;
}
@media (max-width: 768px) {
  #saiep-wrapper .testimonios-section .carrusel-title {
    font-size: 24px;
  }
}
#saiep-wrapper .testimonios-section .testimonial-card {
  border-radius: 20px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #saiep-wrapper .testimonios-section .testimonial-card {
    min-height: 220px;
  }
}
#saiep-wrapper .testimonios-section .testimonial-card .quote-text {
  font-size: 18px;
  line-height: 1.4;
  color: #1F242E;
  font-weight: 400;
  max-height: 87px;
}
#saiep-wrapper .testimonios-section .testimonial-card .user-name {
  color: #1F242E;
  font-size: 14px;
}
#saiep-wrapper .testimonios-section .testimonial-card .user-tag {
  color: #626D84;
}
#saiep-wrapper .testimonios-section .testimonial-card .bi-person {
  color: #034D8E;
}
#saiep-wrapper .testimonios-section .custom-indicators {
  bottom: -10px;
}
#saiep-wrapper .testimonios-section .custom-indicators button {
  width: 35px;
  height: 4px;
  background-color: #D1D5DB;
  border: none;
  opacity: 1;
  margin: 0 4px;
  border-radius: 2px;
}
#saiep-wrapper .testimonios-section .custom-indicators button.active {
  background-color: #626D84;
}
#saiep-wrapper {
  /* --- GESTIÓN ONLINE & SEGUROS --- */
}
#saiep-wrapper .gestion-online-section {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  #saiep-wrapper .gestion-online-section {
    padding-top: 48px;
  }
}
#saiep-wrapper .gestion-online-section .gestion-container {
  border: 1px solid #034D8E;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
#saiep-wrapper .gestion-online-section .gestion-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  min-height: 41px;
  background-color: #034D8E;
  text-align: center;
}
#saiep-wrapper .gestion-online-section .gestion-banner p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
#saiep-wrapper .gestion-online-section .gestion-body {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
@media (max-width: 992px) {
  #saiep-wrapper .gestion-online-section .gestion-body {
    flex-direction: column;
  }
  #saiep-wrapper .gestion-online-section .gestion-body .gestion-content {
    order: 1;
    width: 100%;
    padding: 1rem;
    align-items: flex-start;
    text-align: left;
  }
  #saiep-wrapper .gestion-online-section .gestion-body .btn-laol {
    width: 124px;
  }
  #saiep-wrapper .gestion-online-section .gestion-body .gestion-image-col {
    order: 2;
    width: 100%;
  }
}
#saiep-wrapper .gestion-online-section .gestion-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 36px 32px 100px;
  flex: 1;
}
@media (max-width: 992px) {
  #saiep-wrapper .gestion-online-section .gestion-content {
    padding: 32px 24px;
    order: 1;
    align-items: flex-start;
  }
}
#saiep-wrapper .gestion-online-section .gestion-content .gestion-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#saiep-wrapper .gestion-online-section .gestion-content .gestion-text .gestion-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #333;
  margin: 0;
}
@media (max-width: 992px) {
  #saiep-wrapper .gestion-online-section .gestion-content .gestion-text .gestion-title {
    font-size: 24px;
  }
}
#saiep-wrapper .gestion-online-section .gestion-content .gestion-text .gestion-descs {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  margin: 0;
  max-width: 441px;
}
#saiep-wrapper .gestion-online-section .gestion-content .gestion-text .gestion-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  margin: 0;
  max-width: 441px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
#saiep-wrapper .gestion-online-section .gestion-content .gestion-text .gestion-desc::before {
  content: "•";
  flex-shrink: 0;
  color: #333333;
}
@media (max-width: 992px) {
  #saiep-wrapper .gestion-online-section .gestion-content .gestion-text .gestion-desc {
    max-width: 100%;
  }
}
#saiep-wrapper .gestion-online-section .gestion-image-col {
  position: relative;
}
#saiep-wrapper .gestion-online-section .gestion-image-col .gestion-overlay-logo {
  position: absolute;
  bottom: 16px;
  width: 120px;
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 2;
}
#saiep-wrapper .gestion-online-section .gestion-image-col .gestion-overlay-logo--right {
  right: 16px;
}
@media (max-width: 992px) {
  #saiep-wrapper .gestion-online-section .gestion-image-col .gestion-overlay-logo--right {
    right: 12px;
  }
}
#saiep-wrapper .gestion-online-section .gestion-image-col .gestion-overlay-logo--left {
  left: 16px;
  width: 80px;
}
@media (max-width: 992px) {
  #saiep-wrapper .gestion-online-section .gestion-image-col .gestion-overlay-logo--left {
    left: 12px;
    width: 60px;
  }
}
@media (max-width: 992px) {
  #saiep-wrapper .gestion-online-section .gestion-image-col .gestion-overlay-logo {
    bottom: 12px;
  }
}
#saiep-wrapper .gestion-online-section .gestion-image-col {
  flex: 0 0 50%;
  overflow: hidden;
}
@media (max-width: 992px) {
  #saiep-wrapper .gestion-online-section .gestion-image-col {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
  }
}
#saiep-wrapper .gestion-online-section .gestion-image-col .gestion-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  #saiep-wrapper .gestion-online-section .gestion-image-col .gestion-img {
    min-height: 250px;
  }
}
#saiep-wrapper {
  /* --- PASOS --- */
}
#saiep-wrapper .pasos-section {
  overflow: hidden;
}
#saiep-wrapper .pasos-section .steps-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  #saiep-wrapper .pasos-section .steps-content {
    gap: 24px;
    align-items: center;
    text-align: center;
  }
}
#saiep-wrapper .pasos-section .steps-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #333;
  margin: 0;
}
@media (max-width: 992px) {
  #saiep-wrapper .pasos-section .steps-title {
    font-size: 24px; /* Reducimos un poco más el tamaño */
    white-space: nowrap; /* Forzamos una sola línea */
  }
}
#saiep-wrapper .pasos-section .requisitos-subtitle p {
  font-weight: 300;
  font-size: 24px !important;
  color: #333;
}
#saiep-wrapper .pasos-section .steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  #saiep-wrapper .pasos-section .steps-list li {
    text-align: left;
  }
}
#saiep-wrapper .pasos-section .steps-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}
#saiep-wrapper .pasos-section .steps-list li .step-number {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #034D8E;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  flex-shrink: 0;
}
#saiep-wrapper .pasos-section .steps-list li .step-text {
  font-size: 20px;
  color: #1F242E;
}
@media (max-width: 992px) {
  #saiep-wrapper .pasos-section .steps-list li .step-text {
    font-size: 16px;
  }
}
#saiep-wrapper .pasos-section .image-container {
  width: 100%;
  max-width: 578px;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  #saiep-wrapper .pasos-section .image-container {
    margin: 0 auto;
  }
}
#saiep-wrapper .pasos-section .image-container .img-step {
  width: 100%;
  height: 264px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 8px;
}
@media (max-width: 992px) {
  #saiep-wrapper .pasos-section .image-container .img-step {
    height: 220px;
  }
}
#saiep-wrapper {
  /* --- COMPONENTES GLOBALES --- */
}
#saiep-wrapper .btn-laol {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #034D8E;
  color: white !important;
  border-radius: 32px;
  padding: 12px 32px;
  gap: 12px;
  text-decoration: none !important;
  width: 175px;
  height: 40px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
#saiep-wrapper .btn-laol:hover {
  background-color: #023a6b;
}
#saiep-wrapper .beneficios-section .beneficios-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #333;
}
@media (max-width: 768px) {
  #saiep-wrapper .beneficios-section .beneficios-title {
    font-size: 24px;
  }
}
#saiep-wrapper .beneficios-section .beneficio-card {
  border-radius: 12px;
  height: auto;
  border: 1px solid #e9ecef;
  min-height: 200px;
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}
#saiep-wrapper .beneficios-section .beneficio-card .icon-wrapper {
  width: 56px;
  height: 56px;
}
#saiep-wrapper .beneficios-section .beneficio-card .icon-wrapper svg {
  width: 56px;
  height: 56px;
}
#saiep-wrapper .beneficios-section .beneficio-card .card-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 8px;
}
#saiep-wrapper .beneficios-section .beneficio-card .card-text {
  font-size: 16px;
  line-height: 1.5;
  color: #626D84;
  margin: 0;
}
#saiep-wrapper .slick-slider .carousel-indicators {
  bottom: -40px;
}
#saiep-wrapper .slick-slider .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  border-radius: 3.15px;
  background-color: #E5E7E8;
}
#saiep-wrapper .slick-slider .carousel-indicators li button {
  display: none;
}
#saiep-wrapper .slick-slider .carousel-indicators .slick-active {
  background-color: #91979E;
}
#saiep-wrapper .slick-slider .slick-arrow {
  position: absolute;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px !important;
  height: 48px !important;
}
#saiep-wrapper .slick-slider .slick-prev {
  left: -1rem;
  z-index: 1;
}
#saiep-wrapper .slick-slider .slick-next {
  right: -1rem;
}
#saiep-wrapper .slick-slider .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
#saiep-wrapper .slick-slider .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
#saiep-wrapper .slick-slider .slick-slide {
  margin: 0 0.5rem;
}
#saiep-wrapper .slick-slider .slick-track {
  display: flex;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
@media screen and (max-width: 768px) {
  #saiep-wrapper .slick-slider .slick-track {
    margin-left: calc(25% + 2rem) !important;
  }
}
@media screen and (max-width: 480px) {
  #saiep-wrapper .slick-slider .slick-track {
    margin-left: calc(5% + 2rem) !important;
  }
}
#saiep-wrapper .pie {
  margin-top: 0 !important;
}

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