@charset "UTF-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  color: #3b4049;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

/**Clases Personalizados**/
legend {
  text-transform: uppercase;
  text-align: center;
  color: #3b4049;
  font-size: 2.2rem;
  margin: 2rem;
}

fieldset {
  border: none;
  margin-top: 1rem;
  padding: 0;
}

.listado-pacientes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.listado-pacientes__paciente, .listado-pacientes__paciente--seleccionado {
  color: #3b4049;
  border: 1px solid #7dae40;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  transition: ease 0.5s;
}
.listado-pacientes__paciente:hover, .listado-pacientes__paciente--seleccionado:hover {
  color: #FFFFFF;
  background-color: #7dae40;
  cursor: pointer;
}
.listado-pacientes__paciente--seleccionado {
  background-color: #7dae40;
  color: #FFFFFF;
}

.horas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .horas {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.horas__hora {
  color: #007df4;
  border: 2px solid #007df4;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.horas__hora:hover {
  cursor: pointer;
}
.horas__hora--seleccionada {
  border: 2px solid #7dae40;
  background-color: #7dae40;
  color: #FFFFFF;
  font-weight: bold;
}
.horas__hora--deshabilitada {
  font-weight: bold;
  border: 2px solid #3b4049;
  color: #3b4049;
  opacity: 0.6;
  text-decoration: line-through 2px;
}
.horas__hora--deshabilitada:hover {
  cursor: not-allowed;
}

.img-axis {
  width: 70%;
}

.bg-axis {
  background-color: #7dae40;
}

.text-axis-negro {
  color: #3b4049;
}

.text-axis {
  color: #7dae40;
}

.ocultar {
  display: none;
}

.imagen-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
@media (min-width: 768px) {
  .imagen-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-1 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}

.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.grid-3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.grid-4 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.responsive {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .responsive {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .responsive {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.contenedor {
  width: min(95%, 140rem);
  margin: 0 auto;
}

.contenedor-md {
  width: min(95%, 80rem);
  margin: 0 auto;
}

.contenedor-sm {
  width: min(95%, 60rem);
  margin: 0 auto;
}

/** Sidebar **/
#sidebar {
  height: 100vh;
  overflow-y: scroll; /* Permite el scroll vertical */
  overflow-x: hidden; /* Evita el scroll horizontal no deseado */
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  #sidebar {
    z-index: 1000;
    width: 80%;
    max-width: 250px;
    background: #fff; /* Asegura que el fondo sea visible */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%); /* Oculto por defecto */
  }
  /* Si el sidebar está visible */
  #sidebar:not(.sidebar-hidden) {
    transform: translateX(0);
  }
}
/* Ocultar el sidebar en móvil */
.sidebar-hidden {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

/* Asegura que el botón de logout quede fijo al final */
.profile-section {
  padding-top: 2rem;
  border-top: 2px solid #ddd;
  text-align: center;
}

.image-logo {
  padding-bottom: 2rem;
  padding-bottom: 2px solid #ddd;
}

.nav-link {
  color: #3b4049;
  transition: all 0.2s;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  background-color: #7dae40;
  border-radius: 5px;
}

.swal2-show {
  font-size: 1.5rem;
}

.header {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: sticky;
  top: 0;
  z-index: 10 !important;
  background-color: #FFFFFF;
  padding: 1rem;
  margin-bottom: 2rem;
}
.header__contenedor {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__contenedor {
    flex-direction: row;
  }
}
.header__logo {
  width: 30%;
}
@media (min-width: 768px) {
  .header__logo {
    width: 15rem;
  }
}

.menu {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .menu__area {
    display: none;
  }
}
.menu__btn {
  font-size: 2.5rem;
  color: #3b4049;
}
.menu__btn:hover {
  cursor: pointer;
}

.navegacion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 1rem;
  position: fixed;
  z-index: 10;
  top: 10rem;
  left: -100%;
  width: 70%;
  height: auto;
  background-color: #FFFFFF;
  color: white;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  transition: left 0.5s ease;
}
@media (min-width: 768px) {
  .navegacion {
    flex-direction: row;
    justify-content: space-between;
    position: static;
    left: 0;
    width: auto;
    height: auto;
    box-shadow: none;
    background-color: transparent;
    transition: none;
  }
}
.navegacion__enlace {
  color: #3b4049;
  transition: all ease 0.3s;
}
.navegacion__enlace:hover {
  transform: scale(1.1);
  color: #7dae40;
  border-bottom: 2px solid #7dae40;
}
.navegacion__enlace--actual {
  transform: scale(1.1);
  color: #7dae40;
  border-bottom: 2px solid #7dae40;
}
.navegacion--show {
  left: 0;
}

.layout {
  display: grid;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
}

.page-img {
  width: 60%;
  border-radius: 0.5rem;
}

.home-page {
  height: 100vh;
  background-image: url(../img/Axis_Opticas/cita.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 768px) {
  .home-page {
    height: 80vh;
  }
}
.home-page__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem;
  width: 40rem;
  background-color: rgba(252, 252, 252, 0.8);
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
}
@media (min-width: 1024px) {
  .home-page__container {
    width: 40%;
  }
}

.marca {
  width: 60%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #7dae40;
  font-weight: bold;
}

.information {
  box-shadow: rgba(0, 0, 0, 0.16) 0px -3px 15px;
  margin-top: 5rem;
  background-color: #FFFFFF;
  padding: 2rem;
}
.information__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .information__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}

