/*Azul CardioCare #1A97D4*/
/*Rosa CardioCare #E5007E*/
/*Verde CardioCare #D1D627*/

html,
body {
    height: 100%;
}
.container-fluid {
    min-height: 100%;
}
body {
    padding-bottom: 38px;
}
.mainBody {
    font-size: 0.9rem !important;
}
/*Helper`s*/
a:focus {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
.p-0 {
    padding: 0px;
}
.top-100 {
    margin-top: 100px;
}
.top-50 {
    margin-top: 50px;
}
.top-30 {
    margin-top: 30px !important;
}
.top-20 {
    margin-top: 20px;
}
.top-10 {
    margin-top: 10px;
}
.bottom-100 {
    margin-bottom: 100px;
}
.bottom-50 {
    margin-bottom: 50px;
}
.bottom-30 {
    margin-bottom: 30px;
}
.bottom-20 {
    margin-bottom: 20px;
}
.bottom-10 {
    margin-bottom: 10px;
}

.texto-blanco {
    color: white !important;
}
.texto-blanco2 {
    color: #05347c !important;
}
.letter-1 {
    letter-spacing: 1px;
}
.valing-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.h-100 {
    height: 100vh !important;
}
.full {
    width: 100%;
}
.text-black {
    color: #333 !important;
}

@media only screen and (min-width: 1024px) {
    .bg-login {
        background: url(../images/bg-loginCardioCare.png) left;
        background-size: cover;
        height: 100hv;
    }

    .heart {
        width: 300px;
        margin-left: -15%;
    }
    .logo-login-cardiorenal-calc {
        width: 620px;
    }
}

.new-bg-login {
    background: linear-gradient(135deg, #b7e8d4, #e3f5b8);
    background-size: cover;
    height: 100vh;
}

.new-cuadro-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

@media only screen and (max-width: 1023px) {
    .bg-login {
        background: #ffffff;
        background-size: cover;
        height: 100vh;
    }

    .heart {
        width: 300px;
    }

    .logo-login-cardiorenal-calc {
        width: 80%;
    }
}

.pulse {
    width: 300px;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        width: 300px;
    }
    70% {
        width: 310px;
    }
    100% {
        width: 300px;
    }
}
@keyframes pulse {
    0% {
        width: 300px;
    }
    70% {
        width: 310px;
    }
    100% {
        width: 300px;
    }
}

.logo-login {
    width: 280px;
}

.content-login {
    margin: 0 auto;
    width: 60%;
    text-align: center;
    position: relative;
}
.fondo-login {
    background-color: #ffffff;
}
.texto-contrasena {
    color: #898989 !important;
    text-align: right;
    letter-spacing: 1px;
}
.texto-contrasena a {
    text-decoration: none;
}
.boton-ingresar {
    color: #ffffff;
    background: #d1d627;
    border: #d1d627;
    letter-spacing: 2px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: all 400ms ease;
}
.boton-ingresar:hover {
    background: #b7ba1a;
    border: #b7ba1a;
    letter-spacing: 7px;
    padding: 15px 20px;
    /*width: 100%;*/
    transition: all 400ms ease;
}

.input-login {
    background: rgba(255, 255, 255, 0.7);
    border: solid 1px #1a97d4;
    border-radius: 5px;
    /*border-bottom: 2px solid #2662b0;*/
    color: #898989;
    padding-left: 10px;
    box-shadow: none !important;
    font-size: 0.95rem;
}

.new-input-login {
    background: white;
    padding: 20px;
    border-radius: 30px;
    border: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    color: #FAFAF;
}

.new-input-login:focus {
    background: rgba(255, 255, 255, 0.7);
    border: solid 1px #1a97d4;
}

.input-login:focus {
    background: rgba(255, 255, 255, 0.7);
    border: solid 1px #1a97d4;
    /*border-radius: 0px !important;
    border-bottom: 2px solid #2662b0 !important;
    color: #494949 !important;
    padding-left: 5px !important;
    box-shadow: none !important;*/
}

.header-recovery {
    background: #ee3e3e !important;
    color: white;
    text-align: center;
}
.icono-modal {
    opacity: 1;
}
.icono-modal img {
    width: 30px;
}
.texto-recovery {
    color: #333;
    font-size: 1.2em;
    margin: 0px;
    line-height: 1.1;
}
.texto-recovery strong {
    color: #333;
    font-size: 1.5em;
    letter-spacing: 1.5px;
}
.input-recovery {
    background: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid lightgrey !important;
    color: #898989;
    padding-left: 5px;
    box-shadow: none !important;
}

.input-recovery:focus {
    box-shadow: none !important;
}

.boton-recovery {
    color: #ffffff;
    background: #1a97d4;
    border: #1a97d4;
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
}
button:focus {
    outline: none !important;
}

.texto-cuenta {
    text-align: center;
    letter-spacing: 1px;
}
.texto-cuenta a {
    text-decoration: none;
}
.texto-registro {
    color: white;
    letter-spacing: 3px;
}
/* .form-control:focus {
    color: white;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ee3e3e;
} */
.rojo-tenue {
    color: #ffa0a0;
    font-weight: bold;
}
.rojo-tenue:hover {
    color: #ffa0a0 !important;
    font-weight: bold;
}
.card-cardio {
    cursor: pointer;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    border-radius: 20px;
    font-size: 1.2em;
    padding: 20px 0;
    text-align: center;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75); /* custom */
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75); /* custom */
}
.card-cardio img {
    width: 35%;
}
.card-cardio p {
    margin-bottom: 0px;
}
.card-cardio strong {
    font-size: 1.8em;
}
.card-cardio:hover {
    background: #1a97d4;
    color: white;
    -webkit-box-shadow: 0px 1px 8px 1px #dddddd;
    box-shadow: 0px 1px 8px 1px #dddddd;
    transition: all 300ms cubic-bezier(0.5, 0.25, 0.5, 0.75); /* custom */
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75); /* custom */
}

