html {
  box-sizing: border-box;
  font-size: 62.5%;
}

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

body {
  padding: 0rem;
  margin: 0rem;
  font-size: 1.6rem;
  font-family: "Palanquin", sans-serif;
  background: rgb(126, 103, 126);
  background: radial-gradient(circle, rgba(126, 103, 126, 0.9556197479) 7%, rgb(128, 128, 128) 53%, rgba(125, 134, 182, 0.9080007003) 100%);
}

a {
  transition: all 0.7s linear;
  text-decoration: none;
  color: rgb(241, 241, 241);
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  text-align: center;
}

h1 {
  margin: 0.5rem auto;
}

h2 {
  margin: 0rem;
  padding: 1rem;
}

/*
@mixin grid($numero,$gap){
    display: grid;
    gap: $gap;
    grid-template-columns: repeat($numero,1fr);
}
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
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;
}

.nav-links.show-displayHeight {
  max-height: 50rem;
  margin-bottom: 0.5rem;
}

.article-ext {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto;
  overflow: hidden;
  border-radius: 1rem;
  background: rgb(169, 147, 231);
  background: radial-gradient(circle, rgba(91, 77, 131, 0.884) 0%, rgba(69, 102, 104, 0.848) 66%, rgba(52, 89, 104, 0.901) 100%);
}
.article-ext h3 {
  margin: 1rem;
}

.time {
  color: rgb(241, 241, 126);
  font-style: italic;
}

.institute {
  color: rgb(235, 66, 44);
  font-style: italic;
}

.button-ver {
  position: absolute;
  padding: 1.5rem 2.5rem;
  background-color: rgb(68, 68, 68);
  opacity: 0.9;
  border-radius: 0.5rem;
  z-index: 6;
}
.button-ver:hover {
  background-color: rgb(241, 241, 241);
  color: rgb(68, 68, 68);
}

.texto-ver {
  transition: all 0.5s ease-in-out;
  position: absolute;
  display: block;
  font-size: 3rem;
  color: #bebebe;
  background-color: rgba(0, 0, 0, 0.596);
  display: block;
  height: auto;
  width: 100%;
  font-weight: bold;
  border-radius: 0.5rem;
  bottom: 0rem;
  z-index: 5;
}
.texto-ver.texto-color {
  color: #111111;
  background-color: rgba(255, 255, 255, 0.507);
}

.opacity-ver {
  position: absolute;
  transition: all 0.5s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 112, 238, 0.432);
  z-index: 4;
}
.opacity-ver.bkg-color {
  background-color: rgba(0, 0, 0, 0.452);
}

.button-visite {
  font-size: 2rem;
  padding: 1.5rem 2.5rem;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.753);
  margin: 2rem auto;
  margin-bottom: 3rem;
}
.button-visite:hover {
  background-color: rgba(51, 51, 51, 0.753);
}

.contact-button {
  display: flex;
  width: 80%;
  justify-content: end;
}
.contact-button-enviar {
  padding: 1rem 2rem;
  background-color: rgb(67, 151, 34);
  border-radius: 1rem;
}

.subscribe {
  width: 100%;
  padding-bottom: 1.5rem;
  background-color: rgb(236, 232, 232);
}
.subscribe h2 {
  font-size: 4rem;
}
.subscribe input {
  margin: 1rem;
  padding: 0.5rem 2rem;
  width: 30rem;
  height: 4rem;
  border-radius: 0.5rem;
  border: none;
}
.subscribe input:focus {
  outline-style: none;
}
.subscribe .button-visite {
  font-size: 1.5rem;
  display: inline;
  width: unset;
  padding: 0.7rem 1.5rem;
  border-radius: 0.3rem;
}

.author {
  font-weight: bolder;
  color: rgb(27, 38, 102);
  margin: 0rem;
  padding: 0rem;
}

.about-buttons {
  display: flex;
  margin: 2rem auto;
  padding: 0rem;
  justify-content: center;
}

.button-about {
  width: 15rem;
  background-color: rgba(29, 36, 131, 0.664);
  display: block;
  margin: 1rem 1rem;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}
.button-about:hover {
  background-color: rgba(59, 21, 165, 0.815);
}

.anuncio-articulo {
  position: relative;
  margin: 2rem 1rem 4rem 1rem;
}
.anuncio-articulo:after {
  position: absolute;
  bottom: -0.5rem;
  left: 0rem;
  content: "";
  height: 0.1rem;
  background-color: rgb(139, 133, 133);
  width: 100%;
}
.anuncio-articulo:nth-last-child(1):after {
  content: none;
}

.button-register, .button-back {
  font-size: 2rem;
  padding: 1rem 2rem;
  background-color: rgb(83, 161, 100);
  color: white;
  cursor: pointer;
  border: none;
  border-radius: 0.5rem;
}

.button-back {
  background-color: rgb(204, 72, 72);
  margin-right: 1rem;
}

.button-logged img {
  z-index: 1;
  transition: all 1s ease-in-out;
  background: rgb(237, 217, 250);
  background: linear-gradient(297deg, rgba(237, 217, 250, 0.9612219888) 0%, rgba(241, 186, 186, 0.942) 50%, rgba(251, 227, 195, 0.84357493) 100%);
  border: 1px solid rgb(255, 252, 252);
  width: 100%;
  height: auto;
  border-radius: 1rem;
  padding: 1rem;
  padding-top: 4rem;
}
.button-logged img:hover {
  background-color: rgb(231, 231, 231);
  transform: scale(105%);
  filter: brightness(80%);
}

.errores {
  margin: 1rem auto;
}
.errores div {
  margin: 0.5rem auto;
  background-color: rgb(241, 241, 241);
  color: rgb(241, 241, 241);
  background-color: rgb(212, 79, 79);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 80%;
  font-weight: bold;
}

@media (max-width: 768px) {
  .subscribe input {
    margin: 2rem 1rem;
    width: 16rem;
  }
  .subscribe .button-visite {
    margin: 1rem auto;
  }
}
.darkmode {
  background: rgb(191, 196, 235);
  background: radial-gradient(circle, rgba(191, 196, 235, 0.9276085434) 0%, rgb(237, 212, 244) 100%);
}
.darkmode nav {
  background-color: #e4e4e4;
  box-shadow: 0 0 5px 0px rgba(95, 94, 94, 0.918);
}
.darkmode .nav-logo {
  filter: invert(80%);
}
.darkmode .nav-bars {
  filter: initial;
}
.darkmode .nav-links img {
  filter: initial;
}
.darkmode .nav-links li a {
  border-bottom: 2px solid #bebebe;
  color: rgb(56, 74, 228);
}
.darkmode .nav-links li a:hover {
  color: rgb(56, 74, 228);
  border-color: rgb(56, 74, 228);
}
.darkmode .therapies {
  background: rgb(169, 147, 231);
  background: radial-gradient(circle, rgba(169, 147, 231, 0.9485995082) 0%, rgba(107, 167, 191, 0.9457983877) 100%);
}
.darkmode .threrapies-textos {
  color: rgb(68, 68, 68);
}
.darkmode .therapies-video-flex {
  color: rgb(68, 68, 68);
}
.darkmode .therapies-video-flex img {
  filter: initial;
}
.darkmode .options {
  background: rgb(169, 147, 231);
  background: radial-gradient(circle, rgba(169, 147, 231, 0.9485995082) 0%, rgba(107, 167, 191, 0.9457983877) 100%);
  color: rgb(68, 68, 68);
}
.darkmode .contact {
  background: rgb(169, 147, 231);
  background: radial-gradient(circle, rgba(169, 147, 231, 0.9485995082) 0%, rgba(107, 167, 191, 0.9457983877) 100%);
  color: rgb(68, 68, 68);
}
.darkmode .contact legend {
  color: black;
}
.darkmode .contact label {
  color: #111111;
}
.darkmode .form {
  border: 2px solid rgba(88, 103, 247, 0.753);
}
.darkmode footer {
  background-color: #dddddd;
  box-shadow: 0 0 5px 0px rgba(95, 94, 94, 0.918);
  color: rgb(68, 68, 68);
}
.darkmode .time {
  color: rgb(56, 74, 228);
}
.darkmode .article-ext {
  background: rgba(32, 39, 68, 0.555);
  background: linear-gradient(90deg, rgba(32, 39, 68, 0.507) 29%, rgba(13, 66, 42, 0.527) 100%);
}
.darkmode .article-ext h3 {
  margin: 1rem;
}
.darkmode .container-grid {
  color: rgb(241, 241, 241);
}
.darkmode .container-grid-articles {
  color: rgb(68, 68, 68);
  background: rgb(169, 147, 231);
  background: radial-gradient(circle, rgba(169, 147, 231, 0.9485995082) 0%, rgba(107, 167, 191, 0.9457983877) 100%);
}
.darkmode .container-grid-ext {
  background: rgb(169, 147, 231);
  background: radial-gradient(circle, rgba(169, 147, 231, 0.9485995082) 0%, rgba(107, 167, 191, 0.9457983877) 100%);
  color: rgb(68, 68, 68);
}
.darkmode .container-flex {
  color: rgb(68, 68, 68);
  background: rgb(236, 236, 233);
}
.darkmode .container-flex-articles article {
  color: rgb(68, 68, 68);
  background: rgb(231, 222, 255);
}
.darkmode .container-flex-articles article div a {
  color: rgba(30, 30, 180, 0.795);
}
.darkmode .container-flex-ext {
  background: rgb(236, 236, 233);
}
.darkmode .container-flex-ext article {
  color: rgb(68, 68, 68);
  background: rgb(255, 222, 230);
}
.darkmode .container-flex-ext article div a {
  color: rgba(30, 30, 180, 0.795);
}
.darkmode .subscribe {
  background-color: silver;
}
.darkmode .author {
  color: rgb(27, 38, 102);
}
.darkmode .container-about-foto {
  color: rgb(68, 68, 68);
}
.darkmode .container-about-foto picture {
  background-color: rgb(241, 131, 131);
}
.darkmode .container-about-personal, .darkmode .container-about-profesional {
  background-color: rgb(241, 131, 131);
}
.darkmode .container-articulo-art {
  background-color: rgba(241, 194, 194, 0.918);
}
.darkmode .container-articulo-ext {
  background-color: rgba(180, 215, 240, 0.877);
}
.darkmode .button-logged img {
  background: rgb(170, 175, 170);
  background: linear-gradient(297deg, rgba(187, 187, 142, 0.65) 0%, rgba(160, 168, 236, 0.65) 100%);
  border: 1px solid gray;
}
.darkmode .button-logged img:hover {
  background-color: rgb(96, 151, 202);
  background: radial-gradient(circle, rgba(240, 212, 178, 0.4766281513) 50%, rgba(244, 148, 148, 0.4318102241) 100%);
}
.darkmode .container-nameAdmin {
  color: rgb(68, 68, 68);
}
.darkmode .container-nameAdmin span {
  color: rgb(45, 94, 199);
}
.darkmode .dia-citas {
  background-color: rgb(50, 56, 56);
  color: white;
}
.darkmode .after, .darkmode .before {
  background-color: rgb(167, 186, 191);
  box-shadow: 0 0 6px 0 rgb(117, 116, 116);
}
.darkmode .schedule-citas {
  background: rgb(152, 147, 231);
  background: radial-gradient(circle, rgba(152, 147, 231, 0.9485995082) 0%, rgba(107, 112, 191, 0.9457983877) 100%);
  box-shadow: 0 0 6px 0 rgb(5, 2, 49);
  color: black;
}
.darkmode .schedule-citas:hover {
  transition: all 0.5 ease-in-out;
  transform: scale(105%);
  filter: contrast(170%);
}
@media (max-width: 768px) {
  .darkmode .container-flex-bar {
    color: rgb(68, 68, 68);
    background: rgb(78, 71, 60);
    height: fit-content;
  }
  .darkmode .nav-links {
    text-align: center;
  }
  .darkmode .nav-links li {
    width: 100%;
    text-align: center;
  }
  .darkmode .nav-links li a {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 2px solid rgb(68, 68, 68);
    margin: auto;
  }
  .darkmode .nav-links li a:hover {
    transform: scale(110%);
    width: 100%;
    border-color: rgb(56, 74, 228);
  }
}

nav {
  font-family: "Kalam", cursive;
  margin: 1rem auto;
  width: 100%;
  background-color: #777777;
}
nav img {
  width: 30rem;
}

.nav-sup {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem auto;
  width: 90%;
}

.nav-logo {
  margin: auto;
  display: block;
  width: fit-content;
  transition: all 0.5s ease;
}
.nav-logo:hover {
  transform: scale(115%);
}

.nav-bars {
  cursor: pointer;
  margin: 0.5rem auto;
  width: 40px;
  height: 40px;
  display: none;
  filter: invert(100%);
}

.nav-links {
  margin: auto;
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
}
.nav-links img {
  margin: 1rem;
  width: 25px;
  height: 25px;
  filter: invert(100%);
}
.nav-links li {
  margin: 0rem 1.5rem;
  white-space: nowrap;
}
.nav-links li a {
  font-size: 1.9rem;
  border-bottom: 2px solid #777777;
}
.nav-links li a:hover {
  transform: scale(105%);
  color: rgb(241, 241, 126);
  width: 100%;
  border-color: rgb(241, 241, 126);
}
.nav-links li:hover {
  transform: scale(110%);
}

.background {
  position: relative;
  overflow: hidden;
  border-end-end-radius: 8%;
  border-end-start-radius: 8%;
}

.background-principal {
  display: flex;
  align-items: center;
  z-index: 1;
  height: 0%;
  max-height: 60rem;
  width: 100%;
  overflow: hidden;
}

.background-filter {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(63, 94, 251);
  background: radial-gradient(circle, rgb(63, 94, 251) 0%, rgb(252, 70, 107) 100%);
  opacity: 80%;
}

.background-text {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(241, 241, 241);
  font-size: 5rem;
  font-weight: 700;
  flex-direction: column;
}
.background-text p {
  width: fit-content;
  display: block;
  margin: 2rem;
  text-align: center;
}
.background-text a.button {
  color: rgb(241, 241, 241);
  background-color: rgba(0, 0, 0, 0.623);
  padding: 1rem 2rem;
  border-radius: 1rem;
  border: 2px solid rgb(241, 241, 241);
  cursor: pointer;
  transition: all 1s ease;
}
.background-text a.button:hover {
  transform: scale(110%);
  color: rgb(241, 241, 126);
  border-color: rgb(241, 241, 126);
}

.container {
  display: flex;
  text-align: center;
  margin: 4rem auto;
  flex-direction: column;
}

.therapies {
  margin: auto;
  font-family: "Kalam", cursive;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 95%;
  border-radius: 1.5rem;
  background: rgb(47, 39, 70);
  background: linear-gradient(90deg, rgba(47, 39, 70, 0.6684874633) 0%, rgba(62, 83, 84, 0.7077031496) 66%, rgba(5, 52, 62, 0.6460784998) 100%);
}

.threrapies-textos {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  color: rgb(241, 241, 241);
  font-size: 2rem;
  text-align: center;
}
.threrapies-textos small {
  font-size: 3rem;
}
.threrapies-textos h1 {
  margin: 1rem auto;
}

.therapies-flex {
  margin: 1rem;
  justify-content: center;
  text-align: center;
  display: flex;
}

.therapies-video-flex {
  display: block;
  transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  justify-content: center;
  padding: 0rem 0.5rem;
  overflow: hidden;
  border-radius: 2rem;
  flex: 0.6;
  color: rgb(241, 241, 241);
}
.therapies-video-flex:hover {
  transform: scale(102%);
}
.therapies-video-flex section {
  margin: 1rem auto;
  transition: all 1s linear 0.5s;
  opacity: 0;
}
.therapies-video-flex section h2 {
  width: 100%;
  text-align: center;
  margin: 0.5rem;
}
.therapies-video-flex section img {
  margin-left: 2rem;
  padding-top: 0.5rem;
  transform: translateY(0.5rem);
  width: 30px;
  height: 30px;
  filter: invert(100%);
}
.therapies-video-flex section img:hover {
  transition: all 1s ease;
  transform: scale(120%);
  filter: brightness(130%);
}
.therapies-video-flex section p {
  margin: 0.5rem;
}
.therapies-video-flex video {
  border-radius: 2rem;
  height: 73rem;
  width: auto;
}
.therapies-video-flex.active {
  flex: 1.3;
}
.therapies-video-flex.active section {
  opacity: 1;
}
.therapies-video-flex.active section p {
  font-size: 2rem;
}

.options {
  font-family: "Kalam", cursive;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(47, 39, 70);
  background: linear-gradient(90deg, rgba(47, 39, 70, 0.6684874633) 0%, rgba(62, 83, 84, 0.7077031496) 66%, rgba(5, 52, 62, 0.6460784998) 100%);
  width: 90%;
  margin: 4rem auto;
  border-radius: 1.5rem;
  color: rgb(241, 241, 241);
  padding-bottom: 3rem;
  overflow: hidden;
}
.options h2 {
  font-size: 7rem;
  margin-top: 2rem;
}

.options-grid {
  overflow: hidden;
  font-family: "Kalam", cursive;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.options-grid-div {
  position: relative;
  border-radius: 3rem;
  margin: 0rem 2rem;
  padding: 0rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.options-grid-div picture {
  height: 100%;
  display: flex;
  justify-content: center;
}
.options-grid-div img {
  display: block;
  height: 100%;
  margin: auto;
  text-align: center;
}

.contact {
  width: 90%;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  font-family: "Kalam", cursive;
  flex-direction: column;
  align-items: center;
  background: rgb(47, 39, 70);
  background: linear-gradient(90deg, rgba(47, 39, 70, 0.6684874633) 0%, rgba(62, 83, 84, 0.7077031496) 66%, rgba(5, 52, 62, 0.6460784998) 100%);
  margin: 4rem auto;
  border-radius: 1.5rem;
  color: rgb(241, 241, 241);
  padding-bottom: 3rem;
  overflow: hidden;
}
.contact h2 {
  font-size: 7rem;
  margin-top: 2rem;
}
.contact legend {
  font-size: 2rem;
  color: rgb(241, 241, 126);
}
.contact input {
  transition: all 1s ease-in-out;
  outline-color: transparent;
  width: 100%;
  border: 0px solid transparent;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.815);
  padding: 0.5rem 1rem;
}
.contact input:focus {
  transition: all 1s ease-in-out;
  background-color: antiquewhite;
  outline-style: none;
}
.contact label {
  display: block;
  text-align: start;
  color: rgb(241, 241, 126);
}
.contact textarea {
  margin: 1rem auto;
  width: 90%;
  resize: vertical;
  border-radius: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.815);
  outline-style: none;
}
.contact textarea:focus {
  transition: all 1s ease-in-out;
  background-color: antiquewhite;
  outline-color: transparent;
}
.contact .contact-button-enviar {
  color: white;
  font-size: 2rem;
  border: none;
  cursor: pointer;
}

.contact-button {
  width: 90%;
}

.contact-img {
  display: flex;
}
.contact-img p {
  margin: 0rem;
}
.contact-img a {
  height: 6rem;
}
.contact-img img {
  transition: all 1s ease-in-out;
  width: 50px;
  height: 50px;
  margin: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.contact-img img:hover {
  transform: scale(120%);
  transform: translateY(-0.5rem);
}

.contact-img-psedo {
  position: relative;
  display: block;
  margin: 0rem;
}
.contact-img-psedo:hover:after {
  opacity: 1;
}

.contact-img-psedo:after {
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: absolute;
  opacity: 0;
  content: "+52 686 3452 3434";
  width: 300%;
  height: 100%;
  left: -70px;
  font-size: 2rem;
  top: -2rem;
}

.contact-form {
  width: 100%;
  margin: auto;
}

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

.form {
  width: 80%;
  margin: 1rem auto;
}

.exito {
  border-radius: 0.5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  background-color: rgb(59, 135, 59);
  color: white;
  margin: 0rem;
  padding: 1rem;
}

footer {
  font-family: "Kalam", cursive;
  margin: 1rem auto;
  width: 100%;
  background-color: #5e5e5e;
  font-size: 2.5rem;
  color: rgb(241, 241, 241);
}
footer p {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
}

@media (max-width: 1400px) {
  .nav-sup {
    flex-direction: column;
    width: 100%;
  }
  .nav-links {
    padding-left: 0px;
  }
  .nav-links li {
    padding-left: 0px;
    margin: 0rem 0.8rem;
  }
  .nav-links li a {
    font-size: 1.6rem;
  }
  .therapies-video-flex:nth-of-type(7) {
    display: none;
  }
  .therapies-video-flex:nth-of-type(8) {
    display: none;
  }
}
@media (max-width: 1000px) {
  .nav-links li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .options-grid {
    overflow: hidden;
    font-family: "Kalam", cursive;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .background-text {
    font-size: 4rem;
  }
  .background-text a.button {
    font-size: 2rem;
  }
  .nav-bars {
    display: block;
  }
  .nav-links {
    flex-direction: column;
    padding-bottom: 0.5rem;
    transition: all 1s cubic-bezier(0.3, 0.84, 0.44, 1);
    max-height: 0rem;
    overflow: hidden;
  }
  .nav-links li a {
    font-size: 1.8rem;
  }
  .therapies-video-flex:nth-of-type(4) {
    display: none;
  }
  .therapies-video-flex:nth-of-type(5) {
    display: none;
  }
  .therapies-video-flex:nth-of-type(6) {
    display: none;
  }
  .therapies-video-flex:nth-of-type(7) {
    display: none;
  }
  .therapies-video-flex:nth-of-type(8) {
    display: none;
  }
}
@media (max-width: 480px) {
  .background-text {
    font-size: 3rem;
  }
  .background-text a.button {
    font-size: 1.5rem;
  }
  .therapies-flex {
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .therapies-video-flex {
    margin: 0.5rem;
    height: fit-content;
  }
  .therapies-video-flex video {
    overflow: hidden;
    height: fit-content;
    width: 100%;
  }
  .therapies-video-flex:nth-of-type(4) {
    display: initial;
  }
  .therapies-video-flex:nth-of-type(5) {
    display: initial;
  }
  .therapies-video-flex:nth-of-type(6) {
    display: initial;
  }
  .therapies-video-flex:nth-of-type(7) {
    display: initial;
  }
  .therapies-video-flex:nth-of-type(8) {
    display: initial;
  }
}
@media (max-width: 400px) {
  .therapies-flex {
    height: 230rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .therapies-video-flex {
    margin: 1rem;
    flex: 0.3;
    height: fit-content;
  }
}
.container-login {
  font-family: "Kalam", cursive;
  border: none;
  border-radius: 2rem;
  padding: 0rem 2rem 1rem 2rem;
  margin: 2rem auto;
  display: block;
  width: 45rem;
  background-color: rgba(255, 254, 254, 0.664);
  overflow: hidden;
  box-shadow: 0 0 4px 0px black;
}
.container-login-img img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
  transform: translateX(-4rem);
  margin: auto;
  width: 120%;
  height: 32rem;
}
.container-login p {
  color: rgb(68, 68, 68);
  font-size: 1.7rem;
}
.container-login a {
  display: inline;
  font-size: 1.7rem;
  color: rgb(56, 74, 228);
}
.container-login .button-entrar {
  transition: all 1s ease-in-out;
  font-size: 2.5rem;
  width: 90%;
  background-color: rgb(83, 161, 100);
  margin: 1rem auto;
  border-radius: 1rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(241, 241, 241);
  border: none;
  cursor: pointer;
}
.container-login .button-entrar:focus {
  outline-style: none;
}
.container-login .button-entrar:hover {
  background-color: rgb(48, 77, 54);
  color: rgb(241, 241, 241);
}
.container-login h2 {
  font-size: 4rem;
}
.container-login input {
  transition: all 1s ease-in;
  position: relative;
  background-color: transparent;
  width: 80%;
  margin: 1rem auto;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.37);
  padding: 0.5rem 2rem;
  padding-left: 3rem;
}
.container-login input:focus {
  outline-color: transparent;
  outline-style: none;
  border-bottom: 2px solid rgba(21, 19, 160, 0.788);
}
.container-login label {
  font-weight: bold;
  text-align: start;
  display: block;
  width: 80%;
  margin: auto;
}
.container-login #passwordLabel {
  position: relative;
}
.container-login #passwordLabel::after {
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  content: "";
  background-size: contain;
  background-image: url("/build/img/password.png");
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
}
.container-login #emailLabel {
  position: relative;
}
.container-login #emailLabel::after {
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  content: "";
  background-size: contain;
  background-image: url("/build/img/email.png");
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
}

.container-errores h2 {
  width: 45rem;
  padding: 1.5rem auto;
  background-color: rgb(165, 45, 45);
  margin: 0.5rem auto;
  font-size: 2rem;
  color: rgb(241, 241, 241);
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .container-login {
    width: 35rem;
  }
  .container-login-img img {
    transform: translateX(-10rem);
    margin: auto;
    width: 150%;
    height: 30rem;
  }
  .container-login input {
    transition: all 1s ease-in;
    position: relative;
    background-color: transparent;
    width: 80%;
    margin: 1rem auto;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.37);
    padding: 0.5rem 2rem;
    padding-left: 3rem;
  }
  .container-login input:focus {
    outline-color: transparent;
    outline-style: none;
    border-bottom: 2px solid rgba(21, 19, 160, 0.788);
  }
  .container-login label {
    font-weight: bold;
    text-align: start;
    display: block;
    width: 80%;
    margin: auto;
  }
  .container-login #passwordLabel {
    position: relative;
  }
  .container-login #passwordLabel::after {
    position: absolute;
    bottom: -3.5rem;
    left: 0;
    content: "";
    background-size: contain;
    background-image: url("/build/img/password.png");
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
  }
  .container-login #emailLabel {
    position: relative;
  }
  .container-login #emailLabel::after {
    position: absolute;
    bottom: -3.5rem;
    left: 0;
    content: "";
    background-size: contain;
    background-image: url("/build/img/email.png");
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
  }
  .container-errores h2 {
    width: 35rem;
  }
}
body.blog {
  overflow-x: hidden;
  margin-left: 25rem;
}
body.blog .container {
  margin: 0rem;
}
body.blog .contact-img-psedo:hover:after {
  transform: translateX(1.5rem);
}

.container-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 1rem auto;
  color: rgb(68, 68, 68);
  background: rgb(192, 192, 190);
}
.container-flex h2 {
  font-size: 4rem;
  margin: 1rem auto;
}
.container-flex-articles {
  width: min(70rem, 90%);
}
.container-flex-articles h3 {
  font-size: 4rem;
  margin: 1rem auto;
}
.container-flex-articles article {
  display: flex;
  border-radius: 0.5rem;
  font-family: "Kalam", cursive;
  color: rgb(241, 241, 241);
  overflow: hidden;
  margin: 2rem auto;
  background: rgb(62, 121, 119);
  text-align: start;
}
.container-flex-articles article div {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.container-flex-articles article div a {
  display: inline;
  font-size: 2rem;
  color: rgba(30, 30, 180, 0.795);
  font-weight: bold;
}
.container-flex-articles article div h3 {
  font-size: 2.5rem;
  margin: 0.5rem 1rem;
}
.container-flex-articles article p {
  margin: 0rem;
  font-size: 1.8rem;
  padding: 0.5rem 2rem;
}
.container-flex-articles article picture {
  width: 30rem;
  height: min(30rem, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-flex-articles article img {
  height: auto;
  width: 30rem;
  display: block;
}

.container-flex-ext {
  margin: 1rem auto;
  background: rgb(192, 192, 190);
  width: 100%;
  margin-bottom: 10rem;
}
.container-flex-ext article {
  display: flex;
  border-radius: 0.5rem;
  font-family: "Kalam", cursive;
  color: rgb(241, 241, 241);
  overflow: hidden;
  width: min(70rem, 90%);
  margin: 2rem auto;
  background: rgb(165, 88, 107);
  text-align: start;
}
.container-flex-ext article div {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.container-flex-ext article div a {
  display: inline;
  font-size: 2rem;
  color: rgba(30, 30, 180, 0.795);
  font-weight: bold;
}
.container-flex-ext article h3 {
  font-size: 2.5rem;
  text-align: center;
  padding: 0.5rem 2rem;
  margin: 0rem;
}
.container-flex-ext article p {
  margin: 0rem;
  font-size: 1.8rem;
  padding: 0.5rem 2rem;
}
.container-flex-ext article picture {
  width: 30rem;
  height: min(30rem, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-flex-ext article img {
  height: auto;
  width: 30rem;
  display: block;
}

.container-flex-bar {
  color: rgb(241, 241, 241);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  bottom: -7.5vh;
  left: 0;
  width: 25rem;
  height: 115vh;
  background: rgba(50, 60, 196, 0.849);
  padding: 4rem;
}
.container-flex-bar hr {
  margin: auto;
  background-color: orange;
  width: 100%;
}
.container-flex-bar picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  overflow: hidden;
  border: none;
  border-radius: 50%;
  background-color: rgba(241, 74, 74, 0.521);
}
.container-flex-bar h2 {
  font-size: 3rem;
}
.container-flex-bar h3 {
  font-weight: normal;
  margin-bottom: 3rem;
  margin: 1rem auto;
}
.container-flex-bar img {
  display: block;
  overflow: hidden;
  width: 75%;
}
.container-flex-bar p {
  margin: 0rem auto;
  margin-bottom: 3rem;
}

@media (max-width: 1000px) {
  body.blog {
    margin-left: 0rem;
  }
  body.blog .contact-img-psedo:hover:after {
    transform: translateX(0rem);
  }
  body.blog main {
    padding-bottom: 67rem;
    position: relative;
    overflow: hidden;
  }
  body.blog .container-flex-bar {
    color: rgb(68, 68, 68);
    text-align: center;
    z-index: 2;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: fit-content;
    background: rgb(236, 230, 221);
  }
  body.blog .container-flex-bar hr {
    width: 0%;
  }
  body.blog .container-flex-ext article {
    flex-direction: column;
    width: 85%;
  }
  body.blog .container-flex-ext article h3 {
    width: 100%;
    text-align: center;
  }
  body.blog .container-flex-ext article picture {
    width: 100%;
    max-height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  body.blog .container-flex-ext article img {
    width: 100%;
  }
  body.blog .container-flex-articles {
    width: 85%;
  }
  body.blog .container-flex-articles article {
    flex-direction: column;
  }
  body.blog .container-flex-articles article h3 {
    width: 100%;
    text-align: center;
  }
  body.blog .container-flex-articles article picture {
    width: 100%;
    max-height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  body.blog .container-flex-articles article img {
    width: 100%;
  }
}
.container-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 1rem 2rem;
}

.container-about-foto {
  color: rgb(241, 241, 241);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 60rem;
  text-align: start;
}
.container-about-foto p {
  margin-bottom: 2rem;
}
.container-about-foto div {
  margin: 1rem 2rem;
}
.container-about-foto h2 {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.container-about-foto .contact-img {
  display: flex;
  justify-content: space-around;
  margin: 0.5rem auto;
  padding: 0rem;
  height: 5rem;
  width: 70%;
  text-align: center;
}
.container-about-foto picture {
  background-color: rgba(228, 138, 138, 0.664);
  overflow: hidden;
  height: 32rem;
  width: 32rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
}
.container-about-foto picture img {
  width: 25rem;
}

.container-about-personal, .container-about-profesional {
  font-family: "Kalam", cursive;
  transition: all 1s ease-in;
  margin: auto;
  width: 70rem;
  display: flex;
  flex-direction: column;
  max-height: 0rem;
  background-color: rgba(228, 138, 138, 0.664);
  overflow: hidden;
  text-align: start;
  padding: 0rem 3rem;
  opacity: 0;
  border-radius: 1rem;
}
.container-about-personal img, .container-about-profesional img {
  width: 100%;
  margin: 0rem;
}
.container-about-personal picture, .container-about-profesional picture {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 57% 96%, 54% 91%, 0% 91%);
  overflow: hidden;
}
.container-about-personal h2, .container-about-profesional h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0.5rem auto;
}
.container-about-personal h3, .container-about-profesional h3 {
  font-size: 3rem;
  margin-top: -4rem;
}

.container-about-personal picture {
  align-items: start;
}

.container-about-personal.add, .container-about-profesional.add {
  max-height: 140rem;
  transition: all 1s ease-in-out;
  opacity: 1;
}

@media (max-width: 768px) {
  .container-about-foto {
    width: 95%;
    margin: auto;
  }
  .container-about-foto p {
    margin-bottom: 2rem;
  }
  .container-about-foto div {
    margin: 0rem;
  }
  .container-about {
    width: 95%;
    padding: 0rem;
  }
  .container-about-foto {
    flex-direction: column;
    width: 100%;
  }
  .container-about-personal, .container-about-profesional {
    width: 100%;
  }
  .container-about-personal h3, .container-about-profesional h3 {
    font-size: 2.5rem;
    margin-top: 0rem;
    margin: 1rem;
  }
  .container-about-personal img, .container-about-profesional img {
    height: auto;
  }
  .container-about-personal picture, .container-about-profesional picture {
    clip-path: none;
    overflow: visible;
  }
}
body.art {
  background: rgb(90, 85, 90);
}

body.art.darkmode {
  background: rgb(214, 202, 214);
}

.container-articulo {
  display: flex;
  gap: 2rem;
  width: 80%;
  margin: auto;
}

.container-articulo-art {
  padding: 1rem 2rem;
  margin: 0rem auto;
  font-family: "Kalam", cursive;
  width: 70%;
  border-radius: 0.5rem;
  background-color: rgb(221, 218, 218);
  color: rgb(68, 68, 68);
}
.container-articulo-art .autor {
  color: rgb(88, 88, 85);
  display: flex;
  justify-content: end;
  margin: 1rem;
  font-weight: bold;
}
.container-articulo-art h2 {
  font-size: 4rem;
  margin: 1rem auto;
}
.container-articulo-art h3 {
  font-size: 4rem;
  margin: 1rem auto;
}
.container-articulo-art p {
  text-align: start;
  font-size: 2rem;
  margin: auto;
}
.container-articulo-art img {
  width: 70%;
  height: auto;
  border-radius: 0.5rem;
}

.container-articulo-ext {
  font-family: "Kalam", cursive;
  border-radius: 0.5rem;
  width: 30%;
  background-color: rgb(221, 218, 218);
  color: rgb(68, 68, 68);
}
.container-articulo-ext h2 {
  font-size: 3rem;
}
.container-articulo-ext h3 {
  font-size: 2.5rem;
  margin: 1rem auto;
}
.container-articulo-ext p {
  text-align: start;
  font-size: 2rem;
}
.container-articulo-ext img {
  width: 70%;
  height: auto;
  border-radius: 0.5rem;
}
.container-articulo-ext a {
  display: inline;
  color: blue;
}

@media (max-width: 768px) {
  .container-articulo {
    display: flex;
    width: 90%;
    flex-direction: column;
  }
  .container-articulo-art {
    font-family: "Kalam", cursive;
    width: 100%;
  }
  .container-articulo-ext {
    font-family: "Kalam", cursive;
    width: 100%;
  }
}
.container-nameAdmin {
  font-family: "Kalam", cursive;
  color: rgb(241, 241, 241);
  font-weight: bold;
  font-size: 4rem;
  margin: 0rem auto;
  gap: 1REM;
}
.container-nameAdmin span {
  color: rgb(243, 173, 212);
  font-weight: bold;
}
.container-nameAdmin img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
}

.container-nameAdmin-foto {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-nameAdmin-foto img {
  width: auto;
  height: 30rem;
}

.container-notifications {
  overflow: hidden;
  font-size: 2.5rem;
  font-weight: bolder;
  color: rgb(241, 241, 241);
  border-radius: 1rem;
  width: min(95%, 50rem);
  margin: 1rem auto;
}
.container-notifications .change, .container-notifications .add, .container-notifications .delete {
  margin: 0rem;
  background-color: green;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
}
.container-notifications .change {
  background-color: rgb(199, 243, 39);
  color: rgb(68, 68, 68);
}
.container-notifications .delete {
  background-color: rgb(196, 53, 53);
}

.container-admin {
  font-family: "Kalam", cursive;
  display: flex;
  justify-content: space-between;
  width: min(95%, 50rem);
  margin: auto;
  gap: 1.4rem;
  background-color: rgba(198, 214, 235, 0.24);
  box-shadow: 1px 1px 5px 1px rgb(43, 42, 41);
  border-radius: 0.5rem;
  padding: 1rem 1rem 1rem 1rem;
}
.container-admin h2 {
  width: 100%;
  margin: auto;
  display: block;
}

.container-admin-blog, .container-admin-clientes, .container-admin-citas {
  transition: all 1s ease-in-out;
  margin: auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.container-admin-blog div, .container-admin-clientes div, .container-admin-citas div {
  position: relative;
  margin: 0.5rem auto;
}
.container-admin-blog div p, .container-admin-clientes div p, .container-admin-citas div p {
  z-index: 2;
  margin: 0rem auto;
  font-size: 1.9rem;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 1rem;
  left: 0rem;
}

@media (max-width: 1000px) {
  .container-admin-blog {
    width: 70%;
    gap: 1.3rem;
  }
  .container-admin-citas {
    width: 70%;
    gap: 1.3rem;
  }
  .container-admin-clientes {
    width: 70%;
    gap: 1.3rem;
  }
}
@media (max-width: 768px) {
  .container-admin p {
    font-size: 1.6rem;
  }
  .container-admin-blog {
    width: 95%;
    gap: 0.5rem;
  }
  .container-admin-citas {
    width: 95%;
    gap: 0.5rem;
  }
  .container-admin-clientes {
    width: 95%;
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .container-admin {
    width: 85%;
    flex-direction: column;
    gap: 1rem;
  }
  .container-admin p {
    font-size: 2rem;
  }
}
.container-clienteAdd {
  box-shadow: 0 0 4px 0px black;
  margin: auto;
  background-color: rgba(226, 226, 226, 0.76);
  width: min(80rem, 90%);
}
.container-clienteAdd form {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
}
.container-clienteAdd form img {
  border-radius: 1rem;
}
.container-clienteAdd form textarea {
  transition: all 1s ease;
  border: 1px solid rgba(80, 79, 79, 0.699);
  margin: auto;
  padding: 1rem;
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  width: 90%;
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  height: 15rem;
  resize: vertical;
  padding: 1rem 2rem;
  font-weight: bold;
  font-family: "Kalam", cursive;
  border: none;
  margin-bottom: 2rem;
}
.container-clienteAdd form textarea:focus {
  outline-style: none;
  background-color: rgb(226, 238, 241);
}
.container-clienteAdd form h2 {
  margin: 0rem;
  padding-bottom: 1rem;
  font-family: "Kalam", cursive;
}
.container-clienteAdd form label {
  font-family: "Kalam", cursive;
  font-weight: bold;
  width: 90%;
  margin: 0.5rem auto;
  text-align: start;
  display: block;
}
.container-clienteAdd form div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
}
.container-clienteAdd form div div {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
.container-clienteAdd form fieldset {
  margin: 1rem;
}
.container-clienteAdd form input[type=file], .container-clienteAdd form input {
  font-family: "Kalam", cursive;
  transition: all 1s ease;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 1.5rem;
  width: 90%;
  margin: 0.5rem auto;
  border: 1px solid rgba(80, 79, 79, 0.699);
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  height: 3rem;
  padding: 1rem 2rem;
  border: none;
}
.container-clienteAdd form input[type=file]:focus, .container-clienteAdd form input:focus {
  outline-style: none;
  background-color: rgb(226, 238, 241);
}
.container-clienteAdd form input[type=file] {
  height: 4rem;
  border: 1px solid black;
  font-weight: bold;
  border: none;
}
.container-clienteAdd .container-clienteAdd-button {
  width: 90%;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .container-clienteAdd form {
    padding: 1rem;
  }
  .container-clienteAdd form textarea {
    width: 90%;
  }
  .container-clienteAdd form div {
    flex-direction: column;
  }
  .container-clienteAdd form div div {
    width: 100%;
  }
  .container-clienteAdd form input[type=file], .container-clienteAdd form input {
    width: 90%;
  }
  .container-clienteAdd .container-clienteAdd-button {
    width: 90%;
    flex-direction: row;
  }
}
body.mod {
  overflow: hidden;
  margin: 0rem;
  padding: 0rem;
  height: 100vh;
  width: 100vw;
}

.overlay-delete {
  transition: ALL 0.5 ease-in-out;
  z-index: -10;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(48, 49, 49, 0.582);
  overflow: hidden;
}
.overlay-delete .overlay-delete-buttons {
  background-color: rgb(240, 232, 232);
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.overlay-delete .overlay-delete-buttons div {
  display: flex;
  justify-content: space-around;
}
.overlay-delete .overlay-delete-buttons div input {
  display: none;
}
.overlay-delete .overlay-delete-buttons div #voltar, .overlay-delete .overlay-delete-buttons div #apagar {
  transition: all 1s ease;
  cursor: pointer;
  color: rgb(241, 241, 241);
  border: none;
  background-color: rgb(83, 161, 100);
  margin: 2rem;
  padding: auto;
  border-radius: 0.5rem;
  width: 13rem;
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.overlay-delete .overlay-delete-buttons div #voltar:hover, .overlay-delete .overlay-delete-buttons div #apagar:hover {
  transform: scale(115%);
}
.overlay-delete .overlay-delete-buttons div #apagar {
  background-color: rgb(204, 72, 72);
}

.overlay-delete.active {
  height: 100vh;
  width: 100vw;
  z-index: 10;
}

.container-AdminUserSearch {
  width: min(80rem, 90%);
  box-shadow: 0 0 4px 0px black;
  background-color: rgba(226, 226, 226, 0.76);
  border-radius: 0.5rem;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 1.5rem auto;
}
.container-AdminUserSearch .container-clienteAdd {
  width: min(80rem, 100%);
}
.container-AdminUserSearch .container-clienteAdd {
  box-shadow: none;
}
.container-AdminUserSearch h2 {
  font-weight: bold;
  font-family: "Kalam", cursive;
  font-size: 3rem;
}
.container-AdminUserSearch .errores {
  background-color: rgb(223, 60, 60);
  color: rgb(241, 241, 241);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  width: 60%;
  border-radius: 0.5rem;
}
.container-AdminUserSearch .errores h2 {
  padding: 0rem;
  margin: 0rem;
}
.container-AdminUserSearch .container-clienteAdd {
  padding: 0rem;
}
.container-AdminUserSearch .container-clienteAdd form {
  margin: 1rem 0rem;
  padding: 0.5rem;
}
.container-AdminUserSearch .container-clienteAdd form img {
  margin: 2rem auto;
  width: min(60rem, 80%);
}

.bar-search {
  width: 100%;
}
.bar-search input {
  padding: 0.5rem 2rem;
  width: 90%;
  height: 4rem;
  border-radius: 0.5rem;
  border: none;
}
.bar-search input:focus {
  outline-style: none;
}
.bar-search form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.content-search-results {
  width: 90%;
  background-color: aliceblue;
}
.content-search-results p {
  border-bottom: 2px solid gray;
  height: 4rem;
  margin: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foundUser {
  overflow: hidden;
  transition: all 1s ease-in-out;
  margin: 0rem;
  padding: 2rem auto;
  border: none;
  height: 4rem;
  border-bottom: 2px solid gray;
  background-color: rgb(193, 224, 212);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: rgb(68, 68, 68);
  font-weight: bold;
}
.foundUser:nth-last-child(1) {
  border-bottom: none;
}
.foundUser:hover {
  background-color: rgb(77, 117, 103);
  color: rgb(241, 241, 241);
}

.container-AdminUserSearch-bottom {
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.container-AdminUserSearch-bottom button {
  background-color: rgb(83, 161, 100);
  color: rgb(241, 241, 241);
  padding: 1rem 2rem;
  outline-style: none;
  border-radius: 0.5rem;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.container-clienteAdd img {
  width: 90%;
  margin: auto;
  height: auto;
}

.calendar {
  width: min(90%, 50rem);
  margin: auto;
  border-start-end-radius: 0.5rem;
  border-start-start-radius: 0.5rem;
  font-family: "Kalam", cursive;
}

.calendar-errores {
  width: min(90%, 50rem);
  font-size: 2.5rem;
  margin: 1rem auto;
  font-family: "Kalam", cursive;
}
.calendar-errores p {
  border-radius: 0.5rem;
  height: 4rem;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(170, 41, 41, 0.883);
  border-radius: 1;
  color: white;
  margin: 1rem auto;
  font-size: 2.5rem;
}

.calendar-month {
  border-start-end-radius: 0.5rem;
  border-start-start-radius: 0.5rem;
  font-family: "Kalam", cursive;
  background-color: rgb(44, 44, 185);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
}
.calendar-month p {
  font-size: 2rem;
  font-weight: bold;
}
.calendar-month img {
  width: 5rem;
  height: auto;
  filter: invert(100%);
  cursor: pointer;
}
.calendar-month img:hover {
  transform: scale(110%);
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: white;
  border-left: 1px solid black;
}
.calendar-days div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.calendar-days .days {
  background-color: rgb(220, 236, 236);
  font-weight: bold;
}
.calendar-days .day {
  cursor: pointer;
}
.calendar-days .day:hover {
  transform: scale(105%);
  background-color: rgb(95, 116, 207);
  border: none;
  box-shadow: 0px 0px 3px 0px rgb(51, 76, 188);
}

.currentDay {
  background-color: rgb(198, 211, 125);
}

.activeDay {
  background-color: rgb(95, 116, 207);
}

.schedule {
  background-color: rgb(236, 235, 247);
  overflow: hidden;
  width: min(90%, 50rem);
  margin: auto;
  margin: 1rem auto 0rem auto;
}

.schedule-titulo {
  font-family: "Kalam", cursive;
  overflow: hidden;
  display: none;
  border: 1px solid black;
  border-bottom: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}
.schedule-titulo p {
  margin: 0.5rem;
  padding: 0.5rem;
}

.schedule-horas {
  font-family: "Kalam", cursive;
  display: none;
  border: 1px solid black;
  background-color: rgb(125, 211, 143);
  justify-content: space-between;
  margin: 0rem;
  gap: 0rem;
}
.schedule-horas div {
  transition: all 0.5s ease;
  background-color: rgb(125, 211, 143);
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid black;
  cursor: pointer;
}
.schedule-horas div p {
  margin: 0.5rem;
}
.schedule-horas div:nth-last-child(1) {
  border-right: none;
}
.schedule-horas .ocupado {
  background-color: rgb(226, 58, 58);
  cursor: default;
}
.schedule-horas .horasActivas {
  background-color: rgb(53, 121, 70);
  color: white;
  transform: scale(110%);
  border: none;
}

.appointment {
  font-family: "Kalam", cursive;
  overflow: hidden;
  border-end-end-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
  border: 1px solid black;
  border-top: none;
  border-bottom: none;
  width: min(90%, 50rem);
  background-color: bisque;
  margin: 0rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.appointment .enfasis {
  color: rgb(75, 75, 219);
}
.appointment div {
  font-weight: bold;
  margin: 1rem auto;
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(241, 210, 141, 0.877);
}
.appointment .but-js {
  overflow: hidden;
  border-bottom: 1px solid black;
  margin: 0rem;
  margin-top: 1rem;
  border-end-end-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.appointment select {
  width: 95%;
  background-color: azure;
  border-radius: 0.5rem;
  font-weight: bold;
}
.appointment button {
  font-weight: bold;
  transition: all 1s ease;
  width: 90%;
  height: 4rem;
  border-radius: 0.3rem;
  margin: 1rem auto;
  border: none;
  background-color: rgb(82, 59, 24);
  color: white;
  margin-bottom: 1rem;
  cursor: pointer;
}
.appointment button:hover {
  transform: scale(105%);
}
.appointment .pregunta {
  background-color: rgba(241, 210, 141, 0.877);
  padding: 0.5rem;
  font-weight: bold;
  padding: 1rem 2rem;
}

.container-citas {
  padding-top: 3rem;
  width: min(100rem, 95%);
  margin: auto;
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.container-citas form {
  border: none;
  width: min(70rem, 100%);
  margin: 2rem auto;
  background: rgb(162, 210, 164);
  background: linear-gradient(297deg, rgba(162, 210, 164, 0.8015581232) 0%, rgba(194, 149, 230, 0.9051995798) 100%);
  box-shadow: 0 0 5px 0 black;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.container-citas form img {
  width: 90%;
  margin: 1rem auto;
}
.container-citas form label {
  font-weight: bold;
}
.container-citas form p {
  font-size: 2rem;
}
.container-citas form .content {
  background-color: rgb(252, 245, 245);
  padding: 1rem;
  border-radius: 0.5rem;
}
.container-citas form span {
  font-weight: bold;
}
.container-citas form fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.container-citas form input {
  border-radius: 0.5rem;
  height: 4rem;
  border: none;
  padding: 0.5rem;
}
.container-citas form select {
  border-radius: 0.5rem;
  border: none;
  height: 4rem;
  padding: 0.5rem;
}
.container-citas form .before-img {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.container-citas form .before-img label {
  width: 100%;
  text-align: start;
}
.container-citas form .before-img input {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.container-citas form .beforeImagen {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.container-citas form .beforeImagen .container-clienteAdd-button {
  justify-content: space-between;
  width: 100%;
}
.container-citas form .beforeImagen INPUT {
  display: block;
  margin: 1rem;
}
.container-citas form .beforeImagen textarea {
  display: block;
  width: 100%;
  resize: vertical;
  border-radius: 0.5rem;
  padding: 1rem;
  height: 12rem;
}
.container-citas .container-clienteAdd-button {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.container-citas .container-clienteAdd-button button:hover, .container-citas .container-clienteAdd-button a:hover {
  transition: all 0.5s ease;
  transform: scale(110%);
}

.after, .before {
  background-color: rgb(219, 217, 212);
  overflow-y: scroll;
  height: min(50rem, 80vh);
  width: 100%;
  border-radius: 0.5rem;
}

.dia-citas {
  background-color: rgb(175, 188, 188);
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.dia-appointment {
  font-size: 2.5rem;
  font-weight: bold;
}

.after.cliente .schedule-citas {
  cursor: default;
}
.after.cliente .schedule-citas:hover {
  transition: all 0s ease-in-out;
  transform: unset;
  filter: none;
}

.schedule-citas {
  transition: all 0.5 ease-in-out;
  margin-bottom: 2rem;
  box-shadow: 0 0 5px 0 black;
  background: rgba(31, 13, 51, 0.927);
  background: linear-gradient(90deg, rgba(196, 166, 231, 0.72) 0%, rgba(193, 197, 242, 0.806) 100%);
  color: black;
  width: 90%;
  display: flex;
  height: 5rem;
  margin: 2rem auto;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.schedule-citas p {
  font-size: 1.7rem;
}
.schedule-citas span {
  font-weight: bold;
}
.schedule-citas:hover {
  transition: all 0.5 ease-in-out;
  transform: scale(105%);
  filter: contrast(170%);
}

@media (max-width: 768px) {
  .container-citas {
    gap: 4rem;
    flex-direction: column;
  }
  .container-citas form fieldset {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .container-citas form fieldset div {
    margin: 1rem;
  }
  .container-citas form fieldset textarea {
    display: inline;
  }
}
.container-cliente {
  background-color: red;
}