body{
    background: #F3F3F3;
}
section {
    padding: 48px 120px 0 120px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

h2 {
    align-self: stretch;
    color: #1E1E1E;
    /* L-XL/Display/Pequeño */
    font-family: Alverata;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    /* 130% */
    letter-spacing: -2px;
}

.asesores-cita {
    align-items: flex-start;
    gap: 8px;
}

h3 {
    height: 20px;
    align-self: stretch;
    color: #6F6F6F;
    /* Globales/Etiqueta/Pequeño */
    font-family: "Praxis Next";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 2.5px;
}

#admission-status, #career {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 48px;
    padding: 0 16px;
    align-items: center;
    align-self: stretch;
    width: 70%;
    margin-bottom: 8px;
    border: 1px solid #888888;
    background-color: #ffffff;
    font-family: var(--font-body, 'praxis-next', sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #1e1e1e;
    transition: 0.3s ease;
    border: 1px solid #1e1e1e;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff url('/formularios/css/img/arrow-select.svg') no-repeat right 10px center;
    background-size: 24px;
    cursor: pointer;
}

#appointment-button, #advisor-link {
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    width: 200px;
    text-align: center;
    gap: 8px;
    border-radius: 40px;
    background: #CF0622;
    margin-top: 20px;
}

.btn {
    color: #FFF;
    text-align: center;
    /* Globales/Botones/Pequeño */
    font-family: "Praxis Next";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: -0.2px;
}

.btn:hover {
    color: #FFF;
}

.career #calendar {
    width: var(--Medidas-32, 32px);
    height: var(--Medidas-32, 32px);
    padding: 4px;
    justify-content: center;
    align-items: center;
}


h4 {
    height: 28px;
    color: var(--Gris-oscuro, #1E1E1E);
    font-family: "Praxis Next";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.2px;
}

p {
    color: #1E1E1E;
    /* Globales/Etiqueta/Pequeño */
    font-family: "Praxis Next";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

p a {
    color: #E00034;
    /* Globales/Etiqueta/Pequeño */
    font-family: "Praxis Next";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 2.5px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: none;

}

@media (width <=450px) {
    section {
        padding: 48px 40px 0 40px;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        background: #F3F3F3;
    }

    .medios {
        padding: 40px calc(var(--bs-gutter-x) * .5);
    }

    #admission-status, #career {
        width: 100%;
}

}