/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772608037
Updated: 2026-03-04 07:07:17

*/

/* ===== Contact Form 7 - Card estilo imagen ===== */
.wpcf7 .cf7-card{
  max-width: 520px;
  margin: 0 auto;
  padding: 22px 22px 18px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.wpcf7 .cf7-title{
  margin: 0 0 16px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.wpcf7 .cf7-row{
  margin-bottom: 12px;
}

.wpcf7 .cf7-row-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.wpcf7 .cf7-input,
.wpcf7 .cf7-textarea{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  color: #222;
  background: #fff;
  outline: none;
}

.wpcf7 .cf7-textarea{
  min-height: 140px;
  resize: vertical;
}

.wpcf7 .cf7-input::placeholder,
.wpcf7 .cf7-textarea::placeholder{
  color: #b3b3b3;
}

.wpcf7 .cf7-input:focus,
.wpcf7 .cf7-textarea:focus{
  border-color: #53AEC3;
  box-shadow: 0 0 0 3px rgba(83,174,195,.18);
}

/* Checkbox */
.wpcf7 .cf7-row-checkbox{
  margin-top: 4px;
  margin-bottom: 14px;
}

.wpcf7 .cf7-row-checkbox .wpcf7-list-item{
  margin: 0;
}

.wpcf7 .cf7-row-checkbox label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #333;
}

.wpcf7 .cf7-row-checkbox input[type="checkbox"]{
  width: 14px;
  height: 14px;
  accent-color: #53AEC3;
}

/* Botón */
.wpcf7 .cf7-row-submit{
  text-align: center;
  margin-bottom: 0;
}

.wpcf7 .cf7-submit{
  display: inline-block;
  border: 0;
  border-radius: 6px;
  padding: 9px 26px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: #53AEC3;
  color: #0b2b33;
}

.wpcf7 .cf7-submit:hover{
  filter: brightness(0.96);
}

.wpcf7 .cf7-submit:active{
  transform: translateY(1px);
}

/* Ajustes de CF7 (spinners / errores) */
.wpcf7 .wpcf7-spinner{
  margin: 10px auto 0;
  display: block;
}

/* Responsive */
@media (max-width: 560px){
  .wpcf7 .cf7-card{
    padding: 18px 16px 14px;
    border-radius: 12px;
  }

  .wpcf7 .cf7-row-2{
    grid-template-columns: 1fr;
    gap: 10px;
  }
}




/* ===== CF7 - Bloque azul (segunda página) ===== */
.wpcf7 .cf7b-wrap{
  max-width: 920px;
  margin: 0 auto;
  padding: 26px 28px 22px;
  background: #E9F5F8;          /* azul claro del bloque */
  border-radius: 14px;
}

.wpcf7 .cf7b-title{
  margin: 0 0 16px;
  text-align: center;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  color: #53AEC3;               /* azul del título */
}

/* Grid */
.wpcf7 .cf7b-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  max-width: 760px;
  margin: 0 auto;
}

.wpcf7 .cf7b-col-full{
  grid-column: 1 / -1;
}

/* Inputs */
.wpcf7 .cf7b-input,
.wpcf7 .cf7b-textarea{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 9px 12px;
  font-size: 13px;
  color: #222;
  background: #fff;
  outline: none;
}

.wpcf7 .cf7b-textarea{
  min-height: 135px;
  resize: vertical;
}

.wpcf7 .cf7b-input::placeholder,
.wpcf7 .cf7b-textarea::placeholder{
  color: #b5b5b5;
}

.wpcf7 .cf7b-input:focus,
.wpcf7 .cf7b-textarea:focus{
  border-color: #53AEC3;
  box-shadow: 0 0 0 3px rgba(83,174,195,.18);
}

/* Footer centrado (checkbox + botón) */
.wpcf7 .cf7b-footer{
  max-width: 760px;
  margin: 14px auto 0;
  text-align: center;
}

.wpcf7 .cf7b-checkbox{
  margin-bottom: 10px;
}

.wpcf7 .cf7b-checkbox .wpcf7-list-item{
  margin: 0;
}

.wpcf7 .cf7b-checkbox label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #2b2b2b;
}

.wpcf7 .cf7b-checkbox input[type="checkbox"]{
  width: 13px;
  height: 13px;
  accent-color: #53AEC3;
}

/* Botón */
.wpcf7 .cf7b-submit{
  display: inline-block;
  border: 0;
  border-radius: 6px;
  padding: 8px 28px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background: #53AEC3;
  color: #ffffff;
}

.wpcf7 .cf7b-submit:hover{
  filter: brightness(0.96);
}

.wpcf7 .cf7b-submit:active{
  transform: translateY(1px);
}

/* Spinner CF7 */
.wpcf7 .wpcf7-spinner{
  margin: 10px auto 0;
  display: block;
}

/* Responsive */
@media (max-width: 720px){
  .wpcf7 .cf7b-wrap{
    padding: 20px 16px 18px;
  }

  .wpcf7 .cf7b-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wpcf7 .cf7b-title{
    font-size: 22px;
  }
}


/* =========================================================
   EDUCALMS - CARDS IGUALES / ELEMENTOR LOOP
   Copiar y pegar completo
========================================================= */

/* Contenedor general del loop/grid */
.elementor-loop-container,
.e-loop__container,
.elementor-posts-container {
  align-items: stretch !important;
}

