@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html, body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

button {
  border: none;
  background: transparent;
}

h2 {
  font-weight: 500;
}

.k-button, #tratamientos .boxes > div > a div {
  background-color: #2D7C7C;
  color: white;
  padding: 6px 15px;
  border-radius: 10px;
  text-align: center;
}

.container {
  margin-left: 5%;
  margin-right: 5%;
  max-width: 1300px;
}

header {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
header #mainMenu {
  margin-bottom: 70px;
}
header #mainMenu .logo {
  width: 100px;
  position: absolute;
  left: 30px;
}
header #mainMenu ul {
  overflow: hidden;
  list-style: none;
  height: 6.6rem;
  transition: height 0.2s;
  padding: 0;
}
header #mainMenu ul li a {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
header #mainMenu.collapsed ul {
  height: 0;
}
header #mainMenu button {
  margin-left: calc(100% - 80px);
  width: 50px;
  text-align: right;
}
header #mainMenu button span {
  background-color: white;
  border-radius: 5px;
  height: 7px;
  display: block;
}
header #mainMenu button span:first-of-type {
  width: 100%;
  margin-bottom: 5px;
}
header #mainMenu button span:last-of-type {
  width: 80%;
  margin-left: auto;
}
header #headerContent p {
  margin-bottom: 20px;
}
header #headerContent img {
  display: none;
}
header #headerContent img:nth-of-type(2) {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
header #headerContent h2:after {
  background-image: url("/img/estrellas.webp");
  position: absolute;
  margin-top: -30px;
  content: "";
  display: inline-block;
  width: 20%;
  height: 20%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  margin-left: -15px;
}

h1:after {
  background-image: url("/img/estrellas.webp");
  position: absolute;
  margin-top: -30px;
  content: "";
  display: inline-block;
  width: 20%;
  height: 20%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  margin-left: -15px;
}

#tratamientos {
  background-color: white;
  color: black;
  position: relative;
  padding: 70px 0;
}
#tratamientos .sectionText {
  position: absolute;
  width: 50%;
  top: 70px;
}
#tratamientos .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em 1em;
}
#tratamientos .boxes > div {
  display: block;
  position: relative;
}
#tratamientos .boxes > div:first-of-type {
  grid-column: 2;
}
#tratamientos .boxes > div:nth-of-type(2) {
  margin-top: -3em;
  margin-bottom: 3em;
}
#tratamientos .boxes > div:nth-of-type(3) {
  margin-bottom: -3em;
}
#tratamientos .boxes > div:nth-of-type(5) {
  margin-top: 3em;
}
#tratamientos .boxes > div > a {
  position: relative;
  width: 100%;
  background-color: black;
  color: white;
  opacity: 1;
  text-align: center;
  padding: 10px 5px 10px 5px;
  border-radius: 0 0 8px 8px;
  transition: opacity 0.5s;
  display: block;
  margin-top: -5px;
}
#tratamientos .boxes > div > a div {
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

#contacto {
  padding: 50px 0 233px 0;
  background-image: url(../img/bg_contacto.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -23vw;
  background-position-y: bottom;
}
#contacto .container {
  margin: 0 5% 0 20%;
}
#contacto .container ul {
  list-style: none;
  padding: 0;
}
#contacto .container ul li a {
  line-height: 45px;
}
#contacto .container ul li a img {
  display: inline;
  max-width: 25px;
  filter: invert(1);
  margin-bottom: -5px;
  margin-right: 20px;
}
#contacto h2:after {
  background-image: url("/img/estrellas.webp");
  position: absolute;
  margin-top: -30px;
  content: "";
  display: inline-block;
  width: 20%;
  height: 20%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  margin-left: -15px;
}

footer {
  padding: 0 10%;
  background-color: white;
  color: black;
}
footer nav .logo {
  width: 50px;
}
footer nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 20px;
}
footer nav ul li {
  display: inline;
}
footer div ul {
  list-style: none;
}
footer div ul li a {
  line-height: 45px;
}
footer div ul li a img {
  display: inline;
  max-width: 30px;
  margin-bottom: -10px;
  margin-right: 20px;
}

.tratamientos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  width: 90%;
}
.tratamientos .tratamiento {
  background-color: white;
  width: 100%;
  color: black;
  margin-bottom: 20px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 10px;
  gap: 10px;
}
.tratamientos .tratamiento div {
  order: 1;
  grid-row: 1/4;
}
.tratamientos .tratamiento h2 {
  order: 2;
  font-size: 1.2rem;
}
.tratamientos .tratamiento p {
  order: 3;
  font-size: 1rem;
  line-height: initial;
}
.tratamientos .tratamiento a {
  order: 4;
  float: right;
  padding: 8px;
  margin-left: calc( 100% - 105px );
  max-height: 41px;
}

