* {
    font-family: 'Roboto';
}

/* Resumen */
.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;
}

.resumen {
    background-color: #0540F2;
    text-align: center;
    padding: 1rem;
}

.resumen img {
    width: 12.5rem;
    height: 3.125rem;
}

.titleResumen {
    width: 100%;
    background-color: #0540F2;
    text-align: center;
    padding-bottom: 1rem;
    margin: 0;
    /* Fuente */
    color: #FFFFFF;
    font-size: 2.188rem;
    font-weight: 700;
}

.imagenResumen img {
    width: 100%;
    height: 15rem;
}

.textResumen {
    padding: 0 5%;
    margin: 1.5rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subtitleResumen {
    margin-bottom: 1rem;
    /* Fuente */
    color: #757575;
    font-size: 1.625rem;
    font-weight: 500;
}

.textResumen p {
    width: 90%;
    margin-bottom: 0.5rem;
    /* Fuente */
    color: #757575;
    font-size: 1rem;
}

.botones {
    display: flex;
    justify-content: space-between;
    margin: 0 5%;
}

.maps {
    width: 90%;
    margin: 2rem 5% 3rem 5%;
    border: 2px solid #000000;
}

.btn {
    /* Fuente */
    font-size: 1.125rem;
}

.cuadroExito {
    padding: 1rem;
    border: 2px solid #009BEC;
}

.cuadroExito p {
    /* Fuente */
    color: #757575;
    font-size: 1rem;
}

.cuadroExito p:last-of-type {
    margin: 0;
    /* Fuente */
    color: #757575;
    font-size: 1rem;
}

.subtaitle {
    margin-top: 0.8rem;
    /* Fuente */
    color: #000000;
    font-size: 1.5rem;
    font-weight: 400;
}

.finalizar {
    width: 100%;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}

/* Canchas */
.futbolito {
    contain: content;
    margin-bottom: 1.5rem;
}

.futbolito img {
    width: 100%;
    height: 12.5rem;
}

.futbolito p {
    position: absolute;
    bottom: 0.625rem;
    left: 1.125rem;
    margin: 0;
    /* Fuente */
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 700;
}

.descripcion {
    contain: content;
}

.descripcion p {
    position: absolute;
    top: 1.5rem;
    left: 4.75rem;
    margin: 0;
    /* Fuente */
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
}

.banner {
    width: 19.188rem;
    height: 4.125rem;
    margin: 0 0 2rem 0;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date {
    width: 17.438rem !important;
    height: 3rem;
    margin-bottom: 2rem;
    text-align-last: center;
    background-color: #0540F2;
    border-radius: 0.75rem;
    border: 1px solid #0540F2;
    background-image: none;
    /* Fuente */
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
}

#hora {
    width: 17.438rem;
    height: 3rem;
    border-radius: 0.75rem;
    text-align-last: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath fill='none' stroke='%230540F2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    /* Fuente */
    font-size: 1.25rem;
    border: 2px solid #0540F2;
    background-color: #FFF;
    color: #0540F2;
    font-weight: bold;
}

#producto {
    width: 17.438rem;
    height: 3rem;
    border-radius: 0.75rem;
    text-align-last: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath fill='none' stroke='%230540F2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    /* Fuente */
    font-size: 1.25rem;
    border: 2px solid #0540F2;
    background-color: #FFF;
    color: #0540F2;
    font-weight: bold;
}

#tiempo {
    width: 17.438rem;
    height: 3rem;
    border-radius: 0.75rem;
    text-align-last: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath fill='none' stroke='%230540F2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    /* Fuente */
    font-size: 1.25rem;
    border: 2px solid #0540F2;
    background-color: #FFF;
    color: #0540F2;
    font-weight: bold;
}