/* Cada item del loop debe poder estirarse */
.elementor-loop-container > .e-loop-item,
.e-loop__container > .e-loop-item,
.elementor-posts-container > .elementor-post {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* El contenido interno de Elementor debe ocupar toda la altura */
.e-loop-item > .elementor,
.e-loop-item .elementor-section-wrap,
.e-loop-item .elementor-inner,
.e-loop-item .elementor-section,
.e-loop-item .elementor-container,
.e-loop-item .elementor-column,
.e-loop-item .elementor-widget-wrap,
.e-loop-item .e-con,
.e-loop-item .e-con-inner {
  height: 100% !important;
}

/* Card principal dentro del loop */
.e-loop-item .e-con,
.e-loop-item .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
}

/* Contenedores internos */
.e-loop-item .elementor-element {
  width: 100%;
}

/* Imagen de la card */
.e-loop-item img,
.educalms-card__img {
  width: 100% !important;
  height: 164px !important;
  max-width: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 6px !important;
}

/* Widget de imagen */
.e-loop-item .elementor-widget-image {
  margin-bottom: 28px !important;
}

/* Título */
.e-loop-item .elementor-widget-heading {
  margin-bottom: 16px !important;
}

.e-loop-item .elementor-heading-title,
.e-loop-item h2,
.e-loop-item h3 {
  min-height: 62px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  font-size: 25px !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
  color: #000000 !important;
}

/* Texto / descripción */
.e-loop-item .elementor-widget-text-editor {
  min-height: 118px !important;
  margin-bottom: 28px !important;
}

.e-loop-item .elementor-widget-text-editor,
.e-loop-item .elementor-widget-text-editor p,
.e-loop-item p {
  font-size: 16px !important;
  line-height: 1.52 !important;
  color: #777777 !important;
}

.e-loop-item .elementor-widget-text-editor p {
  margin: 0 !important;
}

/* Botón siempre abajo */
.e-loop-item .elementor-widget-button {
  margin-top: auto !important;
  width: 100% !important;
}

/* Wrapper del botón */
.e-loop-item .elementor-button-wrapper {
  width: 100% !important;
}

/* Botón */
.e-loop-item .elementor-button {
  width: 100% !important;
  min-height: 40px !important;
  padding: 10px 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  border: none !important;
}

/* Texto del botón */
.e-loop-item .elementor-button-text {
  color: #ffffff !important;
  line-height: 1 !important;
}

/* Hover botón */
.e-loop-item .elementor-button:hover,
.e-loop-item .elementor-button:focus {
  background: #222222 !important;
  color: #ffffff !important;
}

/* Evita espacios raros de Elementor */
.e-loop-item .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* Si la card tiene contenedor propio con fondo */
.e-loop-item {
  min-height: 100% !important;
}

/* Hace que el bloque interior de cada card se comporte como columna completa */
.e-loop-item > .elementor > .elementor-section-wrap,
.e-loop-item > .elementor,
.e-loop-item .e-con.e-parent,
.e-loop-item .e-con.e-child {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Último contenedor antes del botón también debe permitir empuje */
.e-loop-item .elementor-widget-wrap > .elementor-element:last-child {
  margin-top: auto !important;
}

/* =========================================================
   OPCIONAL: SI AÑADES CLASE MANUAL A LA CARD
   Clase recomendada en Elementor: educalms-card
========================================================= */

.educalms-card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.educalms-card img {
  width: 100% !important;
  height: 164px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 6px !important;
}

.educalms-card .elementor-widget-image {
  margin-bottom: 28px !important;
}

.educalms-card .elementor-heading-title {
  min-height: 62px !important;
  font-size: 25px !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
  color: #000000 !important;
}

.educalms-card .elementor-widget-text-editor {
  min-height: 118px !important;
  margin-bottom: 28px !important;
}

.educalms-card .elementor-widget-button {
  margin-top: auto !important;
  width: 100% !important;
}

.educalms-card .elementor-button {
  width: 100% !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  font-weight: 700 !important;
}

/* =========================================================
   PAGINACIÓN
========================================================= */

.elementor-pagination,
.page-numbers {
  text-align: center !important;
  margin-top: 28px !important;
}

.elementor-pagination a,
.elementor-pagination span,
.page-numbers a,
.page-numbers span {
  color: #000000 !important;
  font-size: 16px !important;
  margin: 0 6px !important;
  text-decoration: none !important;
}

.elementor-pagination .current,
.page-numbers .current {
  font-weight: 700 !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px) {
  .e-loop-item img,
  .educalms-card__img,
  .educalms-card img {
    height: 180px !important;
  }

  .e-loop-item .elementor-heading-title,
  .educalms-card .elementor-heading-title {
    min-height: 58px !important;
    font-size: 23px !important;
  }

  .e-loop-item .elementor-widget-text-editor,
  .educalms-card .elementor-widget-text-editor {
    min-height: 100px !important;
  }
}

@media (max-width: 767px) {
  .elementor-loop-container,
  .e-loop__container,
  .elementor-posts-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .e-loop-item img,
  .educalms-card__img,
  .educalms-card img {
    height: 190px !important;
  }

  .e-loop-item .elementor-heading-title,
  .educalms-card .elementor-heading-title {
    min-height: auto !important;
    font-size: 24px !important;
    line-height: 1.1 !important;
  }

  .e-loop-item .elementor-widget-text-editor,
  .educalms-card .elementor-widget-text-editor {
    min-height: auto !important;
  }

  .e-loop-item .elementor-widget-button,
  .educalms-card .elementor-widget-button {
    margin-top: 20px !important;
  }
}




/* =====================================================
   CONTACT FORM 7 - SOLO POPUP #popmake-8643
===================================================== */

#popmake-8643 {
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  padding: 0 !important;
  max-width: 620px !important;
}

