/*! 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;
}

/** Media Queries **/
html, body {
  overflow-x: hidden;
  width: 100%;
}

html {
  font-size: 50%;
  box-sizing: border-box;
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #252525;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  body {
    height: 100%;
  }
}

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

body {
  font-family: "DM Sans", sans-serif;
  font-size: 1.7rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.contenedor {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.contenido-centrado {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-margin {
  margin: 0;
}

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

h1, h2, h3 {
  font-family: "DM Sans", sans-serif;
  margin: 0 0 2.5rem 0;
  font-weight: 900;
  color: #e1e1e1;
  text-align: center;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
  text-align: center;
}

p {
  color: #FFFFFF;
  font-size: 2rem;
}

.texto-alineado {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .tabs {
    display: flex;
  }
}
.tabs button {
  background-color: #186388;
  border: none;
  color: #FFFFFF;
  padding: 1rem;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color 300ms ease;
}
.tabs button:hover {
  cursor: pointer;
  background-color: rgb(16.35, 67.44375, 92.65);
}
.tabs button.actual {
  background-color: #FFFFFF;
  color: #186388;
  border: 2px solid #186388;
}

.barra {
  background-color: #186388;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .barra {
    padding: 1rem 10rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .barra {
    padding: 1rem 16rem;
  }
}
.barra .logo {
  display: flex;
  align-items: center;
}
.barra .logo img {
  width: 9rem;
}
.barra .barra__derecha {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.barra .barra__derecha img {
  margin: 3rem 0;
  width: 4rem;
}
@media (min-width: 768px) {
  .barra .barra__derecha img {
    display: none;
  }
}
.barra .barra__derecha .navegacion {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .barra .barra__derecha .navegacion {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.barra .barra__derecha .navegacion a {
  font-size: 2.2rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.barra .barra__derecha .navegacion a:hover {
  color: #252525;
}
.barra .barra__derecha .navegacion a.actual {
  color: #252525;
  font-weight: 600;
}
.barra .barra__derecha .navegacion.ocultar {
  display: none;
}
@media (min-width: 768px) {
  .barra .barra__derecha .navegacion.ocultar {
    display: unset;
  }
}

.footer {
  background-color: #186388;
  margin-top: 4rem;
  padding-top: 2rem;
  text-align: center;
}
.footer .menu-redes {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.footer .menu-redes__enlace {
  color: #FFFFFF;
  font-size: 2rem;
}
.footer .menu-redes__enlace:hover {
  color: #252525;
}
.footer__copyright {
  font-size: 1.4rem;
  font-weight: 900;
  color: #FFFFFF;
}
.footer__copyright--regular {
  font-weight: 400;
}

.inicio .resumen {
  border-bottom: 2px solid #e1e1e1;
  padding: 6rem 0;
}
@media (min-width: 768px) {
  .inicio .resumen {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    min-height: 90vh;
  }
}
.inicio .resumen__imagen {
  width: 100%;
  height: auto;
  max-width: 60rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inicio .resumen__imagen {
    flex: 1;
    max-width: 70rem;
    height: 50rem;
    margin: 0;
  }
}
.inicio .resumen__imagen {
  border-radius: 2rem;
  overflow: hidden;
}
.inicio .resumen__imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inicio .resumen__texto {
  padding: 6rem;
  margin-bottom: 2rem;
  max-width: 65rem;
  border: 2px solid #186388;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .inicio .resumen__texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 2rem;
    margin-bottom: unset;
  }
}
.inicio .resumen__texto p {
  text-align: center;
  font-size: 2.2rem;
  color: #FFFFFF;
}
.inicio .resumen__texto a {
  box-shadow: 4px 4px 0 #186388;
  background-color: #e1e1e1;
  padding: 1.5rem 4rem;
  color: #186388;
  margin-top: 2rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 700;
  border: 0.2rem solid rgb(16.35, 67.44375, 92.65);
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .inicio .resumen__texto a {
    width: auto;
  }
}
.inicio .resumen__texto a:hover {
  background-color: rgb(199.5, 199.5, 199.5);
  cursor: pointer;
}
.inicio .resumen__texto--centrado {
  max-width: unset;
  justify-content: center;
}
.inicio .texto-titulo {
  font-size: clamp(4rem, -0.8rem + 10vw, 6rem);
  order: unset;
  color: rgb(148.5, 148.5, 148.5);
}
.inicio .clientes {
  border-bottom: 2px solid #e1e1e1;
  padding: 4rem 3rem;
  max-width: 100%;
  border: 2px solid #186388;
  border-radius: 1rem;
  margin: 4rem 0;
}
.inicio .clientes__imagenes-imagen {
  height: 35rem;
  width: 18rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .inicio .clientes__imagenes-imagen {
    height: 50rem;
    width: 40rem;
  }
}
.inicio .clientes__imagenes-imagen img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
}
.inicio .ubicacion {
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .inicio .ubicacion :nth-child(1) {
    order: 1;
  }
}
@media (min-width: 768px) {
  .inicio .ubicacion {
    display: flex;
    justify-content: center;
  }
}
.inicio .ubicacion .texto {
  padding: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .inicio .ubicacion .texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.inicio .ubicacion .texto h3 {
  color: #FFFFFF;
  order: unset;
}
.inicio .ubicacion .texto p {
  color: #FFFFFF;
}
.inicio .ubicacion .mapa {
  border-radius: 2rem;
  overflow: hidden;
  max-height: 40rem;
}

.centrar-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nombre-pagina {
  margin: 3rem 0;
}

.descripcion-pagina {
  text-align: center;
  margin-bottom: 4rem;
}

.campo {
  display: flex;
  margin: 2rem;
  justify-content: center;
}
.campo label {
  flex: 0 0 10rem;
  padding: 1rem 0;
}
.campo input, .campo .input {
  flex: 1;
  background-color: #FFFFFF;
  color: #252525;
  padding: 1rem;
  border-radius: 1rem;
}

.boton, .boton-inline {
  border-radius: 1rem;
  background-color: #186388;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .boton, .boton-inline {
    width: auto;
  }
}
.boton:hover, .boton-inline:hover {
  background-color: rgb(16.35, 67.44375, 92.65);
  cursor: pointer;
}

.boton-inline {
  display: inline-block;
}

.acciones {
  display: flex;
  justify-content: space-between;
  margin-right: 2rem;
  gap: 3rem;
}
.acciones a {
  color: #FFFFFF;
}

.mensaje-separar {
  margin: 10rem auto;
}

.button {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2rem;
  padding: 1.5rem 2.5rem;
}

.button:hover {
  background-color: rgb(11.5, 11.5, 11.5);
}

.cita {
  border: 2px #e1e1e1 solid;
  padding: 3rem 3rem 0 3rem;
}
.cita h2 {
  margin-top: 1rem;
}
.cita #paso-2 input:disabled {
  background-color: #585858;
}
.cita .seccion {
  display: none;
}
.cita .seccion.mostrar {
  display: block;
}
.cita .seccion.ocultar {
  display: none;
}
.cita .seccion .descripcion-pagina {
  font-weight: 700;
}
.cita .seccion .horarios {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px #e1e1e1 solid;
}
.cita .seccion .horarios .horario {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cita .seccion .horarios .horario .dia {
  font-size: 2.2rem;
  color: #186388;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cita .seccion .horarios .horario {
    flex-direction: row;
  }
  .cita .seccion .horarios .horario .dia {
    flex: 25rem 0 0;
  }
  .cita .seccion .horarios .horario .hora {
    flex: 1 1 1;
  }
}

.paginacion {
  display: flex;
  justify-content: space-around;
}
.paginacion .ocultar {
  visibility: hidden;
}

@media (min-width: 768px) {
  .listado-servicios {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.listado-servicios .servicio {
  background-color: #252525;
  padding: 2rem 1rem;
  border-radius: 2rem;
  text-align: center;
  transition-property: transform;
  transition-duration: 300ms;
  margin-bottom: 1rem;
  border: 2px solid #186388;
}
.listado-servicios .servicio.seleccionado {
  background-color: #186388;
}
.listado-servicios .servicio.seleccionado p {
  color: #FFFFFF;
}
.listado-servicios .servicio p {
  margin: 0;
}
.listado-servicios .servicio .nombre-servicio {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.listado-servicios .servicio:hover {
  transform: scale(1.1);
}

.contenido-resumen .servicio-resumen {
  border-bottom: 1px solid #e1e1e1;
}
.contenido-resumen .servicio-resumen .precio-servicio-resumen span {
  color: #186388;
  font-weight: 700;
}
.contenido-resumen .titulo-resumen {
  margin-top: 2rem;
}
.contenido-resumen .cita-resumen span {
  color: #186388;
  font-weight: 700;
}
.contenido-resumen .cita-resumen .div-boton {
  display: flex;
  justify-content: end;
}
.contenido-resumen .cita-resumen .div-boton .boton {
  margin-bottom: 0;
}

.admin-inicio__grid {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .admin-inicio__grid {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.admin-inicio__grid .clientes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.admin-inicio__grid .clientes__cliente {
  color: #186388;
  border: 1px solid #186388;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.admin-inicio__grid .clientes__cliente:hover {
  cursor: pointer;
}
.admin-inicio__grid .conteo {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-bottom: 2rem;
  border: 2px solid #e1e1e1;
  padding: 1rem 2rem;
}
.admin-inicio__grid .conteo.ocultar {
  display: none;
}
.admin-inicio__grid .conteo .cliente__campo {
  display: flex;
  gap: 1rem;
  margin: 0;
}
.admin-inicio__grid .conteo .cliente__campo--titulo {
  font-weight: 700;
  color: #186388;
}
.admin-inicio__grid .conteo .boton-guardar {
  border-radius: 1rem;
  background-color: #186388;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .admin-inicio__grid .conteo .boton-guardar {
    width: auto;
  }
}
.admin-inicio__grid .conteo .boton-guardar:hover {
  background-color: rgb(16.35, 67.44375, 92.65);
  cursor: pointer;
}
@media (min-width: 768px) {
  .admin-inicio__grid .conteo .boton-guardar {
    justify-content: right;
  }
}
.admin-inicio__grid--aside {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.admin-inicio .feriados {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .admin-inicio .feriados__bloque {
    width: 50%;
  }
}
.admin-inicio .feriados__bloque .feriado {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.admin-inicio .feriados__bloque .feriado p {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
  color: #186388;
}
.admin-inicio .feriados__bloque .feriado .submit-feriado {
  border-radius: 1rem;
  background-color: #252525;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 700;
  border: 3px solid #186388;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .admin-inicio .feriados__bloque .feriado .submit-feriado {
    width: auto;
  }
}
.admin-inicio .feriados__bloque .feriado .submit-feriado:hover {
  background-color: rgb(11.5, 11.5, 11.5);
  cursor: pointer;
}

.citas, .servicios {
  list-style: none;
  padding: 0;
}
.citas__cita {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px solid #e1e1e1;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .citas__cita {
    flex-direction: row;
    justify-content: space-between;
  }
}
.citas li, .servicios li {
  padding: 1rem;
}
.citas li p, .servicios li p {
  font-weight: 700;
  color: #186388;
}
.citas li span, .servicios li span,
.citas li .servicio,
.servicios li .servicio {
  font-weight: 400;
  color: #FFFFFF;
}
.citas .total span, .servicios .total span {
  font-weight: 700;
  color: #186388;
}

.servicios .acciones {
  margin: 0;
  display: block;
}
.servicios .acciones form {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .servicios .acciones {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .servicios .acciones form {
    margin-top: 0;
  }
}
.servicios .boton,
.servicios .boton-eliminar {
  margin: 0;
}

.boton-eliminar {
  border-radius: 1rem;
  background-color: #cb0000;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .boton-eliminar {
    width: auto;
  }
}
.boton-eliminar:hover {
  background-color: #980000;
  cursor: pointer;
}

.anuncio-cortes {
  background-color: #186388;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 2px solid #186388;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1rem;
}
.anuncio-cortes__anuncio {
  font-weight: 700;
  color: #FFFFFF;
}

.turnos .turno {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 2px solid #186388;
  align-items: center;
  padding: 3rem;
  margin-bottom: 1rem;
}
.turnos .turno p {
  font-size: 2.3rem;
  margin: 1rem;
  color: #252525;
}
.turnos .turno span {
  font-weight: 700;
  color: #186388;
}
.turnos .turno .eliminar .boton-eliminar {
  background-color: #cb0000;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .turnos .turno .eliminar .boton-eliminar {
    width: auto;
  }
}
.turnos .turno .eliminar .boton-eliminar:hover {
  background-color: #980000;
  cursor: pointer;
}
.turnos .turno .eliminar .boton-eliminar {
  margin: 2rem 0 1rem 0;
  font-weight: 400;
}

.productos {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .productos {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .productos {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.productos .producto {
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 3px 3px 3px #e1e1e1, -3px 3px 3px #e1e1e1;
  width: 20rem;
}
.productos .producto:hover {
  box-shadow: 4px 4px 0 #e1e1e1, -4px 4px 0 #e1e1e1;
}
.productos .producto__imagen {
  display: block;
  width: 100%;
  height: 20rem;
}
.productos .producto__imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.productos .producto__descripcion {
  padding: 1rem 2rem;
}
.productos .producto__descripcion .titulo {
  margin: 0;
  font-weight: 500;
  text-align: left;
  color: #252525;
  font-size: clamp(2rem, -0.8rem + 10vw, 2.5rem);
}
.productos .producto__descripcion .descripcion {
  padding: 0;
  margin: 1rem 0;
  height: 5rem;
  color: #252525;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.productos .producto__descripcion .precio {
  font-size: 2.5rem;
  color: #186388;
  margin: 1rem 0;
  font-weight: 500;
}
.productos .producto-editar__eliminar {
  background-color: #cb0000;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .productos .producto-editar__eliminar {
    width: auto;
  }
}
.productos .producto-editar__eliminar:hover {
  background-color: #980000;
  cursor: pointer;
}
.productos .producto-editar__eliminar {
  width: 100%;
}
.productos .producto__form input {
  margin: 0;
}
.productos-crear {
  display: flex;
  justify-content: center;
}
.productos-crear a {
  margin: 0 0 2rem 0;
}

.pagina-producto {
  padding: 4rem 0 0 0;
}
.pagina-producto .producto {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  border: solid 2px #186388;
  padding: 3rem;
}
.pagina-producto .producto__imagen {
  max-width: 40rem;
}
.pagina-producto .producto__descripcion {
  padding: 1rem;
  justify-content: left;
}
.pagina-producto .producto__descripcion .titulo {
  text-align: left;
  font-weight: 400;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
}
.pagina-producto .producto__descripcion .precio {
  font-size: 2.5rem;
  color: #186388;
  margin: 2rem 0 1rem 0;
  font-weight: 500;
}

.alerta {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.alerta.error {
  background-color: rgb(255, 228.5, 228.5);
  border-left: 0.5rem solid #cb0000;
  color: #cb0000;
}
.alerta.exito {
  background-color: rgb(206.6698113208, 255, 184.5);
  border-left: 0.5rem solid #329f00;
  color: #329f00;
}/*# sourceMappingURL=app.css.map */
