.elementor-14051 .elementor-element.elementor-element-0199868 > .elementor-widget-container{margin:0px 0px -27px 0px;padding:0px 8px 0px 0px;}.elementor-14051 .elementor-element.elementor-element-5c4dab2 > .elementor-widget-container{margin:-40px 0px 0px 0px;}.elementor-14051 .elementor-element.elementor-element-63e5831 > .elementor-widget-container{margin:0px 0px -18px 0px;padding:0px 8px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e16faa5 */css
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,700&display=swap');

.cei-hero-fp,
.cei-hero-fp * {
  box-sizing: border-box;
  font-family: "Sarabun", sans-serif;
}

.cei-hero-fp {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0.16) 12%, transparent 12.5%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.14) 0, rgba(255, 255, 255, 0.14) 10%, transparent 10.5%),
    radial-gradient(circle at 82% 82%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.12) 14%, transparent 14.5%),
    linear-gradient(135deg, #b80213 0%, #9f0210 55%, #7f010d 100%);
}

.cei-hero-fp__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr; 
  gap: 40px;
  align-items: center;
}

.cei-hero-fp__content {
  color: #ffffff;
  max-width: 660px;
}

.cei-hero-fp__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(111, 198, 215, 0.16);
  border: 1px solid rgba(255,255,255,0.08);
  color: #d7f3f7;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}

.cei-hero-fp__title {
  margin: 0 0 20px;
  font-size: 54px;
  line-height: 0.96;
  font-weight: 700;
  color: #ffffff;
}

.cei-hero-fp__text {
  margin: 0 0 26px;
  max-width: 700px;
  font-size: 22px;
  line-height: 1.45;
  color: rgba(255,255,255,0.92);
  font-weight: 400;
}

.cei-hero-fp__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.cei-hero-fp__badges span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.cei-hero-fp__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cei-hero-fp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.cei-hero-fp__btn--primary {
  background: linear-gradient(135deg, #db5252 0%, #c9404f 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(219, 82, 82, 0.28);
}

.cei-hero-fp__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(219, 82, 82, 0.34);
}

.cei-hero-fp__btn--secondary {
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.cei-hero-fp__btn--secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.16);
}

.cei-hero-fp__card {
  display: flex;
  justify-content: flex-end;
}

.cei-hero-fp__card-inner {
  width: 100%;
  max-width: 430px;
  padding: 34px 30px;
  border-radius: 28px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(150, 204, 211, 0.8);
  box-shadow: 0 20px 40px rgba(10, 29, 41, 0.18);
}

.cei-hero-fp__card-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(111, 198, 215, 0.16);
  color: #b80213;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cei-hero-fp__card-title {
  margin: 0 0 18px;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 700;
  color: #173449;
}

.cei-hero-fp__list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.cei-hero-fp__list li {
  position: relative;
  padding-left: 28px;
  font-size: 17px;
  line-height: 1.45;
  color: #173449;
}

.cei-hero-fp__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6fc6d7;
}