/* Contenedor interno del popup */
#popmake-8643 .pum-content {
  padding: 42px 44px 38px !important;
}

/* Form */
#popmake-8643 .popup-cf7-form {
  width: 100%;
  font-family: inherit;
}

/* Cabecera */
#popmake-8643 .popup-cf7-header {
  margin-bottom: 28px;
}

#popmake-8643 .popup-cf7-header h3 {
  margin: 0 0 10px !important;
  font-size: 32px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  color: #000000 !important;
}

#popmake-8643 .popup-cf7-header p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #6f6f6f !important;
}

/* Grid de campos */
#popmake-8643 .popup-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* Campo */
#popmake-8643 .popup-cf7-field {
  margin-bottom: 18px;
}

#popmake-8643 .popup-cf7-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #111111;
}

/* Inputs CF7 */
#popmake-8643 .wpcf7 input[type="text"],
#popmake-8643 .wpcf7 input[type="email"],
#popmake-8643 .wpcf7 input[type="tel"],
#popmake-8643 .wpcf7 textarea,
#popmake-8643 .wpcf7 select {
  width: 100% !important;
  height: 50px !important;
  padding: 13px 15px !important;
  border: 1px solid #dddddd !important;
  border-radius: 10px !important;
  background: #f8f8f8 !important;
  color: #111111 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

/* Textarea */
#popmake-8643 .wpcf7 textarea {
  height: 115px !important;
  min-height: 115px !important;
  resize: vertical !important;
}

/* Placeholder */
#popmake-8643 .wpcf7 input::placeholder,
#popmake-8643 .wpcf7 textarea::placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}

/* Focus */
#popmake-8643 .wpcf7 input[type="text"]:focus,
#popmake-8643 .wpcf7 input[type="email"]:focus,
#popmake-8643 .wpcf7 input[type="tel"]:focus,
#popmake-8643 .wpcf7 textarea:focus,
#popmake-8643 .wpcf7 select:focus {
  background: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06) !important;
}

/* Legal */
#popmake-8643 .popup-cf7-legal {
  margin: 4px 0 22px;
  font-size: 13px;
  line-height: 1.45;
  color: #666666;
}

#popmake-8643 .popup-cf7-legal .wpcf7-list-item {
  margin: 0 !important;
}

#popmake-8643 .popup-cf7-legal label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  cursor: pointer;
}

#popmake-8643 .popup-cf7-legal input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  margin-top: 2px !important;
  accent-color: #000000;
}

/* Botón */
#popmake-8643 .popup-cf7-submit {
  position: relative;
}

#popmake-8643 .wpcf7 input[type="submit"] {
  width: 100% !important;
  height: 52px !important;
  padding: 0 24px !important;
  border: none !important;
  border-radius: 10px !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

#popmake-8643 .wpcf7 input[type="submit"]:hover {
  background: #222222 !important;
  transform: translateY(-1px);
}

/* Spinner CF7 */
#popmake-8643 .wpcf7-spinner {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

/* Errores */
#popmake-8643 .wpcf7-not-valid-tip {
  margin-top: 6px !important;
  font-size: 12px !important;
  color: #c62828 !important;
}

#popmake-8643 .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

/* Campos con error */
#popmake-8643 .wpcf7-not-valid {
  border-color: #c62828 !important;
  background: #fff7f7 !important;
}

#popmake-8643 .pum-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
  cursor: pointer !important;
  z-index: 999999 !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease !important;
}

#popmake-8643 .pum-close::before,
#popmake-8643 .pum-close::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 15px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #101828 !important;
  transform-origin: center !important;
  transition: background-color 0.2s ease !important;
}

#popmake-8643 .pum-close::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

#popmake-8643 .pum-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

#popmake-8643 .pum-close:hover {
  background: #101828 !important;
  border-color: #101828 !important;
  transform: scale(1.04) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16) !important;
}

#popmake-8643 .pum-close:hover::before,
#popmake-8643 .pum-close:hover::after {
  background: #ffffff !important;
}

#popmake-8643 .pum-close:focus {
  outline: none !important;
  box-shadow:
    0 8px 20px rgba(15, 23, 42, 0.08),
    0 0 0 4px rgba(16, 24, 40, 0.10) !important;
}

/* Responsive */
@media (max-width: 600px) {
  #popmake-8643 .pum-close {
    top: 14px !important;
    right: 14px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  #popmake-8643 .pum-close::before,
  #popmake-8643 .pum-close::after {
    width: 14px !important;
  }
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 767px) {
  #popmake-8643 {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    border-radius: 18px !important;
  }

  #popmake-8643 .pum-content {
    padding: 34px 24px 28px !important;
  }

  #popmake-8643 .popup-cf7-header h3 {
    font-size: 27px !important;
  }

  #popmake-8643 .popup-cf7-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #popmake-8643 .wpcf7 input[type="text"],
  #popmake-8643 .wpcf7 input[type="email"],
  #popmake-8643 .wpcf7 input[type="tel"],
  #popmake-8643 .wpcf7 textarea,
  #popmake-8643 .wpcf7 select {
    height: 48px !important;
  }

  #popmake-8643 .wpcf7 textarea {
    height: 105px !important;
    min-height: 105px !important;
  }
}



