.elementor-12 .elementor-element.elementor-element-e62baaf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-e06aafd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-8ddac21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-6e4e6e6{--e-image-carousel-slides-to-show:3;padding:0px 0px 10px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b49a27e *//* --- Sección Principal --- */
.historia-clean-wrap {
  width: 100%;
  padding: 80px 20px;
  background: #f8f8f8; /* Fondo gris muy claro */
}

.historia-clean-container {
  display: flex;
  align-items: flex-start; /* Alinea arriba para un look más formal */
  justify-content: center;
  gap: 60px;
  max-width: 1100px;
  margin: auto;
  flex-wrap: wrap; 
}

/* --- Columna de Media (Video Contenido) --- */
.clean-media-block {
  flex-basis: 45%; 
  min-width: 300px;
  max-width: 450px;
  padding: 10px;
  background: #ffffff; /* Pequeño marco blanco */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Sombra muy suave, no sobresale */
}

/* Contenedor del video sin sombras ni padding interno */
.video-frame-clean {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.video-frame-clean video {
  display: block;
  width: 100%;
  height: auto;
}

/* Estilo para la frase (blockquote) */
.clean-blockquote {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin: 15px 0 0 0;
  padding: 0 10px;
  border-left: 3px solid #0066cc;
}

/* --- Columna de Contenido (Texto) --- */
.clean-content-block {
  flex-basis: 45%; 
  min-width: 300px;
  padding-top: 15px; /* Alineación visual con el bloque de media */
}

.content-clean-tag {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0066cc;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.content-clean-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 25px;
  /* Línea de acento sutil */
  padding-bottom: 5px;
  border-bottom: 2px solid #e0e0e0; 
}

.content-clean-paragraph {
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.large-text {
  font-size: 17px;
  font-weight: 500;
  color: #333;
}

/* --- Botón CTA --- */
.clean-cta-group {
  margin-top: 30px;
}

.btn-clean-primary {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  background-color: #0066cc;
  color: #ffffff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 102, 204, 0.3);
}

.btn-clean-primary:hover {
  background-color: #0050a3;
  box-shadow: 0 6px 15px rgba(0, 102, 204, 0.4);
}

/* --- Animaciones Suaves --- */
.animate-left-slide {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-right-slide {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}

.visible {
  opacity: 1;
  transform: translateX(0);
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .historia-clean-container {
    flex-direction: column;
    gap: 40px;
  }
  .clean-media-block, .clean-content-block {
    flex-basis: 100%;
    max-width: 100%;
    min-width: unset;
  }
  .clean-media-block {
    padding: 0;
    box-shadow: none;
    background: none;
  }
  .clean-content-block {
    padding-top: 0;
    text-align: center;
  }
  .content-clean-tag {
    text-align: center;
  }
  .content-clean-title {
    font-size: 30px;
    border-bottom: none;
  }
  .clean-blockquote {
    text-align: center;
    border-left: none;
    border-top: 2px solid #0066cc;
    padding-top: 15px;
  }
  .clean-cta-group {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5cc6b9 *//* --- DISEÑO MINIMALISTA CON ACENTO (IMÁGENES CUBRIENDO EL RECUADRO) --- */

/* Configuraciones Base */
.beneficios-seccion {
    width: 100%;
    padding: 70px 30px;
    background: #f4f7fa; 
    text-align: center;
}

.beneficios-header h2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a1a2e; 
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.beneficios-header p {
    font-size: 1.1rem;
    color: #555;
    margin-top: 10px;
    margin-bottom: 50px;
}

.linea-decorativa {
    width: 120px;
    height: 4px;
    background: #007bff; /* Color de acento (azul) */
    margin: 0 auto 15px auto;
    border-radius: 2px;
}

/* Grid Principal (Desktop: 3 Columnas) */
.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.beneficio-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Importante para que las imágenes se recorten limpiamente */
}

.beneficio-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-color: #007bff; 
}

/* Contenedor de Imagen */
.imagen-contenedor {
    position: relative;
    width: 100%;
    height: 300px; /* Altura del recuadro para la imagen */
    background: #ffffff; 
    flex-shrink: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.imagen-contenedor::after {
    content: none;
}

.imagen-contenedor img {
    width: 100%; 
    height: 100%;
    /* CLAVE: ¡Esto hace que la imagen llene el recuadro! */
    object-fit: cover; 
    background: transparent;
    transition: transform 0.4s ease;
    border-radius: 0;
}

.beneficio-card h3 {
    padding: 20px 15px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    flex-grow: 1; 
    text-align: center;
    border-top: 3px solid #f0f0f0;
    background-color: #fcfcfc;
}

.beneficio-card:hover h3 {
    color: #007bff;
}

/* RESPONSIVE: Tablet */
@media (max-width: 1024px) {
    .beneficios-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .imagen-contenedor {
        height: 280px;
    }
}

/* RESPONSIVE: Móvil */
@media (max-width: 600px) {
    .beneficios-grid {
        grid-template-columns: 1fr;
    }
    .beneficios-seccion {
        padding: 40px 15px;
    }
    .imagen-contenedor {
        height: 280px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0523c93 */.content {
  text-align: center;
  padding: 10px 5px;
}

.content .title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  background: linear-gradient(90deg, #df0714, #094677);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 6s ease infinite;
  margin: 0 0 5px 0;
}

.content .subtitle {
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  font-weight: 500;
  background: linear-gradient(90deg, #094677, #df0714);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 10s ease infinite;
  margin: 0;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}/* End custom CSS */