main {
    padding-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.seleccion {
    width: 20.625rem;
    margin-bottom: 8rem;
}

.title {
    width: 20.625rem;
}

.title h2 {
    /* fuente */
    font-size: 1.5rem;
}

.opcion {
    margin-top: 3rem;
}

.opcion img {
    width: 20.75rem;
    height: 11.625rem;
}

.opcion .campus {
    contain: content;
}

.opcion .direccion {
    position: absolute;
    top: 0;
    padding-top: 4rem;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #00000071;
    /* Fuente */
    font-size: 2rem;
    color: #FFF;
}

.flexa {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #0540F2;
    border-radius: 100%;
    position: fixed;
    top: 4.375rem;
    left: 0.313rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.flexa .bi-arrow-left {
    font-size: 1.25rem;
    color: #FFFFFF;
}

@media (min-width: 1300px) {
    .navbar-brand img {
        width: 9.688rem;
        height: 2.375rem;
        margin-left: 1rem;
    }

    .seleccion {
        width: 40.625rem;
    }

    .title {
        width: 100%;
    }

    .title h2 {
        font-size: 2.25rem;
    }

    .text {
        font-size: 1.15rem;
    }

    .campus {
        width: 100%;
        height: 21.625rem;
    }

    .opcion .direccion {
        padding-top: 9rem;
    }

    .opcion img {
        width: 100%;
        height: 100%;
    }

    .opcion p {
        font-size: 1.25rem;
    }
}