.elementor-5341 .elementor-element.elementor-element-ce060f4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8614e88 *//* CONFIGURACIÓN GENERAL */
body {
    margin: 0;
    padding: 0;
    background-color: #fcfcfc;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

.main-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* TÍTULO SUPERIOR AZUL */
.page-title {
    color: #004a80;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

/* TARJETA BLANCA PRINCIPAL */
.white-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.section-title {
    color: #004a80;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.separator {
    border: 0;
    height: 1px;
    background-color: #f0f0f0;
    margin-bottom: 30px;
}

.description {
    font-size: 18px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 40px;
}

/* LISTA DE BOTONES (VERDE CLARO) */
.systems-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.system-link {
    display: flex;
    align-items: center;
    background-color: #f4faf6; /* Fondo verde muy claro */
    text-decoration: none;
    padding: 20px 25px;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.system-link:hover {
    background-color: #ebf5ee;
    transform: translateX(5px);
}

.arrow {
    color: #2da06a; /* Verde oscuro para la flecha */
    font-size: 20px;
    margin-right: 15px;
    font-weight: bold;
}

.text {
    color: #2da06a; /* Verde oscuro para el texto */
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

/* FOOTER */
.footer {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .white-card { padding: 30px 20px; }
    .page-title { font-size: 32px; }
    .section-title { font-size: 24px; }
}/* End custom CSS */