.elementor-308 .elementor-element.elementor-element-6546c21{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-308 .elementor-element.elementor-element-6546c21:not(.elementor-motion-effects-element-type-background), .elementor-308 .elementor-element.elementor-element-6546c21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000FA;background-image:url("https://tintam.autoadministrable.cl/wp-content/uploads/2026/04/gotas-1-scaled.webp");}.elementor-308 .elementor-element.elementor-element-c458c81{width:100%;max-width:100%;}.elementor-308 .elementor-element.elementor-element-c458c81.elementor-element{--align-self:center;}.elementor-308 .elementor-element.elementor-element-c482ac6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-308 .elementor-element.elementor-element-c482ac6{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-c458c81 *//* Estilos Globales de la Composición */
.tm-section {
    padding: 80px 20px;
    font-family: 'Inter', sans-serif; /* Asegúrate de tener cargada esta fuente */
    background-color: transparent; /* El fondo lo pone Elementor */
}

.tm-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tm-header {
    margin-bottom: 50px;
}

.tm-subtitle {
    color: #00e5ff; /* Cyan brillante */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 14px;
    margin-bottom: 10px;
}

.tm-title {
    color: #ffffff;
    font-weight: 900;
    font-size: clamp(32px, 5vw, 64px);
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0;
}

/* Grid de Soluciones */
.tm-grid-soluciones {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

/* Efecto Glassmorphism Armonizado */
.tm-glass-card {
    background: rgba(255, 255, 255, 0.03); /* Transparencia muy sutil */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 40px;
    transition: all 0.4s ease;
}

.tm-glass-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 229, 255, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.tm-card-number {
    color: #00e5ff;
    font-size: 48px;
    font-weight: 900;
    opacity: 0.3;
    margin-bottom: 20px;
}

.tm-card-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.tm-card-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}

/* Panel de Tecnología */
.tm-glass-panel {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 40px;
    padding: 50px;
}

.tm-grid-tech {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.tm-tech-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.tm-icon-check {
    background: #00e5ff;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.tm-tech-item h4 {
    color: #ffffff;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.tm-tech-item p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}/* End custom CSS */