.elementor-25462 .elementor-element.elementor-element-3664d61{--display:flex;}.elementor-25462 .elementor-element.elementor-element-2d05d75{--display:flex;}.elementor-25462 .elementor-element.elementor-element-4c9c61f{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-25462 .elementor-element.elementor-element-3664d61{--width:1365px;}.elementor-25462 .elementor-element.elementor-element-2d05d75{--content-width:1355px;}}/* Start custom CSS for html, class: .elementor-element-45e852f *//* 1. IMPORTANTE: Importamos la fuente Roboto de Google Fonts al inicio */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.enrollment-process {
    /* 2. Establecemos Roboto como la fuente principal para todo el contenedor */
    font-family: 'Montserrat', sans-serif;
    max-width: 1140px;
    margin: 40px auto;
    padding: 20px;
    background-color: transparent; 
}

/* --- ESTILOS PARA LA CAJA AZUL --- */
.enrollment-process .header-box {
    background-color: #001333;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.enrollment-process .header-box .section-title {
    font-size: 40px;
    font-weight: 700; /* Ajustado a 700 para coincidir con Roboto Bold */
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.1;
    text-transform: uppercase;
}

.enrollment-process .header-box .section-description {
    /* Ya no es necesario declarar font-family aquí, lo hereda del padre */
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
    opacity: 0.95;
}

.enrollment-process .step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.enrollment-process .step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #26a9e7;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 700; /* Roboto Bold */
    margin-right: 20px;
    flex-shrink: 0;
}

/* Colores específicos para los números */
.enrollment-process .step-item:nth-child(2) .step-number { background-color: #26a9e7; }
.enrollment-process .step-item:nth-child(3) .step-number { background-color: #26a9e7; }
.enrollment-process .step-item:nth-child(4) .step-number { background-color: #26a9e7; }
.enrollment-process .step-item:nth-child(5) .step-number { background-color: #26a9e7; }

.enrollment-process .step-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.enrollment-process .step-title {
    background-color: #0c306d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1.3em;
    font-weight: 700; /* Roboto Bold */
    display: inline-block;
    margin-bottom: 5px;
}

.enrollment-process .step-description {
    font-size: 20px;
    color: #71747a;
    /* Ya no es necesario declarar font-family aquí, lo hereda del padre */
    line-height: 1.4;
    margin-top: 0;
}

.enrollment-process .call-to-action {
    font-size: 20px;
    font-weight: 700; /* Roboto Bold */
    color: #b8141a;
    text-align: center;
    margin-top: 40px;
    line-height: 1.5;
}/* End custom CSS */