/* CUSTOM */

::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "century_gothicregular";
  src: url("../fonts/didact-gothic/gothic-webfont.eot");
  src: url("../fonts/didact-gothic/gothic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/didact-gothic/gothic-webfont.woff2") format("woff2"),
    url("../fonts/didact-gothic/gothic-webfont.woff") format("woff"),
    url("../fonts/didact-gothic/gothic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-bold";
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/roboto/Roboto-Bold.woff") format("woff"),
    url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-regular";
  src: url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/roboto/Roboto-Regular.woff") format("woff"),
    url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: Montserrat-Regular;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #002566;
}

@media (max-width: 767px) {
  body {
    margin-top: 56px;
  }
}

#contenedor-principal {
  background-color: #ffffff;
}

#contenedor-principal.inicio,
#contenedor-principal.chat,
#contenedor-principal.solicitar_chat,
#contenedor-principal.historia_clinica {
  height: auto !important;
}

#contenedor-principal.inicio.activo-chat,
#contenedor-principal.solicitar_chat.activo-chat,
#contenedor-principal.historia_clinica.activo-chat {
  height: auto !important;
}

.customnavigation {
  height: 100%;
  overflow-y: auto;
}

.color-red {
  color: #ff0000;
}

.text-muted.color-white {
  color: #ffffff !important;
}

.background-azul-custom {
  background-color: #1e88e5 !important;
}

.hidden {
  display: none !important;
}

.imagen-ficha {
  max-width: 100%;
}

.alinear-bottom {
  display: flex;
  align-items: flex-end;
}

.light-logo {
  max-height: 50px;
}

.logo-empresa {
  max-width: 150px;
}

.cursor-pointer {
  cursor: pointer;
}

.row-no-margin-lados {
  margin-left: inherit;
  margin-right: inherit;
}

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

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

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

.mb-50 {
  margin-bottom: 50px !important;
}

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

.pl-5px {
  padding-left: 5px !important;
}

.h-48 {
  height: 48px;
}

.fixed-mb-col-forms {
  margin-bottom: 10px;
}

.font-size-32 {
  font-size: 32px;
}

.no-pr {
  padding-right: 0;
}

.color-inherit,
.color-inherit:hover {
  color: inherit;
}

.no-shadow {
  box-shadow: none;
}

.no-border {
  border: none;
}

.color-inherit {
  color: inherit;
}

/*** NAVBAR NUEVO ***/
.navbar-header {
  width: auto !important;
  flex-basis: auto !important;
}

.nav-item.dropdown {
  list-style: none;
}

.texto-negrita {
  font-family: Montserrat-Bold;
  color: #002566;
}

.btn-personalizado.btn-no-border,
.btn-personalizado-poco-padding.btn-no-border {
  border: none !important;
}

/*** EVITAR QUE, EN SAFARI, DATEPICKER SE QUEDE POR DETRÁS DE LA BARRA DE NAVEGACIÓN ***/
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
  z-index: 55 !important;
}

/*** QUITAR MARGIN LEFT DEL PAGE WRAPPER PARA QUE OCUPE TODA LA PÁGINA ***********************************/
.page-wrapper {
  margin-left: 0 !important;
  background-color: white;
  /* height: 100vh; */
}

@media (max-width: 767px) {
  .page-wrapper {
    padding-top: 0 !important;
  }
}

.page-wrapper > .row {
  height: inherit;
}

.logo-roche-superior {
  margin-left: 40px !important;
}

/*** BOTONES PERSONALIZADOS ************************************************************************************/
.btn-personalizado {
  border: none;
  padding: 15px 0;
  border-radius: 50px;
  font-family: Montserrat-Bold;
  padding: 8px 0px;
  font-size: 15px;
}

.btn-personalizado-poco-padding {
  border: none;
  padding: 15px 0;
  border-radius: 50px;
  font-family: Montserrat-Bold;
  padding: 8px;
  font-size: 18px;
}

.btn-personalizado:focus {
  box-shadow: none;
}

.btn-personalizado-poco-padding:focus {
  box-shadow: none;
}

.btn-disabled {
  background: #ededed !important;
  border: #ededed !important;
  color: white !important;
}

.btn-cancelar {
  border: none;
  background-color: #dbd1d1;
  color: #52385b;
}

.btn-cancelar:focus {
  box-shadow: none;
}

.btn-cancelar.btn-disabled {
  background: none !important;
  background-color: transparent !important;
}

.btn-auto-width {
  width: auto !important;
}

/*** INPUTS PERSONALIZADOS *******************************************************************************/
/*** LABELS FLOTANTES ***/
.form-group {
  position: relative;
}

.bootstrap-select.form-control {
  border: none;
}

.input-personalizado,
.select-personalizado {
  height: 48px;
  padding-left: 16px;
  /* margin-bottom: 16px; */
  background-color: #ffffff !important;
  color: #211a24 !important;
  border: 1px solid #ededed;
  padding-bottom: 0;
}

.input-personalizado-icono,
.select-personalizado-icono {
  height: 48px;
  padding-left: 45px;
  /* margin-bottom: 16px; */
  background-color: #e6e6e6 !important;
  color: #211a24 !important;
  border: 1px solid #ededed;
  padding-bottom: 0;
}

.btn.btn-light {
  color: #211a24 !important;
}

textarea.input-personalizado {
  height: inherit;
  padding-top: 16px;
}

.select-personalizado button > .filter-option > .filter-option-inner {
  padding-top: 8px;
  padding-left: 8px;
}

.input-personalizado:focus,
.bootstrap-select.form-control.show {
  border: 1px solid #211a24;
  box-shadow: none;
}

.float-label {
  position: absolute;
  left: 16px;
  top: 12px;
  color: #211a24;
  z-index: 10;
  transition: all 0.4s;
}

.float-label-icono {
  position: absolute;
  left: 45px;
  top: 12px;
  color: #211a24;
  z-index: 10;
  transition: all 0.4s;
}

.input-personalizado:focus + .float-label,
.input-personalizado:not(:placeholder-shown) + .float-label,
.bootstrap-select.label-flotante + .float-label {
  top: 10px;
  font-size: 75%;
  top: 1px;
}

.input-personalizado-icono:focus + .float-label-icono,
.input-personalizado-icono:not(:placeholder-shown) + .float-label-icono,
.bootstrap-select.label-flotante + .float-label-icono {
  top: 10px;
  font-size: 75%;
  top: 1px;
}

/*** CHECKBOX ********************************************************************************************/
.checkbox-personalizado {
}

.checkbox-personalizado.checkbox-redondo.filled-in:not(:checked) + label::after,
.checkbox-personalizado.checkbox-redondo.filled-in:checked + label::after {
  border-radius: 50px;
}

/*** BOOTSTRAP SELECT ************************************************************************************/
.bootstrap-select.form-control {
  /* border: none; */
  color: inherit;
}

.btn.bs-placeholder.btn-light {
  background-color: #ffffff;
  /* color: #67757c !important; */
  font-size: 1rem;
}

.btn.btn-light {
  font-size: 1rem;
  background-color: #ffffff;
}

.dropdown-item:hover {
  background-color: #a3a9ae;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #fdfafa;
  color: inherit;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  border-color: transparent;
  color: inherit;
}

.dropdown-menu.show {
  top: 5px !important;
}

/*** AVATARES DE PACIENTES ************************************************************************************/
.avatar-paciente {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  background-position: center;
  background-size: cover;
  border: 2px solid white;
}

/*** TABLAS ***************************************************************************************************/

.tabla-panel .celda-ordenacion {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabla-panel .celda-ordenacion:hover {
  color: #828282;
}

.tabla-panel .celda-ordenacion i {
  display: none;
}

.tabla-panel .ordenacion-ascendente .fa-angle-up {
  display: inline-block;
}

.tabla-panel .ordenacion-descendente .fa-angle-down {
  display: inline-block;
}

.tabla-panel .boton-fila {
  display: block;
  float: left;
  margin-right: 5px;
}

.tabla-panel .boton-fila i {
  display: none;
}

.tabla-panel .texto-no-resultados {
  text-align: center;
  padding: 20px 10px;
}

.tabla-panel .activar-desactivar-registro {
  width: 107px;
}

.controles-bajo-panel {
  width: 100%;
}

.controles-bajo-panel #actualizar-tabla {
  width: 40px;
  height: 40px;
}

.controles-bajo-panel #actualizar-tabla:hover {
  background-color: #99beff;
}

.controles-bajo-panel .texto-total-registros {
  padding: 10px;
  margin: 0;
}

.paginacion {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: 35px;
}

.paginacion ul {
  list-style-type: none;
  padding: 0px;
}

.paginacion ul li {
  float: left;
}

.paginacion button {
  cursor: pointer;
  border: 1px solid #cccccc;
  color: #3497c2;
  background-color: #ffffff;
  /* width: 40px; */
  /* height: 40px; */
  font-size: 17px;
  padding: 6px 8px 7px !important;
}

