.elementor-kit-6{--e-global-color-primary:#009FE3;--e-global-color-secondary:#00AD8A;--e-global-color-text:#095A7B;--e-global-color-accent:#F17B33;--e-global-color-232af2d:#F1FAFE;--e-global-color-3692a41:#10232B;--e-global-color-3889538:#D6F0FB;--e-global-color-826ff2b:#BBE6F8;--e-global-color-a745565:#0578A9;--e-global-typography-text-font-family:"Aspekta";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:18.2px;--e-global-typography-primary-font-family:"Aspekta";--e-global-typography-primary-font-size:12px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:15.6px;--e-global-typography-secondary-font-family:"Aspekta";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:19.8px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Aspekta", Sans-serif;font-size:14px;line-height:18.2px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#000000;font-family:"Aspekta", Sans-serif;font-size:48px;line-height:48px;}.elementor-kit-6 h2{color:#000000;font-family:"Aspekta", Sans-serif;font-size:36px;line-height:39.6px;}.elementor-kit-6 h3{color:#000000;font-family:"Aspekta", Sans-serif;font-size:24px;line-height:26.4px;}.elementor-kit-6 h4{color:#000000;font-family:"Aspekta", Sans-serif;font-size:20px;line-height:24px;}.elementor-kit-6 h5{color:#000000;font-family:"Aspekta", Sans-serif;font-size:16px;line-height:19.2px;}.elementor-kit-6 h6{color:#000000;font-family:"Aspekta", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-232af2d );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === ENLACE AZUL === */
a.enlace-azul {
  color: #0C4259; /* Normal */
  text-decoration: none;
  transition: color 0.3s ease;
}
a.enlace-azul:hover {
  color: #009FE3; /* Hover */
}
a.enlace-azul:active {
  color: #0C4259; /* Active*/
}

/* === ENLACE VERDE === */
a.enlace-verde {
  color: #00AD8A; /* Normal */
  text-decoration: none;
  transition: color 0.3s ease;
}
a.enlace-verde:hover {
  color: #1C6252; /* Hover */
}
a.enlace-verde:active {
  color: #00AD8A; /* Active */
}

/* === ENLACE NARANJA === */
a.enlace-naranja {
  color: #F17B33; /* Normal */
  text-decoration: none;
  transition: color 0.3s ease;
}
a.enlace-naranja:hover {
  color: #4F372A; /* Hover */
}
a.enlace-naranja:active {
  color: #F17B33; /* Active */
}

/*Boton-info-azul*/
.boton-info-azul {
  width: 109px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
}

.boton-info-azul img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

/* Estado hover: cambia a SVG hover */
.boton-info-azul:hover img {
  content: url('/wp-content/uploads/2025/05/Boton_Azul_Hover.svg');
}

/* Estado active: igual que normal */
.boton-info-azul:active img {
  content: url('/wp-content/uploads/2025/05/Boton_Azul_Normal.svg');
}

/* Boton-info-naranja */
.boton-info-naranja {
  width: 109px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
}

.boton-info-naranja img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

/* Estado hover: cambia a SVG hover */
.boton-info-naranja:hover img {
  content: url('/wp-content/uploads/2025/05/Boton_Naranja_Hover.svg');
}

/* Estado active: igual que normal */
.boton-info-naranja:active img {
  content: url('/wp-content/uploads/2025/05/Boton_Naranja_Normal.svg');
}

/* Boton-info-verde */
.boton-info-verde {
  width: 109px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
}

.boton-info-verde img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

/* Estado hover: cambia a SVG hover */
.boton-info-verde:hover img {
  content: url('/wp-content/uploads/2025/05/Boton_Verde_Hover.svg');
}

/* Estado active: igual que normal */
.boton-info-verde:active img {
  content: url('/wp-content/uploads/2025/05/Boton_Verde_Normal.svg');
}

/* Botón compartir azul */
.boton-compartir-azul {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
}

.boton-compartir-azul img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

/* Hover: cambia a versión hover */
.boton-compartir-azul:hover img {
  content: url('/wp-content/uploads/2025/05/Compartir_Azul_Hover.svg');
}

/* Active: igual que normal */
.boton-compartir-azul:active img {
  content: url('/wp-content/uploads/2025/05/Compartir_Azul_Normal.svg');
}

/* Botón compartir naranja */
.boton-compartir-naranja {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
}

.boton-compartir-naranja img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

/* Hover: cambia a versión hover */
.boton-compartir-naranja:hover img {
  content: url('/wp-content/uploads/2025/05/Compartir_Naranja_Hover.svg');
}

/* Active: igual que normal */
.boton-compartir-naranja:active img {
  content: url('/wp-content/uploads/2025/05/Compartir_Naranja_Normal.svg');
}

/* Botón compartir verde */
.boton-compartir-verde {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
}

.boton-compartir-verde img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

/* Hover: cambia a versión hover */
.boton-compartir-verde:hover img {
  content: url('/wp-content/uploads/2025/05/Compartir_Verde_Hover.svg');
}

/* Active: igual que normal */
.boton-compartir-verde:active img {
  content: url('/wp-content/uploads/2025/05/Compartir_Verde_Normal.svg');
}

/* BOTÓN SUBIR PÁGINA - tamaño real */

.boton-subir-pagina {
  width: 60px !important;
  height: 60px !important;
  display: inline-block;
  position: fixed !important;
  bottom: 70px !important;
  right: 50px !important;
  z-index: 999 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  line-height: 0; /* evita espacio vertical fantasma */
}

.boton-subir-pagina.visible {
  opacity: 1;
  pointer-events: auto;
}

.boton-subir-pagina img {
  width: 60px !important;
  height: 60px !important;
  max-width: none !important;
  max-height: none !important;
  transition: all 0.3s ease;
  content: url('/wp-content/uploads/2025/06/top_active.svg');
  display: block;
}
  
.boton-subir-pagina:hover img {
  content: url('/wp-content/uploads/2025/06/Top_hover.svg');
}

/* CONTENEDOR DEL WIDGET HTML AJUSTADO A BOTÓN SVG */
.boton-wrapper {
  width: 182px;
  height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  background: transparent !important;
  border: none !important;
}

/* BOTÓN CONTACTAR SVG DINÁMICO */
.boton-contactar {
  width: 182px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
}

.boton-contactar img {
  width: 182px;
  height: 36px;
  transition: all 0.3s ease;
  content: url('/wp-content/uploads/2025/06/Contactar_normal_active.svg');
  display: block;
}

.boton-contactar:hover img {
  content: url('/wp-content/uploads/2025/06/Contactar_hover.svg');
}

.boton-contactar:active img {
  content: url('/wp-content/uploads/2025/06/Contactar_normal_active.svg');
}

/* BOTÓN DESCARGAR AZUL (180x36px) */
.boton-descargar-azul {
  width: 180px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
}

.boton-descargar-azul img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  content: url('/wp-content/uploads/2025/06/Boton_Descargar_Normal.svg');
  display: block;
}

