.elementor-218 .elementor-element.elementor-element-9219372{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:1;}.elementor-218 .elementor-element.elementor-element-9219372:not(.elementor-motion-effects-element-type-background), .elementor-218 .elementor-element.elementor-element-9219372 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background:url("https://tintam.autoadministrable.cl/wp-content/uploads/2026/04/gotas-1-scaled.webp") 50% 50%;background-size:cover;}.elementor-218 .elementor-element.elementor-element-9219372::before, .elementor-218 .elementor-element.elementor-element-9219372 > .elementor-background-video-container::before, .elementor-218 .elementor-element.elementor-element-9219372 > .e-con-inner > .elementor-background-video-container::before, .elementor-218 .elementor-element.elementor-element-9219372 > .elementor-background-slideshow::before, .elementor-218 .elementor-element.elementor-element-9219372 > .e-con-inner > .elementor-background-slideshow::before, .elementor-218 .elementor-element.elementor-element-9219372 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-218 .elementor-element.elementor-element-56a6d60{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-218 .elementor-element.elementor-element-46fcab6{--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;--justify-content:space-evenly;--overlay-opacity:1;--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-218 .elementor-element.elementor-element-46fcab6::before, .elementor-218 .elementor-element.elementor-element-46fcab6 > .elementor-background-video-container::before, .elementor-218 .elementor-element.elementor-element-46fcab6 > .e-con-inner > .elementor-background-video-container::before, .elementor-218 .elementor-element.elementor-element-46fcab6 > .elementor-background-slideshow::before, .elementor-218 .elementor-element.elementor-element-46fcab6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-218 .elementor-element.elementor-element-46fcab6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://tintam.autoadministrable.cl/wp-content/uploads/2026/04/gotas-1-scaled.webp");--background-overlay:'';}.elementor-218 .elementor-element.elementor-element-8f0e03d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-56a6d60 *//* Importación de fuentes */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&family=Sora:wght@700;800&display=swap');

.tm-hero-glass-container {
    --tm-cyan: #00e5ff;
    --tm-magenta: #ff00ff;
    --tm-dark: #0f172a;
    
    font-family: 'Plus Jakarta Sans', sans-serif;
    max-width: 900px;
    margin: 40px auto;
    padding: 80px 40px;
    background: rgba(255, 255, 255, 0.03); /* Efecto transparente */
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    text-align: center;
    box-shadow: 0 40px 100px rgba(0,0,0,0.1);
}

.tm-hero-eyebrow {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--tm-cyan);
    font-weight: 700;
    letter-spacing: 0.3em;
    font-size: 14px;
    margin-bottom: 40px;
}

.tm-hero-title-group h1 {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    margin: 0;
    line-height: 0.9;
    letter-spacing: -0.04em;
    font-size: clamp(40px, 8vw, 90px); /* Tamaño responsive */
}

.tm-hero-line-1 {
    color: var(--tm-dark);
}

.tm-hero-line-2 {
    background: linear-gradient(90deg, #00e5ff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tm-hero-line-3 {
    color: var(--tm-magenta);
}

.tm-hero-description {
    color: #f1f5f9;
    font-size: 20px;
    line-height: 1.6;
    max-width: 600px;
    margin: 40px auto;
    font-weight: 500;
}

.tm-hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.tm-button-dark {
    background: var(--tm-dark);
    color: white;
    padding: 18px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.2);
}

.tm-button-outline {
    background: transparent;
    color: var(--tm-dark);
    padding: 18px 40px;
    border: 2px solid rgba(15, 23, 42, 0.1);
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.tm-button-dark:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(15, 23, 42, 0.3); }
.tm-button-outline:hover { background: #f1f5f9; border-color: var(--tm-dark); }

/* Ajuste móvil */
@media (max-width: 768px) {
    .tm-hero-buttons { flex-direction: column; }
    .tm-hero-glass-container { padding: 40px 20px; border-radius: 40px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f0e03d *//* Contenedor Principal */
.historia-section {
  position: relative;
  padding: 100px 20px;
  background-color: #050505; /* Fondo negro base */
  overflow: hidden;
  color: #fff;
  min-height: 800px;
  display: flex;
  align-items: center;
}

/* El Fondo con la Máscara de 250px */
.fondo-gotas-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Reemplaza con tu ruta de imagen real */
  background-image: url('/wp-content/uploads/2026/04/gotas.webp'); 
  background-size: cover;
  background-position: center;
  /* Máscara de 250px para suavizar la entrada desde arriba */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, black 250px);
  mask-image: linear-gradient(to bottom, transparent 0, black 250px);
}

/* Contenedor de contenido */
.historia-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* Cabecera */
.historia-header {
  margin-bottom: 50px;
}

.eyebrow {
  color: #00e5ff; /* Cyan */
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.titulo-principal {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  letter-spacing: -2px;
  color: #fff;
}

/* La Tarjeta de Cristal (Armonizada) */
.glass-card-historia {
  background: rgba(255, 255, 255, 0.03); /* Transparencia mínima */
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 60px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

/* Columnas */
.columnas-historia {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.subtitulo-historia {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.subtitulo-historia.cyan { color: #00e5ff; }
.subtitulo-historia.magenta { color: #ff00ff; }

.texto-historia {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85); /* Letras visibles */
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .columnas-historia {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .glass-card-historia {
    padding: 40px 25px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-46fcab6 */.elementor-218 .elementor-element.elementor-element-46fcab6 {
    /* Crea el fundido suave en la parte superior */
    -webkit-mask-image: linear-gradient(to bottom, 
        transparent 0%, 
        black 250px
    );
    mask-image: linear-gradient(to bottom, 
        transparent 0%, 
        black 250px
    );
    
    /* Configuración de fondo para que calce bien */
    background-size: cover;
    background-position: center top;
}/* End custom CSS */