@charset "UTF-8";
/*===== VARIABLES CSS =====*/
:root {
  --header-height: 3rem;
  --nav-width: 235px;
  /*===== Colors =====*/
  --first-color: #1463da;
  --first-color-light: #ffffff;
  --white-color: #F7F6FB;
  /*===== Font and typography =====*/
  --body-font:sans-serif;
  --normal-font-size: 1rem;
  /*===== z index =====*/
  --z-fixed: 100;
}

/*===== BASE =====*/
*, ::before, ::after {
  box-sizing: border-box;
}

.contenedorbody {
  position: relative;
  margin: var(--header-height) 0 0 0;
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s;
  background-color: #fafbfd;
}

.img-icono {
  display: none;
  margin-bottom: 1rem;
  transition: 0.3s;
  margin-top: 1.3rem;
  margin-left: -6px;
}

.dropdown-menu a {
  padding-left: 23px;
  padding-right: 13px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-cita {
  font-size: 0.9rem;
}

.icon-perfil {
  color: black;
  margin-left: -8px;
}

a {
  text-decoration: none;
}

.colorsvg {
  color: white;
}

/*===== HEADER =====*/
.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  transition: 0.5s;
  background: #2306de;
}

.header__toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
}

.header__img img {
  width: 40px;
}

.header__img {
  margin-right: -31px;
}

/*===== NAV =====*/
.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  transition: 0.5s;
  z-index: var(--z-fixed);
  box-shadow: 0 2px 4px black;
}

.p-10 {
  padding: 10px;
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  flex-wrap: initial !important;
  background: #303030;
}

.dropdown-menu {
  right: 0;
  left: auto;
}

.nav__logo, .nav__link {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.nav__logo {
  margin-bottom: 1rem;
  margin-top: 10px;
}

.nav__logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
  margin-left: -11px;
}

.nav__logo-name {
  color: var(--white-color);
  font-weight: 700;
  padding-left: 20px;
}

.nav__link {
  position: relative;
  color: var(--first-color-light);
  margin-bottom: 1rem;
  transition: 0.3s;
}

.nav__link:hover {
  color: var(--white-color);
  background: #00000014;
}

.nav__icon {
  font-size: 1.25rem;
}

/*Show navbar movil*/
.show2 {
  left: 20px;
}

/*Add padding body movil*/
.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}

/*Active links*/
a.active {
  color: var(--white-color);
  font-weight: 600;
  background: #58575736;
}

a.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 41px;
  background-color: var(--white-color);
  transition: 0.5s;
}

.bx-x:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "" !important;
  color: white;
}

@media screen and (min-width: 1024px) {
  .contenedorbody {
    margin: calc(var(--header-height) + 1rem) 0 0 0 !important;
  }
}
/* ===== MEDIA QUERIES=====*/
@media screen and (min-width: 768px) {
  .contenedorbody {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 1rem);
  }

  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
    box-shadow: 0 0px 4px #000000;
  }

  .header__img img {
    width: 33px;
    padding: 0;
    border-radius: 50%;
  }

  .l-navbar {
    left: 0;
  }

  /*Show navbar desktop*/
  .show2 {
    width: 47px;
  }

  /*Add padding body desktop*/
  .body-pd {
    padding-left: calc(var(--nav-width) - 169px);
  }
}
.logo_content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(180, 180, 180, 0.3);
}

@media screen and (max-width: 767px) {
  .bgamarillo {
    background-position-x: 230px !important;
  }

  .bgrojo {
    background-position-x: 230px !important;
  }

  .header__img {
    margin-right: -14px;
  }

  .body-pd:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
    content: "";
    transition: all 0.3s ease-in-out;
  }

  .bx-x {
    margin-left: 20px;
  }

  .l-navbar {
    position: fixed;
    top: 48px;
    left: 0%;
    width: 0px;
    height: 100vh;
    background-color: var(--first-color);
    transition: 0.5s;
    z-index: var(--z-fixed);
  }

  .l-navbar {
    left: 0;
  }

  .img-icono {
    display: none !important;
  }

  /*Show navbar desktop*/
  .show2 {
    width: 225px;
  }

  .nav__logo {
    display: block !important;
  }

  /*Add padding body desktop*/
  .body-pd {
    padding-left: 1px;
    z-index: 99999;
  }

  .header__toggle {
    z-index: 999999;
    padding-left: 0px;
  }

  .header__img img {
    width: 28px;
    border-radius: 39px;
  }
}
.avatar-online i {
  background-color: #4caf50;
}