/* .footer{
    background:rgb(195, 27, 44);
    color: white;
    vertical-align: middle;
    text-align: right;
    padding: 6px !important;
}
.footer img{
    width: 20px;
}
.footer a{
    color: #c8d756;
} */

#pageFooter {
    /*width: 100%;*/
    /*height: 30px;*/
    text-align: right;
    padding-right: 20px;
    padding-top: 25px;
    color: #5cb85c;
    font-size: 13px;
}

.pageFooterLogin {
    height: 30px;
    color: #5cb85c;
    font-size: 13px;
    position: fixed;
    bottom: 0px;
    right: 10px;
}

.new-pageFooterLogin {
    margin-top: 30px;
    height: 30px;
    color: #5cb85c;
    font-size: 13px;
}

.powered {
    color: #5cb85c;
}

.powered a:link {
    color: #5cb85c;
    text-decoration: none;
}

.powered a:visited {
    color: #5cb85c;
    text-decoration: none;
}

.powered a:hover {
    color: #5cb85c;
    text-decoration: none;
}

.powered a:active {
    color: #5cb85c;
    text-decoration: none;
}

.titulo {
    font-size: 2rem;
    font-weight: bold;
    color: #1a97d4;
    animation-delay: 0.4s;
    position: absolute;
    bottom: 0px;
    left: 130px;
}

.tituloFA {
    font-size: 2rem;
    font-weight: bold;
    color: #1a97d4;
    animation-delay: 0.4s;
}

.subtituloFA {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2662b0;
}

.hrSeparadorTitulo {
    border-width: 4px;
}

.hrSeparador {
    border-width: 3px;
}

.top-70 {
    margin-top: 70px;
}

/*Morado*/
.tablaGeneral thead th {
    background-color: #1a97d4;
    color: #ffffff;
    transition: all ease 0.4s;
    vertical-align: middle;
}

.tablaGeneral thead th:hover {
    background-color: #0076ad;
    transition: all ease 0.4s;
}

/*Gris*/
/* .tablaGeneral thead th{
    background-color: #98a3ad;
    color: #FFFFFF;
    transition: all ease 0.4s;
}

.tablaGeneral thead th:hover{
    background-color: #7f8991;
    transition: all ease 0.4s;
} */

.thGris {
    background-color: #98a3ad !important;
    color: #ffffff !important;
    transition: all ease 0.4s;
}

.thGris:hover {
    background-color: #7f8991 !important;
    transition: all ease 0.4s;
}

.thGrisClaro {
    background-color: #b5c0c9 !important;
    color: #ffffff !important;
    transition: all ease 0.4s;
}

.thGrisClaro:hover {
    background-color: #abb4bc !important;
    transition: all ease 0.4s;
}

