@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: 95%;
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  position:relative;
}

a {
  text-decoration: none;
}

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

main {
  margin-top: 5rem;
  flex: 1;
}
@media (min-width: 768px) {
  main {
    margin-top: 13rem;
  }
}

textarea {
  height: 12rem;
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

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

[class$=__heading] {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
  margin: 6rem 0 3rem 0;
  text-align: center;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px); /* Empieza más abajo */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* Termina en su lugar */
  }
}
.auth-body {
  background-color: #E6F5FF;
}

.auth__contenedor {
  animation: fadeInUp 1s ease-out;
  max-width: 90%;
  margin: 7rem auto;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .auth__contenedor {
    width: min(95%, 60rem);
    margin: 0 auto;
    margin: 7rem auto;
  }
}
.auth__heading {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 4rem 0 3rem 0;
  color: rgba(26, 27, 21, 0.8);
  font-size: clamp(2.5rem, -0.8rem + 10vw, 3rem);
}
.auth__imgcont {
  display: flex;
  margin-top: 1rem;
}
.auth__imagen {
  width: 23rem;
  align-self: center;
  margin: 0 auto;
}
.auth__texto {
  margin: 3rem 0;
  font-size: 2rem;
  text-align: center;
}

.presentacion {
  margin: 0;
  padding: 0;
  background-image: url("../img/presentacion2.jpg");
  height: 50rem;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .presentacion {
    background-image: url("../img/presentacion.jpg");
    background-position: center center;
    height: 64rem;
  }
}
.presentacion__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.presentacion__contenedor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.presentacion__textos {
  margin: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .presentacion__textos {
    margin: 8rem;
  }
}
.presentacion__contenedor {
  width: 100%;
}
.presentacion__contenedor h1, .presentacion p {
  color: #FFFFFF;
  text-align: center;
}
.presentacion__contenedor h1 {
  font-size: clamp(4rem, -0.8rem + 10vw, 8rem);
  font-weight: 450;
}
.presentacion__contenedor p {
  max-width: 42rem;
  min-width: 90%;
  line-height: 3rem;
  font-size: 2.1rem;
}
.presentacion__contenedor hr {
  border: 2px solid #FFFFFF;
  width: 15rem;
}
@media (min-width: 768px) {
  .presentacion__contenedor hr {
    width: 35rem;
  }
}

