html, .container, p, h2, h1, h3, h4, h5 {
    font-family: Geometria,sans-serif !important;
}

/* Codigo nuevo */
body {
    padding-top: 60px;
}

.navbar-expand-lg.nav-bonoclini {
    width: 100%;
    font-weight: 700;
    background-color: #fff !important;
    box-shadow: 8px 8px 16px -12px rgba(66, 68, 90, 1);
    position: fixed;
    top: 0;
    z-index: 999;
}

.nav-bonoclini {
    display: flex;
    justify-content: end;
    width: 100%;
    font-weight: 700;
    background-color: #fff !important;
}


@media only screen and (max-width: 600px) {
    body {
        padding-top: 100px;
    }

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        flex-direction: row-reverse;
    }
}
/* FIN */

.tabla-bc {
    width: 100%;
}

/* Cajetilla datos paciente */
.ficha-medica {
    background: url(https://uploads-ssl.webflow.com/63e243301667410e99e1031e/656de81720ee269848c4ec60_fondo-ficha.png);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
}

.ficha-medica p {
    color: #fff;
    font-weight: 700;
}

.bienvenido {
    font-size: 18px;
}

.cajetilla-pacientes input {
border: 0 !important;
background: transparent;
color: #fff;
}

.cajetilla-pacientes input::placeholder, .cajetilla-pacientes label {
    color: #fff;
}


.cajetilla-pacientes label {
    font-weight: 700;
}

.btn-modificar {
border: 0;
padding: 5px 20px;
border-radius: 100px;
margin: 15px 0px;
background: #fff;
font-weight: 700;
color: #59449B !important;
width: fit-content;
}
.btn-modificar input {
    color: #59449B !important;
    font-weight: 700;
    margin: 0 !important;
}
.ver-mas-info {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    background: transparent;
    text-decoration: underline;
}

/* Atenciones médicas */
.atencion-paciente {
    border-radius: 500px;
    background: #FFF;
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
    margin-left: 5px !important;
    width: 98%;
}

.atencion-paciente p {
    margin-bottom: 0rem !important;
    font-weight: 700 !important;
}

.atencion-paciente p span {
    font-weight: 400 !important;
}

.dd-bc {
    border: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 0rem;
    font-weight: 700;
}

.titulo {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    color: #380949;
    margin-bottom: 1.5rem;
}
.auto-style1 {
    margin-left: 20px !important;
    align-items: center !important;
}

.tabla-bc tr {
    margin: 20px auto !important;
    display: table !important;
    width: 100% !important;
}
.pagar {
    border-radius: 500px;
    border: 0;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    width: 90%;
    margin-right: 0px !important;
    display: block;
    margin-left: auto;
}
.contenedor-ubi-loc {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-left: 20px;
}

.location, .retraso-pago {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 5px;
}

    .location p, .retraso-pago p, .retraso-pago span {
        margin-bottom: 0 !important;
        color: #8D8D8D;
    }

.retraso-pago {
    background-color: #F1565C;
    border-radius: 100px;
    padding: 3px 10px 3px 3px;
    width: fit-content;
}

    .retraso-pago p, .retraso-pago span {
        color: #fff;
    }

.location-icon {
    width: 15px;
}

p.revision {
    background-color: #AA8EC2;
    color: #5B3A8E;
    text-align: center;
    border-radius: 200px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

p.status-pagado {
    background-color: #5B3A8E;
    color: #fff;
    text-align: center;
    border-radius: 200px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.overflow-atenciones {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 67vh;
}

.drop-documentacion {
    font-weight: 700;
}

.ver-mas-info {
    display: none;
}

.btn-whatsapp {
    z-index: 2147483647;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 20px;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}


/* Formulario pago */
.flex-pago {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.enviar-pago {
    border-radius: 100px;
    background-color: #5B3A8E;
    color: #FFF;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    padding: 5px;
    font-family: geometria;
}

.form-pago {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    font-family: geometria;
    width: 600px;
}

.form-pago input[type=text] {
    border-radius: 200px;
    font-family: geometria;
}

.title-pago {
    text-align: center;
    color: #5B3A8E;
    font-weight: 700;
    margin-top: 50px;
}

.enviar-pago-sin-comprobante {
    border: none;
    background: transparent;
    padding: 0;
    font-family: geometria;
}

.asistencia {
 text-align: center;
 color: #DD3488;
 font-weight: 700;
 display: flex;
 margin: 20px;
 gap: 5px;
 align-items: center;
 margin-bottom: 50px;
}


/* SLIDER CARRUSEL */

.slide1 {
    background-image: linear-gradient(rgba(0,0,0,.31),rgba(0,0,0,.31)),url(https://uploads-ssl.webflow.com/63e243301667410e99e1031e/66577255101edae7b54327c9_banner.png);
    background-position: center;
    background-size: cover;
    height: 300px;
}

.slide2 {
    background-image: linear-gradient(rgba(0,0,0,.31),rgba(0,0,0,.31)),url("https://assets-global.website-files.com/63e243301667410e99e1031e/657b45567cd54db608d4200d_WhatsApp%20Image%202023-10-27%20at%2011.12%203.png");
    background-position: center;
    background-size: cover;
    height: 300px;
}

.slide3 {
    background-image:linear-gradient(rgba(0,0,0,.31),rgba(0,0,0,.31)),url(https://assets-global.website-files.com/63e243301667410e99e1031e/657b4556c5f3127e9771dd30_doctors-or-specialists-in-the-orthopedic-section-t-2023-11-27-05-09-06-utc%201.png);
    background-position: center;
    background-size: cover;
    height: 300px;
}

.slider-bc h5 {
    font-size: 35px !important;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-top: 60px;
}

.slider-bc p {
    font-size: 30px;
    color: #fff;
}

.btn-bc {
    background: #fff;
    padding: 10px 20px;
    border-radius: 500px;
    font-weight: 700;
    color: #DD3488;
    text-decoration: none;
    font-size: 20px;
    margin-top: 25px;
}


/* THX U PAGE */
.isotipo {
    margin-top: 160px !important;
}

.titulo-transaccion-exitosa {
    font-weight: 900;
    color: #DD3488;
    text-align: center;
    display: block;
}

.sub-exitosa {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #59449B;
}

.info-pago {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.info-pago span {
    font-weight: 400;
}

.info-pagos {
    margin-bottom: 160px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.pago-tarjeta {
    width: 60px;
    margin: 8px auto;
    display: block;
}

.pago-mp {
    font-weight: 700;
    font-size: 20px;
    color: #380949;
    text-align: center;
}

/* FOOTER */

.footer {
    background-color: #AA8EC2;
}

footer a, footer p {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0 !important;
}

.rrss {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.cargar-comprobante {
    cursor: pointer;
    border-radius: 500px;
    border: 1px solid #888;
    background: #FFF;
    padding: 5px 10px;
    gap: 10px;
    display: flex;
}

.enviar-pago-sin-comprobante {
    color: #59449B;
    text-align: center;
    font-family: Geometria;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    text-decoration-line: underline;
}

@media only screen and (max-width: 600px) {
.oculto-en-mobile {
    display: none;
}

.titulo {
    font-size: 25px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.overflow-atenciones {
    height: auto;
}

.atencion-paciente {
    border-radius: 15px;
    padding: 20px 0px;
}

p.status-pagado, p.revision, .pagar{
    margin-top: 10px;
}

.navbar-brand img {
    margin: 10px auto;
    display: block;
}

.rrss {
    justify-content: center;
    margin: 10px auto;
    margin-top: 10px !important;
}

.ver-mas-info {
    display: block;
}

.contenedor-ubi-loc {
    margin-left: 0px;
    line-height: 20px;
    align-items: flex-end;
}

.location {
    width: 45%;
}

.retraso-pago {
    width: 55%;
}

.enviar-pago {
    width: 100%;
}
.form-pago {
    width: 100%;
}

.slider-bc h5  {
    font-size: 25px !important;
}

.slider-bc p {
        font-size: 16px !important;
        line-height: 20px;
    }
.btn-bc {
    margin-top: 20px;
    font-size: 16px;
}

.slide1 {
    background-image: linear-gradient(rgba(0,0,0,.31),rgba(0,0,0,.31)), url("https://uploads-ssl.webflow.com/63e243301667410e99e1031e/657c634f594f2b9e4c915b6c_Publicidad%20_%20Mobile%20_%20Bono%20CLINI.png");
}
.slide2 {
    background-image: linear-gradient(rgba(0,0,0,.31),rgba(0,0,0,.31)),url("https://assets-global.website-files.com/63e243301667410e99e1031e/657b45541cd1ed3bf4b68880_WhatsApp%20Image%202023-10-27%20at%2011.12%202.png");
}

.asistencia {
    flex-direction: column;
   }

.ocultar-celda {
        display: none;
    }
    .auto-style1 {
        margin-left: 0px !important;
    }
    .location p, .retraso-pago p, .retraso-pago span {
        font-size: 14px !important;
    }
    .cajetilla-pacientes input {
        border: 0 !important;
        background: transparent;
        color: #fff;
        margin: 0px !important;
        width: 100%;
        margin-top: 0px;
    }
    .dd-bc {
        font-weight: 700;
        margin-left: -5px;
    }

    .pagar-contenedor {
        margin-top: 20px !important;
    }
}