.paginacion button:hover {
  background-color: #f0f0f0;
}

.paginacion button:disabled {
  cursor: default;
  color: #cccccc;
  background-color: #ffffff;
}

.paginacion #pagina {
  text-align: center;
  /* border-radius: 0 !important; */
  height: 34px;
  width: 30px;
}

.paginacion #pagina[readonly] {
  background-color: #fff;
  /* border: 1px solid #cccccc; */
}

.paginacion #paginacion-primero {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.paginacion #paginacion-primero,
.paginacion #paginacion-anterior {
  border-right: 0px;
}

.paginacion #paginacion-ultimo {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.paginacion #paginacion-ultimo,
.paginacion #paginacion-siguiente {
  border-left: 0px;
}

.contenedor-arriba-panel .botones-arriba {
  float: right;
  margin: 0px 0px 10px;
}

.contenedor-arriba-panel #nuevo {
  margin-right: 10px;
}

.contenedor-arriba-panel #filtros.filtros-definidos {
  background-color: #505275;
  border-color: #474968;
}

.contenedor-arriba-panel #filtros.filtros-definidos:hover,
.contenedor-arriba-panel #filtros.filtros-definidos:active,
.contenedor-arriba-panel #filtros.filtros-definidos:focus {
  background-color: #474968;
  border-color: #474968;
}

/*** MENSAJE ESQUINA ***************************************************************************************************/
#mensaje-esquina {
  position: fixed;
  top: 80px;
  right: 30px;
  background-color: #d3f0e3;
  border: 1px #d3f0e3;
  border-radius: 7px;
  cursor: pointer;
  z-index: 2051;
}

.contenedor-texto-mensaje-esquina {
  padding: 15px 10px;
  min-width: 160px;
  text-align: center;
  color: #262e36;
  position: relative;
}

#mensaje-esquina.alert-success {
  background-color: #d3f0e3;
  border-color: #d3f0e3;
}

#mensaje-esquina.alert-danger {
  background-color: #f6d4d4;
  border-color: #f6d4d4;
}

#mensaje-esquina p {
  margin: 0;
  color: #262e36;
}

#texto-mensaje-esquina + span {
  position: absolute;
  top: 2px;
}

/*** MODAL PROPIA ******************************************************************************************************/
.modal-propia {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2050;
}

.modal-content-propia {
  border-radius: 5px;
  max-width: 300px;
  /* 	max-width: 95%; */
  margin: 30px auto;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-content-propia .cerrar-svg {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}

.modal-body-propia {
  position: relative;
  padding-top: 55px;
}

.contenedor-texto-confirmacion {
  padding-left: 30px;
  padding-right: 30px;
}

/*** MODAL CONFIRMACION ************************************************************************************************/
#modal-confirmacion h4 {
  text-align: center;
  font-size: 23px;
  margin: 0px 0px 30px;
}

#modal-confirmacion .btn-danger {
  margin-right: 10px;
}

#modal-confirmacion .btn-default {
  margin-left: 10px;
}

.botones-modal {
  border-top: 1px solid #f0f0f0;
}

.botones-modal .boton-confirmar {
  border-right: 1px solid #f0f0f0;
  align-items: center;
  justify-content: center;
}

.botones-modal > div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.botones-modal p {
  margin: 0;
  font-size: 14px;
}

/*** CAMPOS PROPIOS EDICION ********************************************************************************************/

.campo-registro .delimiter,
.tipo-inscripcion .delimiter {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
}

/*** TARJETAS **************************************************************************************************/
#card-consultas,
#card-pacientes {
  background-color: #fefefe;
}

.elemento-color-leyenda:not(:first-of-type) {
  margin-left: 5px;
}

.ficha-diagnostico {
  font-size: 20px;
}

.btn-card-llamada,
.btn-card-diagnostico {
  margin-top: 15px;
}

.btn-primary.btn-card-llamada.disabled,
.btn-primary.btn-card-llamada.disabled:disabled {
  background-color: #ebebeb !important;
}

@media (min-width: 577px) {
  .btn-desktop {
    display: block;
  }

  .btn-mobile {
    display: none;
  }
}

@media (max-width: 576px) {
  .btn-desktop {
    display: none;
  }

  .btn-mobile {
    display: block;
  }
}

/* INICIO (AGENDA) */

#bloque-familiares {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

#bloque-familiares.familiares-activos {
  max-height: inherit;
  transition: max-height 0.25s ease-in;
}

.card.card-botones-ficha-paciente {
  margin-bottom: 15px;
}

.card-botones-ficha-paciente.disabled {
  opacity: 0.65;
}

.icono-card-botones-ficha-paciente {
  background-color: #e6e6e6;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  font-size: 42px;
  margin: 10px auto;
}

.card-enlace-ficha-paciente {
  color: inherit;
  text-decoration: none;
}

.card-enlace-ficha-paciente:hover {
  color: inherit;
  text-decoration: none;
}

.card-consultas-agenda,
.card-botones-ficha-paciente {
  /* background-color: #edebec; */
  transition: all 0.4s;
}

.card-consultas-agenda:hover,
.card-botones-ficha-paciente:hover {
  /* background-color: #d5d3d4; */
}

.card-consultas-agenda .div-stethoscope {
  background-color: #fff;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 100%;
  font-size: 83px;
  margin: 0 auto;
}

.card-consultas-agenda .div-stethoscope .stethoscope-pendientes {
  color: #f20063;
}

.card-consultas-agenda .div-stethoscope .stethoscope-finalizadas {
  color: #676465;
}

.letra-small .btn-personalizado-poco-padding {
  font-size: 16px !important;
  padding: 5px;
}

/*** CÍRCULO E ICONOS DEL CUESTIONARIO DE SALUD/ASISTENTE ***********************************************************/
.circulo-historia-clinica,
.circulo-icono-apartado {
  background-color: #eef5f9;
  font-size: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin: 0 auto;
  padding-top: 12px;
  margin-bottom: 10px;
}

.circulo-historia-clinica.chc-asistente {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.circulo-historia-clinica i::before,
.circulo-icono-apartado i::before {
  font-size: 40px;
  margin-left: 0;
}

.circulo-historia-clinica.chc-asistente i::before {
  font-size: 95px;
  margin-left: 0;
}

.recuadro-subcategoria {
  background-color: #dcdde1;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  transition: background-color 0.4s;
  margin-bottom: 15px;
}

.recuadro-subcategoria:hover {
  background-color: #c6c6ca;
}

/*** NAVEGACIÓN ********************************************************************************************************/
#navegacion {
  position: fixed;
  bottom: 35px;
  right: 15px;
  font-size: 38px;
  z-index: 11;
}

.circulo-navegacion {
  background-color: #dcdde1;
  margin-bottom: 12px;
  text-align: center;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  box-shadow: 1px -1px 4px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}

.circulo-navegacion:hover {
  background-color: #c6c6ca;
}

.circulo-navegacion a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

.circulo-navegacion a:hover {
  color: #5c696f;
}

.circulo-navegacion.fixed-circulo-navegacion a i {
  margin-top: 11px;
}

.navegacion-disabled {
  opacity: 0.4;
}

.navegacion-disabled a {
  cursor: default !important;
}

/*** PERFIL PACIENTE ***************************************************************************************************/
#pestanas-perfil-paciente {
  margin-bottom: 20px;
}

/*** LEYENDA ***********************************************************************************************************/
.form-control[readonly] {
  background-color: #fff;
  color: #67757c;
}

/*** LEYENDA ***********************************************************************************************************/
.leyenda-consultas {
  position: fixed;
  top: 90px;
  z-index: 11;
}

.leyenda-mobile {
  position: fixed;
  bottom: 0px;
  z-index: 11;
  background-color: #f5f6fa;
  box-shadow: 1px -1px 9px 0px rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 5px;
}

/*** MODAL PROPIA SUSTITUTA BOOTSTRAP *********************************************************************************************/
.contenedor-modal-propia {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2050;
}

.modal-sustituta {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
  margin-top: 0px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 2050;
}

@media (min-width: 767px) {
  .modal-sustituta {
    height: 100vh;
  }
}

.modal-recomendacion-consulta .modal-sustituta {
  height: inherit;
}

.contenedor-boton-cerrar-modal {
  position: absolute;
  font-size: 24px;
  right: 30px;
  top: 20px;
  z-index: 2051;
}

/*** LOADER ************************************************************************************************************/
#loader {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
}

