    .banner-financial-aid {
        background-color: #E9E9E9;
    }

    .titulo-banner {
        border-bottom: 2px solid #000;
        width: fit-content;
    }

    .fondo-amarillo {
        background-color: #FFDD00;
    }

    .apoyo-financiero-container .nav-tabs {
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        border-bottom: none;
        justify-content: space-between;
        margin: auto;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item {
        border: none;
        border-radius: 0px;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item-foraneos {
        width: 30%;
        border: none;
        border-radius: 0px;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item:first-child>button {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item:last-child>button {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item-foraneos:first-child>button {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item-foraneos:last-child>button {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item-foraneos>button {
        display: block;
        position: relative;
        width: 100%;
        color: black;
        border: none;
        border-radius: 0px;
        text-align: center;
        font-size: 23px;
        font-weight: 600;
        padding: 20px 30px;
        background: #D9D9D9;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item>button {
        display: block;
        position: relative;
        width: 100%;
        color: black;
        border: none;
        border-radius: 0px;
        text-align: center;
        font-size: 23px;
        font-weight: 600;
        padding: 20px 30px;
        background: #D9D9D9;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item>#preparatoria-tab.active {
        background: #CE5827;
        color: #FFFFFF;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item-foraneos>#descuento-tab.active {
        background: #FFD000;
        color: #000000;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item-foraneos>#concurso-tab.active {
        background: #FFD000;
        color: #000000;

    }

    .apoyo-financiero-container .nav-tabs>.nav-item>#profesional-tab.active {
        background: #FFD000;
        color: #FFFFFF;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item>#ejecutivas-tab.active {
        background: #1E434C;
        color: #FFFFFF;
    }

    .apoyo-financiero-container .nav-tabs>.nav-item>#posgrado-tab.active {
        background: #725F35;
        color: #FFFFFF;
    }