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

.seleccion {
    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: 4rem;
    text-align: center;
    width: 100%;
    /* 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;
}

.opcion p {
    margin: 0 0 0 0.3rem;
    /* fuente */
    font-size: 1rem;
    font-weight: 700;
}

.nodisponible img {
    width: 20.75rem;
    height: 11.625rem;
    opacity: 0.6;
}

.viejo {
    display: none;
}

.modalform {
    margin-top: 1rem;
}

.modalform .form-label {
    margin: 0.5rem 0 0 0;
}

.dadato {
    margin-bottom: 1rem;
}

.sinresultado {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.25rem;
}

.row>* {
    padding-left: 0;
}

.card-title {
    width: 290px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card .imsama {
    border-radius: 0.375rem 0 0 0.375rem;
    height: 100%;
}

.card .card-body {
    height: 100%;
}

.row {
    display: flex;
    justify-content: center;
}

.repopo{
    max-width: 800px;
    margin-top: 1.5rem;
}

@media (max-width: 765px) {
    .card .imsama {
        width: 100%;
        border-radius: 0.375rem 0.375rem 0 0;
    }

    .card {
        width: 350px;
        padding-right: 0;
    }

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

    .row {
        display: flex;
        justify-content: center;
    }

    .repopo {
        max-width: 400px;
    }
}

@media (min-width: 766px) {
    .title h2 {
        font-size: 2.5rem;
    }
}

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

    .title {
        width: 100%;
    }

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

    .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;
    }

    .row {
        display: flex;
        justify-content: space-between;
    }

    .repopo{
        max-width: 1100px;
    }
}