
/*estilos agenda cita*/




/*
 * Globales
 */

/* Links */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

:root {
    --blue: #E7F2FB;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #faf2f5;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #ddefee;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --colorfondo: #001267;
    --colorfondoclaro: #dfefee;
}

body {
    font-family: 'Noto Sans', sans-serif;
}

p, li {
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fondorosa {
    background-color: var(--pink);
}

.fondoverde {
    background-color: var(--teal);
}

.fondoazul {
    background-color: var(--blue);
}

.fondoazuloscuro {
    background-color: var(--colorfondo);
}



.btn-reprogramar {
    font-size: 12px !important;
    display: flex;
    height: 38px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    width: 100%;
    background-color: #4194D0 !important;
    border: none !important;
}

.btn-cancelar {
    font-size: 12px !important;
    display: flex;
    height: 38px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    width: 99%;
    margin-left: 4px;
    border-color: #FF3B30 !important;
    border-radius: 34.601px !important;
}


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.colornn {
    background-color: var(--colorfondo);
}

.colorbn {
    background-color: #090909;
}

.sobrenosotros {
    background-image: url('../img/imagenes/background-sobrenosotros.png');
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.area-diabetes {
    background-image: url('../img/imagenes/img-diabetes.png');
    /*    height: 100vh;
    width: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.sa-icon.sa-warning.pulseWarning {
    background: none !important; /* Quita el fondo amarillo circular */
    border: none !important; /* Quita el borde */
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
}

    /* Oculta el contenido interno (el cuerpo y el punto del ícono viejo) */
    .sa-icon.sa-warning.pulseWarning .sa-body,
    .sa-icon.sa-warning.pulseWarning .sa-dot {
        display: none !important;
    }

    /* Inserta tu SVG personalizado */
    .sa-icon.sa-warning.pulseWarning::before {
        content: "";
        display: block;
        width: 43px;
        height: 43px;
        background: url('/Content/images/icono-advertencia.png') center/contain no-repeat !important;
    }

.iniciarsesion {
    background-color: var(--colorfondo);
    background-image: url('../img/imagenes/background_iniciarsesion.png');
    background-size: cover;
    background-position: center;
    height: 100vh; /* Ajusta la altura al 100% del viewport */
    width: 100%; /* Ajusta el ancho al 100% */
}

.colorwhite {
    background-color: var(--light);
}

.texto-footer {
    font-size: 16px;
    line-height: 20px;
    color: #001965;
}

.titular {
    font-size: 18px !important;
    line-height: 32px !important;
    color: #fff !important;
    font-weight: bold;
}

#imagenfondo {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-color: blue;
}


.colornnimg {
    /*   background-color: var(--colorfondo);
    background-image: url('../img/imagenes/background.png');
  background-size: cover;
  background-position: center;*/
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url('../img/imagenes/background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

    .colornnimg::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/imagenes/background.png');
        background-size: cover;
        background-position: center;
        opacity: 0;
        transform: scale(1);
        z-index: -1;
    }

    .colornnimg:hover:before,
    .colornnimg-zoom:before {
        opacity: 1;
        transform: scale(1.2);
        transition: all 0.5s ease-in-out;
    }




.colornnimg-obesidad {
    background-image: url('../img/imagenes/img-principal-viviendo-obesidad.png');
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.colornnimg-obesidadprivada {
    background-image: url('../img/imagenes/img-principal-viviendo-privida-obesidad.png');
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.colornnimg-diabetesprivada {
    background-image: url('../img/imagenes/background_diabetes_privada.png');
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.colornnimg-hemofilia {
    background-image: url('../img/imagenes/img-principal-viviendo-hemofilia.png');
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.colornnimg-crecimiento {
    background-image: url('../img/imagenes/img-principal-viviendo-crecimiento.png');
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.colornnimg-diabetes {
    background-image: url('../img/imagenes/img-principal-viviendo-diabetes.png');
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.lead {
    color: var(--light);
    font-size: 16px;
    line-height: 22px;
}

.custom-select {
    background-color: var(--colorfondo);
    color: var(--light);
    display: inline-block;
    position: relative;
    top: 1px;
    right: 1px;
    width: 220px;
    padding: 15px 30px;
    border-radius: 29px;
    border: none;
    margin-top: 80px;
}

.botonbgazul {
    background-color: var(--colorfondo);
    color: var(--light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 29px;
    border: none;
    position: relative;
}

.botonbgazul {
    background-color: var(--colorfondo);
    color: var(--light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 29px;
    border: none;
    position: relative;
}

    .botonbgazul::after {
        content: "\f061";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-family: "Font Awesome Light";
        font-size: 16px;
        opacity: 0;
        transition: opacity 0.3s ease;
        color: #fff;
    }

    .botonbgazul:hover::after {
        opacity: 1;
    }

    .botonbgazul:hover {
        background-color: var(--colorfondo);
        color: var(--light);
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        border-radius: 29px;
        border: none;
        width: 200px;
    }



.offcanvas {
    background-color: var(--colorfondo);
    color: var(--light);
}

    .offcanvas .nav-link {
        color: var(--light);
        cursor: pointer;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        text-align: left;
        font-size: 20px;
        font-weight: 700px;
    }

.btn_trasnparente {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 29px;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 30px;
    /* margin-left: 2vw; */
    color: var(--light);
}

    .btn_trasnparente:hover {
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 29px;
        cursor: pointer;
        text-decoration: none;
        padding: 15px 30px;
        /* margin-left: 2vw; */
        color: var(--light);
    }

.btnselectpais {
    width: 240px;
    border: 1px solid #001965;
    background-color: none;
    border-radius: 29px;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 30px;
    /* margin-left: 2vw; */
    float: left;
    color: var(--colorfondo);
}

    .btnselectpais:hover {
        background-color: #fff;
        border: 1px solid #001965;
        cursor: pointer;
        color: var(--colorfondo);
    }



.btinscribitemenu {
    width: 240px;
    border: 1px solid #001965;
    background-color: #fff;
    border-radius: 29px;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 30px;
    /* margin-left: 2vw; */
    float: right;
    color: var(--colorfondo);
}

    .btinscribitemenu i {
        -webkit-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
        transform: translate(-100%,0);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s
    }

    .btinscribitemenu:focus i, .btinscribitemenu:hover i {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

    .btinscribitemenu:focus span, .btinscribitemenu:hover span {
        width: 20px
    }

    .btinscribitemenu span {
        vertical-align: middle;
        display: inline-block;
        overflow: hidden;
        position: relative;
        width: 0;
        -webkit-transition: width .5s;
        transition: width .5s
    }



.btninicio {
    background-color: var(--colorfondo);
    color: var(--white);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btninterno {
    position: relative;
    display: inline-block;
    align-items: center;
    background-color: var(--colorfondo);
    color: var(--white);
    padding: 10px 40px;
    border-radius: 40px;
    overflow: hidden;
    font-size: 16px;
}

    .btninterno:hover {
        background-color: #fff !important;
        color: #001267 !important;
        border: 1px solid #001267 !important;
    }

.menuhamburguesa {
    outline: 0;
    display: block;
    float: left;
    height: 100%;
    cursor: pointer;
    border: none;
    background: 0 0;
}

.ubicacion {
    margin-right: 20px !important;
}



/* 1. Por defecto: Ocultar el icono de hover y mostrar el original */
.btn-reprogramar .icono-hover {
    display: none; /* El nuevo icono está oculto */
}

.btn-reprogramar .icono-original {
    display: inline-block; /* El icono original está visible */
}

/* 2. En Hover: Ocultar el icono original y mostrar el de hover */
.btn-reprogramar:hover .icono-hover {
    display: inline-block; /* El nuevo icono se muestra */
}

.btn-reprogramar:hover .icono-original {
    display: none; /* El icono original se oculta */
}

/* 1. Estado Normal: Oculta el icono de hover y muestra el original */
.btn-reprogramarin .icono-hover-in {
    display: none; /* Oculto por defecto */
}

.btn-reprogramarin .icono-original-in {
    display: inline-block; /* Visible por defecto */
}

/* 2. Estado Hover: Muestra el icono de hover y oculta el original */
.btn-reprogramarin:hover .icono-hover-in {
    display: inline-block; /* Se muestra al pasar el ratón */
}

.btn-reprogramarin:hover .icono-original-in {
    display: none; /* Se oculta al pasar el ratón */
}



.leidos-not {
    color: var(--color-blue-20, #011965);
    font-family: var(--font-family-Font-1, "Noto Sans");
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    line-height: var(--line-height-18, 18px); /* 112.5% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-left: 50%;
}

.text-not {
    color: #011965;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
/* Cambiar fondo del popover */
.popover {
    background: rgba(223, 239, 238, 0.85) !important;
    border: none !important;
    border-radius: 12px !important;
    max-width: 400px !important; /* ancho más grande */
}

/* Para que el contenido de la card respete el fondo */
.custom-popover-card {
    background: transparent !important;
    box-shadow: none !important;
}

.popover-body {
    padding: 0 !important;
}

.nombreEspecialista {
    font-size: 22px;
}

.especialista {
    font-size: 22px;
}

.card-body {
    border-radius: 25px;
    background: var(--color-cyan-90, #DDEEED);
}


body .tooltip .tooltip-inner {
    width: 220px;
    max-width: 220px;
    border-radius: 4px;
    background: var(--color-azure-54, #4194D0); /* Tu color de fondo */
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    opacity: 1 !important;
}

/* Flecha del tooltip (para la posición 'bottom') */
body .tooltip[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: var(--color-azure-54, #4194D0); /* El mismo color de fondo */
    border-width: 8px; /* Tu tamaño de flecha */
    margin: 0 -8px; /* Centra la flecha basado en su tamaño */
    /* Asegúrate de que no tenga borde superior (a veces BS lo añade) */
    border-top-color: transparent !important;
}

/* Opcional: Oculta la flecha si Bootstrap la pone en 'top' por error */
body .tooltip[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: var(--color-azure-54, #4194D0);
    border-width: 8px;
    margin: 0 -8px;
}




.agenda-container {
    width: 100%;
    max-width: 500px;
    margin: 60px auto;
    background-color: var(--white) !important;
    padding: 20px 20px;
    border-radius: 25px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

/* Estado normal */
.btn-select {
    background-color: white;
    border: 2px solid #ccc;
    color: black;
    transition: 0.2s;
}

/* Estado seleccionado */
.btn-select-active {
    color: black !important;
    font-weight: bold !important;
    background-color: #DDEEED !important;
    box-shadow: 3px 3px 3px gray;
    animation-delay: inherit;
}

.custom-btn {
    display: flex;
    height: 38px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 27px;
    border: 1px solid var(--color-black-30, rgba(0, 0, 0, 0.30));
}

.custom-btn-blue {
    border-radius: 50px;
    padding: 5px 20px;
    border: 1px solid #011965;
    background-color: white;
    color: #999;
    font-weight: 500;
}

input[type="file"] {
    display: none;
}


.custom-file-label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #999;
}



.custom-file-label-blue {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #011965;
}


.btn-reprogramar {
    font-size: 12px !important;
    display: flex;
    height: 38px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    width: 70%;
    background-color: #4194D0 !important;
    border: none !important;
    min-width: 148px;
    margin-left: 20%;
}


.btn-reprogramarin {
    font-size: 12px !important;
    display: flex;
    height: 38px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    background-color: #4194D0 !important;
    border: none !important;
    min-width: 148px;
    width: 100%
}

.btn-cancelar {
    font-size: 12px !important;
    display: flex;
    height: 38px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    width: 70%;
    margin-left: 4px;
    border-color: #FF3B30 !important;
    border-radius: 34.601px !important;
    min-width: 148px;
    margin-left: 20%;
}

.btn-cancelarin {
    font-size: 12px !important;
    display: flex;
    height: 38px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    width: 100%;
    border-color: #FF3B30 !important;
    border-radius: 34.601px !important;
    min-width: 148px;
}

.alert-danger {
    border-radius: 73px;
    background: var(--color-rose-79, #EDA7BF);
    color: var(--color-black-solid, #000);
    text-align: center;
    /* Tipografia/Semantic/Input */
    font-family: var(--font-family-Font-1, "Noto Sans");
    font-size: var(--item-spacing-s, 16px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: normal;
}

.btn-back {
    width: 32%;
    margin-right: 16px;
    height: 43px !important;
}

.btn-backin {
    width: 12%;
}

.btn-back-priv {
    width: 100%;
    margin-right: 82px;
    display: flex;
    padding: 11.8px 15.8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 47px;
}


/* ====== Estilos generales de la tabla ====== */
.tabla-citas thead {
    background-color: #d9ecee;
}

.tabla-citas th {
    color: #0b3c6d;
    font-weight: bold;
}

.badge-estado {
    border-radius: 20px;
    font-size: 0.9rem;
    color: #011965;
    font-size: var(--item-spacing-s, 16px);
}

.xconfirm {
    background: pink;
}

.card-cita small {
    font-size: 0.9rem;
}

.bg-success-subtle {
    background-color: #DDEFEE !important;
}

.text-primary {
    color: #082567 !important;
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #011965 !important;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.badge-estado-confirmar {
    border-radius: 20px;
    padding: 6px 40px;
    font-size: 0.9rem;
    color: #011965;
}

.badge-estado-confirmar1 {
    border-radius: 20px;
    padding: 6px 28px;
    font-size: 0.9rem;
    background: var(--color-rose-79, #EDA7BF) !important;
}

.estado-asistida {
    color: #52df77;
    width: 154.9px;
    padding: 5px 10px;
    display: inline-block;
    align-items: center;
    text-align: center;
}



button.confirm {
    background: #011965 !important;
    color: white;
    font-size: 16px;
    padding: 10.8px 40.8px !important;
    border-radius: 80px;
}

.estado-por-asistir {
    background-color: #f7c9d4;
    color: #a13043;
}

.estado-por-confirmar {
    background-color: #f7c9d4;
    color: #a13043;
}

.badge-numero {
    color: black;
    border-radius: 14px;
    padding: 3px 30px;
}





.badge-numero-movil {
    color: black;
    border-radius: 34px;
    width: 154.9px;
    display: inline-block;
    align-items: center;
    text-align: left;
}

.badge-numero-rosa {
    background-color: #EDA7BF;
    color: black;
    border-radius: 14px;
    padding: 3px 30px;
}

/* ====== Estilos acordeón móvil ====== */
.accordion-citas .accordion-button {
    background-color:;
    color: #0b3c6d;
    font-weight: bold;
    border: none;
    box-shadow: none;
}

    .accordion-citas .accordion-button:focus {
        box-shadow: none;
    }

.accordion-citas .accordion-item {
    margin-bottom: 8px;
    border-radius: 6px;
    overflow: hidden;
}

.accordion-citas .accordion-body p {
    margin-bottom: 4px;
    font-size: 0.9rem;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none !important;
}

.hoverparabotones {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.logosmenu {
    height: auto;
    width: 100%;
    max-width: 150px;
}

.logosinternos {
    height: auto;
    width: 100%;
    max-width: 250px;
}

.colornnlight {
    background-color: var(--colorfondoclaro);
}

.columna {
    position: relative;
}

.texto-titular {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 10px 5px 10px 10px;
    font-size: 20px;
    font-weight: bold;
}

.imagen {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.5s;
}

.mano {
    cursor: pointer;
}

.imagen:hover {
    filter: brightness(80%);
}

footer {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

    footer .imagen {
        width: auto;
        height: auto;
        display: block;
    }

.footer p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.fbold {
    padding-top: 5px;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    color: var(--colorfondo);
    font-weight: 700px;
    line-height: 24px;
}

.footer p {
    font-style: normal;
    text-align: center;
    font-size: 16px;
    color: var(--colorfondo) !important;
    font-weight: 400px;
    line-height: 24px;
}

.fbold, .paisfarmacia:active, .paisfarmacia:focus, .paisfarmacia:hover {
    font-weight: 700;
    font-style: normal;
}

table {
    border: 1px solid #011965;
    width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
}

th {
    text-align: center;
}

td {
    color: #000;
}

.margin-cancel-resumen {
    margin-right: 8px;
}

@media (max-width: 575px) {


    /* 1. Contenedor de la Flecha: Posicionamiento y Desvanecimiento al Scroll */
    #swipe-indicator-css {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); /* Solo centra verticalmente */
        z-index: 10;
        pointer-events: none;
        transition: opacity 0.4s ease-out;
        opacity: 1;
    }

    /* 2. Estilos del Ícono de la Flecha */
    .arrow-icon {
        width: 10px;
        height: 10px;
        border-right: 3px solid #001965;
        border-bottom: 3px solid #001965;
        transform: rotate(-45deg);
        /* Aplica la animación de parpadeo */
        animation: pulse-swipe-css 1.5s infinite 0.5s;
    }

    /* 3. Definición de la Animación "In and Out" (Parpadeo) */
    @keyframes pulse-swipe-css {
        0% {
            opacity: 0.3; /* Estado 'Out' (Casi invisible) */
        }

        50% {
            opacity: 1; /* Estado 'In' (Totalmente visible) */
        }

        100% {
            opacity: 0.3; /* Estado 'Out' (Vuelve a ser casi invisible) */
        }
    }

    /* CLASE DE OCULTACIÓN (Activada por JavaScript) */
    .hide-arrow {
        animation: none !important;
        opacity: 0 !important;
    }

    .siguiente-priv-cita {
        margin-left: 9% !important;
        height: 54px;
    }

    .btn-back-priv {
        width: 100%;
        margin-left: -10px;
        height: 52px;
    }

    .btns-movil-priv {
        width: 68px !important;
    }

    .btn-reprogramar {
        width: 132px;
        margin-left: 0%;
        min-width: 133px;
    }


    .btn-cancelar {
        min-width: 126px;
    }


    .margin-cancel-resumen {
        margin-left: -26px;
    }


    .h2-table-movil {
        color: var(--Colores-Primarios-Black, var(--color-black-solid, #000));
        font-size: var(--item-spacing-s, 16px);
        font-style: normal;
        font-weight: var(--font-weight-700, 700);
        line-height: var(--line-height-24, 24px);
    }


    /* Texto cuando el acordeón está cerrado */
    .accordion-button.collapsed .h2-table-movil {
        color: var(--Colores-Primarios-Black, var(--color-black-solid, #000));
    }

    /* Texto cuando el acordeón está abierto */
    .accordion-button:not(.collapsed) .h2-table-movil {
        color: #011965; /* Aquí pones el color que quieras cuando está abierto */
    }


    /* Texto cuando el acordeón está abierto */
    .accordion-button:not(.collapsed) .p-table-movil {
        color: #011965; /* Aquí pones el color que quieras cuando está abierto */
    }

    .p-table-movil {
        color: var(--Colores-Secundarios-Outer-Space, var(--color-grey-23, #373B3E));
        font-size: var(--font-size-12, 12px);
        font-style: normal;
        font-weight: var(--font-weight-400, 400);
        line-height: var(--line-height-18, 18px);
        padding-right: 40px;
    }

    .accordion-button:not(.collapsed) {
        background: rgba(65, 148, 208, 0.25);
        border-radius: 8px !important;
    }

    .accordion-body {
        display: flex;
        flex-direction: column;
    }




    .agenda-container {
        padding: 30px 15px; /* Menos padding en el movil */
        margin: 30px 15px;
    }

    .btn-back {
        width: 100%;
    }

    .btn-desea {
        width: 100%;
    }

    .btn-ayuda {
        width: 170px;
    }


    .resumen-cita {
        margin: 25px;
    }


    .btn-backin {
        width: 32%;
        margin-left: 1%;
        height: 43px;
    }


    .btns-movil {
        width: 114px !important;
    }

    .tabla-cita {
        background-color: transparent !important;
    }

        .tabla-cita td,
        .tabla-cita tr {
            background-color: transparent !important;
            border: none !important;
            padding: 0.3rem 0; /* opcional para espaciar */
        }


        .table td, .tabla-cita p {
            margin: 0; /* elimina márgenes extras */
            text-align: left !important;
        }

        .tabla-cita p {
            margin: 0 0 20px 0; /* agrega 20px de espacio entre párrafos */
            text-align: left !important;
        }


        .tabla-cita td:first-child {
            width: 33%; /* primera columna más pequeña */
            text-align: left;
            padding-bottom: 20px;
            font-size: 12px !important;
            padding-top: 10px;
        }

        .tabla-cita td:last-child {
            width: 67%; /* segunda columna más grande */
            text-align: left;
            padding-bottom: 20px;
            font-weight: 800;
            line-height: 24px;
            font-size: 16px !important;
        }

    .td1-table-movil {
        color: var(--Colores-Primarios-Shark, var(--color-azure-15, #212529));
        font-size: var(--font-size-12, 12px);
        font-style: normal;
        font-weight: var(--font-weight-400, 400);
        line-height: var(--line-height-18, 18px);
    }

    .td2-table-movil {
        color: var(--Colores-Primarios-Black, var(--color-black-solid, #000));
        font-size: var(--item-spacing-s, 16px);
        font-style: normal;
        font-weight: var(--font-weight-700, 700);
        line-height: var(--line-height-24, 24px);
    }
}

.btn-primary {
    background-color: var(--colorfondo);
    border: 1px solid var(--colorfondo);
    color: var(--white);
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

    .btn-primary:hover {
        background-color: #fff !important;
        color: #001267 !important;
        border: 1px solid #001267 !important;
        color: white;
    }

.btn:hover {
    background-color: #fff !important;
    color: #001267 !important;
    border: 1px solid #001267 !important;
    color: white;
}

.btn-primary:active {
    background-color: var(--white);
    color: var(--colorfondo);
    border: 2px solid var(--colorfondo);
}



.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}




.btn-movils {
    margin-left: -2px;
}

.row.botones-movil > .col {
    flex: 0 0 auto;
    width: auto;
}

.row.botones-movil {
    flex-wrap: nowrap;
}

.volver-flotante {
    margin-top: 25px;
    margin-left: 2%;
    height: 43px;
    background: white;
    position: fixed;
    z-index: 22;
}




@media (max-width: 767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .volver-flotante {
        background: white;
        margin-top: 22px;
        margin-left: -1%;
        height: 49px;
    }
}

@media (max-width: 991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.bg-color1 {
    background-color: #ddefee;
}

.bg-color2 {
    background-color: #faf2f5;
}

p {
    text-align: left;
}

.bg-pink {
    background-color: #fcf2f5;
}

.bg-img {
    background-image: url('../img/imagenes/img-cards-diabetes.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-text {
    padding: 20px;
}

.navbar-toggler {
    border: none;
}

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

.dropdown-menu {
    display: none;
    transition: opacity 0.3s ease-in-out;
    background-color: var(--colorfondo);
}

.dropdown-item {
    color: var(--light);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--colorfondo);
    color: var(--light);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--light);
}

.placeholdercentrado {
    padding: 20px 10px;
}

.form-control {
    border-radius: 30px;
}

.card {
    margin-top: 20px;
    border-radius: 25px;
    background-color: #ddeeed;
    border: none !important;
}

.form-control {
    border-radius: 30px;
    padding: 20px 10px;
    font-weight: 400;
}

select#cmbMenorEdad {
    font-size: 14px !important;
    height: 66px !important;
}


.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 60px !important;
    background: #011965 !important;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
    outline: none;
    -webkit-box-shadow: none !important;
}


.btn {
    border-radius: 25px;
}

.forgot-password {
    margin-top: 20px;
}

.placeholdercentrado::placeholder {
    text-align: center;
    padding-top: 30px;
    color: #001965;
}

.bg-light {
    padding-top: 10px;
    padding-bottom: 10px;
}

label {
}

.texto-legal {
    font-size: 11px;
    text-align: left;
}

.table {
    border: none;
}

.siguiente-priv-cita {
    padding: 10.8px 40.8px;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 40px;
    border: var(--stroke-weight-1, 1px) solid var(--color-blue-20, #011965);
    background: var(--color-blue-20, #011965);
    width: 100%;
    font-size: 16px;
}


.table tbody td {
    border: 1px solid #000;
}

.table td, .table th {
    text-align: center;
}

.leyenda {
    font-size: 13px;
    padding-top: 10px;
    color: #F00;
    font-weight: normal;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blur-fade {
    0% {
        filter: blur(10px);
        opacity: 0;
    }

    100% {
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes sepia-fade {
    0% {
        filter: sepia(100%);
        opacity: 0;
    }

    100% {
        filter: sepia(0%);
        opacity: 1;
    }
}

@keyframes zoom-out-blur {
    0% {
        filter: blur(0%);
        transform: scale(1.2);
        opacity: 0;
    }

    50% {
        filter: blur(70%);
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        filter: blur(100%);
        transform: scale(1);
        opacity: 1;
    }
}

#hero {
    width: 100%;
    height: 100vh;
    background: url(../../Content/img/imagenes/background.png) top center;
    background-color: #011367;
    background-size: cover;
    position: relative;
    /*animation: zoom-in-out 5s;
    animation: sepia-fade 5s;*/
    animation: zoom-out-blur 5s;
}

#header {
    transition: all 0.5s;
    z-index: 997;
}

.fullscreen-bg {
    background-color: var(--colorfondo);
    background-image: url('../../Content/img/imagenes/background_iniciarsesion.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.card-img, .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#mainDiv, #hiddenDiv {
    transition: opacity 2s ease-in-out;
    opacity: 1;
}

.hide {
    opacity: 0;
    pointer-events: none;
}

.show {
    opacity: 1;
    pointer-events: initial;
}

.zoom-in {
    animation: zoom-in-animation 2.5s forwards;
}

.zoom-out {
    animation: zoom-out-animation 2.5s forwards;
}

@keyframes zoom-in-animation {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes zoom-out-animation {
    0% {
        transform: scale(1.7);
    }

    100% {
        transform: scale(1);
    }
}

.image-grid-container {
    position: relative;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

    .image-grid img {
        width: 100%;
        display: block;
        filter: blur(100%);
        transition: filter 5s, transform 5s;
        object-fit: cover;
        object-position: center;
    }

        .image-grid img.loaded {
            filter: blur(0%);
            transform: scale(1);
        }

        .image-grid img.zoom-in {
            transform: scale(1.7);
        }

        .image-grid img.zoom-out {
            transform: scale(1);
        }

.overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
}

    .overlay-container .overlay {
        margin-bottom: 20px;
    }

.overlay {
    text-align: left;
}

.image-grid-container .button-container {
    position: absolute;
    top: calc(100% + 20px);
    right: 20px;
    z-index: 1;
}

    .image-grid-container .button-container button {
        background-color: #011367;
        border: 1px solid #fff;
        border-radius: 20px;
        color: #000;
        padding: 10px 20px;
        font-size: 16px;
    }


/* --- ESTILOS DE LA FLECHA IZQUIERDA (NUEVOS) --- */
#swipe-indicator-left {
    position: absolute;
    left: 15px; /* Posicionado a la izquierda */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
    /* Transición suave para aparecer/desaparecer */
    transition: opacity 0.4s ease-out;
    opacity: 0; /* Inicialmente OCULTO */
}

.arrow-icon-left {
    width: 10px;
    height: 10px;
    border-left: 3px solid #001965; /* Usamos left y top para que apunte a la izquierda */
    border-top: 3px solid #001965;
    /* Rota la flecha para que apunte a la izquierda */
    transform: rotate(-45deg);
    /* Usa la misma animación de parpadeo, pero es controlada por la opacidad del padre */
    animation: pulse-swipe-css 1.5s infinite 0.5s;
}

/* CLASE DE OCULTACIÓN INICIAL: Se usa para ocultar la flecha izquierda al inicio,
   luego se elimina con JS para mostrarla */
.hide-arrow-left {
    opacity: 0 !important;
}

/* CLASE PARA MOSTRAR LA FLECHA IZQUIERDA */
.show-arrow-left {
    opacity: 1 !important;
}

/* --- ESTILOS DE LA FLECHA DERECHA (EXISTENTES) --- */
#swipe-indicator-css { /* ... estilos existentes ... */
}

.arrow-icon { /* ... estilos existentes ... */
}

@keyframes pulse-swipe-css { /* ... keyframes existentes ... */
}

.hide-arrow { /* ... clase existente ... */
}




.arrow-down {
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    font-size: 24px;
    color: #fff;
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* Media queries for mobile devices */
@media only screen and (max-width: 600px) {
    .image-grid {
        grid-template-columns: 1fr;
    }

    .overlay-container {
        align-items: flex-start;
    }

        .overlay-container .button-container {
            right: 0;
        }


    .btn-cancelarin {
        min-width: 127px;
    }
}

@media (max-width: 768px) {


    .text-desa {
        padding-top: 10px;
    }

    .logosmenu {
        max-width: 50%;
        height: auto;
    }

    .disable-btn {
        opacity: 40%;
    }

    td {
        color: #000;
        font-size: 20px !important;
    }
}

#video {
    position: relative;
}

    #video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