.redes-sociales {
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-weight: 400;
}
.redes-sociales__enlace::before {
  color: #FFFFFF;
  background-color: #7dae40;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 2rem;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
}
.redes-sociales__enlace[href*="facebook.com"]::before {
  content: "\f39e";
}
.redes-sociales__enlace[href*="tiktok.com"]::before {
  content: "\e07b";
}
.redes-sociales__enlace[href*="instagram.com"]::before {
  content: "\f16d";
}
.redes-sociales__enlace[href*="youtube.com"]::before {
  content: "\f167";
}
.redes-sociales__ocultar {
  display: none;
}

.footer {
  padding: 1rem 2rem;
  background-color: #FFFFFF;
  color: #3b4049;
  border-top: 2px solid #3b4049;
}
.footer__derechos {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: left;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__derechos {
    flex-direction: row;
    justify-content: space-around;
  }
}
.footer__copyright {
  margin: 0;
}
.footer__enlace {
  color: #3b4049;
}
.footer__development {
  margin: 0;
  color: #3b4049;
}
.footer__development--span {
  font-weight: bolder;
}

.auth {
  width: min(95%, 60rem);
  margin: 0 auto;
  margin: 2rem auto;
}
.auth__titulo {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
}

.requirements {
  list-style: none;
  padding: 0;
}

.requirements li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
}

.requirements li span {
  margin-right: 8px;
  font-weight: bold;
  color: #dc3545;
}

.valid span {
  color: #7dae40 !important;
}

.passBtn {
  padding: 10px;
  background-color: gray;
  color: white;
  border: none;
  cursor: not-allowed;
  width: 100%;
}

.passBtn.enabled {
  cursor: pointer;
}

.acciones, .acciones--centrar {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .acciones, .acciones--centrar {
    flex-direction: row;
    justify-content: space-between;
  }
}
.acciones--centrar {
  justify-content: center;
}
.acciones__enlace {
  color: #3b4049;
  font-size: 1.4rem;
  font-weight: 300;
}

.error-404 {
  margin: 0 auto;
}

.error-404 .error-code {
  font-size: clamp(6rem, 15vw, 20rem);
  font-weight: 800;
  color: color-mix(in srgb, #3b4049, transparent 10%);
  line-height: 1;
}

.error-404 .error-title {
  font-size: 5rem;
  color: #3b4049;
  font-weight: bold;
}

.error-404 .error-text {
  font-size: 2rem;
  color: color-mix(in srgb, #7dae40, transparent 20%);
  margin: 0 auto;
}

.error-404 .error-action .btn-primary {
  padding: 0.75rem 2rem;
  font-size: 2rem;
  background-color: #3b4049;
  border: none;
  color: #FFFFFF;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.error-404 .error-action .btn-primary:hover {
  background-color: color-mix(in srgb, #7dae40, transparent 15%);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .error-404 .error-action .btn-primary {
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
  }
  .error-404 .error-title {
    font-size: 2rem;
  }
  .error-404 .error-text {
    font-size: 1rem;
    padding: 0 20px;
  }
}
/*# sourceMappingURL=app.css.map */
