/*! 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 {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

body {
  background-color: #f8f8f8;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
}

p {
  font-size: 2rem;
}

[class$=contenedor],
.contenedor {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.seccion {
  padding: 8rem 0;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.5;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

[class$=heading] {
  margin: 2rem 0;
}

a {
  text-decoration: none;
}

.btn {
  background-color: #FFFFFF;
  padding: 2rem 2rem;
  color: #000;
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: background-color;
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  .btn {
    width: auto;
  }
}
.btn:hover {
  background-color: #e6e6e6;
}

.boton-negro {
  background-color: #000;
  padding: 2rem 2rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: background-color;
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  .boton-negro {
    width: auto;
  }
}
.boton-negro:hover {
  background-color: black;
}

.header {
  padding-top: 5rem;
}
.header__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .header__grid {
    flex-direction: row;
    justify-content: space-between;
  }
}

.navegacion {
  background-color: #8ed3cc;
  padding: 0.3rem 0;
  margin-bottom: 5rem;
}
.navegacion__border {
  border-block: 2px dashed #FFFFFF;
  padding: 1.7rem 0;
}
.navegacion__contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .navegacion__contenedor {
    flex-direction: row;
    justify-content: space-between;
  }
}
.navegacion__enlace {
  color: #FFFFFF;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
.navegacion__enlace:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navegacion__enlace {
    margin-bottom: 0;
  }
}

.sociales {
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .sociales {
    margin: 0;
    display: flex;
  }
}
.sociales__enlace::before {
  content: "";
  padding: 2rem;
  display: inline-block;
}
.sociales__enlace[href*="facebook.com"]::before {
  background-image: url(../img/icono_facebook.svg);
}
.sociales__enlace[href*="twitter.com"]::before {
  background-image: url(../img/icono_twitter.svg);
}
.sociales__enlace[href*="instagram.com"]::before {
  background-image: url(../img/icono_instagram.svg);
}
.sociales__enlace[href*=pinterest]::before {
  background-image: url(../img/icono_pinterest.svg);
}
.sociales__enlace[href*="youtube.com"]::before {
  background-image: url(../img/icono_youtube.svg);
}
.sociales__enlace[href*="tiktok.com"]::before {
  background-image: url(../img/icono_tiktok.svg);
}
.sociales__accesible {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block;
}

.slider {
  overflow: hidden;
  position: relative;
}
.slider__slide {
  height: 100%;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}
.slider__imagen {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FFFFFF;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF;
}

.swiper-pagination-bullet-active {
  background: #8ed3cc;
  opacity: 0.5;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.bienvenida {
  text-align: center;
}
.bienvenida__heading {
  text-align: center;
  color: #e082a8;
  font-family: "Italianno", sans-serif;
  line-height: 0.8;
}
.bienvenida__heading span {
  color: #000;
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.bienvenida__texto {
  font-size: 2.6rem;
  color: #979797;
  max-width: 50rem;
  margin: 4rem auto 0 auto;
  line-height: 1.8;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 4rem;
}

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

.card {
  max-width: 35rem;
  margin: 0 auto 2rem auto;
}
.card:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card {
    max-width: unset;
    margin: 0;
  }
}
.card__imagen {
  width: 100%;
  border: 0.5rem solid #FFFFFF;
  transition: transform 0.5s ease-in-out;
}
.card__imagen:hover {
  transform: rotate(4deg) scale(1.3);
}
.card__contenido {
  max-width: 90%;
  margin: 0 auto;
  background-color: #FFFFFF;
  transform: translateY(-5rem);
}
.card__heading {
  text-align: center;
  color: #e082a8;
  font-family: "Italianno", sans-serif;
  line-height: 0.8;
  font-size: 3.4rem;
  padding: 2rem 1rem;
}
.card__heading span {
  color: #000;
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.card__enlace {
  background-color: #e082a8;
  padding: 2rem 2rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: background-color;
  transition-duration: 300ms;
  display: block;
}
@media (min-width: 768px) {
  .card__enlace {
    width: auto;
  }
}
.card__enlace:hover {
  background-color: #d6598c;
}

.horario {
  background-image: linear-gradient(to bottom, #8ed3cc 0%, #8ed3cc 50%, transparent 50%), url(../img/bg_horarios.jpg);
  background-repeat: no-repeat;
  background-position: center, bottom center;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .horario {
    background-image: linear-gradient(to right, #8ed3cc 0%, #8ed3cc 50%, transparent 50%), url(../img/bg_horarios.jpg);
    background-position: center, top center;
  }
}
.horario__grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .horario__grid {
    grid-template-rows: unset;
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.horario__contenido {
  padding: 5rem 0;
}
.horario__heading {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 4rem;
}
.horario__texto {
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
}

.tabla {
  width: 100%;
  border: 0.5rem solid #e082a8;
  text-align: center;
  border-collapse: collapse;
}
.tabla__thead {
  background-color: #e082a8;
}
.tabla__th {
  padding: 2rem;
}
.tabla__tr:hover {
  background-color: #69c5bb;
}
.tabla__td {
  padding: 1rem;
  font-size: 2.2rem;
}

.productos__heading {
  text-align: center;
  color: #e082a8;
  font-family: "Italianno", sans-serif;
  line-height: 0.8;
  margin-bottom: 5rem;
}
.productos__heading span {
  color: #000;
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.productos__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .productos__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .productos__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.producto__contenido {
  background-color: #FFFFFF;
  padding: 2rem;
}
.producto__mask {
  overflow: hidden;
}
.producto__imagen {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.producto__imagen:hover {
  transform: scale(1.4);
}
.producto__nombre {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 4rem;
  font-size: 2.4rem;
  color: #e082a8;
}
.producto__descripcion {
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.8;
}
.producto__precio {
  text-align: center;
  color: #979797;
  font-size: 3rem;
  margin: 0;
}

.cita {
  background-image: url(../img/bg_citas.jpg);
  background-position: center center;
  background-size: cover;
  padding: 5rem 0;
  text-align: center;
  background-attachment: fixed;
}
.cita__heading {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 4rem;
  color: #FFFFFF;
  font-size: 6rem;
}
.cita__texto {
  max-width: 60rem;
  margin: 0 auto;
  color: #FFFFFF;
  line-height: 2;
}
.cita__enlace {
  background-color: #8ed3cc;
  padding: 2rem 2rem;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2.2rem;
  font-weight: 400;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: background-color;
  transition-duration: 300ms;
  padding: 2rem 10rem;
}
@media (min-width: 768px) {
  .cita__enlace {
    width: auto;
  }
}
.cita__enlace:hover {
  background-color: #69c5bb;
}

.footer {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__widget {
  text-align: center;
}
.footer__widget:nth-last-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__heading {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 4rem;
  font-size: 3.4rem;
}
.footer__texto {
  line-height: 1.8;
}
.footer__copyright {
  text-align: center;
  max-width: 120rem;
  margin: 0 auto;
  border-top: thin solid #dfdfdf;
  font-size: 1.6rem;
  padding: 2rem;
  color: #979797;
}