.elementor-kit-6{--e-global-color-primary:#6DB7E9;--e-global-color-secondary:#2E77D3;--e-global-color-text:#4B4B4B;--e-global-color-accent:#0E376B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;background-color:#FFFFFF;}.elementor-kit-6 h1{font-family:"Roboto", Sans-serif;font-size:50px;font-weight:700;}.elementor-kit-6 h2{font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Botón AZUL degradado ===== */
.boton-azul {
  background: linear-gradient(90deg, #1e95cd, #2d2a6f);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Quita el “rectángulo” interno de Elementor */
.boton-azul .elementor-button-content-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: inherit !important;
}

.boton-azul .elementor-button-text {
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.boton-azul:hover {
  filter: brightness(1.15);
}


/* ===== Botón con borde azul oscuro y fondo difuminado ===== */
.boton-blanco {
  background: rgba(255, 255, 255, 0.1); /* Transparente con leve velo */
  backdrop-filter: blur(8px); /* Difuminado */
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Fix interno Elementor */
.boton-blanco .elementor-button-content-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: inherit !important;
}

/* Texto */
.boton-blanco .elementor-button-text {
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 0.3px;
}

/* Hover: mantiene el borde, pero aclara el fondo */
.boton-blanco:hover {
  background: rgba(14, 55, 107, 0.15);
  color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 15px rgba(14, 55, 107, 0.2);
}

/* Por si Elementor mete overlays */
.boton-blanco::before,
.boton-blanco::after {
  content: none !important;
}




.caja-degradado {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.caja-degradado::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px; /* ancho del degradado lateral */
  height: 100%;
  background: linear-gradient(180deg, #1e95cd, #2d2a6f);
  border-radius: 10px 0 0 10px;
}/* End custom CSS */