.boton-descargar-azul:hover img {
  content: url('/wp-content/uploads/2025/06/Boton_Descargar_Hover.svg');
}

.boton-descargar-azul:active img {
  content: url('/wp-content/uploads/2025/06/Boton_Descargar_Normal.svg');
}

/* BOTÓN DESCARGAR VERDE (180x36px) */
.boton-descargar-verde {
  width: 180px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
}

.boton-descargar-verde img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  content: url('/wp-content/uploads/2025/06/Descargar_Verde_Normal.svg'); /* Solo útil como fallback */
  display: block;
}

.boton-descargar-verde:hover img {
  content: url('/wp-content/uploads/2025/06/Descargar_Verde_Hover.svg');
}

.boton-descargar-verde:active img {
  content: url('/wp-content/uploads/2025/06/Descargar_Verde_Normal.svg');
}

/* BOTÓN VOLVER A LAS NOTICIAS (284x36px) */
.boton-volver-noticias {
  width: 284px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
}

.boton-volver-noticias img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  content: url('/wp-content/uploads/2025/06/Volver_Noticias_Normal.svg');
  display: block;
}

.boton-volver-noticias:hover img {
  content: url('/wp-content/uploads/2025/06/Volver_Noticias_Hover.svg');
}

.boton-volver-noticias:active img {
  content: url('/wp-content/uploads/2025/06/Volver_Noticias_Normal.svg');
}