.container-loader {
  display: table;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 10px;
}

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.loader-pagina {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang-switch {
  font-size: 30px;
  line-height: 50px;
}

/*** FLATPICKER ***/
.flatpicker.form-control[readonly] {
  opacity: 1;
}

.icon-2_pL9 {
  display: none !important;
}

/***** SELECCIONAR PACIENTE ******************************************************/

.igual-repartido {
  justify-content: space-evenly;
}

.iniciales {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-size: 48px;
}

/****** ELEMENTOS MENÚ DESKTOP *********************************************************/

.iniciales-perfil {
  width: 55px;
  height: 55px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  background-color: #002566;
}

.menu-lateral {
  position: fixed;
  z-index: 100000;
  left: 0;
  bottom: 0;
  top: 0;
  max-width: 474px;
  max-height: calc(100vh - 9rem);
}

.menu-lateral::-webkit-scrollbar {
  display: none;
}

.texto-menu-resulton {
  font-family: Montserrat-Bold;
  font-size: 14px;
  color: #6e7191;
}

.texto-menu {
  color: #6e7191;
}

.texto-menu-svg {
  color: #6e7191 !important;
  display: flex;
}

#boton-ver-historial {
  justify-content: center;
  /* Centra los elementos horizontalmente */
  align-items: center;
  /* Centra los elementos verticalmente */
}

.documento-svg {
  width: 30px;
  height: 30px;
  /* margin-right: 5px; */
  background-color: #002566;
  -webkit-mask: url("/assets/images/documento.svg") no-repeat center !important;
  mask: url("/assets/images/documento.svg") no-repeat center !important;
}

.camara-svg {
  width: 30px;
  height: 30px;
  /* margin-right: 5px; */
  background-color: #002566;
  -webkit-mask: url("/assets/icons/menu_lateral/videoconsulta.svg") no-repeat
    center !important;
  mask: url("/assets/icons/menu_lateral/videoconsulta.svg") no-repeat center !important;
}

.galeria-svg {
  width: 30px;
  height: 30px;
  /* margin-right: 5px; */
  background-color: #002566;
  -webkit-mask: url("/assets/images/galeria.svg") no-repeat center !important;
  mask: url("/assets/images/galeria.svg") no-repeat center !important;
}

.icono-grafico-evolutivo {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #002566;
  -webkit-mask: url("/assets/images/datos_historial.svg") no-repeat center !important;
  mask: url("/assets/images/datos_historial.svg") no-repeat center !important;
}

.inicio-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #6e7191;
  -webkit-mask: url("/assets/icons/menu_lateral/home_unfilled.svg") no-repeat
    center !important;
  mask: url("/assets/icons/menu_lateral/home_unfilled.svg") no-repeat center !important;
}

.salir-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #6e7191;
  -webkit-mask: url("/assets/icons/menu_lateral/logOut.svg") no-repeat center !important;
  mask: url("/assets/icons/menu_lateral/logOut.svg") no-repeat center !important;
}

.refresh-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #002566;
  -webkit-mask: url("/assets/icons/ui/refresh.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/refresh.svg") no-repeat center !important;
}

.chat-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #002566;
  -webkit-mask: url("/assets/icons/menu_lateral/chat.svg") no-repeat center !important;
  mask: url("/assets/icons/menu_lateral/chat.svg") no-repeat center !important;
}

.teleconsulta-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #002566;
  -webkit-mask: url("/assets/icons/menu_lateral/teleconsulta.svg") no-repeat
    center !important;
  mask: url("/assets/icons/menu_lateral/teleconsulta.svg") no-repeat center !important;
}

.videoconsulta-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #002566;
  -webkit-mask: url("/assets/icons/menu_lateral/videoconsulta.svg") no-repeat
    center !important;
  mask: url("/assets/icons/menu_lateral/videoconsulta.svg") no-repeat center !important;
}

.historial-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #002566;
  -webkit-mask: url("/assets/icons/menu_lateral/notificacion_unfilled.svg")
    no-repeat center !important;
  mask: url("/assets/icons/menu_lateral/notificacion_unfilled.svg") no-repeat
    center !important;
}

.familiares-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/menu_lateral/familiares_24.svg") no-repeat
    center !important;
  mask: url("/assets/icons/menu_lateral/familiares_24.svg") no-repeat center !important;
}

.corazon-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/menu_lateral/corazon_unfilled.svg") no-repeat
    center !important;
  mask: url("/assets/icons/menu_lateral/corazon_unfilled.svg") no-repeat center !important;
}

.texto-menu a {
  text-decoration: none;
  color: #6e7191 !important;
  font-weight: lighter !important;
}

#lista-menu {
  margin-left: -15px;
}

#lista-menu li.active {
  border-left: 4px solid;
  padding-left: 21px;
}

#lista-menu {
  list-style: none;
  padding-left: 0;
}

#lista-menu li {
  padding: 12px 0 12px 25px;
}

#lista-menu li ul {
  list-style-type: disc;
}

.li-subcategorias {
  padding-left: 0 !important;
}

.li-subcategorias .texto-menu-svg {
  padding-left: 25px !important;
}

.li-subcategorias ul {
  padding-left: 0 !important;
}

.li-subcategorias ul li {
  padding-left: 70px !important;
}

.li-subcategorias ul li.active {
  padding-left: 65px !important;
}

/******** ELEMENTOS MENU MOBILE *******************/
#menu-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  font-size: 11px;
  background-color: white;
  z-index: 26;
  box-shadow: 0px -1px 5px 1px rgba(179, 179, 179, 0.75);
  display: block;
  transform: translate3d(0, 0, 0);
  display: flex;
  justify-content: center;
}

#menu-mobile .col-3 {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
}

#menu-mobile a {
  color: #211a24;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  #menu-mobile {
    display: none;
  }
}

.col-menu-mobile {
  width: 25%;
  float: left;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.col-menu-mobile-3 {
  width: 33% !important;
}

.col-menu-mobile-2 {
  width: 50% !important;
}

/******** ELEMENTOS MENU MOBILE LATERAL ****************/

.menu-mobile-lateral {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 101;
}

@media (min-width: 768px) {
  .menu-mobile-lateral {
    display: none;
  }
}

.menu-mobile-lateral > .row > .col-12 {
  text-align: left !important;
  padding-left: 27px;
}

.menu-mobile-lateral #fila-menu {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.menu-mobile-lateral .div-imagen-paciente {
  justify-content: flex-start;
}

.menu-mobile-lateral .flecha-imagen i {
  padding-left: 4px;
}

.menu-mobile-lateral .div-imagen-paciente {
  position: relative;
}

.menu-mobile-lateral .div-imagen-paciente svg {
  position: absolute;
  right: 0;
  margin-top: 10px;
  cursor: pointer;
}

.menu-mobile-lateral #div-lista-menu {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.menu-mobile-lateral #lista-menu {
  margin-left: 0 !important;
}

.menu-mobile-lateral #lista-menu ul {
  list-style: none;
}

.menu-mobile-lateral .li-subcategorias ul li {
  padding-left: 80px !important;
}

.menu-mobile-lateral .li-subcategorias ul li.active {
  padding-left: 75px !important;
}

.menu-mobile-lateral #cerrar-menu {
  position: absolute;
  right: 0;
  top: 15px;
}

/******** IMAGEN PACIENTE MENU ********************/
.div-imagen-paciente {
  display: flex;
  justify-content: center;
}

.imagen-paciente {
  position: relative;
}

.flecha-imagen {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 1;
  box-shadow: 0px 2px 4px 0px #002f82;
  background-color: #ffffff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.flecha-imagen i {
  font-weight: bold !important;
  color: #002f82 !important;
}

/*************** PANTALLA INICIO ************************************/
.vista-derecha {
  height: inherit !important;
}

#inicio-arriba {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}

#inicio-arriba span {
  font-weight: 100;
}

#inicio-arriba span:nth-child(2) {
  font-weight: bold;
}

.texto-inicio-arriba {
  margin-left: 12% !important;
  margin-right: 13% !important;
}

@media (max-width: 767px) {
  .texto-inicio-arriba {
    margin-left: 7% !important;
    margin-right: 5% !important;
  }
}

.texto-inicio-arriba h2 {
  font-family: Montserrat-ExtraBold;
  font-size: 29px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .texto-inicio-arriba h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  #enlace-completar-cuestionario {
    padding: 8px;
  }
}

.completar-cuestionario {
  margin-top: 20px;
  border: solid;
  border-width: 2px;
  display: inline-block;
  padding: 10px;
  border-radius: 50px / 50px;
}

.btn-inicio-arriba,
.btn-inicio-arriba:hover {
  margin-top: 20px;
  background-color: transparent;
  border: solid;
  border-width: 2px;
  display: inline-block;
  border-radius: 50px / 50px;
  text-decoration: none;
  color: white;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat-Bold;
}

.completar-cuestionario a {
  text-decoration: none;
  color: white;
  padding: 10px;
  font-family: Montserrat-Bold;
}

#inicio-abajo {
  background-color: #ffffff;
  border-top-left-radius: 20px;
  /* border-left: 1px solid #dfdfdf; */
  padding-top: 30px;
  color: #002566;
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  #inicio-abajo {
    border-top-left-radius: 25px;
    background-color: #ffffff;
  }
}