/* ==========================================================
   CONTACT FORM 7 - FORM BECAS MODERNO
   ========================================================== */

.cf7-becas-modern {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 42px;
  background: #ffffff;
  border: 1px solid #e7eaf0;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  font-family: inherit;
  color: #101828;
}

.cf7-becas-modern *,
.cf7-becas-modern *::before,
.cf7-becas-modern *::after {
  box-sizing: border-box;
}

.cf7-becas-modern__header {
  margin-bottom: 34px;
}

.cf7-becas-modern__header h3 {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: #101828;
}

.cf7-becas-modern__header p {
  margin: 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.6;
  color: #667085;
}

.cf7-becas-modern__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 22px;
}

.cf7-becas-modern__field {
  width: 100%;
}

.cf7-becas-modern__field--full {
  grid-column: 1 / -1;
}

.cf7-becas-modern__field label {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #101828;
}

.cf7-becas-modern .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.cf7-becas-modern__control,
.cf7-becas-modern input[type="text"],
.cf7-becas-modern input[type="email"],
.cf7-becas-modern input[type="tel"],
.cf7-becas-modern textarea,
.cf7-becas-modern select {
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid #d8dde6;
  border-radius: 12px;
  background: #f9fafb;
  color: #101828;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.cf7-becas-modern textarea {
  height: 120px;
  padding-top: 14px;
  resize: vertical;
}

.cf7-becas-modern__control::placeholder,
.cf7-becas-modern input::placeholder,
.cf7-becas-modern textarea::placeholder {
  color: #98a2b3;
  opacity: 1;
}

.cf7-becas-modern__control:hover,
.cf7-becas-modern input[type="text"]:hover,
.cf7-becas-modern input[type="email"]:hover,
.cf7-becas-modern input[type="tel"]:hover,
.cf7-becas-modern textarea:hover,
.cf7-becas-modern select:hover {
  border-color: #b8c0cc;
  background: #ffffff;
}

.cf7-becas-modern__control:focus,
.cf7-becas-modern input[type="text"]:focus,
.cf7-becas-modern input[type="email"]:focus,
.cf7-becas-modern input[type="tel"]:focus,
.cf7-becas-modern textarea:focus,
.cf7-becas-modern select:focus {
  border-color: #101828;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(16, 24, 40, 0.08);
}

/* Archivo */
.cf7-becas-modern__upload {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px;
  border: 1px dashed #cfd6e2;
  border-radius: 16px;
  background: #f9fafb;
}

.cf7-becas-modern input[type="file"] {
  width: 100%;
  font-size: 13px;
  color: #667085;
}

.cf7-becas-modern input[type="file"]::file-selector-button {
  min-height: 42px;
  padding: 0 18px;
  margin-right: 14px;
  border: 1px solid #101828;
  border-radius: 10px;
  background: #101828;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.cf7-becas-modern input[type="file"]::file-selector-button:hover {
  background: #000000;
  border-color: #000000;
  transform: translateY(-1px);
}

.cf7-becas-modern__help {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #667085;
}

/* Legal */
.cf7-becas-modern__privacy {
  margin-top: 2px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #f9fafb;
  font-size: 13px;
  line-height: 1.5;
  color: #475467;
}

.cf7-becas-modern__privacy .wpcf7-list-item {
  margin: 0;
}

.cf7-becas-modern__privacy label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.cf7-becas-modern__privacy input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 2px 0 0;
  accent-color: #101828;
}

/* Botón */
.cf7-becas-modern__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 6px;
}

.cf7-becas-modern__submit,
.cf7-becas-modern input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 32px;
  border: 0;
  border-radius: 999px;
  background: #101828;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.16);
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.cf7-becas-modern__submit:hover,
.cf7-becas-modern input[type="submit"]:hover {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16, 24, 40, 0.2);
}

.cf7-becas-modern__submit:active,
.cf7-becas-modern input[type="submit"]:active {
  transform: translateY(0);
}

/* Mensajes CF7 */
.cf7-becas-modern .wpcf7-not-valid-tip {
  margin-top: 7px;
  font-size: 12px;
  color: #b42318;
}

.cf7-becas-modern .wpcf7-response-output {
  margin: 26px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
}