.avatar i {
  position: absolute;
  right: 22px;
  bottom: 13px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.waves-effect {
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
  padding: 14px;
}

.dropdown-menu {
  left: 5px !important;
  min-width: 7rem !important;
}

.box {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}

.bgamarillo {
  background-color: #febb2f !important;
  color: #172b4c;
}

.bgrojo {
  background-color: #d22c2c !important;
  color: #172b4c;
}

.box-body {
  flex: 1 1 auto;
  border-radius: 10px;
}

.bg_degradado {
  background: #2306de;
}

.pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 1px 1px 5px rgba(82, 78, 78, 0.44);
}

.pull-up {
  transition: all 0.25s ease;
}

.levantar:hover {
  transform: translateY(-4px) scale(1.02);
}

.levantar {
  transition: all 0.25s ease;
}

.box.bg-img, .box .bg-img {
  border-radius: 10px;
}

.box-body > *:last-child {
  margin-bottom: 0;
}

.bg-danger {
  background-color: transparent !important;
  color: #ffffff;
}

.bg-img {
  position: relative;
  border-bottom: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.p-30 {
  padding: 30px !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.btn-ver {
  display: block;
  width: 27%;
  height: 21px;
  border-radius: 25px;
  outline: none;
  border: none;
  background-image: linear-gradient(to right, #ffffff, #ffffff, #79a9d1);
  background-size: 200%;
  font-size: 0.8rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  /* margin: 1rem 0; */
  cursor: pointer;
  transition: 0.5s;
}

.btn-ver:hover {
  background: #1463da;
  color: #fff;
}

.btn-ver-azul {
  display: block;
  width: 35%;
  height: 21px;
  border-radius: 25px;
  outline: none;
  border: none;
  background-image: linear-gradient(to right, #1463da, #1463da, #2d73db);
  background-size: 200%;
  font-size: 0.8rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  /* margin: 1rem 0; */
  cursor: pointer;
  transition: 0.5s;
}

.btn-ver-azul:hover {
  background-position: right;
}

.btn_ver_blanco {
  display: block;
  width: 28%;
  height: 35px;
  border-radius: 25px;
  outline: none;
  border: none;
  background-image: linear-gradient(to right, #ffffff, #ffffff, #79a9d1);
  background-size: 200%;
  font-size: 0.8rem;
  color: #656060;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  /* margin: 1rem 0; */
  cursor: pointer;
  transition: 0.5s;
}

.btn_ver_blanco:hover {
  background: #1463da;
  color: #fff;
}

.fecha {
  font-size: 0.9rem;
}

.alert_cita {
  font-size: 0.8rem;
  margin-top: 10px;
  color: #febb2f;
  font-weight: 600;
}

.color_citas {
  color: #212529;
}

.svg_expirado {
  color: #dc3545;
}

.svg_vacunado {
  color: #4caf50;
}

.bg_amarillo {
  background-color: #febb2f !important;
  color: #ffffff;
  border-radius: 5px 5px 0 0 !important;
}

.bg_rojo {
  background-color: #dc3545 !important;
  color: #ffffff;
  border-radius: 5px 5px 0 0 !important;
}

.bg_verde {
  background-color: #4caf50 !important;
  color: #ffffff;
  border-radius: 5px 5px 0 0 !important;
}

.cita_icon {
  margin-bottom: 1px;
}

.body-cita {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  flex: 1 1 auto;
  border-radius: 10px;
  padding-bottom: 6px;
}

#container {
  position: relative;
  padding: 10px;
  border: 1px solid #eee;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}