#inicio-abajo p {
  /* font-weight: lighter; */
  font-size: 14px;
  color: #002566;
}

.texto-inicio-abajo {
  margin-top: 20px;
  margin-left: 14% !important;
  margin-right: 20% !important;
  /* margin: 0 auto; */
}

@media (max-width: 1107px) {
  .texto-inicio-abajo a:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 1027px) {
  .texto-inicio-abajo a:first-of-type {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .texto-inicio-abajo a:first-of-type {
    margin-right: 10px;
    margin-bottom: 25px;
  }
}

@media (max-width: 966px) {
  .texto-inicio-abajo a:first-of-type {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .texto-inicio-abajo {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 40px 0px;
  }
}

.texto-inicio-abajo h4 {
  font-family: Montserrat-Bold;
  font-size: 24px;
  color: #002566;
}

@media (max-width: 767px) {
  .texto-inicio-abajo h4 {
    font-family: Montserrat-Regular;
    font-size: 17px;
  }
}

.texto-inicio-abajo:nth-child(2) {
  justify-content: space-evenly;
}

.texto-inicio-abajo .fila-superior {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

@media (min-width: 768px) {
  .fila-superior img {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .texto-inicio-abajo .fila-superior {
    display: block;
    text-align: justify;
  }
}

@media (min-width: 470px) and (max-width: 767px) {
  .fila-superior img {
    max-width: 300px;
  }
}

.texto-inicio-abajo .fila-superior > div {
  margin: 15px;
}

/****** SOLICITAR CONSULTAS */

#primera-pantalla-solicitar-chat-desktop {
  display: block;
}

@media (max-width: 999px) {
  #primera-pantalla-solicitar-chat-desktop {
    display: none;
  }
}

@media (min-width: 1000px) {
  #primera-pantalla-solicitar-chat-mobile {
    display: none;
  }
}

.cabecera-solicitar-chat {
  padding: 35px 36px 10px;
}

#primera-pantalla-socilitar-chat-desktop #inicio-arriba {
  color: #211a24 !important;
  font-family: Montserrat-Bold;
  padding-top: 20px;
  padding-bottom: 20px;
}

#primera-pantalla-solicitar-chat-desktop #medicos-abajo {
  background-color: #e6e6e6;
  padding-top: 30px;
  color: #211a24;
  padding-bottom: 45px;
  padding-top: 40px;
}

.solicitar-chat.listado-medicos {
}

.solicitar-chat.listado-medicos .fila-medico {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: flex;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
}

.solicitar-chat.listado-medicos .datos-medico {
  padding: 10px 0;
  width: 85%;
  display: flex;
  align-items: center;
}

.solicitar-chat.listado-medicos .datos-medico .fila-datos {
  flex-flow: column;
  margin-left: 15px;
}

.solicitar-chat.listado-medicos .datos-medico .fila-datos h4 {
  margin-bottom: 5px;
}

.solicitar-chat.listado-medicos .datos-medico .disponibilidad {
  font-size: 14px;
}

.solicitar-chat.listado-medicos .avatar-medico {
  width: 70px;
  height: 70px;
}

.avatar-medico .iniciales {
  font-size: 32px;
  color: white;
}

.fila-medico-chat .avatar-medico .iniciales {
  font-size: 14px !important;
}

.solicitar-chat.listado-medicos .favorito-medico {
  width: 15%;
  background-color: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/****** Imagen médico popup ************/

#popup-chat-activo .avatar-medico {
  border-radius: 50%;
  padding: 10px;
}

.avatar-medico.especialito {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
}

/****** Imagen médico valoracion ***********/

.contenedor-valoracion .avatar-medico {
  width: 80px;
  height: 80px;
  border-radius: 50%;

  margin-bottom: 0px;
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  position: relative;
}

/****** SOLICITAR VIDEOCONSULTAS */
.solicitar-consultas {
  margin-top: 20px;
  border: solid;
  border-width: 2px;
  display: inline-block;
  padding: 10px;
  border-radius: 50px / 50px;
  margin-right: 50px;
}

.solicitar-consultas a {
  text-decoration: none;
  color: #211a24;
  font-family: Montserrat-Bold;
}

.btn-inicio-abajo,
.btn-inicio-abajo:hover {
  font-family: Montserrat-Bold;
  background-color: white;
  border: solid;
  border-width: 2px;
  border-radius: 50px / 50px;
  color: #211a24;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .btn-inicio-abajo {
    width: 100%;
    margin-bottom: 20px;
  }
}

.notify {
  top: 15px;
  right: 0;
}

.notify .heartbit {
  border-color: #88c23f !important;
  top: -18px;
  right: -3px;
  height: 27px;
  width: 28px;
}

.notify .point {
  background-color: #88c23f !important;
  width: 10px;
  height: 10px;
}

.notify .heartbit-no {
  top: -18px;
  right: -3px;
  height: 27px;
  width: 28px;
  position: absolute;
  z-index: 10;
  border: 5px solid #fc4b6c !important;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.notify .point-no {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fc4b6c !important;
  position: absolute;
  right: 6px;
  top: -10px;
}

@media (min-width: 1200px) {
  .contenedor-botones a {
    width: 45%;
  }

  .contenedor-botones a:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .contenedor-botones a {
    width: 45%;
    padding: 8px;
  }

  .contenedor-botones a:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .contenedor-botones a {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contenedor-botones a {
    width: 100%;
  }
}

/************** CUERPO PÁGINA ************************************************/
#cuerpo-pagina {
  border-left: 1px solid #dfdfdf;
  /* min-height: 78vh; */
  /* min-height: 66vh; */
  background-color: #ffffff;
}

.page-wrapper {
  padding-bottom: 0;
}

.margenes-cuerpo-pagina {
  padding: 0 150px;
}

@media (min-width: 768px) {
  .margenes-cuerpo-pagina {
    margin-bottom: 50px;
  }
}

@media (max-width: 975px) {
  .margenes-cuerpo-pagina {
    padding: 0 100px;
  }
}

@media (max-width: 840px) {
  .margenes-cuerpo-pagina {
    padding: 0 80px;
  }
}

@media (max-width: 575px) {
  .margenes-cuerpo-pagina {
    padding: 0 35px;
  }

  .margenes-cuerpo-pagina.historial-asistencias {
    padding: 0 0 !important;
  }
}

@media (max-width: 400px) {
  .margenes-cuerpo-pagina {
    /* padding: 70px 15px 0px !important; */
  }
}

/************** SOLICITAR CONSULTA *******************************************/

.solicitar-consulta.titulo-negrita {
  font-size: 24px;
}

/************** COMÚN HISTORIA CLÍNICA E HISTORIAL CONSULTAS *****************/
.border-menu-historial {
  border-bottom: 2px solid #ededed;
}

.enlace-menu-historial {
  color: inherit;
  font-family: Montserrat-Bold;
  font-size: 14px;
}

.enlace-menu-historial:hover {
  color: inherit;
}

/************** HISTORIA CLÍNICA *********************************************/
#contenedor-porcentaje {
  max-width: 450px;
  margin-top: 30px;
}

#contenedor-porcentaje #contenedor-circulo-porcentaje {
  flex: 30%;
}

@media (min-width: 390px) {
  #contenedor-porcentaje #contenedor-circulo-porcentaje {
    display: flex;
    justify-content: center;
  }
}

#contenedor-porcentaje #contenedor-descripcion-porcentaje {
  padding-top: 10px;
  flex: 70%;
  color: #52385b;
}

@media (max-width: 482px) {
  #contenedor-porcentaje #contenedor-descripcion-porcentaje {
    padding-left: 7px;
    padding-top: 0;
  }
}

@media (max-width: 465px) {
  #contenedor-porcentaje #contenedor-descripcion-porcentaje {
    padding-left: 7px;
  }
}

#circulo-porcentaje {
  width: 65px;
}

.contenedor-circulo-porcentaje {
  flex: 20%;
  justify-content: flex-end;
}

#contenedor-porcentaje #contenedor-descripcion-porcentaje {
  flex: 80%;
}

#contenedor-listado-principal-cuestionario {
  /* margin-top: 50px; */
  margin-left: 15px;
  margin-right: 15px;
}

.caja-titulo-apartado,
.caja-titulo-subcategoria,
.caja-titulo-cuenta {
  position: relative;
  border-bottom: 2px solid #ededed;
  cursor: pointer;
}

.caja-titulo-apartado.apartado-disabled {
  opacity: 0.45;
}

.caja-titulo-apartado.apartado-disabled
  .color-subtitulo-lista-apartados-completa-informacion {
  color: inherit;
}

.icono-caja-titulo-apartado,
.icono-caja-titulo-subcategoria {
  justify-content: flex-end;
}

