.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
					 .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-97 .elementor-element.elementor-element-b8dbe65 .elementor-tab-title, .elementor-97 .elementor-element.elementor-element-b8dbe65 .elementor-tab-title:before, .elementor-97 .elementor-element.elementor-element-b8dbe65 .elementor-tab-title:after, .elementor-97 .elementor-element.elementor-element-b8dbe65 .elementor-tab-content, .elementor-97 .elementor-element.elementor-element-b8dbe65 .elementor-tabs-content-wrapper{border-width:1px;}.elementor-97 .elementor-element.elementor-element-b8dbe65 .elementor-tab-title, .elementor-97 .elementor-element.elementor-element-b8dbe65 .elementor-tab-title a{color:#6EC1E4;}.elementor-97 .elementor-element.elementor-element-b8dbe65 .elementor-tab-title.elementor-active,
					 .elementor-97 .elementor-element.elementor-element-b8dbe65 .elementor-tab-title.elementor-active a{color:#6EC1E4;}/* Start custom CSS for html, class: .elementor-element-d7ebf48 *//* CÓDIGO CSS */
.hero-impacto-section{
    background-color: #0099e5;
    color: #ffffff;
    padding: 50px 6%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 550px;
}
.hero-impacto-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.hero-impacto-text{
    animation: fadeInUp 1.2s ease-out;
}
.hero-impacto-text h1{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px rgba(0,0,0,.2);
    color: #ffffff;
}
.hero-impacto-text p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 450px;
    color: #ffffff;
}
.hero-impacto-cta{
    background-color: #ffffff;
    color: #0099e5;
    text-decoration: none;
    padding: 16px 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    transition: transform .3s ease,box-shadow .3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.hero-impacto-cta:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,.3);
}
.hero-impacto-image-container{
    position: absolute;
    top: 0;
    right: -10%;
    width: 65%;
    height: 100%;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to right,transparent 0,black 30%);
    mask-image: linear-gradient(to right,transparent 0,black 30%);
}
.hero-impacto-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer-seal{
    width: 180px;
    height: 180px;
    background: #25a73e;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-15deg);
    z-index: 3;
    border: 5px solid white;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
    animation: popIn 1s ease-out .5s;
    animation-fill-mode: backwards;
}
.offer-seal .percent{
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
}
.offer-seal .label{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.offer-seal .details{
    font-size: 11px;
    margin-top: 5px;
}
@keyframes fadeInUp{
    from{opacity:0;transform:translateY(40px)}
    to{opacity:1;transform:translateY(0)}
}
@keyframes popIn{
    from{opacity:0;transform:translate(-50%,-50%) rotate(-15deg) scale(.5)}
    to{opacity:1;transform:translate(-50%,-50%) rotate(-15deg) scale(1)}
}
@media (max-width:992px){
    .hero-impacto-section{min-height:auto}
    .hero-impacto-container{grid-template-columns:1fr;text-align:center}
    .hero-impacto-text p{margin-left:auto;margin-right:auto}
    .hero-impacto-image-container{display:none}
    .offer-seal{position:relative;transform:rotate(0);left:auto;top:auto;margin:30px auto 0;width:150px;height:150px}
    .offer-seal .percent{font-size:50px}
    .offer-seal .label{font-size:16px}
}/* End custom CSS */
/* Start custom CSS for tabs, class: .elementor-element-b8dbe65 *//* === NUEVO CSS PARA ESTILO DE PESTAÑAS === */

/* Contenedor de la navegación de pestañas */
.tab-navigation { 
    display: flex; 
    justify-content: center; 
    gap: 30px; /* Aumentamos el espacio */
    margin-bottom: 0; /* Quitamos el margen inferior */
    border-bottom: 2px solid #e0e0e0; /* Línea base gris */
    flex-wrap: wrap; 
}

/* Estilo para cada título/pestaña (inactiva) */
.tab-link { 
    padding: 15px 10px; 
    font-size: 18px; 
    font-weight: 700; 
    border: none; /* Quitamos el borde de píldora */
    background-color: transparent; /* Sin fondo */
    color: #888; /* Color de texto gris para inactivas */
    cursor: pointer; 
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent; /* Borde inferior invisible */
    margin-bottom: -2px; /* Truco para que el borde se monte sobre la línea base */
    text-transform: uppercase;
}

/* Estilo al pasar el cursor sobre una pestaña inactiva */
.tab-link:hover { 
    color: #333; 
}

/* Estilo para la pestaña ACTIVA */
.tab-link.active { 
    color: #0099e5; /* Color azul de la marca */
    border-bottom: 4px solid #0099e5; /* Línea inferior azul que la destaca */
}

/* Ajuste para el contenedor del contenido */
.tab-content-container {
    padding-top: 50px; /* Añadimos espacio arriba para separar del título */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2504bf9 *//* === CSS PARA LA SECCIÓN DE PASOS === */
.steps-section {
    padding: 80px 6%;
    background-color: #ffffff;
}

.steps-title {
    text-align: center;
    margin-bottom: 60px;
}

.steps-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.steps-title p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.step-card {
    background-color: #f4f6f9;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    max-width: 320px;
    border: 1px solid #e0e0e0;
    position: relative;
}

.step-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    background-color: #0099e5;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 0 5px 15px rgba(0, 153, 229, 0.3);
}

.step-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.step-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e7d6b0 *//* === NUEVO CSS PARA SECCIÓN DE BENEFICIOS (INTERACTIVA) === */
.benefits-showcase-v2 {
    background-color: #ffffff;
    padding: 100px 6%;
    overflow: hidden;
}

.benefits-container-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefits-text-v2 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.benefits-text-v2 .subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.benefits-list-v2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list-v2 li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.benefits-list-v2 .icon {
    color: #0099e5;
    font-size: 24px;
    margin-top: 5px;
}

.benefits-list-v2 h4 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.benefits-list-v2 p {
    margin: 0;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

/* --- Contenedor de la Imagen Interactiva --- */
.benefits-image-wrapper-v2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1500px; /* Para el efecto 3D */
}

.benefits-image-wrapper-v2 .image-frame {
    position: absolute;
    width: 90%;
    height: 110%;
    background: linear-gradient(45deg, #0099e5, #00acee);
    border-radius: 25px;
    transform: rotate(-8deg); /* Inclinación del marco */
    transition: transform 0.4s ease;
    z-index: 1;
}

.benefits-image-wrapper-v2 img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    transition: transform 0.4s ease;
}

/* --- El Efecto Interactivo --- */
.benefits-image-wrapper-v2:hover img {
    transform: rotateY(10deg) rotateX(2deg) scale(1.05);
}

.benefits-image-wrapper-v2:hover .image-frame {
    transform: rotate(-2deg) scale(1.02);
}

/* Adaptación a Móviles */
@media (max-width: 992px) {
    .benefits-container-v2 {
        grid-template-columns: 1fr;
    }
    .benefits-image-wrapper-v2 {
        margin-bottom: 60px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27b9d1a *//* === CSS PARA LA SECCIÓN DE INSTALACIÓN === */
.installation-section {
    background-color: #00acee; 
    color: #ffffff;
    padding: 80px 6%;
    overflow: hidden;
}
.installation-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.installation-text h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
.installation-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}
.installation-points {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}
.point-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}
.point-item i {
    font-size: 32px;
}
.point-item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
.installation-cta-button {
    background-color: #e6007e;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.installation-cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.installation-image-container {
    text-align: center;
}
.installation-image-frame {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    transform: rotate(3deg);
    transition: transform 0.4s ease;
}
.installation-image-frame:hover {
    transform: rotate(0deg);
}
.installation-image-frame img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
@media (max-width: 992px) {
    .installation-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .installation-text {
        margin-bottom: 40px;
    }
    .installation-image-container {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    .installation-image-frame {
        transform: rotate(0);
    }
    .point-item {
        justify-content: center;
    }
}/* End custom CSS */