/* Ocultar honeypot */
.cf7-becas-modern__trap {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Limpieza CF7 */
.cf7-becas-modern p {
  margin-top: 0;
}

.cf7-becas-modern br {
  display: none;
}

/* Responsive */
@media (max-width: 767px) {
  .cf7-becas-modern {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .cf7-becas-modern__header {
    margin-bottom: 28px;
  }

  .cf7-becas-modern__header h3 {
    font-size: 24px;
  }

  .cf7-becas-modern__header p {
    font-size: 14px;
  }

  .cf7-becas-modern__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cf7-becas-modern__field--full {
    grid-column: auto;
  }

  .cf7-becas-modern__control,
  .cf7-becas-modern input[type="text"],
  .cf7-becas-modern input[type="email"],
  .cf7-becas-modern input[type="tel"],
  .cf7-becas-modern textarea,
  .cf7-becas-modern select {
    height: 48px;
    min-height: 48px;
    font-size: 14px;
  }

  .cf7-becas-modern__upload {
    padding: 14px;
  }

  .cf7-becas-modern input[type="file"] {
    font-size: 12px;
  }

  .cf7-becas-modern input[type="file"]::file-selector-button {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .cf7-becas-modern__submit,
  .cf7-becas-modern input[type="submit"] {
    width: 100%;
  }
}



/* ======================================================
   FOOTER FUNDACIÓN EDUCA EDTECH
   ====================================================== */

.eed-footer {
  width: 100%;
  margin: 0;
  font-family: "Lato", Arial, sans-serif;
  color: #ffffff;
  background: #326b78;
}

.eed-footer,
.eed-footer * {
  box-sizing: border-box;
}

.eed-footer a,
.eed-footer button {
  font-family: "Lato", Arial, sans-serif;
}

.eed-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.eed-footer a:hover {
  color: #ffffff;
  opacity: 0.76;
}

/* Newsletter */
.eed-footer__newsletter {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-image: url("https://educaedtech.foundation/wp-content/uploads/2026/03/Rectangle-2-11.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.eed-footer__newsletter-overlay {
  width: 100%;
  min-height: 390px;
  background: rgba(50, 107, 120, 0.78);
}

.eed-footer__newsletter-inner {
  width: min(1240px, calc(100% - 40px));
  min-height: 390px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-align: center;
}

.eed-footer__newsletter-text {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(34px, 4vw, 45px);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #ffffff;
}

.eed-footer__newsletter-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 42px;
  border: 0;
  border-radius: 10px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.eed-footer__newsletter-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  background: #000000; 

}

.eed-footer__newsletter-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

/* Footer principal */
.eed-footer__main {
  background: #326b78;
}

.eed-footer__container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 62px 0 34px;
}

.eed-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.7fr);
  gap: 70px;
  align-items: start;
}

/* Contacto */
.eed-footer__title {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
}

.eed-footer__contact-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eed-footer__contact-list li,
.eed-footer__contact-list a {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

/* Menús */
.eed-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 48px;
  align-items: start;
}

.eed-footer__menu-title {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.eed-footer__foundation-link {
  display: inline-block;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.eed-footer__menu-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eed-footer__menu-list a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
}

/* Parte inferior */
.eed-footer__bottom {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.eed-footer__social-title {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.eed-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eed-footer__social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: #ffffff;
}

.eed-footer__social-list a:hover {
  opacity: 1;
  border-color: #ffffff;
  transform: translateY(-1px);
}

.eed-footer__social-list svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
  color: #ffffff;
}

.eed-footer__copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  text-align: right;
}

/* Responsive */
@media (max-width: 1024px) {

  .eed-footer__newsletter-overlay,
  .eed-footer__newsletter-inner {
    min-height: 340px;
  }

  .eed-footer__newsletter-text {
    max-width: 900px;
    font-size: clamp(32px, 5vw, 48px);
  }

  .eed-footer__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .eed-footer__nav {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .eed-footer__nav {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}

@media (max-width: 640px) {

  .eed-footer__newsletter-inner,
  .eed-footer__container {
    width: min(100% - 28px, 1240px);
  }

  .eed-footer__newsletter-overlay,
  .eed-footer__newsletter-inner {
    min-height: 360px;
  }

  .eed-footer__newsletter-inner {
    padding: 52px 0;
  }

  .eed-footer__newsletter-text {
    font-size: 30px;
    line-height: 1.08;
  }

  .eed-footer__newsletter-btn {
    width: 100%;
    padding-inline: 24px;
  }

  .eed-footer__container {
    padding: 44px 0 28px;
  }

  .eed-footer__nav {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .eed-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 42px;
  }

  .eed-footer__copy {
    text-align: left;
  }
}

/* BLOQUE LANDING RECONOCIMIENTOS */
:root {
  --rea-dark: #2f747d;
  --rea-dark-2: #286872;
  --rea-dark-3: #235e67;
  --rea-blue: #55bdd0;
  --rea-blue-2: #67c8d8;
  --rea-light: #c9edf3;
  --rea-white: #ffffff;
  --rea-shadow: 0 18px 44px rgba(0, 0, 0, .18);
  --rea-font: 'Lato', Arial, sans-serif;
}

/* GENERAL */
.rea-template {
  font-family: var(--rea-font);
  background: var(--rea-dark);
  color: var(--rea-white);
  overflow: hidden;
}

.rea-template *,
.rea-template *::before,
.rea-template *::after {
  box-sizing: border-box;
}

.rea-template img {
  max-width: 100%;
}

.rea-container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.rea-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 24px 9px;
  border-radius: 999px;
  background: var(--rea-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  border: 0;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

.rea-btn:hover,
.rea-btn:focus {
  color: #fff;
  background: #46b0c4;
  opacity: .96;
  transform: translateY(-2px);
}

.rea-svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* HERO */
.rea-hero {
  position: relative;
  min-height: 1015px;
  padding: 200px 0 0;
  isolation: isolate;
  background: var(--rea-dark);
}

.rea-hero__video {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #183d44;
}

.rea-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rea-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg,
      rgba(12, 36, 42, .2) 0%,
      rgba(31, 83, 92, .72) 32%,
      rgba(47, 116, 125, .98) 58%,
      rgba(47, 116, 125, 1) 100%);
}

.rea-hero::after {
  content: "";
  position: absolute;
  right: 8.5%;
  top: 335px;
  z-index: -1;
  width: 152px;
  height: 152px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .075);
}

.rea-hero__inner {
  position: relative;
  z-index: 1;
}

.rea-hero__kicker {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(16px, 1.75vw, 25px);
  line-height: 1.15;
  font-weight: 900;
}