.texto-caja-titulo-apartado {
  padding-top: 16px;
}

.texto-caja-titulo-subcategoria {
  max-width: 220px;
}

.titulo-apartado-caja-titulo-apartado,
.titulo-subcategoria-caja-titulo-subcategoria {
  font-family: Montserrat-Bold;
  margin-bottom: 5px;
  color: #002f82;
}

.subtitulo-apartado-caja-titulo-apartado {
  font-size: 12px;
  color: #553b5e;
}

.flecha-caja-titulo-apartado,
.flecha-caja-titulo-subcategoria,
.flecha-caja-titulo-cuenta {
  color: #373a3c;
  position: absolute;
  right: 0;
  top: 26px;
}

.flecha-caja-titulo-cuenta {
  top: 0;
}

#contenedor-cuerpo-apartados {
  margin-top: 20px;
}

.titulo-cuerpo-apartado-subcategoria {
  display: inline;
  color: inherit;
  font-family: Montserrat-Bold;
}

.group-si-no {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.selector {
  padding: 8px 0;
  width: 50%;
  float: left;
  text-align: center;
  border-radius: 40px;
  font-family: Montserrat-Bold;
  transition: all 0.4s;
}

.selector-no {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.selector-si {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.botonera-apartados button:not(:last-of-type) {
  margin-right: 10px;
}

#barra-progreso-cuestionario {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circulo-progreso {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border: none;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
}

/* .circulo-progreso.circulo-progreso-no-completado {
	background-color: transparent;
	border: 1px solid #bbbbbb;
} */
.circulo-progreso.circulo-progreso-completado {
  border: none;
}

.barra-progreso {
  height: 2px;
  width: 36px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  display: inline-block;
  transition: all 0.4s;
}

.barra-progreso-tutores {
  width: 50px;
}

@media (max-width: 479px) {
  .barra-progreso {
    width: 25px;
  }

  .barra-progreso-tutores {
    width: 100px;
  }
}

@media (max-width: 415px) {
  .circulo-progreso {
    width: 10px;
    height: 10px;
  }
}

.titulo-subida p {
  margin-bottom: 0;
}

#contenedor-vista-historico {
  margin-top: -90px;
  margin-left: 35px;
}

.cabecera-vista-historico {
  display: flex;
  justify-content: center;
  padding: 25px 25px 50px 25px;
}

@media (max-width: 767px) {
  .cabecera-vista-historico {
    padding-top: 0px;
  }
}

.contenido-cabecera-vista-historico {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
}

.imagen-perfil.imagen-perfil-vista-historico {
  border: 2px solid #ffffff;
  width: 75px;
  height: 75px;
}

.avatar-paciente.imagen-perfil-vista-historico {
  width: 75px;
  height: 75px;
  font-size: 24px !important;
}

.avatar-paciente.imagen-perfil-vista-historico .iniciales {
  font-size: 24px !important;
}

.cuerpo-vista-historico {
  max-width: 600px;
  margin: 0 auto;
  margin-top: -25px;
  background-color: #ffffff;
  padding-top: 20px;
}

@media (max-width: 640px) {
  .cuerpo-vista-historico > div:not(.datos-basicos-vista-historico),
  small {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.datos-basicos-vista-historico {
  text-align: center;
  margin-bottom: 30px;
}

.cuerpo-vista-historico .color-grey {
  color: #988e9c;
}

.datos-basicos-vista-historico h3,
.datos-basicos-vista-historico small {
  color: inherit;
}

.datos-basicos-vista-historico h3 {
  margin-bottom: 0px;
}

.datos-basicos-vista-historico small {
  color: #988e9c;
}

.datos-generales-medidas {
  position: absolute;
  right: 16px;
  top: 12px;
}

.contenedor-flecha-atras {
  position: absolute;
  bottom: 20px;
  left: 25px;
  border: 1px solid #fcfcfc;
  border-radius: 50%;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 3px 10px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 10px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  padding: 8px;
  cursor: pointer;
}

.flecha-abajo-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #ffffff;
  -webkit-mask: url("/assets/icons/ui/flecha_abajo.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/flecha_abajo.svg") no-repeat center !important;
}

.check-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/ui/check.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/check.svg") no-repeat center !important;
}

.contenedor-flecha-atras.apartado {
  left: 60px;
}

@media (max-width: 1050px) {
  .cuerpo-vista-historico {
    padding-bottom: 20px;
  }

  .contenedor-flecha-atras {
    bottom: 10px;
    display: block;
  }
}

@media (max-width: 767px) {
  .contenedor-flecha-atras {
    display: none;
  }
}

/******* RECOMENDACIÓN ************************/

.modal-recomendacion-consulta .modal-sustituta {
  top: 200px;
  box-shadow: none !important;
}

/************** ELEMENTOS MENU SUPERIOR MOBILE *******************************/
.vitaly-comunicacion-menu-superior {
  position: absolute;
  right: 30px;
  top: 8px;
}

.avatar-container-minimal {
  display: flex;
  justify-content: center;
  height: 40px;
  /* Altura ajustada a 35px */
  width: 40px;
  /* Ancho ajustado a 35px */
  border-radius: 50%;
  /* Para hacerlo circular */
  background-color: #fff;
  /* Fondo blanco para un aspecto limpio */
  padding: 6px;
  /* Ajusta el espacio entre el borde y la imagen */
}

#menu-superior-mobile {
  width: 100vw;
  padding: 16px 0;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 100;
}

#menu-superior-mobile > .row {
  position: relative;
}

.hamburguesa-menu-superior {
  position: absolute;
  right: 80px;
  top: 15px;
  font-size: 32px;
}

.imagen-perfil-mobile {
  position: absolute;
  right: 65px;
  top: 10px;
  width: 35px !important;
  height: 35px !important;
}

.iniciales-perfil-mobile {
  position: absolute;
  right: 57px;
  top: 10px;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  background-color: #5f2eea;
}

.flecha-imagen-mobile {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  font-size: 10px;
  padding: 0;
  text-align: center;
  padding-bottom: 2px;
}

.icono-menu-superior {
  position: absolute;
  right: 40px;
  top: 15%;
  cursor: pointer;
  font-size: 32px;
}

.super-overflow-x {
  overflow-x: hidden !important;
}

/*** CHAT */

.contenedor-chat {
  background-color: white;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  flex-flow: column;
}

.elementos-desktop {
  display: none;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  flex: 1 1;
}

.elementos-desktop .cuerpo-chat {
  height: 100%;
  overflow-y: hidden;
  flex: 1 1;
}

@media (min-width: 1000px) {
  .elementos-desktop {
    display: flex;
  }
}

.elementos-desktop .datos-medicos-desktop {
  width: 30%;
}

.elementos-desktop .fila-datos-medico .avatar-medico-chat {
  padding: 10px;
}

.elementos-desktop .fila-datos-medico .avatar-medico {
  width: 80px;
  height: 80px;
  border-radius: 50%;

  margin-bottom: 0px;
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
}

.elementos-desktop .descripcion-medico-desktop {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.elementos-desktop .datos-medico {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e3e3e3;
}

.elementos-desktop .parte-derecha {
  justify-content: center;
}

.cabecera-chat {
  background-color: #002f82;
  color: white;
}

.cabecera-chat .atras-svg {
  margin-left: 10px;
  cursor: pointer;
}

.cabecera-chat-desktop {
  display: none;
  background-color: #002f82;
  color: white;
}

@media (min-width: 1000px) {
  .cabecera-chat {
    display: none !important;
  }

  .solicitar-horario,
  .solicitar-horario-pago {
    max-width: 250px;
  }

  .cabecera-chat-desktop {
    display: flex;
  }
}

.cabecera-chat-desktop .a-derecha-1 {
  margin-left: auto;
}

.cabecera-chat-desktop .a-derecha-2 {
  margin-left: 40px;
  margin-right: 40px;
}

.tarjeta-medico-grande {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .tarjeta-medico-grande {
    margin-bottom: 50px;
  }
}

.avatar-medico-solicitar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-color: white;
  margin: 0 auto;
  margin-bottom: 25px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  border: 2px solid white;
}

.avatar-medico-solicitar.disponible {
  border-color: #3ab063;
}

.avatar-medico-solicitar.disponible .notify {
  bottom: -87px;
  right: 2px;
  top: unset;
}

.avatar-medico-solicitar.disponible .notify .point {
  width: 20px;
  height: 20px;
  border: 2px solid white;
}

.fila-medico .avatar-medico.disponible {
  border-color: #3ab063;
}

.fila-medico .avatar-medico.disponible .notify {
  bottom: -55px;
  right: -9px;
  top: unset;
}

.fila-medico .avatar-medico.disponible .notify .point {
  width: 20px;
  height: 20px;
  border: 2px solid white;
}