.cei-hero-fp__mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cei-hero-fp__mini-tags span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f2f0f0;
  color: #b80213;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .cei-hero-fp__title {
    font-size: 54px;
  }

  .cei-hero-fp__text {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .cei-hero-fp {
    padding: 60px 18px;
  }

  .cei-hero-fp__container {
    grid-template-columns: 1fr;
  }

  .cei-hero-fp__card {
    justify-content: flex-start;
  }

  .cei-hero-fp__title {
    font-size: 46px;
  }

  .cei-hero-fp__text {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .cei-hero-fp {
    padding: 46px 14px;
  }

  .cei-hero-fp__title {
    font-size: 38px;
  }

  .cei-hero-fp__text {
    font-size: 17px;
  }

  .cei-hero-fp__actions {
    flex-direction: column;
  }

  .cei-hero-fp__btn {
    width: 100%;
  }

  .cei-hero-fp__card-inner {
    padding: 26px 22px;
  }

  .cei-hero-fp__card-title {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-cfcca9d */.page .entry-title,
.page-title,
.elementor-page-title {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0199868 */.seguridad-block {
  background: #f3f3f3;
  padding: 60px 40px;
}

.seguridad-block__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.seguridad-block__content {
  max-width: 560px;
}

.seguridad-block__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #173449;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.seguridad-block__arrow {
  color: #6fc6d7;
  font-size: 15px;
}

.seguridad-block__title {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.1;
  color: #173449;
}

.seguridad-block__text {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.5;
  color: #173449;
}

.seguridad-block__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.seguridad-block__tag {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1.5px solid #6fc6d7;
  font-size: 14px;
  color: #173449;
  white-space: nowrap;
}

.seguridad-block__more {
  font-size: 16px;
  align-self: center;
  margin-left: 6px;
  color: #173449;
}

.seguridad-block__button {
  display: inline-block;
  padding: 14px 28px;
  background: #6fc6d7;
  color: #173449;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.seguridad-block__button:hover {
  background: #db5252;
  color: #ffffff;
}

.seguridad-block__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.seguridad-block__image {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.seguridad-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .seguridad-block__container {
    grid-template-columns: 1fr;
  }

  .seguridad-block__title {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .seguridad-block {
    padding: 40px 20px;
  }

  .seguridad-block__title {
    font-size: 28px;
  }

  .seguridad-block__tag {
    font-size: 13px;
  }

  .seguridad-block__gallery {
    grid-template-columns: 1fr;
  }
}
.info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

/* CARD */
.info-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1.5px solid #6fc6d7;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

/* HOVER PRO */
.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  border-color: #db5252;
}

.info-cards {
  max-width: 1200px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 250px);
  justify-content: center;
  gap: 18px;
}

.info-card {
  width: 250px;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1.5px solid #6fc6d7;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  border-color: #db5252;
}

.info-card__icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #6fc6d7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.25s;
}

.info-card:hover .info-card__icon {
  background: #db5252;
}

.info-card__icon svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.info-card__text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #173449;
}

/* Tablet */
@media (max-width: 1100px) {
  .info-cards {
    grid-template-columns: repeat(2, 250px);
  }
}

/* Móvil */
@media (max-width: 560px) {
  .info-cards {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .info-card {
    width: 100%;
  }
}
/que vas a aprender·
.plan-aprendizaje {
  padding: 60px 20px;
  background: #f7f7f7;
}

.plan-aprendizaje__container {
  max-width: 1200px;
  margin: 0 auto;
}

.plan-aprendizaje__heading {
  text-align: center;
  margin-bottom: 36px;
}

.plan-aprendizaje__title {
  margin: 0 0 16px;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #173449;

}

.plan-aprendizaje__intro {
   margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #173449

}

.plan-aprendizaje__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.plan-card {
  background: #ffffff;
  border: 1.5px solid #db5252;
  border-radius: 28px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.plan-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 28px;
  background: #f3f3f3 ;
  border-bottom: 1px solid rgba(111, 198, 215, 0.35);
}

.plan-card__badge {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #db5252;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.plan-card__title {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #db5252;
  text-transform: uppercase;
}

.plan-card__list {
  margin: 0;
  padding: 28px 34px 30px 52px;
}

.plan-card__list li {
  margin-bottom: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #173449;
}

.plan-card__list li:last-child {
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 900px) {
  .plan-aprendizaje__grid {
    grid-template-columns: 1fr;
  }

  .plan-aprendizaje__title {
    font-size: 34px;
  }
}

/* Móvil */
@media (max-width: 600px) {
  .plan-aprendizaje {
    padding: 40px 16px;
  }

  .plan-aprendizaje__title {
    font-size: 28px;
  }

  .plan-aprendizaje__intro {
    font-size: 16px;
  }

  .plan-card__header {
    padding: 20px 20px;
  }

  .plan-card__title {
    font-size: 22px;
  }

  .plan-card__list {
    padding: 22px 22px 24px 38px;
  }

  .plan-card__list li {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c4dab2 */@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,700&display=swap');

.cei-lead-form-wrap,
.cei-lead-form-wrap * {
  box-sizing: border-box;
  font-family: "Sarabun", sans-serif;
}

.cei-lead-form-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 20px;
}

.cei-lead-form-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #D83342;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(23, 52, 73, 0.12);
}

/* LADO IZQUIERDO */
.cei-lead-form-side {
  position: relative;
  padding: 54px 46px;
  background: linear-gradient(160deg, #173449 0%, #A20A18 100%);
  color: #ffffff;
  overflow: hidden;
}

.cei-lead-form-side::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -50px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(216, 51, 66, 0.15);
}

.cei-lead-form-side::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(216, 51, 66, 0.15);
}

.cei-lead-form-side > * {
  position: relative;
  z-index: 1;
}