.rea-hero__title {
  max-width: 1030px;
  margin: 0 auto 74px;
  color: var(--rea-blue);
  text-align: center;
  font-size: clamp(54px, 8.6vw, 118px);
  line-height: .86;
  font-weight: 900;
  letter-spacing: -3.5px;
  text-transform: uppercase;
}

.rea-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 72px;
  align-items: center;
  max-width: 1005px;
  margin: 0 auto;
}

.rea-hero__copy h2 {
  max-width: 555px;
  margin: 0 0 27px;
  color: #fff;
  font-size: clamp(34px, 4.35vw, 57px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.7px;
}

.rea-hero__copy p {
  max-width: 460px;
  margin: 0 0 23px;
  color: #fff;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.13;
  font-weight: 500;
}

.rea-hero__small {
  max-width: 445px;
  font-size: clamp(17px, 1.7vw, 23px) !important;
  line-height: 1.14 !important;
  font-weight: 700 !important;
}

.rea-hero__circle {
  width: min(440px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--rea-shadow);
  background: rgba(255, 255, 255, .2);
}

.rea-hero__circle img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* VALOR */
.rea-value-title {
  background: var(--rea-blue);
  padding: 16px 0 18px;
  text-align: center;
}

.rea-value-title h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3.05vw, 39px);
  line-height: 1;
  font-weight: 900;
}

.rea-value {
  background: var(--rea-light);
  color: var(--rea-dark-2);
  padding: 62px 0 70px;
}

.rea-value__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 965px;
  margin: 0 auto;
}

.rea-value__item {
  min-height: 152px;
  padding: 0 28px;
  text-align: center;
  border-right: 1px solid rgba(47, 116, 125, .28);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rea-value__item:last-child {
  border-right: 0;
}

.rea-value__icon {
  width: 43px;
  height: 43px;
  margin-bottom: 17px;
  color: var(--rea-dark-2);
}

.rea-value__label {
  margin: 0 0 4px;
  color: var(--rea-dark-2);
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

.rea-value__item strong {
  display: block;
  margin: 0;
  color: var(--rea-dark-2);
  font-size: clamp(37px, 4vw, 58px);
  line-height: .9;
  font-weight: 900;
}

.rea-value__item p {
  max-width: 185px;
  margin: 0;
  color: var(--rea-dark-2);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

/* AREAS */
.rea-areas {
  background: var(--rea-dark);
  padding: 82px 0 76px;
}

.rea-areas__head {
  margin-bottom: 35px;
}

.rea-areas__head span {
  display: inline-block;
  background: var(--rea-blue);
  color: #fff;
  font-size: clamp(25px, 3.1vw, 43px);
  font-weight: 900;
  line-height: 1;
  padding: 4px 10px 7px;
  margin-bottom: 6px;
}

.rea-areas__head h2 {
  margin: 0;
  color: var(--rea-blue);
  font-size: clamp(27px, 3vw, 43px);
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.rea-areas__list {
  max-width: 985px;
}

.rea-area {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.rea-area:last-child {
  margin-bottom: 0;
}

.rea-area__icon {
  width: 48px;
  height: 48px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rea-area__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.rea-area__content h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.05;
  font-weight: 900;
}

.rea-area__content h3 span {
  margin-right: 5px;
  font-weight: 900;
}

.rea-area__content p {
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 1.45vw, 20px);
  line-height: 1.22;
  font-weight: 500;
  opacity: .96;
}

/* VIDEO INTERMEDIO */
.rea-video-section {
  position: relative;
  width: 100%;
  height: clamp(360px, 48vw, 610px);
  overflow: hidden;
  background: #1f545d;
}

.rea-video-section video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* JURADO */
.rea-jury {
  position: relative;
  background: var(--rea-dark);
  padding: 50px 0;
  overflow: hidden;
}

.rea-jury::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 304px;
  height: 392px;
  background: var(--rea-blue);
  z-index: 0;
}

.rea-jury__inner {
  position: relative;
  z-index: 2;
}

.rea-jury__badge {
  position: relative;
  z-index: 5;
  height: 0;
  text-align: center;
  transform: translateY(-50%);
}

.rea-jury__badge h2 {
  display: inline-block;
  margin: 0;
  padding: 8px 29px 9px;
  color: #fff;
  background: var(--rea-blue);
  font-size: clamp(25px, 3vw, 39px);
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.rea-jury__people {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 0;
}

.rea-jury__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 5vw, 78px);
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
  padding: 74px 0 74px;
}

.rea-person {
  min-width: 0;
  position: relative;
  z-index: 3;
}

.rea-person__image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 14px;
}

.rea-person__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.rea-person__text {
  position: relative;
  z-index: 5;
  width: min(100%, 220px);
  margin: 0 auto;
  text-align: left;
}

.rea-person__text h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1.04;
  font-weight: 900;
  font-style: italic;
}

.rea-person__text p {
  margin: 0;
  color: #fff;
  font-size: 11.5px;
  line-height: 1.22;
  font-weight: 500;
}

.rea-person--jury .rea-person__image {
  min-height: 300px;
}

.rea-person--jury .rea-person__image img {
  max-height: 318px;
}

/* COMITÉ */
.rea-comite {
  position: relative;
  z-index: 4;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--rea-blue);
  padding: 38px 0 58px;
  overflow: hidden;
}

.rea-comite::before {
  display: none !important;
}

.rea-comite>h2,
.rea-comite h2 {
  max-width: 860px;
  margin: 0 auto 34px;
  padding: 0 22px;
  color: #fff;
  text-align: center;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.04;
  font-weight: 400;
}