.video {
  max-width: 97%;
}
@media (min-width: 768px) {
  .video {
    width: min(95%, 120rem);
    margin: 0 auto;
  }
}
.video__titulo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100rem;
  margin: 0 auto;
}
.video__titulo h2 {
  font-weight: 450;
  font-size: clamp(2rem, -0.8rem + 10vw, 3.3rem);
}
.video__contenido {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 7rem 1rem;
}
.video__contenido iframe {
  width: 100%;
  height: 20rem;
}
@media (min-width: 475px) {
  .video__contenido iframe {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .video__contenido iframe {
    width: 90rem;
    height: 45rem;
  }
}

.productos {
  margin: 5rem 0 5rem 0;
  background-color: #E6F5FF;
  padding: 8rem 0;
}
.productos__contenedor {
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .productos__contenedor {
    max-width: 130rem;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.productos__contenido {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
}
.productos__elementos {
  max-width: 85%;
  margin: 0 auto;
  padding: 2rem 0 4rem 0;
  grid-row: 1;
}
@media (min-width: 768px) {
  .productos__elementos {
    grid-row: auto;
  }
}
.productos__elementos h3 {
  font-weight: 450;
  font-size: 2.7rem;
}
.productos__elementos p {
  color: rgb(127.050209205, 141.7782426778, 162.949790795);
  max-width: 40rem;
  line-height: 2.6rem;
  padding: 0rem 0 3rem 0;
  font-size: 1.7rem;
}
.productos__elementos a {
  background-color: rgb(23.914893617, 112.8782978723, 200.885106383);
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  display: inline;
  border-radius: 3rem;
  padding: 1.7rem 4.5rem;
  font-size: 1.7rem;
  font-weight: 500;
}
.productos__elementos a:hover {
  background-color: rgb(18.4893617021, 87.269787234, 155.3106382979);
  cursor: pointer;
}
.productos__imagen {
  height: 100%;
  grid-row: 2;
}
@media (min-width: 768px) {
  .productos__imagen {
    grid-row: auto;
  }
}

.servicios {
  max-width: 90%;
  margin: 5rem auto 8rem auto;
}
@media (min-width: 768px) {
  .servicios {
    max-width: 130rem;
  }
}
.servicios__titulo h2 {
  text-align: center;
  font-weight: 500;
  font-size: clamp(3rem, -0.8rem + 10vw, 4rem);
  padding: 1.3rem 1rem;
}
.servicios__titulo p {
  text-align: center;
  color: rgb(53.625, 55.6875, 43.3125);
  font-size: 2rem;
}
.servicios__contenido {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .servicios__contenido {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.servicios__contenido img {
  border-radius: 2rem;
}
.servicios__elementos {
  padding: 2rem 5rem 0.5rem 2rem;
}
@media (min-width: 768px) {
  .servicios__elementos {
    padding: 0 5rem 0rem 5rem;
  }
}
.servicios__elementos h4 {
  font-size: 1.95rem;
  margin: 2.5rem 0;
  font-weight: 450;
}
.servicios__elementos p {
  color: #64748B;
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.servicios__imagen {
  height: 100%;
  width: 100%;
}

.equipo {
  background-color: #E6F5FF;
}
.equipo__contenido {
  max-width: 135rem;
  margin: 0 auto;
  min-height: 70rem;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  padding: 8rem 0;
}
@media (min-width: 768px) {
  .equipo__contenido {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.equipo__info {
  background-color: #FFFFFF;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50rem;
}
.equipo__info h2 {
  font-weight: 450;
  font-size: clamp(3rem, -0.8rem + 10vw, 5rem);
  max-width: 45rem;
  margin: 0;
}
.equipo__info p {
  line-height: 2.3rem;
  max-width: 51rem;
  color: #64748B;
  margin-bottom: 4rem;
  font-size: 1.7rem;
}
.equipo__info a {
  background-color: #FFFFFF;
  padding: 1.5rem 4rem;
  color: #1a1b15;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 3rem;
  padding: 1.7rem 4.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  display: inline-flex;
  border: 1px solid #1a1b15;
  max-width: 19rem;
}
.equipo__info a:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  cursor: pointer;
}
.equipo__info a:hover {
  background-color: rgb(23.914893617, 112.8782978723, 200.885106383);
  color: #FFFFFF;
  border-color: rgb(23.914893617, 112.8782978723, 200.885106383);
}
.equipo__imagen {
  position: relative;
  background-image: url("../img/equipo.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50rem;
}
.equipo__testimonio {
  position: absolute;
  background-color: rgb(240.2, 249.08, 255);
  padding: 2rem 2.5rem;
  max-width: 90%;
  bottom: 7%;
  left: 5%;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .equipo__testimonio {
    width: 50rem;
    left: 13%;
  }
}
.equipo__testimonio q {
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: 500;
}
.equipo__autor {
  margin-left: 2rem;
  color: #64748B;
}

.nosotros-page__info {
  max-width: 90%;
  padding: 2.5rem;
}
.nosotros-page__titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .nosotros-page__titulo {
    flex-direction: row;
  }
}
.nosotros-page__titulo h2 {
  order: 2;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .nosotros-page__titulo h2 {
    align-self: center;
    order: 1;
  }
}
.nosotros-page__animacion {
  order: 1;
  margin: -3rem;
  width: 20rem;
  height: 20rem;
}
@media (min-width: 768px) {
  .nosotros-page__animacion {
    order: 2;
  }
}
.nosotros-page__imagen {
  background-image: url("../img/doc.png");
  min-height: 50rem;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 1.5rem;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 768px) {
  .nosotros-page__imagen {
    justify-content: flex-start;
    width: 100%;
  }
}
.nosotros-page__audio {
  height: 4rem;
  width: 27rem;
}
.nosotros-page__resultados {
  position: unset;
  border-radius: 0px;
  background-color: rgb(23.914893617, 112.8782978723, 200.885106383);
  display: flex;
  gap: 3rem;
  text-align: justify;
  padding: 1.7rem;
  width: 90%;
}
@media (min-width: 768px) {
  .nosotros-page__resultados {
    max-width: 31rem;
    gap: 6rem;
    padding: 1.7rem;
  }
}
.nosotros-page__resultado {
  width: 100%;
}
.nosotros-page__rt {
  color: #FFFFFF;
  margin: 0.5rem;
  font-weight: 450;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .nosotros-page__rt {
    font-size: 4.5rem;
  }
}
.nosotros-page__rp {
  color: #FFFFFF;
  margin: 0.5rem;
  font-weight: 450;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .nosotros-page__rp {
    font-size: 1.7rem;
  }
}

.contacto {
  min-height: 85rem;
  position: relative;
  background-image: url("../img/contacto.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .contacto {
    min-height: 73rem;
  }
}
.contacto__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.contacto__presentacion {
  padding: 5rem 0 2rem 0;
  margin: 1rem auto;
  max-width: 105rem;
}
.contacto__titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .contacto__titulo {
    display: inline;
  }
}
.contacto__titulo h1, .contacto p {
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(3rem, -0.8rem + 10vw, 4.5rem);
  font-weight: 500;
}
.contacto__titulo p {
  font-size: 1.9rem;
  font-weight: 400;
  margin: 1rem auto;
  max-width: 90%;
}
.contacto__animacion {
  max-height: 22rem;
  margin: -5rem 0;
}
@media (min-width: 768px) {
  .contacto__animacion {
    position: absolute;
    left: 0;
  }
}
.contacto__formulario {
  margin: 0 auto;
  max-width: 90%;
  background-color: #FFFFFF;
  padding: 2.5rem;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .contacto__formulario {
    width: 70rem;
  }
}
@media (min-width: 768px) {
  .contacto__formulario {
    padding: 4rem;
  }
}

.testimonios-page {
  min-height: 157rem;
  position: relative;
  background-image: url("../img/testimonios fondo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 475px) {
  .testimonios-page {
    min-height: 143rem;
  }
}
@media (min-width: 768px) {
  .testimonios-page {
    min-height: 91rem;
  }
}
@media (min-width: 1024px) {
  .testimonios-page {
    min-height: 75rem;
  }
}
.testimonios-page__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.testimonios-page__contenedor {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.testimonios-page__presentacion {
  text-align: center;
  padding: 4rem;
}
.testimonios-page__presentacion-titulo-contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .testimonios-page__presentacion-titulo-contenedor {
    position: relative;
  }
}
.testimonios-page__presentacion-titulo-animacion {
  margin-top: -3rem;
  width: 15rem;
}
@media (min-width: 1024px) {
  .testimonios-page__presentacion-titulo-animacion {
    margin: 2rem;
    position: absolute;
    right: 10%;
    top: 0;
    transform: translate(-15%, -50%);
    width: 20rem;
    height: 15rem;
  }
}
.testimonios-page__presentacion-titulo {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 4.3rem;
}
.testimonios-page__presentacion-descripcion {
  color: #FFFFFF;
  font-size: 1.7rem;
}
.testimonios-page__elementos {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .testimonios-page__elementos {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.testimonios-page__testimonio {
  background-color: #FFFFFF;
  padding: 4rem 5rem 5rem 2.5rem;
}
.testimonios-page__testimonio p {
  font-size: 1.6rem;
  font-weight: 300;
}
.testimonios-page__estrellas-contenedor {
  display: flex;
  gap: 0.3rem;
}
.testimonios-page__estrella {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1a1b15;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 65% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.testimonios-page__autor {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.testimonios-page__autor-img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.servicio {
  padding-top: 8rem;
  max-width: 90%;
  margin: 6rem auto;
}
@media (min-width: 768px) {
  .servicio {
    max-width: 90rem;
  }
}
.servicio__titulo {
  text-align: center;
}
.servicio__contenedor-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem auto;
}
.servicio__imagen {
  margin: 0 auto;
  width: 95%;
}
@media (min-width: 768px) {
  .servicio__imagen {
    width: 80rem;
  }
}
.servicio h4 {
  font-size: 1.93rem;
  font-weight: 500;
}
.servicio p {
  text-align: justify;
  line-height: 2.5rem;
  margin: 2rem 0;
  font-size: 1.8rem;
  font-weight: 350;
}
.servicio h5 {
  font-weight: 500;
  font-size: 1.7rem;
  padding: 0;
  margin: 0;
}

/** Media Queries **/
.testimonios-page {
  min-height: 157rem;
  position: relative;
  background-image: url("../img/testimonios fondo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 475px) {
  .testimonios-page {
    min-height: 143rem;
  }
}
@media (min-width: 768px) {
  .testimonios-page {
    min-height: 91rem;
  }
}
@media (min-width: 1024px) {
  .testimonios-page {
    min-height: 75rem;
  }
}
.testimonios-page__overlay, .productos-page__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.testimonios-page__contenedor {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.testimonios-page__presentacion, .productos-page__presentacion {
  text-align: center;
  padding: 4rem;
}
.testimonios-page__presentacion-titulo-contenedor, .productos-page__presentacion-titulo-contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .testimonios-page__presentacion-titulo-contenedor, .productos-page__presentacion-titulo-contenedor {
    position: relative;
  }
}
.testimonios-page__presentacion-titulo-animacion, .productos-page__presentacion-titulo-animacion {
  margin-top: -3rem;
  width: 15rem;
}
@media (min-width: 1024px) {
  .testimonios-page__presentacion-titulo-animacion, .productos-page__presentacion-titulo-animacion {
    margin: 2rem;
    position: absolute;
    right: 10%;
    top: 0;
    transform: translate(-15%, -50%);
    width: 20rem;
    height: 15rem;
  }
}
.testimonios-page__presentacion-titulo, .productos-page__presentacion-titulo {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 4.3rem;
}
.testimonios-page__presentacion-descripcion {
  color: #FFFFFF;
  font-size: 1.7rem;
}
.testimonios-page__elementos {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .testimonios-page__elementos {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.testimonios-page__testimonio {
  background-color: #FFFFFF;
  padding: 4rem 5rem 5rem 2.5rem;
}
.testimonios-page__testimonio p {
  font-size: 1.6rem;
  font-weight: 300;
}
.testimonios-page__estrellas-contenedor {
  display: flex;
  gap: 0.3rem;
}
.testimonios-page__estrella {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1a1b15;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 65% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.testimonios-page__autor {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.testimonios-page__autor-img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.productos-page__principal {
  height: 21rem;
  background-image: url("../img/prods.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.productos-page__overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.productos-page__contenedor {
  width: min(95%, 120rem);
  margin: 0 auto;
  margin-top: 3rem;
}
.productos_contenido {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.productos_contenido__contenedor {
  max-width: 90rem;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 9rem auto;
}

.producto {
  display: flex;
  flex-direction: column;
  position: relative;
}
.producto__contenedor-imagen {
  width: 23rem;
  height: 23rem;
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.producto__contenedor-imagen:hover img {
  transform: scale(1.2);
}
.producto__imagen {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.producto__enlace {
  all: unset;
}
.producto__imagen {
  width: 100%;
  height: 100%;
  display: block; /* Elimina espacios extra debajo de la imagen */
  transition: transform 0.4s ease;
}
.producto__nombre {
  font-weight: 550;
  font-size: 2rem;
  margin: 3rem 0 0 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.producto__precio {
  font-size: 1.8rem;
}

.producto-shop {
  width: min(95%, 120rem);
  margin: 0 auto;
  padding: 9rem 2rem;
}
.producto-shop__main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.producto-shop__contenedor {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.producto-shop__contenedor-imagen {
  border: 1px solid #64748B;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  height: 55rem;
  padding: 1.5rem;
}
.producto-shop__imagen {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.producto-shop__contenido {
  padding-left: 5rem;
}
.producto-shop__nombre {
  font-size: 3.3rem;
  font-weight: 450;
}
.producto-shop__precio {
  font-size: 2.7rem;
  padding-bottom: 2rem;
}
.producto-shop__link {
  all: unset;
  padding: 1.5rem 3.5rem;
  background-color: #1a1b15;
  color: #FFFFFF;
  border-radius: 4rem;
}
.producto-shop__descripcion {
  margin-top: 6rem;
  font-size: 2rem;
  color: rgb(67.9916317992, 78.870292887, 94.5083682008);
}

.formulario {
  display: flex;
  flex-direction: column;
}
.formulario__campo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
}
.formulario__label {
  display: block;
  font-size: 1.8rem;
  color: rgba(26, 27, 21, 0.8);
}
.formulario__input {
  padding: 1rem;
  border: 1px solid rgb(176.6, 199, 221.4);
  border-radius: 0.5rem;
}
.formulario__submit {
  margin-top: 1.5rem;
  background-color: #0D4C7B;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 0.5rem;
}
.formulario__submit:hover {
  background-color: rgb(8.125, 47.5, 76.875);
  cursor: pointer;
}

.acciones {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
}
.acciones__enlace {
  color: #1a1b15;
  padding: 0.2rem;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .acciones__enlace:hover {
    border-bottom: 1px solid #1a1b15;
    margin-bottom: -0.5rem;
  }
}
.acciones__enlace-boton {
  background-color: #0D4C7B;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.acciones__enlace-boton:hover {
  background-color: rgb(8.125, 47.5, 76.875);
  cursor: pointer;
}

.header {
  background-color: #FFFFFF;
  height: 10rem;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0; /* Lo posiciona en la parte superior del viewport */
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra para darle un efecto elevado */
  z-index: 1000;
  width: 100%;
}
@media (min-width: 768px) {
  .header {
    height: 13rem;
  }
}
.header__imagen {
  width: 15rem;
}
@media (min-width: 768px) {
  .header__imagen {
    width: 20rem;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__toogle {
  background-color: #FFFFFF;
  color: #0D4C7B;
  border: none;
  font-size: 3rem;
  padding: 0 2rem;
  display: block;
}
@media (min-width: 768px) {
  .header__toogle {
    display: none;
  }
}
.header__menu {
  display: flex;
  flex-direction: column;
  background-color: #0D4C7B;
  position: fixed;
  left: 0;
  top: 8rem;
  width: 100%;
  align-items: center;
  padding: 1rem 0;
  height: calc(100% - 8rem);
  overflow-y: auto;
  left: 100%;
  transition: left 0.3s;
}
@media (min-width: 768px) {
  .header__menu {
    background-color: #FFFFFF;
    position: static;
    width: auto;
    flex-direction: row;
    left: auto;
    overflow: hidden;
  }
}
.header__menu li {
  list-style: none;
  margin: 2rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .header__menu li {
    color: #1a1b15;
  }
}
.header__menu-visible {
  left: 0;
}
.header__desplegable {
  position: static;
}
@media (min-width: 768px) {
  .header__desplegable:hover ul {
    display: block;
  }
}
.header__menu-secundario {
  padding: 0;
  margin-top: 0.5rem;
  transform: translateX(-1.2rem);
  display: none;
  margin-bottom: -2rem;
}
@media (min-width: 768px) {
  .header__menu-secundario {
    position: absolute;
    transform: translateX(-2.5rem);
  }
}
.header__menu-secundario-visible {
  display: block;
}
.header__menu-secundario li {
  margin: 0;
}
.header__menu-secundario-enlace {
  color: #FFFFFF;
  padding: 1.7rem 2rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .header__menu-secundario-enlace {
    padding: 2rem 3.5rem;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #0D4C7B;
  }
  .header__menu-secundario-enlace:hover {
    background-color: rgb(23.914893617, 112.8782978723, 200.885106383);
  }
}
.header__enlace {
  color: #1a1b15;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0.5rem 0.2rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .header__enlace {
    color: #1a1b15;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .header__enlace:hover {
    border-bottom: 1px solid #1a1b15;
  }
}

.contenedor-nav {
  width: min(95%, 120rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header__user {
  height: 11.5rem;
}

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

.header__nav__user {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.header__enlace__user {
  font-size: 1.9rem;
  margin-right: 5rem;
}

.footer {
  background-color: #0D4C7B;
}
.footer__contenedor {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.footer__contenido {
  padding: 6rem 0rem 6rem 2rem;
  display: grid;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .footer__contenido {
    display: grid;
    gap: 7rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__seccion h3, .footer p {
  color: #FFFFFF;
}
.footer__seccion h3 {
  font-weight: 500;
  font-size: 2.5rem;
  padding-bottom: 1.3rem;
}
.footer__seccion p {
  font-size: 1.5rem;
}
.footer__elemento {
  display: flex;
  align-items: center;
}
.footer__derechos {
  margin-left: 2rem;
  padding-bottom: 4rem;
  color: #FFFFFF;
  font-size: 1.5rem;
}

.fa-brands {
  color: #FFFFFF;
  padding: 1.5rem 4rem 0 0;
  font-size: 3rem;
}

.fa-whatsapp, .fa-envelope {
  padding: 0rem 1.5rem 0 0;
  font-size: 2.6rem;
}

.alerta {
  margin-bottom: 1rem;
  display: flex;
  padding: 1.3rem;
  min-width: 80%;
  max-width: 95%;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 475px) {
  .alerta {
    justify-content: center;
  }
}
.alerta__contenido {
  all: unset;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.alerta.error {
  background-color: #ffdcdc;
  border-left: 5px solid rgb(169, 0, 0);
}
.alerta.error p {
  color: rgb(169, 0, 0);
}
.alerta.exito {
  background-color: rgb(221.3076923077, 254.6923076923, 221.3076923077);
  border-left: 5px solid #02db02;
}
.alerta.exito p {
  color: rgb(1.3076923077, 143.1923076923, 1.3076923077);
}

.swal2-modal {
  padding: 3rem 0;
}

.swal2-title {
  font-size: 3.5rem;
}

.swal2-html-container {
  font-size: 1.8rem;
}

.swal2-confirm {
  font-size: 1.8rem;
}

:root {
  --bg:rgba(0,0,0,0.55);
  --card:#fff;
  --accent:#e53e3e;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
  color: #111;
}

.page {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #f6f7fb;
}

/* botón de ejemplo para abrir modal */
.open-btn {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

/* overlay y modal */
.overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  z-index: 1000;
}

.overlay.active {
  display: flex;
}

.modal {
  background: var(--card);
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.modal h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.modal p {
  margin: 0 0 18px;
  color: #333;
}

.controls {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.btn {
  padding: 10px 14px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.btn.no {
  background: #edf2f7;
  color: #1a202c;
}

.btn.yes {
  background: var(--accent);
  color: #fff;
}

/* small accessible focus style */
.btn:focus {
  outline: 3px solid rgba(66, 153, 225, 0.3);
  outline-offset: 2px;
}

/* Smooth appear */
.modal {
  transform: translateY(8px);
  opacity: 0;
  transition: all 180ms ease;
}

.overlay.active .modal {
  transform: none;
  opacity: 1;
}

.contenedor_imagen {
  height: 25rem;
}
.contenedor_imagen img {
  max-height: 100%;
  object-fit: contain;
}

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

.servicio_cita {
  color: #0D4C7B;
  background-color: #FFFFFF;
  box-shadow: #0D4C7B 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  padding: 2rem;
  border-radius: 1rem;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.servicio_cita p {
  font-weight: bold;
  text-align: center;
  margin: 1rem;
}
.servicio_cita__nombre {
  font-size: 1.8rem;
}
.servicio_cita__duracion {
  font-size: 1.4rem;
}
.servicio_cita:hover {
  transform: scale(1.04);
}
.servicio_cita-seleccionado {
  background-color: #0D4C7B;
  box-shadow: none;
}
.servicio_cita-seleccionado p {
  color: rgb(23.914893617, 112.8782978723, 200.885106383);
  color: #FFFFFF;
}

.horario_cita {
  border-radius: 1rem;
  border: 1.5px solid #0D4C7B;
  transition-property: background-color;
  transition-duration: 0.5s;
  padding: 0;
}
.horario_cita p {
  text-align: center;
  color: #0D4C7B;
  margin: 1.2rem auto;
  font-weight: 500;
}
.horario_cita:hover {
  background-color: #0D4C7B;
}
.horario_cita:hover p {
  color: #FFFFFF;
}
.horario_cita-bloquedo {
  border: 1.5px solid #64748B;
  background-color: rgb(216.0334728033, 220.5188284519, 226.9665271967);
}
.horario_cita-bloquedo p {
  color: #64748B;
}
.horario_cita-bloquedo:hover {
  cursor: not-allowed;
  background-color: rgb(216.0334728033, 220.5188284519, 226.9665271967);
}
.horario_cita-bloquedo:hover p {
  color: #64748B;
}

.horario_cita-seleccionado {
  background-color: #0D4C7B;
}
.horario_cita-seleccionado p {
  color: #FFFFFF;
}

/** Media Queries **/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px); /* Empieza más abajo */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* Termina en su lugar */
  }
}
.auth-body {
  background-color: #E6F5FF;
}

.auth__contenedor {
  animation: fadeInUp 1s ease-out;
  max-width: 90%;
  margin: 7rem auto;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .auth__contenedor {
    width: min(95%, 60rem);
    margin: 0 auto;
    margin: 7rem auto;
  }
}
.auth__heading {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 4rem 0 3rem 0;
  color: rgba(26, 27, 21, 0.8);
  font-size: clamp(2.5rem, -0.8rem + 10vw, 3rem);
}
.auth__imgcont {
  display: flex;
  margin-top: 1rem;
}
.auth__imagen {
  width: 23rem;
  align-self: center;
  margin: 0 auto;
}
.auth__texto {
  margin: 3rem 0;
  font-size: 2rem;
  text-align: center;
}

.contenido-user {
  margin: 15rem auto;
  max-width: 80rem;
  min-height: 100rem;
  align-items: center;
}
.contenido-user h1 {
  color: #0D4C7B;
}

.nombre_usuario {
  font-size: 2.3rem;
  color: #1a1b15;
}
.nombre_usuario span {
  font-weight: bold;
  color: #0D4C7B;
}

.navegacion-user {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .navegacion-user {
    flex-direction: row;
    gap: 0;
  }
}
.navegacion-user__elemento {
  background-color: #0D4C7B;
  padding: 1.5rem 4rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.navegacion-user__elemento:hover {
  background-color: rgb(8.125, 47.5, 76.875);
  cursor: pointer;
}

.contenedor-datos {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem 3rem;
  border-radius: 1rem;
  width: 100%;
  margin: 3rem auto;
}
@media (min-width: 768px) {
  .contenedor-datos {
    width: 95%;
  }
}
.contenedor-datos h3 {
  color: #0D4C7B;
  font-size: clamp(1.5rem, -0.8rem + 10vw, 2.7rem);
}

.formulario-cita {
  display: flex;
  align-items: center;
  justify-content: center;
}
.formulario-cita__inputs {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.formulario-cita__campo {
  padding: 1.5rem 2rem;
  width: 38rem;
}
.formulario-cita__campo label {
  color: rgb(3.25, 19, 30.75);
  font-size: 2.2rem;
  margin-right: 2rem;
}
.formulario-cita__campo input, .formulario-cita__campo select {
  border: 1px solid rgb(3.25, 19, 30.75);
  color: rgb(3.25, 19, 30.75);
  height: 3.5rem;
}
.formulario-cita__nombre {
  cursor: not-allowed;
}
.formulario-cita__boton {
  background-color: #0D4C7B;
  padding: 1.5rem 4rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: 70rem;
}
.formulario-cita__boton:hover {
  background-color: rgb(8.125, 47.5, 76.875);
  cursor: pointer;
}

.duracion-cita {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0D4C7B;
}

.asterisco {
  color: #FF0000;
}

/** Media Queries **/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px); /* Empieza más abajo */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* Termina en su lugar */
  }
}
.auth-body, .user__body {
  background-color: #E6F5FF;
}

.auth__contenedor, .user__contenedor {
  animation: fadeInUp 1s ease-out;
  max-width: 90%;
  margin: 7rem auto;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .auth__contenedor, .user__contenedor {
    width: min(95%, 60rem);
    margin: 0 auto;
    margin: 7rem auto;
  }
}
.auth__heading {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 4rem 0 3rem 0;
  color: rgba(26, 27, 21, 0.8);
  font-size: clamp(2.5rem, -0.8rem + 10vw, 3rem);
}
.auth__imgcont {
  display: flex;
  margin-top: 1rem;
}
.auth__imagen {
  width: 23rem;
  align-self: center;
  margin: 0 auto;
}
.auth__texto {
  margin: 3rem 0;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .user__contenedor {
    width: 90rem;
    margin: 7rem auto;
    padding: 5rem;
  }
}

.dashboard {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #E6F5FF;
}
.dashboard__header {
  background-color: #1E293B;
  padding: 2rem;
}
.dashboard__header-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dashboard__header-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.dashboard__grid {
  display: flex;
  flex: 1;
  height: 100%;
}
.dashboard__sidebar {
  margin-top: 11rem;
  background-color: #0D4C7B;
  width: 12rem;
  position: fixed;
  height: 100%;
}
.dashboard__menu {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard__enlace {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  transition: 300ms background-color ease-in-out, 300ms color ease, 300ms border-radius ease;
}
.dashboard__enlace:hover, .dashboard__enlace--actual {
  background-color: rgb(15.4375, 90.25, 146.0625);
  color: #FFFFFF;
  border-radius: 1rem;
}
.dashboard__icono {
  font-size: 2rem;
}
.dashboard__menu-texto {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
}
.dashboard__contenido {
  width: 100%;
  padding: 1rem 1rem 3rem 1rem;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .dashboard__contenido {
    padding: 1rem 5rem 3rem 5rem;
  }
}
@media (min-width: 768px) {
  .dashboard__contenedor-boton {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5rem;
  }
}
.dashboard__boton {
  background-color: #0D4C7B;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.dashboard__boton:hover {
  background-color: rgb(8.125, 47.5, 76.875);
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton {
    width: auto;
  }
}
.dashboard__contenedor {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 5rem;
}
.dashboard__grafica {
  width: min(95%, 60rem);
  margin: 0 auto;
}

.dashboard__contenido {
  margin-top: 9rem;
  margin-bottom: -4rem;
  padding: 0;
}

.admin {
  margin-bottom: 4rem;
}

.citas-admin__buscador {
  border-bottom: 1.5px solid #64748B;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.citas-admin__contenedor {
  padding: 0;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .citas-admin__contenedor {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.citas-admin__elemento {
  padding: 1rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  list-style-type: none;
  border-radius: 1rem;
  position: relative;
}
.citas-admin__elemento span {
  font-weight: 400;
  color: #1a1b15;
}
.citas-admin__elemento-categoria {
  font-weight: 600;
  color: #0D4C7B;
}
.citas-admin__elemento-servicios {
  margin-bottom: 8rem;
}

.form-eliminar {
  display: flex;
  justify-content: center;
  position: absolute;
  margin: 2rem;
  width: 90%;
  bottom: 0;
  left: 0;
}

.boton-eliminar {
  background-color: #dc0000;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: 97%;
  display: block;
}
.boton-eliminar:hover {
  background-color: #a90000;
  cursor: pointer;
}

.citas-cliente__elemento-servicios {
  margin-bottom: 0;
}

.admin-servicios {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.admin-servicios__contenedor-boton {
  display: flex;
  justify-content: flex-end;
}
.admin-servicios__agregar {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background-color: #0D4C7B;
  border-radius: 0.7rem;
  color: #FFFFFF;
}

.admin-servicio {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.admin-servicio__elementos {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.admin-servicio__elemento {
  font-size: 1.7rem;
}
.admin-servicio__elemento span {
  color: #0D4C7B;
  font-weight: bold;
}
.admin-servicio__botones {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.admin-servicio__botones button {
  background-color: #FFFFFF;
  border: none;
  color: #0D4C7B;
}
.admin-servicio__boton {
  color: #0D4C7B;
}
.admin-servicio__boton i {
  font-size: 2.3rem;
}

.admin-productos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.admin-productos__elemento {
  display: grid;
  grid-template-columns: 60% 25% 15%;
  gap: 1.5rem; /* Espacio entre los items */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
}
.admin-productos__elemento-atributo {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.admin-productos__elemento-atributo span {
  font-weight: 600;
  color: #0D4C7B;
}
.admin-productos__elemento-contImg {
  max-width: 17rem;
  max-height: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin-productos__elemento-contImg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.admin-productos__elemento-botones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.admin-productos__elemento-botones a, .admin-productos__elemento-botones i {
  color: #0D4C7B;
}
.admin-productos__elemento-botones button {
  background-color: #FFFFFF;
  border: 0px;
}

.float-wa{
         
        position: fixed;
        bottom:40px;
        right:40px;
        padding: 1.5rem 2rem;
        background-color:#25d366;
        color:#FFF;
        border-radius:55%;
      
        font-size:30px;
    }
.float-wa i{
   margin: 0;
   padding: 0;

   
}
/*# sourceMappingURL=app.css.map */