.fila-medico-chat .avatar-medico {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 0;
  margin-bottom: 0;
  background-position: center;
  background-size: cover;
  border: 2px solid white;
  justify-content: space-between;
}

.fila-medico-chat .parte-derecha {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e3e3e3;
}

.fila-medico-chat {
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
  display: flex;
}

@media (min-width: 1000px) {
  .fila-medico-chat {
    display: none;
  }
}

.fila-opciones {
  color: #211a24;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  top: 90px;
  background-color: white;
  left: 0px;
  right: 125px;
  z-index: 220;
  -webkit-box-shadow: 0 3px 9px rgba(64, 64, 64, 0.28);
  box-shadow: 0 3px 9px rgba(64, 64, 64, 0.28);
}

.fila-opciones p {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 10px;
  cursor: pointer;
}

.fila-opciones p:first-child {
  border-bottom: 1px solid #ededed;
}

.cuerpo-chat {
  flex: 1 1;
}

.contenedor-chat > .cuerpo-chat {
  height: calc(100% - 100px);
  padding-bottom: 15px;
}

@media (min-width: 1000px) {
  .contenedor-chat > .cuerpo-chat {
    display: none !important;
  }

  .cuerpo-chat {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .cuerpo-chat {
    width: 65%;
  }

  .datos-medicos-desktop {
    width: 35%;
  }
}

@media (min-width: 1300px) {
  .cuerpo-chat {
    width: 60%;
  }

  .datos-medicos-desktop {
    width: 40%;
  }
}

.listado-mensajes::-webkit-scrollbar {
  width: 11px;
}

.listado-mensajes::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.listado-mensajes::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.listado-mensajes {
  padding-top: 10px;
  /* overflow-y: scroll; */
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.listado-mensajes.escribiendo {
  height: calc(100% - 85px);
  min-height: 575px;
}

.listado-mensajes.no-escribiendo {
  height: calc(100% - 60px);
}

.linea-mensaje-medico {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 8px;
}

.contenedor-mensaje-medico {
  position: relative;
  margin-right: 24px;
  margin-left: 15px;
}

.contenedor-mensaje-medico.con-imagen {
  margin-left: 10px;
  /* margin-bottom: 8px; */
  display: flex;
}

.contenedor-mensaje-medico.sin-imagen {
  margin-left: 50px;
  /* margin-bottom: 8px; */
}

.contenedor-mensaje-medico .avatar-paciente {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}

.contenedor-mensaje-medico .mensaje-medico {
  background-color: #d60375;
  color: white;
  padding: 5px 24px;
  border-radius: 25px;
  max-width: 700px;
}

.contenedor-mensaje-medico.con-imagen .mensaje-medico {
  display: inline-block;
}

.contenedor-mensaje-medico.sin-imagen .mensaje-medico {
  display: block;
}

.contenedor-mensaje-paciente.arreglo-imagenes-chat,
.contenedor-mensaje-medico.arreglo-imagenes-chat {
  padding: 5px 5px;
}

.arreglo-imagenes-chat .mensaje-medico {
  padding: 5px;
}

.mensaje-medico.imagen-enviada {
  margin-left: 24px;
  padding: 4px;
  background-color: white;
}

.mensaje-medico.imagen-enviada img {
  border-radius: 25px;
}

.linea-mensaje-paciente {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 12px;
}

.contenedor-mensaje-paciente {
  margin-right: 18px;
  background-color: white;
  padding: 5px 24px;
  border-radius: 25px;
  max-width: 700px;
}

.contenedor-mensaje-paciente.imagen {
  padding: 10px;
}

.contenedor-mensaje-paciente img {
  border-radius: 20px;
}

.imagen-en-chat {
  max-width: 390px;
  border-radius: 20px;
  cursor: pointer;
}

@media (max-width: 1800px) {
  .contenedor-mensaje-medico {
    max-width: 500px;
  }
}

@media (max-width: 1500px) {
  .contenedor-mensaje-paciente .mensaje-paciente {
    max-width: 400px;
  }

  .contenedor-mensaje-medico {
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  .border-chat {
    width: calc(100% - 257px - 76px);
  }
}

@media (max-width: 490px) {
  .imagen-en-chat {
    max-width: 100%;
  }
}

.contenedor-mensaje-paciente .mensaje-paciente {
  color: #211a24;
}

.contenedor-chat .listado-chat {
  background-color: #e6e6e6;
}

.contenedor-chat .notificacion-escribiendo {
  height: 25px;
  background-color: #e6e6e6;
  color: #211a24;
}

.contenedor-chat .notificacion-escribiendo span {
  margin-left: 15px;
}

.contenedor-chat .controles-chat {
  border-top: 1px solid #e3e3e3;
  bottom: 0;
  padding-bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 50px;
}

.botones-control-chat {
  border-bottom: 1px solid #ededed;
  border-top: 2px solid #e2e2e2;
  cursor: pointer;
}

.contenedor-finalizar-chat {
  border-left: 1px solid #ededed;
}

.listado-mensajes {
  background-color: #e6e6e6;
  overflow-x: hidden;
}

.fila-adjuntar {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 70px;
  height: 110px;
  /* background-color: #99beff; */
  border-radius: 10px;
}

.fila-adjuntar button {
}

.fila-adjuntar .inicio-svg {
  margin: 0;
}

.fila-adjuntar span {
  color: #002f82;
}

.fila-adjuntar .row {
  height: 100%;
}

.fila-adjuntar .d-flex {
  flex-flow: column;
}

.btn-adjuntar {
  background-color: #ededed;
  border-radius: 10;
  padding: 0;
  padding: 8px;
  border-radius: 24px;
  margin-right: 10px;
}

.btn-adjuntar.active {
  background-color: #211a24;
  color: #bbc8cd;
}

.btn-adjuntar.active .adjuntar-svg {
  background-color: #bbc8cd;
  color: #bbc8cd;
}

.adjuntar-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/ui/chat/adjuntar.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/chat/adjuntar.svg") no-repeat center !important;
}

.enviar-svg {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/ui/chat/enviar.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/chat/enviar.svg") no-repeat center !important;
}

.contenedor-mensaje {
  margin-right: -30px;
}

.input-chat {
  border-radius: 25px;
  background-color: #ededed;
  border: 1px solid#E6E6E6;
  padding: 8px;
  text-indent: 10px;
  width: 80%;
}

.icono-input-chat {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 10px;
  background-color: #d60374;
  width: 24px;
  height: 24px;
  -webkit-mask: url("/assets/icons/menu_lateral/home_unfilled.svg") no-repeat
    center !important;
  mask: url("/assets/icons/menu_lateral/home_unfilled.svg") no-repeat center !important;
}

.contenedor-datos-medico .datos {
  padding: 40px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;

  text-align: center;
  border-bottom: 1px solid#E6E6E6;
  background-color: #ededed;
  color: #211a24;
}

.contenedor-datos-medico .datos h3 {
  color: #211a24;
}

.margenes-cuerpo-pagina .avatar-medico {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-color: white;
  margin: 0;

  background-position: center;
  background-size: cover;
  /* transform: translate(-50%); */
  border: 2px solid white;
}

.contenedor-avatar-medico .avatar-medico {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-color: white;
  margin: 0;

  background-position: center;
  background-size: cover;
  /* transform: translate(-50%); */
  border: 2px solid white;
}

.contenedor-datos-medico .avatar-medico {
  /* 	width: 100px;
	height: 100px;
	border-radius: 50%;
	border-color: white;
	margin: 0;

	background-position: center;
	background-size: cover;
 
	border: 2px solid white; */
}

#contenedor-boton-reabrir-chat {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.contenedor-datos-medico .descripcion {
  margin-top: 15px;
  color: #211a24;
  border-bottom: 1px solid#ededed;
  padding-left: 25px;
  padding-right: 35px;
}

.contenedor-datos-medico .horario {
  margin-top: 15px;
  color: #211a24;
  border-bottom: 1px solid#ededed;
  padding-left: 25px;
  padding-right: 35px;
}

.contenedor-datos-medico .horario span {
  font-size: 15px;
  margin-bottom: 10px;
}

.contenedor-datos-medico .favorito {
  border-bottom: 1px solid#ededed;
  padding-left: 25px;
}

.titulo-negrita {
  font-family: Montserrat-Bold;
  color: #002566;
}

.img-chat {
  max-width: 120px;
}

#segunda-pantalla-solicitar-chat {
  padding: 24px 40px;
}

#segunda-pantalla-solicitar-chat p {
  font-size: 14px;
}

#segunda-pantalla-solicitar-chat .eleccion-consulta-selector-si-no {
  min-height: 55px;
}

.listado-mensajes .avatar-medico {
  width: 38px;
  height: 38px;
  font-size: 16px !important;
  border-radius: 50%;
  margin-right: 2px;
}

.listado-mensajes .avatar-medico .iniciales {
  font-size: 16px !important;
}