.cei-lead-form-eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(216, 51, 66, 0.15);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cei-lead-form-title {
  margin: 0 0 18px;
  font-size: 52px;
  line-height: 0.98;
  font-weight: 700;
  color: #ffffff;
}

.cei-lead-form-text {
  margin: 0 0 28px;
  max-width: 540px;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
  font-weight: 400;
}

.cei-lead-form-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.cei-lead-form-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  line-height: 1.45;
  color: #ffffff;
  font-weight: 700;
}

.cei-lead-form-points li::before {
  content: "✓";
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #A20A18;
  font-weight: 700;
  margin-top: 2px;
}

.cei-lead-form-contact-mini {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cei-lead-form-contact-mini span {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

/* LADO DERECHO */
.cei-lead-form-main {
  padding: 42px 34px 36px;
  background: #ffffff;
}

/* FORMIDABLE */
.cei-lead-form-main .frm_forms,
.cei-lead-form-main .frm_form_fields,
.cei-lead-form-main form {
  margin: 0;
}

.cei-lead-form-main .frm_form_fields {
  display: block;
}

.cei-lead-form-main .frm_form_field {
  margin-bottom: 16px;
}

.cei-lead-form-main label,
.cei-lead-form-main .frm_primary_label {
  display: block;
  margin-bottom: 8px;
  color: #A20A18;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

/* Campos */
.cei-lead-form-main input[type="text"],
.cei-lead-form-main input[type="email"],
.cei-lead-form-main input[type="tel"],
.cei-lead-form-main input[type="number"],
.cei-lead-form-main select,
.cei-lead-form-main textarea {
  width: 100%;
  border: 1.5px solid #cfe6ea;
  background: #A20A18;
  border-radius: 18px;
  padding: 15px 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #A20A18;
  font-weight: 400;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cei-lead-form-main textarea {
  min-height: 130px;
  resize: vertical;
}

.cei-lead-form-main input::placeholder,
.cei-lead-form-main textarea::placeholder {
  color: #8a9aa3;
}

.cei-lead-form-main input:focus,
.cei-lead-form-main select:focus,
.cei-lead-form-main textarea:focus {
  outline: none;
  border-color: #D83342;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(216, 51, 66, 0.15);
}

/* radios y checks */
.cei-lead-form-main input[type="radio"],
.cei-lead-form-main input[type="checkbox"] {
  accent-color: #db5252;
}

.cei-lead-form-main .frm_radio,
.cei-lead-form-main .frm_checkbox {
  margin-bottom: 8px;
}

.cei-lead-form-main .frm_radio label,
.cei-lead-form-main .frm_checkbox label {
  font-weight: 400;
  margin-bottom: 0;
}

/* Botón */
.cei-lead-form-main .frm_submit {
  margin-top: 18px;
}

.cei-lead-form-main .frm_button_submit,
.cei-lead-form-main button[type="submit"],
.cei-lead-form-main input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 16px 28px;
  min-width: 240px;
  background: linear-gradient(135deg, #db5252 0%, #c93e4f 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(219, 82, 82, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cei-lead-form-main .frm_button_submit:hover,
.cei-lead-form-main button[type="submit"]:hover,
.cei-lead-form-main input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(219, 82, 82, 0.34);
  filter: brightness(1.02);
}

/* Mensajes */
.cei-lead-form-main .frm_error,
.cei-lead-form-main .frm_required {
  color: #b3261e;
  font-size: 13px;
}

.cei-lead-form-main .frm_error_style {
  border-radius: 16px;
  background: #fff3f3;
  border: 1px solid #f1b7b7;
  color: #9f2323;
  padding: 12px 14px;
  font-size: 14px;
}

.cei-lead-form-main .frm_message,
.cei-lead-form-main .frm_success_style {
  border-radius: 16px;
  background: #eef9fb;
  border: 1px solid #96ccd3;
  color: #173449;
  padding: 14px 16px;
  font-size: 15px;
}

/* Ajustes de columnas de Formidable si usa layout propio */
.cei-lead-form-main .frm_half {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.cei-lead-form-main .frm_half.frm_last,
.cei-lead-form-main .frm_half:last-of-type {
  margin-right: 0;
}
.cei-lead-form-main input[type="text"],
.cei-lead-form-main input[type="email"],
.cei-lead-form-main input[type="tel"],
.cei-lead-form-main input[type="number"],
.cei-lead-form-main select,
.cei-lead-form-main textarea {
  width: 100%;
  border: 1.5px solid #cfe6ea;
  background: #fbfcfc;
  border-radius: 18px;
  padding: 15px 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #A20A18;
  font-weight: 400;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cei-lead-form-main select {
  color: #173449 !important;
  background-color: #fbfcfc !important;
}

.cei-lead-form-main select option {
  color: #A20A18 !important;
  background-color: #ffffff !important;
}

.cei-lead-form-main textarea {
  min-height: 130px;
  resize: vertical;
}

/* Responsive */
@media (max-width: 1100px) {
  .cei-lead-form-title {
    font-size: 44px;
  }

  .cei-lead-form-text {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .cei-lead-form-box {
    grid-template-columns: 1fr;
  }

  .cei-lead-form-side {
    padding: 42px 28px;
  }

  .cei-lead-form-main {
    padding: 30px 22px 28px;
  }

  .cei-lead-form-title {
    font-size: 36px;
  }

  .cei-lead-form-main .frm_half {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

@media (max-width: 600px) {
  .cei-lead-form-wrap {
    padding: 0 14px;
  }

  .cei-lead-form-side {
    padding: 34px 22px;
  }

  .cei-lead-form-title {
    font-size: 32px;
  }

  .cei-lead-form-text {
    font-size: 17px;
  }

  .cei-lead-form-main .frm_button_submit,
  .cei-lead-form-main button[type="submit"],
  .cei-lead-form-main input[type="submit"] {
    width: 100%;
    min-width: 0;
  }
}
/* LADO DERECHO */
.cei-lead-form-main {
  padding: 42px 34px 36px;
  background: #ffffff;
}

/* FORMIDABLE */
.cei-lead-form-main .frm_forms,
.cei-lead-form-main .frm_form_fields,
.cei-lead-form-main form {
  margin: 0;
}

.cei-lead-form-main .frm_form_fields {
  display: block;
}

.cei-lead-form-main .frm_form_field {
  margin-bottom: 16px;
}

.cei-lead-form-main label,
.cei-lead-form-main .frm_primary_label {
  display: block;
  margin-bottom: 8px;
  color: #173449;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

/* Campos */
.cei-lead-form-main input[type="text"],
.cei-lead-form-main input[type="email"],
.cei-lead-form-main input[type="tel"],
.cei-lead-form-main input[type="number"],
.cei-lead-form-main select,
.cei-lead-form-main textarea {
  width: 100%;
  border: 1.5px solid #cfe6ea;
  background: #fbfcfc;
  border-radius: 18px;
  padding: 15px 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #173449;
  font-weight: 400;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cei-lead-form-main textarea {
  min-height: 130px;
  resize: vertical;
}

.cei-lead-form-main input::placeholder,
.cei-lead-form-main textarea::placeholder {
  color: #8a9aa3;
}

.cei-lead-form-main input:focus,
.cei-lead-form-main select:focus,
.cei-lead-form-main textarea:focus {
  outline: none;
  border-color: #6fc6d7;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(111, 198, 215, 0.18);
}

/* radios y checks */
.cei-lead-form-main input[type="radio"],
.cei-lead-form-main input[type="checkbox"] {
  accent-color: #db5252;
}

.cei-lead-form-main .frm_radio,
.cei-lead-form-main .frm_checkbox {
  margin-bottom: 8px;
}

.cei-lead-form-main .frm_radio label,
.cei-lead-form-main .frm_checkbox label {
  font-weight: 400;
  margin-bottom: 0;
}

/* Botón */
.cei-lead-form-main .frm_submit {
  margin-top: 18px;
}

.cei-lead-form-main .frm_button_submit,
.cei-lead-form-main button[type="submit"],
.cei-lead-form-main input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 16px 28px;
  min-width: 240px;
  background: linear-gradient(135deg, #db5252 0%, #c93e4f 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(219, 82, 82, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cei-lead-form-main .frm_button_submit:hover,
.cei-lead-form-main button[type="submit"]:hover,
.cei-lead-form-main input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(219, 82, 82, 0.34);
  filter: brightness(1.02);
}

/* Mensajes */
.cei-lead-form-main .frm_error,
.cei-lead-form-main .frm_required {
  color: #b3261e;
  font-size: 13px;
}

.cei-lead-form-main .frm_error_style {
  border-radius: 16px;
  background: #fff3f3;
  border: 1px solid #f1b7b7;
  color: #9f2323;
  padding: 12px 14px;
  font-size: 14px;
}

.cei-lead-form-main .frm_message,
.cei-lead-form-main .frm_success_style {
  border-radius: 16px;
  background: #eef9fb;
  border: 1px solid #96ccd3;
  color: #173449;
  padding: 14px 16px;
  font-size: 15px;
}

/* Ajustes de columnas de Formidable si usa layout propio */
.cei-lead-form-main .frm_half {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.cei-lead-form-main .frm_half.frm_last,
.cei-lead-form-main .frm_half:last-of-type {
  margin-right: 0;
}
.cei-lead-form-main input[type="text"],
.cei-lead-form-main input[type="email"],
.cei-lead-form-main input[type="tel"],
.cei-lead-form-main input[type="number"],
.cei-lead-form-main select,
.cei-lead-form-main textarea {
  width: 100%;
  border: 1.5px solid #cfe6ea;
  background: #fbfcfc;
  border-radius: 18px;
  padding: 15px 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #173449;
  font-weight: 400;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cei-lead-form-main select {
  color: #173449 !important;
  background-color: #fbfcfc !important;
}

.cei-lead-form-main select option {
  color: #173449 !important;
  background-color: #ffffff !important;
}

.cei-lead-form-main textarea {
  min-height: 130px;
  resize: vertical;
}

/* Responsive */
@media (max-width: 1100px) {
  .cei-lead-form-title {
    font-size: 44px;
  }

  .cei-lead-form-text {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .cei-lead-form-box {
    grid-template-columns: 1fr;
  }

  .cei-lead-form-side {
    padding: 42px 28px;
  }

  .cei-lead-form-main {
    padding: 30px 22px 28px;
  }

  .cei-lead-form-title {
    font-size: 36px;
  }

  .cei-lead-form-main .frm_half {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

@media (max-width: 600px) {
  .cei-lead-form-wrap {
    padding: 0 14px;
  }

  .cei-lead-form-side {
    padding: 34px 22px;
  }

  .cei-lead-form-title {
    font-size: 32px;
  }

  .cei-lead-form-text {
    font-size: 17px;
  }

  .cei-lead-form-main .frm_button_submit,
  .cei-lead-form-main button[type="submit"],
  .cei-lead-form-main input[type="submit"] {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63e5831 */@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* Base */
.seguridad-block,
.info-cards,
.info-card,
.plan-aprendizaje,
.plan-card,
.requisitos-fp,
.requisitos-card {
  box-sizing: border-box;
}

.seguridad-block,
.seguridad-block *,
.info-cards,
.info-cards *,
.plan-aprendizaje,
.plan-aprendizaje *,
.requisitos-fp,
.requisitos-fp * {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Títulos en negrita */
.seguridad-block__title,
.plan-aprendizaje__title,
.plan-card__badge,
.plan-card__title,
.requisitos-fp__eyebrow,
.requisitos-fp__title,
.requisitos-card__title {
  font-weight: 700;
}

/* =========================
   BLOQUE SEGURIDAD
========================= */

.seguridad-block {
  background: #f3f3f3;
  padding: 60px 40px;
}

.seguridad-block__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.seguridad-block__content {
  max-width: 560px;
}

.seguridad-block__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #173449;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.seguridad-block__arrow {
  color: #6fc6d7;
  font-size: 15px;
  line-height: 1;
}

.seguridad-block__title {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.1;
  color: #173449;
}

.seguridad-block__text {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.5;
  color: #173449;
}

.seguridad-block__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.seguridad-block__tag {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1.5px solid #6fc6d7;
  font-size: 14px;
  color: #173449;
  white-space: nowrap;
}

.seguridad-block__more {
  font-size: 16px;
  align-self: center;
  margin-left: 6px;
  color: #173449;
}

.seguridad-block__button {
  display: inline-block;
  padding: 14px 28px;
  background: #6fc6d7;
  color: #173449;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: background 0.3s ease, color 0.3s ease;
}

.seguridad-block__button:hover {
  background: #db5252;
  color: #ffffff;
}

.seguridad-block__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.seguridad-block__image {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.seguridad-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .seguridad-block__container {
    grid-template-columns: 1fr;
  }

  .seguridad-block__title {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .seguridad-block {
    padding: 40px 20px;
  }

  .seguridad-block__title {
    font-size: 28px;
  }

  .seguridad-block__tag {
    font-size: 13px;
  }

  .seguridad-block__gallery {
    grid-template-columns: 1fr;
  }
}

/* =========================
   INFO CARDS
========================= */

.info-cards {
  max-width: 1200px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 250px);
  justify-content: center;
  gap: 18px;
}

.info-card {
  width: 250px;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1.5px solid #6fc6d7;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-sizing: border-box;
}

.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border-color: #db5252;
}

.info-card__icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #6fc6d7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease;
}

.info-card:hover .info-card__icon {
  background: #db5252;
}

.info-card__icon svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.info-card__text {
  font-size: 15px;
  line-height: 1.3;
  color: #173449;
}

/* Tablet */
@media (max-width: 1100px) {
  .info-cards {
    grid-template-columns: repeat(2, 250px);
  }
}

/* Móvil */
@media (max-width: 560px) {
  .info-cards {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .info-card {
    width: 100%;
  }
}

/* =========================
   PARTE 3 · PLAN APRENDIZAJE
========================= */

.plan-aprendizaje {
  padding: 60px 20px;
  background: #ffffff;
}

.plan-aprendizaje__container {
  max-width: 1000px;
  margin: 0 auto;
}

.plan-aprendizaje__heading {
  text-align: center;
  margin-bottom: 36px;
}

.plan-aprendizaje__title {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.1;
  color: #173449;
}

.plan-aprendizaje__intro {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #173449;
}

.plan-aprendizaje__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.plan-card {
  background: #ffffff;
  border: 1.5px solid #db5252;
  border-radius: 28px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.plan-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 28px;
  background: #ffffff;
  border-bottom: 1px solid rgba(111, 198, 215, 0.35);
}

.plan-card__badge {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #db5252;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.plan-card__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  color: #db5252;
  text-transform: uppercase;
}

.plan-card__list {
  margin: 0;
  padding: 28px 34px 30px 52px;
}

.plan-card__list li {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.55;
  color: #173449;
}

.plan-card__list li:last-child {
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 900px) {
  .plan-aprendizaje__grid {
    grid-template-columns: 1fr;
  }

  .plan-aprendizaje__title {
    font-size: 34px;
  }
}

/* Móvil */
@media (max-width: 600px) {
  .plan-aprendizaje {
    padding: 40px 16px;
  }

  .plan-aprendizaje__title {
    font-size: 28px;
  }

  .plan-aprendizaje__intro {
    font-size: 16px;
  }

  .plan-card__header {
    padding: 20px;
  }

  .plan-card__title {
    font-size: 22px;
  }

  .plan-card__list {
    padding: 22px 22px 24px 38px;
  }

  .plan-card__list li {
    font-size: 16px;
  }
}

/* =========================
   ÚLTIMA PARTE · REQUISITOS
========================= */

.requisitos-fp {
  padding: 70px 20px;
  background: #f7f7f7;
}

.requisitos-fp__container {
  max-width: 1000px;
  margin: 0 auto;
}

.requisitos-fp__header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.requisitos-fp__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(111, 198, 215, 0.14);
  color: #173449;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.requisitos-fp__title {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.1;
  color: #173449;
}

.requisitos-fp__intro {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #173449;
}

.requisitos-fp__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.requisitos-card {
  background: #ffffff;
  border: 1.5px solid #6fc6d7;
  border-radius: 28px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 28px;
}

.requisitos-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.requisitos-card__icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: #6fc6d7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requisitos-card__icon--red {
  background: #6fc6d7;
}

.requisitos-card__icon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.requisitos-card__title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  color: #173449;
}

.requisitos-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.requisitos-card__list li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 28px;
  font-size: 17px;
  line-height: 1.6;
  color: #173449;
}

.requisitos-card__list li:last-child {
  margin-bottom: 0;
}

.requisitos-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6fc6d7;
}

.requisitos-card__note {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.5;
  color: #6b7780;
}

/* Tablet */
@media (max-width: 900px) {
  .requisitos-fp__grid {
    grid-template-columns: 1fr;
  }

  .requisitos-fp__title {
    font-size: 36px;
  }
}

/* Móvil */
@media (max-width: 600px) {
  .requisitos-fp {
    padding: 50px 16px;
  }

  .requisitos-fp__title {
    font-size: 30px;
  }

  .requisitos-fp__intro {
    font-size: 16px;
  }

  .requisitos-card {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .requisitos-card__title {
    font-size: 21px;
  }

  .requisitos-card__list li {
    font-size: 16px;
  }
}/* End custom CSS */