.btn-light {
    background-color: #e2e6ea !important;
    border-color: #e2e6ea !important;
}

.btn-light:hover {
    background-color: #d4d9dd !important;
    border-color: #d4d9dd !important;
}

.input-group-text,
.mainBody .form-control,
.btn {
    font-size: 0.9rem !important;
}

.modal-header,
.bg-morado {
    background-color: #6668a0;
    color: #ffffff;
}

.modal-header,
.bg-azul {
    background-color: #1a97d4;
    color: #ffffff;
}

.bg-gris-oscuro {
    background-color: #7f8991;
    color: #ffffff;
}

.bg-gris-claro {
    background-color: #ededed;
}

/*Morado*/
.page-item.active .page-link {
    background-color: #1a97d4;
    border-color: #1a97d4;
    color: #ffffff;
}

/*Gris*/
/* .page-item.active .page-link{
    background-color: #98a3ad;
    border-color: #98a3ad;
    color: #FFFFFF;
} */

.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.swal2-popup {
    width: 31rem !important;
}

.modal-content {
    border: none;
}

.tablaGeneral {
    cursor: pointer;
}

.tablaGeneral tbody tr {
    transition: all ease 0.4s;
}
/*Morado*/
.tablaGeneral tbody tr:hover {
    background-color: #e8eef7;
    transition: all ease 0.4s;
}

.tablaGeneral tbody td {
    vertical-align: middle;
}

label {
    font-weight: normal;
    cursor: pointer;
}

input[type='checkbox'] {
    cursor: pointer;
}

.datepicker.dropdown-menu {
    z-index: 2000;
    font-size: 0.9rem;
}

input[type='radio'] {
    cursor: pointer;
    transform: scale(1.5);
}

.bg-success-light {
    background-color: #d4f4d7;
}

.bg-warning-light {
    background-color: #fff7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
}

.page-item a,
.page-item a:hover {
    color: #6c757d;
}

a.nav-link {
    color: #8a9096 !important;
    transition: all 0.3s ease;
}

.nav-link.active {
    color: #ffffff !important;
    background-color: #8a9096 !important;
    transition: all 0.3s ease;
}

.img-seccion {
    height: 105px;
    animation-delay: 0.4s;
}

textarea {
    resize: none !important;
}

.cuadroImagen {
    width: 100%;
    height: 80px;
    background-color: #e7eaed;
    color: #8a9096;
    border-radius: 10px;
    cursor: pointer;
}

.quitarImagen {
    position: absolute;
    right: 10px;
    top: -4px;
    font-size: 1.4rem;
    color: #e75a53;
}

.fa-centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-select-multiple {
    border-color: lightgray;
    background-color: #ffffff;
    color: #495057 !important;
}

.bootstrap-select .dropdown-item:active {
    color: #212529 !important;
    background-color: #f8f9fa !important;
}

.bootstrap-select .dropdown-item:focus {
    outline: none !important;
}

.bootstrap-select .check-mark {
    color: #495057 !important;
}

#alertMensaje {
    position: absolute;
    top: -1px;
    left: 7px;
    z-index: 2000;
    border-radius: 0px 0px 0.25rem 0.25rem;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.indicadorArchivo {
    height: 35px;
    padding: 7px 10px;
    border-radius: 4px;
    float: left;
}

.fotoPerfilPaciente {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    border: 8px solid lightgrey;
}

.fotoPerfilPacienteModal {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%, -50%);
}

.pointer {
    cursor: pointer;
}

.divIndicador {
    transition: ease all 0.4s;
    margin-bottom: 0px;
}

.divIndicador.seleccionado {
    opacity: 1;
}

.divIndicador.noSeleccionado {
    opacity: 0.6;
}

.divIndicador:hover {
    opacity: 1;
    transition: ease all 0.4s;
}

.divIndicadorIcono {
    font-size: 1.2rem;
}

.divIndicadorTexto {
    font-size: 1.05rem;
    padding-left: 8px;
}