@media (min-width: 1000px) {
  #segunda-pantalla-solicitar-chat {
    padding: 0 200px;
  }
}

/**** VIDEOCONSULTA ****************/

.card-outline-info {
  border-color: transparent !important;
}

#motivo-consulta {
  background-color: #e6e6e6 !important;
}

.zona-horaria {
  background-color: #e6e6e6 !important;
}

.bootstrap-select {
  background-color: #fdfafa !important;
  border: #000000;
}

.bootstrap-select button {
  background-color: #fdfafa !important;
  border: #000000;
}

.bootstrap-select .dropdown-menu.show {
  background-color: #fdfafa !important;
}

.bootstrap-select .inner.show {
  background-color: #fdfafa !important;
}

#mensaje-consulta-generada-negrita {
  font-family: Montserrat-Bold;
}

.form-actions {
  text-align: right;
}

#fecha-consulta {
  background-color: #e6e6e6 !important;
  padding-left: 35px;
  padding-top: 19px;
  font-size: 15px;
  padding-bottom: 0px;
  position: relative;
  height: 48px;
}

#hora-consulta {
  background-color: #e6e6e6 !important;
  padding-left: 35px;
  padding-top: 19px;
  font-size: 15px;
  padding-bottom: 0px;
  position: relative;
  height: 48px;
}

.icono-input {
  position: absolute;
  top: 13px;
  left: 23px;
}

.label-input {
  position: absolute;
  left: 54px;
  top: 4px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .form-actions {
    text-align: center;
  }

  .btn-t3,
  .btn-t2,
  .btn-t1,
  .btn-cancelar {
    width: 100%;
  }
}

.card-invitar.card-body-modal {
  padding: 0 !important;
}

/******* HISTORIAL CONSULTAS *****************************/

.modal-completa {
  max-width: 100% !important;
  width: 100%;

  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .modal-completa {
    min-height: 100vh;
  }
}

.margenes-historial-consultas {
  padding: 0 150px !important;
}

@media (min-width: 768px) {
  .motivo-consulta {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 975px) {
  .margenes-historial-consultas {
    padding: 0 100px !important;
  }
}

@media (max-width: 840px) {
  .margenes-historial-consultas {
    padding: 0 80px !important;
  }
}

@media (max-width: 575px) {
  .margenes-historial-consultas {
    padding: 0 35px !important;
  }

  .margenes-historial-consultas .historial-asistencias {
    padding: 0 0 !important;
  }
}

@media (max-width: 400px) {
  .margenes-historial-consultas {
    padding: 0px 15px 0px !important;
  }
}

.contenedor-filtros-consultas {
  width: 100%;
}

.switch-solo-informes {
  cursor: pointer;
}

#contenedor-filtros {
  cursor: pointer;
}

#contenedor-filtros .fa-filter {
  font-size: 25px;
  margin-right: 10px;
}

.card-consulta {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-bottom: solid 1px #fff9e5;
  background-color: #ffffff;
}

.card-consulta .card-header {
  border-bottom: solid 1px #ffffff;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
}

.switch-off-svg {
  width: 25px;
  height: 27px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/ui/formularios/switch_inactive.svg")
    no-repeat center !important;
  mask: url("/assets/icons/ui/formularios/switch_inactive.svg") no-repeat center !important;
}

.filtro-svg {
  width: 25px;
  height: 27px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/ui/filtro.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/filtro.svg") no-repeat center !important;
}

.switch-on-svg {
  width: 25px;
  height: 27px;
  margin-right: 5px;
  background-color: #8f1785;
  -webkit-mask: url("/assets/icons/ui/formularios/switch_active.svg") no-repeat
    center !important;
  mask: url("/assets/icons/ui/formularios/switch_active.svg") no-repeat center !important;
}

.modal-filtros #cuerpo-modal {
  flex: 0;
}

.modal-filtros #modal-sustituta {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  .modal-filtros #modal-sustituta {
    height: 100vh;
  }
}

.modal-filtros .fecha-desde {
  background-color: #e6e6e6 !important;
  padding-left: 35px;
  margin-left: 5px;
  padding-top: 0px;
  font-size: 15px;
  padding-bottom: 0px;
  position: relative;
}

.modal-filtros .fecha-hasta {
  background-color: #e6e6e6 !important;
  padding-left: 35px;
  margin-left: 5px;
  padding-top: 0px;
  font-size: 15px;
  padding-bottom: 0px;
  position: relative;
}

.modal-filtros .label-input {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 13px;
}

.modal-filtros .label-input-desde {
  position: absolute;
  left: -11px;
  top: 12px;
  font-size: 13px;
}

.modal-filtros .icono-input {
  position: absolute;
  right: 20px !important;
  left: auto;
}

.historial-asistencias #cuerpo-modal h5 {
  position: absolute;
  top: 25px;
}

.historial-asistencias .card-body-modal {
  padding: 0 !important;
}

.texto-chico {
  font-family: Montserrat-Regular;
  font-size: 14px;
}

.row.fechas {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.basura-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/ui/basura.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/basura.svg") no-repeat center !important;
}

.cerrar-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  -webkit-mask: url("/assets/icons/ui/cerrar.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/cerrar.svg") no-repeat center !important;
}

.atras-svg {
  width: 24px;
  height: 24px;
  background-color: #211a24;
  margin-right: 5px;
  -webkit-mask: url("/assets/icons/ui/flecha_atras.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/flecha_atras.svg") no-repeat center !important;
}

.atras-desktop-svg {
  width: 30px;
  height: 30px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/ui/flecha_atras_desktop.svg") no-repeat
    center !important;
  mask: url("/assets/icons/ui/flecha_atras_desktop.svg") no-repeat center !important;
}

.menu-hamb {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  -webkit-mask: url("/assets/icons/ui/menu-hamb.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/menu-hamb.svg") no-repeat center !important;
}

.elementos-listado-consultas {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #e6e6e6;
}

.btn-cancelar-cita {
  border: 2px solid #211a24;
  color: #211a24;
  background-color: white;
}

.card-footer-consultas {
  display: flex;
  justify-content: center;
  background-color: white;
}

.receta-svg {
  width: 24px;
  height: 27px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/icons/ui/receta.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/receta.svg") no-repeat center !important;
}

.no-consultas-svg {
  width: 153px;
  height: 148px;
  margin-right: 5px;
  /* background-color: #211A24; */
  -webkit-mask: url("/assets/icons/ui/no_consultas.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/no_consultas.svg") no-repeat center !important;
}

.texto-no-consultas {
  color: #211a24 !important;
  font-size: 18px;
}

.enlace-receta {
  color: #211a24;
  display: flex;
}

.enlace-receta:hover {
  color: #211a24;
}

.paginacion ul {
  /* border: 3px solid #E6E6E6; */
  border-radius: 8px;
}

.flecha-izq-svg {
  width: 15px;
  height: 15px;
  background-color: #002f82;
  -webkit-mask: url("/assets/icons/ui/flecha_izquierda.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/flecha_izquierda.svg") no-repeat center !important;
}

.flecha-der-svg {
  width: 15px;
  height: 15px;
  background-color: #002f82;
  -webkit-mask: url("/assets/icons/ui/flecha_derecha.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/flecha_derecha.svg") no-repeat center !important;
}

.fa-flechita-izquierda::before {
  content: url("/assets/icons/ui/flecha_izquierda.svg") !important;
}

.fa-doble-flechita-izquierda::before {
  content: url("/assets/icons/ui/flecha_izquierda.svg") !important;
}

.fa-flechita-derecha::before {
  content: url("/assets/icons/menu_lateral/corazon_unfilled.svg") !important;
}

.fa-doble-flechita-derecha::before {
  content: url("/assets/icons/menu_lateral/corazon_unfilled.svg") !important;
}

#contenedor-cuestionario-principal .paginacion button {
  border: 3px solid rgb(255, 255, 255);
}

#contenedor-cuestionario-principal .paginacion #pagina {
  border: 0px solid #e6e6e6;
  /* border-radius: 8px !important; */
  background-color: #ffffff;
  color: #002f82;
  font-family: Montserrat-Bold;
}

.adelante-svg {
  width: 24px;
  height: 24px;

  margin-right: 5px;
  -webkit-mask: url("/assets/icons/ui/flecha_adelante.svg") no-repeat center !important;
  mask: url("/assets/icons/ui/flecha_adelante.svg") no-repeat center !important;
}

/**************** FAMILIARES *******************************/

#familiares-abajo {
  background-color: #e6e6e6;
  padding-top: 30px;
  color: #211a24;
  padding-bottom: 45px;
  padding-top: 80px;
}

.tarjeta-paciente {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .tarjeta-paciente {
    margin-bottom: 50px;
  }

  #contenedor-boton-anadir-familiar {
    margin-top: -25px;
  }
}