/* BOTÓN DESCARGAR NARANJA (180x36px) */
.boton-descargar-naranja {
  width: 180px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
}

.boton-descargar-naranja img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  content: url('/wp-content/uploads/2025/06/Descargar_Naranja_Normal.svg'); /* opcional si no se usa widget Imagen */
  display: block;
}

.boton-descargar-naranja:hover img {
  content: url('/wp-content/uploads/2025/06/Descargar_Naranja_Hover.svg');
}

.boton-descargar-naranja:active img {
  content: url('/wp-content/uploads/2025/06/Descargar_Naranja_Normal.svg');
}

/* BOTÓN CONTACTAR OSCURO (estructura real vista en el navegador) */
.elementor-element.boton-contactar-oscuro .elementor-widget-container {
  width: 182px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
}

.elementor-element.boton-contactar-oscuro .elementor-widget-container a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.elementor-element.boton-contactar-oscuro .elementor-widget-container a img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  display: block;
  content: url('/wp-content/uploads/2025/06/Contactar_oscuro_normal.svg');
}

.elementor-element.boton-contactar-oscuro .elementor-widget-container a:hover img {
  content: url('/wp-content/uploads/2025/06/Contactar_oscuro_hover.svg');
}

.elementor-element.boton-contactar-oscuro .elementor-widget-container a:active img {
  content: url('/wp-content/uploads/2025/06/Contactar_oscuro_normal.svg');
}


/* ===========================
   CONTACT FORM 7 – ESTILO GLOBAL FIEL A FIGMA
   =========================== */

/* FORMULARIO PRINCIPAL */
.wpcf7 {
  max-width: 854px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* SEPARACIÓN ENTRE FILAS */
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 8px;
}

/* CAMPOS DE ENTRADA Y TEXTAREA */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  height: 55px;
  padding: 18px 19px;
  background: #F1FAFE;
  box-shadow: 0px 0px 8px rgba(12, 66, 89, 0.25);
  border-radius: 8px;
  border: none;
  font-family: "Aspekta", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #095A7B;
  box-sizing: border-box;
  resize: none;
}

/* PLACEHOLDER */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #095A7B;
  font-weight: 400;
}

/* QUITAR BORDE NEGRO AL HACER CLIC */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
}

/* CONTENEDOR DE POLÍTICA + BOTÓN */
.wpcf7 .fila-politica-boton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  flex-wrap: wrap;
}

/* POLÍTICA DE PRIVACIDAD */
.wpcf7 .aceptacion-politica {
  display: flex;
  align-items: center;
  font-family: "Aspekta", sans-serif;
  font-size: 12px;
  color: #095A7B;
  gap: 8px;
  flex: 1;
  min-width: 200px;
}

.wpcf7 .aceptacion-politica input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  background: #F1FAFE;
  border: 2px solid #0C4259;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.wpcf7 .aceptacion-politica input[type="checkbox"]:checked::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #0C4259;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.wpcf7 .aceptacion-politica label,
.wpcf7 .aceptacion-politica span {
  font-family: "Aspekta", sans-serif;
  font-size: 12px;
  color: #095A7B;
}

.wpcf7 .aceptacion-politica a {
  color: #095A7B !important;
  text-decoration: underline;
}

/* BOTÓN SVG DE ENVÍO */
.wpcf7 .boton-contactar-svg {
  display: flex;
  justify-content: flex-end;
}

.wpcf7 .btn-contactar-svg img {
  width: 183px;
  height: 36px;
  transition: all 0.3s ease;
}

.wpcf7 .btn-contactar-svg:hover img {
  content: url('https://new.ceeim.es/wp-content/uploads/2025/06/Contactar_oscuro_hover.svg');
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  position: relative;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #A1DCF5;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #06719E;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aspekta';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://new.ceeim.es/wp-content/uploads/2025/05/Aspekta.ttf') format('truetype');
}
/* End Custom Fonts CSS */