.elementor-8 .elementor-element.elementor-element-076663e{--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:-113px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8 .elementor-element.elementor-element-d0290b8{--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-8 .elementor-element.elementor-element-32b4124{--display:flex;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-8 .elementor-element.elementor-element-b974bec{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-8 .elementor-element.elementor-element-b974bec .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-8 .elementor-element.elementor-element-b974bec:after{content:"0.66";}.elementor-8 .elementor-element.elementor-element-b974bec .elementor-post__thumbnail__link{width:100%;}.elementor-8 .elementor-element.elementor-element-b974bec .elementor-post__meta-data span + span:before{content:"///";}.elementor-8 .elementor-element.elementor-element-b974bec.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-8 .elementor-element.elementor-element-b974bec.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-8 .elementor-element.elementor-element-b974bec.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-8 .elementor-element.elementor-element-7d1c029{--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;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-b974bec .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-8 .elementor-element.elementor-element-b974bec:after{content:"0.5";}.elementor-8 .elementor-element.elementor-element-b974bec .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-ecae08c *//* --- ESTILOS GENERALES Y FUENTES --- */
.pro-features-wrapper-final {
    font-family: 'Poppins', sans-serif;
    padding: 20px 10px;
    background-color: #f8f9fa;
}

/* --- CUADRÍCULA PRINCIPAL (GRID) --- */
.pro-features-grid-final {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --- ESTILO DE CADA TARJETA --- */
.pro-feature-card-final {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.04), 0 10px 20px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden; 
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease-out forwards;
}

/* --- Animación Escalonada --- */
.pro-feature-card-final:nth-child(1) { animation-delay: 0.1s; }
.pro-feature-card-final:nth-child(2) { animation-delay: 0.2s; }
.pro-feature-card-final:nth-child(3) { animation-delay: 0.3s; }
.pro-feature-card-final:nth-child(4) { animation-delay: 0.4s; }
.pro-feature-card-final:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

.pro-feature-card-final:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.06), 0 20px 40px rgba(0,0,0,0.08);
}

/* --- SECCIÓN DE VIDEO DE FONDO --- */
.has-video-bg .card-content {
    position: relative; 
    z-index: 2;
    background: transparent;
}

.card-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.card-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.card-video-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

/* --- CONTENIDO DE LA TARJETA --- */
.card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.card-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #1a253c;
    margin: 0 0 12px 0;
    position: relative;
    padding-bottom: 12px;
}

.card-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-image: linear-gradient(to right, #007bff, #0056b3);
    border-radius: 2px;
}

.card-content p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
    flex-grow: 1;
}

/* --- ESTILOS PARA LA TARJETA CON VIDEO --- */
.has-video-bg .card-content h2,
.has-video-bg .card-content p {
    color: #ffffff; 
}

.has-video-bg .card-content h2::after {
     background-image: linear-gradient(to right, #ffffff, #bbbbbb); 
}

/* --- BOTÓN MEJORADO --- */
.card-content .btn {
    display: inline-block;
    background-image: linear-gradient(to right, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    align-self: center;
    border: none;
    background-size: 200% auto;
    transition: all 0.4s ease;
    z-index: 2; 
    position: relative;
}

.card-content .btn:hover {
    background-position: right center;
    transform: scale(1.05);
}

.card-content .btn i {
    margin-left: 8px;
}

/* --- DISEÑO RESPONSIVO --- */
@media (max-width: 992px) {
    .pro-features-grid-final {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .pro-features-grid-final {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}/* End custom CSS */