.rea-comite__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 2.8vw, 38px);
  align-items: start;
  max-width: 1030px;
  width: min(1030px, calc(100% - 44px));
  margin: 0 auto;
}

.rea-person--committee {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rea-person--committee .rea-person__image {
  min-height: 205px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.rea-person--committee .rea-person__image img {
  max-height: 220px;
}

.rea-person--committee .rea-person__text {
  width: min(100%, 165px);
  margin: 0 auto;
  text-align: left;
}

.rea-person--committee .rea-person__text h3 {
  font-size: 15.5px;
}

.rea-person--committee .rea-person__text p {
  font-size: 10.5px;
}

/* TALENTO */
.rea-talent {
  background: var(--rea-dark);
  padding: 28px 0 92px;
}

.rea-talent__title {
  margin: 0 0 106px;
  color: var(--rea-light);
  font-size: clamp(44px, 7vw, 88px);
  line-height: .88;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
  white-space: nowrap;
}

.rea-bases {
  display: grid;
  grid-template-columns: 425px minmax(0, 1fr);
  gap: 94px;
  align-items: center;
  max-width: 1020px;
  margin: 0 auto;
}

.rea-bases__image {
  width: min(425px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--rea-shadow);
}

.rea-bases__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rea-bases__copy h2 {
  display: inline-block;
  margin: 0 0 18px;
  padding: 5px 12px 8px;
  background: var(--rea-blue);
  color: #fff;
  font-size: clamp(27px, 3vw, 44px);
  line-height: 1;
  font-weight: 900;
}

.rea-bases__copy p {
  max-width: 560px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 500;
}

.rea-bases__copy ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.rea-bases__copy li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 34px;
  color: #fff;
  font-size: 17px;
  line-height: 1.16;
  font-weight: 900;
}

.rea-bases__copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--rea-blue);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rea-blue);
  font-size: 13px;
  font-weight: 900;
}

.rea-bases__note {
  max-width: 535px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  font-style: italic;
  font-weight: 500;
}

/* BLOQUE FINAL */
.rea-lower {
  position: relative;
  background: var(--rea-blue);
  overflow: visible;
}

/* FECHAS */
.rea-dates {
  position: relative;
  z-index: 5;
  background: var(--rea-blue);
  padding: 100px 0 40px;
  overflow: visible;
}

.rea-dates h2 {
  margin: 0 0 30px;
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1;
  font-weight: 900;
}

.rea-dates__grid {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  max-width: 930px;
  margin: 0 auto -82px;
}

.rea-date {
  min-height: 185px;
  padding: 34px 32px 26px;
  background: #fff;
  color: var(--rea-blue);
  border-radius: 9px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.rea-date img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  margin-bottom: 24px;
}

.rea-date h3 {
  margin: 0 0 5px;
  color: var(--rea-blue);
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
}

.rea-date p {
  max-width: 165px;
  margin: 0;
  color: var(--rea-dark);
  font-size: 14px;
  line-height: 1.16;
  font-weight: 500;
}

/* CTA FINAL */
.rea-final-cta {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
  background: #173c44;
  padding: 154px 0 105px;
}

.rea-final-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}

.rea-final-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg,
      rgba(17, 45, 51, .54) 0%,
      rgba(17, 45, 51, .74) 100%);
}

.rea-final-cta__content {
  position: relative;
  z-index: 3;
  transform: translateY(28px);
}

.rea-final-cta h2 {
  max-width: 840px;
  margin: 0 auto 24px;
  color: #fff;
  font-size: clamp(28px, 3.35vw, 46px);
  line-height: 1.06;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .24);
}

