.elementor-10 .elementor-element.elementor-element-62c5996 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-10 .elementor-element.elementor-element-c7b0409{width:var( --container-widget-width, 107.321% );max-width:107.321%;--container-widget-width:107.321%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-191b131 */.carlex-servicios {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.carlex-section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #1a3a52;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.carlex-section-subtitle {
    text-align: center;
    color: #626C71;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.carlex-servicios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.carlex-servicio-card {
    background: #FFFFFE;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid #00A0A3;
    position: relative;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.carlex-servicio-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0282DD, #00A0A3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.carlex-servicio-card:hover::before {
    opacity: 0.03;
}

.carlex-servicio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 130, 221, 0.15);
    border-top-color: #0282DD;
}

.carlex-servicio-card > * {
    position: relative;
    z-index: 1;
}

.carlex-servicio-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    color: #00A0A3;
    transition: all 0.3s ease;
}

.carlex-servicio-card:hover .carlex-servicio-icon {
    color: #0282DD;
    transform: scale(1.1);
}

.carlex-servicio-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 2;
}

.carlex-servicio-card h3 {
    color: #1a3a52;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.carlex-servicio-card p {
    color: #626C71;
    line-height: 1.7;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carlex-servicio-card {
    animation: fadeInUp 0.6s ease-out forwards;
}

.carlex-servicio-card:nth-child(1) { animation-delay: 0.05s; }
.carlex-servicio-card:nth-child(2) { animation-delay: 0.1s; }
.carlex-servicio-card:nth-child(3) { animation-delay: 0.15s; }
.carlex-servicio-card:nth-child(4) { animation-delay: 0.2s; }
.carlex-servicio-card:nth-child(5) { animation-delay: 0.25s; }
.carlex-servicio-card:nth-child(6) { animation-delay: 0.3s; }
.carlex-servicio-card:nth-child(7) { animation-delay: 0.35s; }
.carlex-servicio-card:nth-child(8) { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 768px) {
    .carlex-section-title {
        font-size: 2rem;
    }

    .carlex-servicios-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .carlex-servicio-card {
        padding: 1.5rem;
    }

    .carlex-servicio-icon {
        width: 56px;
        height: 56px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7b0409 *//* Por qué elegirnos Section */
.carlex-porque-elegirnos {
    background: #FFFFFE;
    padding: 5rem 2rem;
    margin-top: 5rem;
}

.carlex-porque-content {
    max-width: 1200px;
    margin: 0 auto;
}

.carlex-section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #1a3a52;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.carlex-section-subtitle {
    text-align: center;
    color: #626C71;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.carlex-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.carlex-feature {
    text-align: center;
    padding: 2rem;
    transition: transform 0.3s ease;
}

.carlex-feature:hover {
    transform: translateY(-5px);
}

.carlex-feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0282DD, #00A0A3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(2, 130, 221, 0.2);
}

.carlex-feature:hover .carlex-feature-icon {
    box-shadow: 0 8px 25px rgba(2, 130, 221, 0.3);
    transform: scale(1.05);
}

.carlex-feature-icon svg {
    width: 40px;
    height: 40px;
    stroke-width: 2;
}

.carlex-feature h3 {
    color: #1a3a52;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.carlex-feature p {
    color: #626C71;
    line-height: 1.7;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carlex-feature {
    animation: fadeInUp 0.6s ease-out forwards;
}

.carlex-feature:nth-child(1) { animation-delay: 0.1s; }
.carlex-feature:nth-child(2) { animation-delay: 0.2s; }
.carlex-feature:nth-child(3) { animation-delay: 0.3s; }
.carlex-feature:nth-child(4) { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 768px) {
    .carlex-section-title {
        font-size: 2rem;
    }

    .carlex-features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .carlex-feature-icon {
        width: 70px;
        height: 70px;
    }

    .carlex-feature-icon svg {
        width: 35px;
        height: 35px;
    }

    .carlex-porque-elegirnos {
        padding: 3rem 1.5rem;
    }
}/* End custom CSS */