.dashboardSexoDiv {
    width: 100%;
    height: 90px;
    background-color: lightgray;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.dashboardSexoDiv div {
    height: 90px;
    position: absolute;
    transition: all 1s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dashboardSexoHDiv {
    background-color: #63bce5;
    border-radius: 10px 0px 0px 10px;
}

.dashboardSexoMDiv {
    background-color: #eb86b6;
    border-radius: 0px 10px 10px 0px;
}

.dashboardSexoDiv span {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto;
}

input[type='checkbox'] {
    transform: scale(1.5);
}

.alert-pink {
    color: #9e5376;
    background-color: #fcd9e9;
    border-color: #fcd9e9;
}

.alert-blue {
    color: #0c5460;
    background-color: #c8e9f7;
    border-color: #c8e9f7;
}

.alert-secondary-light {
    color: #383d41;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.subtituloDashboard {
    font-size: 17px;
    font-weight: bold;
    color: #7a7a7a;
}

.text-purple {
    color: #595a89 !important;
}

.text-azul {
    color: #2662b0 !important;
}

.text-darkgray {
    color: #6c757d !important;
}

.bg-purple {
    background-color: #595a89 !important;
    color: #ffffff !important;
}

.indicadorRedondo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    padding-top: 21.5px;
    font-size: 25px;
    font-weight: bold;
}

.subtituloDashboardDiv {
    background-color: #ededed;
    /* background: linear-gradient(180deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); */
    padding: 8px;
    border-radius: 5px;
}

.subtituloDashboardDiv div {
    margin-top: 4px;
}

.subtituloDashboardDiv img {
    max-height: 35px;
    margin-right: 10px;
}

.ease-bg {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ejercicioIconoDiv {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #e9eab2;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    top: -13px;
    /* left: -44px; */
    cursor: pointer;
}

.ejercicioIconoDiv img {
    height: 45px;
}

.progressEjercicio {
    margin-left: 60px;
}

.progress-bar-success {
    background-color: #a2d3ad !important;
}

.progress-bar-info {
    background-color: #99d3db !important;
}

.progress-bar-warning {
    background-color: #e8d396 !important;
}

.texto-gris {
    color: gray;
}

.alert-secondary-light {
    color: #474747;
    background-color: #e2e6ea;
    border-color: #e2e3e5;
}

.alert-notificacion {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

.notificacion-mensaje {
    padding-right: 5px;
}

.notificacion-fecha {
    color: gray;
    font-size: 13px;
}

.notificacionesDiv {
    max-height: 550px;
    overflow-y: scroll;
}

.notificacion-eliminar {
    border-left: solid 1px lightgray;
    padding: 10px;
    padding-left: 15px;
    font-size: 15px;
}

.iconoDiv {
    margin-top: 0px !important;
    background-color: #c72537;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-top: 0.2rem;
}

.elevator {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: none;
    background-color: #e9eab2;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
}

.ultimoValor {
    font-weight: bold;
    font-size: 19px;
    border-right: solid 1px;
    padding-right: 10px;
}

.ultimoValor small {
    font-size: 13px !important;
}

.fechaUltimoValor {
    padding-left: 10px;
    padding-top: 7px;
}

.ultimoValorH {
    font-weight: bold;
    font-size: 19px;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}

.ultimoValorH small {
    font-size: 13px !important;
}

.fechaUltimoValorH {
    padding-top: 10px;
}

/* body.modal-open.swal2-shown{
    padding-right: 12px !important;
} */

.divPromedioGeneralDashboard {
    background-color: #1a97d4;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.ease-width {
    transition: max-width 0.4s !important;
}

::placeholder {
    color: gray !important;
}

.textoVerde {
    color: #55aa55 !important;
}

.no-validar {
    border-color: #ced4da !important;
}

.no-validar:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

/*Para dejar el espacio de la foto de perfil flotante*/
.modal-dialog {
    margin-top: 30px !important;
}

.liMenu {
    display: none;
}

.fc-toolbar-title {
    font-size: 14px !important;
    color: #495057;
    text-transform: uppercase;
}

.fc-col-header-cell {
    padding: 8px !important;
    color: #ffffff !important;
    background-color: #1a97d4 !important;
}

.fc-col-header-cell a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.fc-button {
    font-size: 14px !important;
}

.fc-button-primary {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.fc-daygrid-day {
    position: relative;
    background-color: #fcfcfc;
}

.fc-timegrid-slot,
.fc-timegrid-axis {
    background-color: #f4f8ff;
}

.agregarCita {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 7px;
    color: #808080;
    z-index: 7;
}

.fc-daygrid-day-number {
    font-size: 16px;
    color: #495057 !important;
}

.fc-daygrid-day-number:hover {
    text-decoration: none !important;
}

.fc-day-today {
    background-color: #e9eab2 !important;
}

.fc-today-button {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.fc-col-header-cell-cushion {
    text-decoration: none !important;
}

.fc-col-header-cell-cushion {
    text-transform: capitalize;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.5 !important;
}

.fc-day {
    cursor: pointer;
}

.fc-event-title {
    color: #495057 !important;
}

@media (min-width: 992px) {
    .modal-xlg {
        max-width: 930px;
    }
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 600px;
    }
}

.headerSeccionBase {
    text-align: center;
    height: 30px;
    color: #ffffff;
    padding-top: 5px;
    font-weight: bold;
}

.divSemaforo,
.divSemaforoBaseConsulta,
.divSemaforoBaseConsultaNueva {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-top: 1px;
    cursor: pointer;
    padding-top: 7px;
}

.semaforoVerde {
    background-color: #a4d369;
}

.semaforoAmarillo {
    background-color: #ffcc6f;
}

.semaforoRojo {
    background-color: #c46b6b;
}

.divSemaforo input,
.divSemaforoBaseConsulta input,
.divSemaforoBaseConsultaNueva input {
    display: none;
}

.divSemaforo i,
.divSemaforoBaseConsulta i,
.divSemaforoBaseConsultaNueva i {
    color: #ffffff;
    display: none;
}

.hidden {
    display: none;
}

.close {
    font-size: 1rem !important;
    text-shadow: none !important;
}

.close i {
    color: #ffffff;
    margin-top: 5px;
}

.filtroClinicasDiv {
    margin-top: 67px;
    border-radius: 0.25rem;
    padding: 8px;
    background-color: #e9eab2;
}

.texto-seccion {
    color: #1a97d4;
}

.divMensajeLanding {
    z-index: 1;
    width: 100%;
    top: 20px;
    left: 0px;
    position: absolute;
}

.mensajeLanding {
    max-width: calc(100vw - 40px);
    margin: auto;
}

@media (min-width: 560px) {
    .mensajeLanding {
        max-width: 560px;
    }
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.font-bold {
    font-weight: bold;
}

.ckd-resumen-cuestionario-container {
    text-align: left !important;
    font-size: 0.9rem;
}

.ckd-resumen-tooltip {
    text-decoration: underline;
    cursor: pointer;
}

.ckd-img-nuevo-cuestionario {
    width: 136px;
    height: 136px;
    margin: 0 auto;
    border-radius: 10px;
    /* background-color: #9ca3af; */
    background-color: #bfc3c9;
    color: #ffffff;
    font-weight: bold;
    padding-top: 22px;
    cursor: pointer;
    transition: all ease 0.5s;
}

.ckd-img-nuevo-cuestionario:hover {
    /* background-color: #10b981; */
    background-color: #a4d369;
}

.ckd-img-nuevo-cuestionario img {
    max-width: 50%;
    margin-bottom: 12px;
    transition: all ease 0.5s;
}

#nuevoBoston:hover img {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 2.3s;
    animation-duration: 2.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#nuevoSaludRenal:hover img {
    transform: scale(1.2);
}

#nuevoHK:hover img {
    transform: scale(1.2);
}

.alert-verde-cardiocare {
    background-color: #a4d369;
    border-color: #a4d369;
    color: #ffffff;
}

.ckd-detalle-bmi {
    font-size: 0.9rem;
    min-height: 94px;
    display: flex;
    align-items: center;
    text-align: center;
}

.ckd-detalle-interpretacion {
    font-size: 1rem;
    min-height: 94px;
}

.ckd-badge-ultimo-cuestionario {
    background-color: #e9eab2 !important;
    color: #000000 !important;
    font-size: 80%;
    font-weight: 600;
    border-radius: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 10px;
}

.modal {
    overflow: auto !important;
}

.fc .fc-highlight {
    background: #e8eef7 !important;
}

.highcharts-crosshair {
    stroke: #e8eef7 !important;
}

.bullet-kdigo {
    text-align: center;
    width: 28.8px;
    height: 28.8px;
    border-radius: 50%;
    background-color: #0c5460;
    color: #d1ecf1;
    font-size: 1.1rem;
    font-weight: 900;
    padding-top: 1px;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.cursor-pointer {
    cursor: pointer;
}

.hover-underline:hover {
    text-decoration: underline;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

@media (max-width: 767px) {
    .gap-mobile {
        gap: 10px;
    }
}