/* FORMULARIO OPCIONAL */
.rea-form-section {
  background: #fff;
  color: var(--rea-dark);
  padding: 70px 0;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .rea-hero {
    min-height: auto;
    padding: 155px 0 0;
  }

  .rea-hero__title {
    margin-bottom: 56px;
  }

  .rea-hero__content,
  .rea-bases {
    grid-template-columns: 1fr;
    gap: 44px;
    text-align: center;
  }

  .rea-hero__copy h2,
  .rea-hero__copy p,
  .rea-bases__copy p,
  .rea-bases__note {
    margin-left: auto;
    margin-right: auto;
  }

  .rea-hero__circle,
  .rea-bases__image {
    margin-inline: auto;
  }

  .rea-value__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }

  .rea-value__item:nth-child(2) {
    border-right: 0;
  }

  .rea-jury::before {
    top: 292px;
    height: 360px;
  }

  .rea-jury__grid {
    max-width: 840px;
    gap: 34px;
  }

  .rea-person--jury .rea-person__image {
    min-height: 280px;
  }

  .rea-person--jury .rea-person__image img {
    max-height: 300px;
  }

  .rea-comite__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 780px;
    row-gap: 42px;
  }

  .rea-talent__title {
    white-space: normal;
    margin-bottom: 62px;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .rea-jury__grid {
    gap: 24px;
  }

  .rea-person__text h3 {
    font-size: 16px;
  }

  .rea-person__text p {
    font-size: 10.5px;
  }

  .rea-person--committee .rea-person__text h3 {
    font-size: 14.5px;
  }

  .rea-person--committee .rea-person__text p {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .rea-container {
    width: min(100% - 28px, 540px);
  }

  .rea-hero {
    padding: 96px 0 0;
  }

  .rea-hero::after {
    display: none;
  }

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

  .rea-hero__title {
    margin-bottom: 40px;
    letter-spacing: -1.5px;
  }

  .rea-hero__content {
    gap: 35px;
  }

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

  .rea-hero__copy h2 {
    font-size: 37px;
  }

  .rea-hero__copy p {
    font-size: 18px;
  }

  .rea-hero__circle {
    width: min(330px, 88vw);
  }

  .rea-value__grid,
  .rea-dates__grid {
    grid-template-columns: 1fr;
  }

  .rea-value__item {
    min-height: auto;
    padding: 27px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(47, 116, 125, .25);
  }

  .rea-value__item:last-child {
    border-bottom: 0;
  }

  .rea-areas {
    padding: 60px 0;
  }

  .rea-area {
    grid-template-columns: 43px 1fr;
    gap: 15px;
    margin-bottom: 24px;
  }

  .rea-area__icon {
    width: 38px;
    height: 38px;
  }

  .rea-video-section {
    height: 340px;
  }

  .rea-jury::before {
    top: 220px;
    height: 260px;
  }

  .rea-jury__badge h2 {
    font-size: 27px;
  }

  .rea-jury__grid,
  .rea-comite__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 335px;
  }

  .rea-jury__grid {
    padding: 56px 0 50px;
  }

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

  .rea-person--jury .rea-person__image,
  .rea-person--committee .rea-person__image {
    min-height: auto;
  }

  .rea-person--jury .rea-person__image img {
    max-height: 330px;
  }

  .rea-person--committee .rea-person__image img {
    max-height: 245px;
  }

  .rea-person__text,
  .rea-person--committee .rea-person__text {
    width: min(100%, 260px);
    text-align: center;
  }

  .rea-person__text h3,
  .rea-person--committee .rea-person__text h3 {
    text-align: center;
    font-size: 17px;
  }

  .rea-person__text p,
  .rea-person--committee .rea-person__text p {
    text-align: center;
    font-size: 11.5px;
  }

  .rea-comite {
    padding: 36px 0 48px;
  }

  .rea-comite>h2,
  .rea-comite h2 {
    margin-bottom: 34px;
    font-size: 28px;
  }

  .rea-talent {
    padding: 45px 0 70px;
  }

  .rea-bases {
    gap: 36px;
  }

  .rea-bases__image {
    width: min(320px, 85vw);
  }

  .rea-bases__copy ul {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .rea-dates {
    padding-top: 38px;
  }

  .rea-dates h2 {
    margin-bottom: 26px;
    font-size: 30px;
  }

  .rea-dates__grid {
    gap: 22px;
    max-width: 335px;
    margin-bottom: -58px;
  }

  .rea-date {
    min-height: 170px;
    padding: 30px 28px 26px;
  }

  .rea-date img {
    margin-bottom: 20px;
  }

  .rea-date h3 {
    font-size: 26px;
  }

  .rea-final-cta {
    min-height: 440px;
    padding: 110px 0 76px;
  }

  .rea-final-cta__content {
    transform: translateY(12px);
  }

  .rea-final-cta h2 {
    font-size: 29px;
  }
}

@media (max-width: 480px) {
  .rea-hero__title {
    font-size: 46px;
  }

  .rea-hero__copy h2 {
    font-size: 32px;
  }

  .rea-areas__head span {
    font-size: 28px;
  }

  .rea-areas__head h2 {
    font-size: 27px;
  }

  .rea-area__content h3 {
    font-size: 19px;
  }

  .rea-area__content p {
    font-size: 14.5px;
  }

  .rea-talent__title {
    font-size: 42px;
  }

  .rea-bases__copy h2 {
    font-size: 29px;
  }

  .rea-dates h2 {
    font-size: 31px;
  }

  .rea-final-cta h2 {
    font-size: 27px;
  }
}

/* MODAL FORMULARIO RECONOCIMIENTOS */
body.rea-modal-open {
  overflow: hidden;
}

.rea-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.rea-modal.is-open {
  display: flex;
}

.rea-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 36, 42, .78);
  backdrop-filter: blur(4px);
}

.rea-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: #ffffff;
  color: var(--rea-dark);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.rea-modal__content {
  padding: 38px;
}

.rea-modal__title {
  margin: 0 0 24px;
  color: var(--rea-dark);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.rea-modal__close {
  position: sticky;
  top: 14px;
  margin-left: auto;
  margin-right: 14px;
  margin-top: 14px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--rea-blue);
  color: #fff;
  font-size: 31px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rea-modal__close:hover {
  background: #46b0c4;
}

.rea-form-plugin-warning {
  padding: 20px;
  background: #fff4d8;
  color: #6b4b00;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.4;
}

/* Ajustes del formulario dentro del modal */
.rea-modal .rea-form-wrapper {
  margin: 0;
  padding: 0;
}

.rea-modal .rea-form {
  max-width: 100%;
}

.rea-modal .rea-form-intro {
  margin-bottom: 32px;
}

.rea-modal .rea-form-field {
  margin-bottom: 34px;
}

.rea-modal .rea-form-field--soft {
  padding: 24px 24px;
}

@media (max-width: 767px) {
  .rea-modal {
    padding: 12px;
    align-items: flex-start;
  }

  .rea-modal__dialog {
    max-height: calc(100vh - 24px);
    border-radius: 14px;
  }

  .rea-modal__content {
    padding: 26px 18px 30px;
  }

  .rea-modal__title {
    font-size: 28px;
  }

  .rea-modal__close {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
}