.avatar-paciente-familiar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-color: white;
  margin: 0 auto;
  margin-bottom: 25px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -80px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  border: 2px solid white;
}

.fondo-gris {
  background-color: #ffffff;
}

.alerta-familiar {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
}

.img-aviso {
  width: 24px;
  height: 24px;
}

.icono-cerrar-aviso {
  position: absolute;
  right: 25px;
  top: 5px;
  cursor: pointer;
}

.tick-correcto-svg {
  width: 48px;
  height: 48px;
  margin-right: 5px;
  background-color: #211a24;
  -webkit-mask: url("/assets/images/correct_tick.svg") no-repeat center !important;
  mask: url("/assets/images/correct_tick.svg") no-repeat center !important;
}

/*** DATOS PERSONALES ******************/
#imagen-paciente {
  border-radius: 100%;
  max-width: 140px;
}

/*** GESTIONAR CUENTA ******************/
.card.card-personalizada {
  box-shadow: none;
}

.imagen-perfil.imagen-perfil-gestionar-cuenta {
  width: 90px;
  height: 90px;
}

.iniciales-perfil.imagen-perfil-gestionar-cuenta {
  width: 70px !important;
  height: 70px !important;
}

.iniciales-perfil.imagen-perfil-gestionar-cuenta p {
  margin-top: 22px !important;
}

/****** CLASES AUXILIARES ***************************/

.height-auto {
  height: auto !important;
}

.chat-svg.no-hover:hover {
  background-color: #ffc600;
}

.videoconsulta-svg.no-hover:hover {
  background-color: #002566;
}

.teleconsulta-svg.no-hover:hover {
  background-color: #002566;
}

/****** FORMULARIO TUTORES ***************************/

@media (max-width: 767px) {
  .contenedor-datos-correctos {
    margin-top: 50px;
  }

  .contenedor-datos-incorrectos {
    margin-top: 50px;
  }

  .modal-tutor-existente {
    margin: 30vh auto;
  }

  .modal-tutor-no-existente {
    margin: 30vh auto;
  }
}

.contenedor-datos-incorrectos {
  margin-top: 10vh;
}

#modal-tutor-no-existente {
  background-color: unset;
}

.modal-tutor-no-existente {
  margin-top: 16vh;
  box-shadow: unset;
}

.modal-tutor-existente {
  margin-top: 16vh;
}

#modal-registro-tutor .modal-content-propia {
  margin-top: 16vh;
}

.datos-incorrectos-svg {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  background-color: #bbc8cd;
  -webkit-mask: url("/assets/images/face_datos_incorrectos.svg") no-repeat
    center !important;
  mask: url("/assets/images/face_datos_incorrectos.svg") no-repeat center !important;
}

.info-big-svg {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  background-color: #bbc8cd;
  -webkit-mask: url("/assets/images/info-big.svg") no-repeat center !important;
  mask: url("/assets/images/info-big.svg") no-repeat center !important;
}

/***** INICIO TUTORES **************************************/

.card-inicio-tutores {
  border-color: #d7dfe3;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.icono-tipo-consulta {
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  width: 40px;
  height: 40px;
}

/*** PIE PÁGINA ***/
@media (max-width: 767px) {
  .sub-footer {
    margin-bottom: 70px;
  }

  .col-certificado-footer {
    padding-bottom: 8px;
  }
}

#footer-paciente p {
  font-size: 12px;
}

.col-certificado-sello {
  text-align: left !important;
}

.enlace-footer,
.enlace-footer:hover {
  color: inherit;
  text-decoration: none;
}

.mid-footer {
  border-bottom: 0px solid #bcc9ce;
}

.footer {
  left: 0;
}

.logo-empresa-footer {
  max-height: 25px;
}

.texto-footer {
  text-align: center;
}

/********* AJUSTES JUAN ASISTENTE TUTORES ******/
.small-fecha-nac {
  position: absolute;
  z-index: 999;
}

.form-apellidos {
  margin: 0px 0px 8px 0px !important;
}

.form-sexo {
  margin: 0px 0px 8px 0px !important;
}

.col-fecha-nac-dia,
.col-fecha-nac-mes,
.col-fecha-nac-ano,
.col-timezone {
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .col-timezone {
    margin-top: 0px !important;
  }

  .small-fecha-nac {
    padding-left: 0px !important;
  }

  .form-apellidos {
    margin: 0px 0px 20px 0px !important;
  }

  .form-sexo {
    margin: 0px 0px 5px 0px !important;
  }
}

.cabecera-listado-eps {
  align-items: end;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media (max-width: 400px) {
  .cabecera-listado-eps {
    margin-bottom: 30px;
    height: 250px;
    background-position: bottom;
  }

  .margenes-cuerpo-pagina.eps > .row {
    padding: 0px !important;
  }
}

/******* GRAFICO HISTORICO DE ANTECEDENTES MEDICOS DE PACIENTE *******/

.contenedor-principal {
  margin-bottom: 50px;
}

.panel-seleccion-grafico {
  padding: 10px 0px 10px 0px;
}

.panel-seleccion-grafico .lista-campos-grafico {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.panel-seleccion-grafico .lista-campos-grafico li {
  padding: 5px 5px 5px 5px;
  border-bottom: 2px solid #ededed;
}

.panel-seleccion-grafico .lista-campos-grafico li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.listado-apartados-historial .contenedor-tabla {
  overflow-y: scroll;
  max-height: 150px;
}

.listado-apartados-historial .contenedor-tabla table {
  width: 100%;
  font-size: 0.9rem;
}

.listado-apartados-historial .contenedor-tabla table td {
  padding: 0.2rem !important;
}

.boton-propiedad.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.listados-apartados-historial .listado-apartados-historial {
  padding: 0px 20px 0px 0px !important;
}

#apartado-datos-generales-historia .cabecera-historial {
  margin-bottom: 50px;
}

.contenedor-grafico {
  height: 700px;
}

/********************* RESPONSIVE PARA EL GRAFICO ******************/

/*/////   MOVILES  */
@media (max-width: 468px) {
  .contenedor-grafico {
    height: 200px !important;
  }

  .listados-apartados-historial .listado-apartados-historial {
    padding: 0px 20px !important;
  }
}

/*/////   TABLETS  */
@media (max-width: 768px) {
  .panel-seleccion-grafico {
    display: none;
  }

  .contenedor-grafico {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #apartado-datos-generales-historia .contenedor-titulo {
    margin: 50px 0 20px;
  }

  #apartado-datos-generales-historia .contenedor-fecha-historial {
    margin: 0 0 10px;
  }

  .contenedor-principal {
    margin-bottom: 30px;
  }

  #apartado-datos-generales-historia .cabecera-historial {
    margin-bottom: 20px;
  }
}

/****** TABLET MIN ****/
@media (min-width: 767px) {
  .contenedor-grafico {
    height: 300px;
  }
}

/********* PORTATILES */
@media (max-width: 1280px) {
  .contenedor-grafico {
    height: 700px;
  }

  .panel-seleccion-grafico .lista-campos-grafico {
    font-size: 0.8rem;
  }
}

/****** TABLET MIN ****/
@media (min-width: 1279px) {
  .contenedor-grafico {
    height: 700px;
  }
}

/******** PANTALLAS GRANDES */
@media (min-width: 1281px) {
  .panel-seleccion-grafico {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .contenedor-grafico {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
}

.contenedor-flecha-eps {
  position: absolute;
  top: -17px;
  right: 19px;
  border-radius: 50%;
  background: white;
  padding: 5px;
}

@media (min-width: 1200px) {
  .cabecera-listado-eps .contenedor-fila-avatar {
    max-width: 10%;
  }
}

.canvas-webcam {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0, 0.8);
  display: none;
}

#webcam {
  max-width: 500px !important;
  max-height: 350px !important;
}

.boton-tomar-imagen {
  padding: 25px;
  background: white;
  width: 25px;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}

.cerrar-canvas-webcam {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 2rem !important;
  color: white;
  padding: 10px 20px;
  font-family: helvetica;
}

.contenedor-webcam {
  margin: 100px auto 0 auto;
  max-width: 500px;
}

@media (max-width: 468px) {
  #webcam {
    width: 100vw !important;
  }

  .contenedor-webcam {
    margin: 200px auto 0 auto;
  }

  .botonera-webcam {
    position: fixed;
    bottom: 30px;
    width: 100vw;
  }
}

.borrar-imagen {
  color: white;
  margin-top: 10px;
  padding-left: 20px;
}

.aceptar-foto {
  color: rgb(255, 255, 255, 0.2);
  margin-top: 8px;
  padding-right: 20px;
}

.girar-camara {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 2rem !important;
  color: white;
  padding: 10px 20px;
  font-family: helvetica;
}

.spinner {
  box-sizing: border-box;
  border: 16px solid #e6efff;
  /* Light grey */
  border-top: 16px solid #004acc;
  /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