.fechahora {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.canchas {
    margin-top: 2rem;
}

.canchas .pretitle {
    width: 18.25rem;
    /* fuente */
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
}

.canchas img {
    width: 18.25rem;
    height: 12.188rem;
    border-radius: 0.313rem;
}

.canchas select {
    width: 18.25rem;
    border-radius: 0.75rem;
    padding-left: 1.5rem;
    border: 2px solid #0540F2;
    background-color: transparent;
    color: #0540F2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath fill='none' stroke='%230540F2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

select::-ms-expand {
    display: none !important;
}

.flechaEspecial {
    contain: content;
}

.flechaEspecial .bi-chevron-down {
    position: absolute;
    color: #0540F2;
    top: 0.5rem;
    right: 1rem;
}

.canchas .precio {
    width: 18.25rem;
    height: 1.813rem;
    background-color: #E9E9E9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
}

.canchas .precio p {
    margin: 0;
    /* fuente */
    font-size: 0.75rem;
    font-weight: 400;
    color: #6E7781;
}

.canchas button:disabled {
    background-color: #6574f8;
    border: 1px solid #6574f8;
    width: 6.875rem;
    height: 2.063rem;
    margin: 1.125rem 0 1.75rem 0;
    /* fuente */
    font-size: 0.813rem;
    font-weight: 520;
    color: #FFFFFF;
}

.canchas button {
    background-color: #0014C5;
    border: 1px solid #0014C5;
    width: 6.875rem;
    height: 2.063rem;
    margin: 1.125rem 0 1.75rem 0;
    /* fuente */
    font-size: 0.813rem;
    font-weight: 520;
    color: #FFFFFF;
}

.canchas form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.canchas a {
    margin-bottom: 1.875rem;
    text-decoration: none;
    /* fuente */
    font-size: 0.875rem;
    font-weight: 300;
    color: #6E7781;
}

input[type=submit]:disabled {
    width: 10.375rem;
    height: 2.063rem;
    margin: 1.313rem 0.5rem 0 0;
    background-color: #ff7a7a;
    border: 1px solid #ff7a7a;
    /* fuente */
    font-size: 0.813rem;
    font-weight: 700;
    color: #FFFFFF;
}

input[type=submit] {
    width: 10.375rem;
    height: 2.063rem;
    margin: 1.313rem 0.5rem 0 0;
    background-color: #FF0000;
    border: 1px solid #FF0000;
    /* fuente */
    font-size: 0.813rem;
    font-weight: 700;
    color: #FFFFFF;
}

input[type=reset] {
    width: 6.375rem;
    height: 2.063rem;
    margin: 1.313rem 0 0 0;
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
    /* fuente */
    font-size: 0.813rem;
    font-weight: 400;
    color: #000000;
}

.alert {
    width: 90%;
    margin: 0.5rem 0 0.5rem 0;
    /* fuente */
    font-size: 0.875rem;
}

.canchas .redireccion {
    width: 8.375rem;
    padding: 0.5rem 0;
    background-color: #0014C5;
    margin: 1.313rem 0;
    text-align: center;
    /* fuente */
    font-size: 0.813rem;
    font-weight: 520;
    color: #FFFFFF;
}

/* ALERTA BENEFICIO */

.baba {
    margin: 0.5rem 0;
    background-color: #ff7a7a;
    border-radius: 12px;
}

.baba p {
    margin: 0;
    padding: 0.3rem 1rem;
    /* fuente */
    font-size: 0.813rem;
    font-weight: 600;
    color: #FFFFFF;
}


/* @media (min-width: 1300px) {
    .selectores {
        display: flex;
        justify-content: space-between;
    }da

    .blade {
        display: flex;
    }

    .selecthora {
        margin: 0 1rem;
    }
} */

.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 (min-width: 1300px) {
    .baba {
        margin: 1rem 0;
    }

    .baba p {
        margin: 0;
        /* fuente */
        font-size: 1.15rem;
        font-weight: 600;
        color: #FFFFFF;
    }

    /* resumen */
    .container {
        width: 37.5rem;
        padding: 0;
    }

    .cuadroExito {
        width: 37.5rem;
    }

    .subtaitle {
        width: 37.5rem;
        text-align: center;
    }

    .finalizar {
        width: 37.5rem;
        margin: 2rem 0;
        display: flex;
        justify-content: center;
    }

    /* canchas */
    .textResumen p {
        width: 28.125rem;
    }

    .maps {
        width: 37.5rem;
        margin: 2rem 0;
    }

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

    .imagenResumen img {
        width: 50rem;
        height: 18.75rem;
    }

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

    .futbolito .contenid {
        width: 50rem;
        contain: content;
    }

    .futbolito img {
        width: 50rem;
        height: 18.5rem;
    }

    .futbolito p {
        position: absolute;
        bottom: 0.625rem;
        left: 1.125rem;
        margin: 0;
        font-size: 1.25rem;
    }

    .banner {
        width: 37.5rem;
        height: 6.125rem;
    }

    .date {
        width: 30rem;
        height: 4rem;
        font-size: 1.5rem;
    }

    #hora {
        width: 30rem;
        height: 3rem;
        font-size: 1.25rem;
        border-radius: 0.75rem;
        border: 2px solid #0540F2;
        background-color: #FFF;
        color: #0540F2;
        font-weight: bold;
    }

    #producto {
        width: 30rem;
        height: 3rem;
        font-size: 1.25rem;
        border-radius: 0.75rem;
        border: 2px solid #0540F2;
        background-color: #FFF;
        color: #0540F2;
        font-weight: bold;
    }

    #tiempo {
        width: 30rem;
        height: 3rem;
        font-size: 1.25rem;
        border-radius: 0.75rem;
        border: 2px solid #0540F2;
        background-color: #FFF;
        color: #0540F2;
        font-weight: bold;
    }

    #datepicker {
        width: 30rem;
        height: 3rem;
        font-size: 1.25rem;
        border-radius: 0.75rem;
        border: 2px solid #0540F2;
        background-color: #FFF;
        color: #0540F2;
        font-weight: bold;
        text-align: center;
    }

    #filtrar {
        width: 15rem;
        height: 2.5rem;
        font-size: 1.25rem;
    }

    .canchas img {
        width: 30rem;
        height: 18.188rem;
    }

    .canchas .pretitle {
        width: 30rem;
        font-size: 1.25rem;
    }

    .canchas select {
        width: 30rem;
        height: 3rem;
        color: #0540F2;
        font-size: 1.25rem;
    }

    .flechaEspecial .bi-chevron-down {
        position: absolute;
        color: #0540F2;
        top: 0.4rem;
        right: 1rem;
        font-size: 1.5rem;
    }

    .canchas .precio {
        width: 30rem;
        height: 2.813rem;
    }

    .canchas .precio p {
        font-size: 1.125rem;
    }

    .canchas button {
        width: 10.875rem;
        height: 3.063rem;
        font-size: 1.312rem;
    }

    .canchas a,
    .canchas .bi-arrow-up {
        font-size: 1.312rem;
    }

    .descripcion p {
        top: 2.2rem;
        left: 11rem;
        font-size: 1.125rem;
    }

    .alert {
        width: 39.688rem;
        /* fuente */
        font-size: 1rem;
    }
}

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