#e404 {
  background-image: url(/img/perdida_xs.webp);
  height: calc( 100% - 200px);
  position: relative;
  background-size: cover;
}
#e404 .backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#e404 .container {
  padding-top: 100px;
}
#e404 .container h1 {
  text-align: center;
}
#e404 .container > p {
  text-align: center;
}
#e404 .container .k-button, #e404 .container #tratamientos .boxes > div > a div, #tratamientos .boxes > div > a #e404 .container div {
  margin-top: 50px;
  display: block;
}

@media screen and (min-width: 900px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    width: 90%;
  }

  header #mainMenu {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  header #mainMenu.collapsed ul {
    height: initial;
  }
  header #mainMenu .logo {
    left: calc( 50% - 100px );
    width: 200px;
    top: 0px;
  }
  header #mainMenu ul {
    margin-top: 30px;
    display: flex;
    margin-right: 5%;
  }
  header #mainMenu ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  header #mainMenu button {
    display: none;
  }

  footer nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  footer nav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  footer nav ul li a {
    font-weight: bold;
  }

  footer div ul {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
  }

  #contacto {
    background-size: auto;
    background-position-x: left;
    height: 80%;
  }
  #contacto .container {
    margin-left: 55%;
    margin-top: 5%;
    width: 30%;
  }

  header #headerContent {
    padding-top: 85px;
    justify-content: center;
    display: grid;
  }
  header #headerContent .headerImages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  header #headerContent p {
    margin-bottom: 20px;
  }
  header #headerContent img {
    display: block;
  }
  header #headerContent img:nth-of-type(2n+1) {
    margin-top: 20%;
  }

  #tratamientos .boxes {
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    max-width: 1120px;
  }
  #tratamientos .boxes:nth-of-type(2) {
    margin-left: 5%;
  }
  #tratamientos .boxes div:nth-of-type(3) {
    margin-top: -80%;
    margin-bottom: 80%;
  }
  #tratamientos .boxes div:nth-of-type(5) {
    margin-top: -22%;
    margin-bottom: 13%;
  }
  #tratamientos .boxes div:nth-of-type(6) {
    margin-top: -80%;
  }
  #tratamientos .boxes div:nth-of-type(2) {
    margin-top: 1em;
    margin-bottom: 3em;
  }
  #tratamientos .boxes div:nth-of-type(1) {
    margin-top: 6em;
  }
  #tratamientos .boxes div a {
    opacity: 0;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 1.5%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #tratamientos .boxes div a div {
    width: initial;
  }
  #tratamientos .boxes div:hover a {
    opacity: 1;
  }
  .tratamientos {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .tratamientos .tratamiento {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
  }
  .tratamientos .tratamiento div {
    order: 2;
    grid-row: 2/4;
    width: calc(30% - 5px);
  }
  .tratamientos .tratamiento p {
    width: calc( 70% - 5px);
  }
  .tratamientos .tratamiento h2 {
    width: 100%;
    text-align: center;
    order: 1;
    grid-column: 1/3;
    grid-row: 1/1;
  }
  .tratamientos .tratamiento a {
    margin-left: calc( 100% - 105px );
    max-height: 41px;
  }

  #tratamientos_corporales div:nth-of-type(10) {
    grid-column: 2;
  }

  #masoterapia {
    grid-template-columns: 15% 35% 35% 15%;
  }
  #masoterapia div:nth-of-type(1) {
    grid-column: 2;
  }
  #masoterapia div:nth-of-type(2) {
    grid-column: 3;
  }

  #depilacion_laser div:nth-of-type(1) {
    grid-column: 2;
  }

  #eliminacion_tatuajes {
    grid-template-columns: 15% 35% 35% 15%;
  }
  #eliminacion_tatuajes div:nth-of-type(1) {
    grid-column: 2;
  }
  #eliminacion_tatuajes div:nth-of-type(2) {
    grid-column: 3;
  }

  .sectionText {
    margin-left: 5%;
  }
  .sectionText h2 {
    font-size: 2rem;
  }
  .sectionText p {
    font-size: 1.5rem;
  }

  #e404 {
    background-image: url(/img/perdida.webp);
  }
  #e404 .container {
    padding-top: 120px;
  }
  #e404 .container h1, #e404 .container p {
    text-align: left;
  }
  #e404 .container .k-button, #e404 .container #tratamientos .boxes > div > a div, #tratamientos .boxes > div > a #e404 .container div {
    margin-top: 50px;
    display: inline-block;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

body {
  background-color: black;
  color: white;
}

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