.elementor-5158 .elementor-element.elementor-element-2ad180d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-32b46f4 *//* ESTÉTICA TÉCNICA Y PROFESIONAL */
body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #f8f9fa;
    color: #334155;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.s-container {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 20px;
}

.s-header {
    text-align: center;
    margin-bottom: 40px;
}

.s-header h1 {
    color: #004b93;
    font-size: clamp(24px, 5vw, 38px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
}

/* TARJETA PRINCIPAL DUAL */
.s-main-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.s-image-box {
    background: #f1f5f9;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-schema-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* COLUMNA DE INFORMACIÓN */
.s-info-box {
    padding: 50px 40px;
}

.section-title {
    color: #004b93;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-intro {
    color: #64748b;
    font-size: 15px;
    margin-bottom: 35px;
}

/* LISTA DE PRODUCTOS */
.p-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.p-row:hover {
    transform: translateX(8px);
    border-color: #007bc4;
    background: #fff;
}

.p-num {
    background: #004b93;
    color: white;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 800;
    font-size: 13px;
}

.p-content {
    display: flex;
    flex-direction: column;
}

.p-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.p-product {
    font-size: 16px;
    color: #1e293b;
    font-weight: 600;
}

/* PIE DE PÁGINA */
.s-footer {
    text-align: center;
    margin-top: 30px;
    padding: 0 40px;
    color: #94a3b8;
    font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 850px) {
    .s-main-card {
        grid-template-columns: 1fr;
    }
    .s-image-box { padding: 30px; }
    .s-info-box { padding: 35px 25px; }
}/* End custom CSS */