/*
Theme Name: Blarsi
Theme URI: https://blarsi.com/
Author: Iquadrat
Author URI: https://iquadrat.com
Description: A custom WordPress theme for Blarsi.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blarsi
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

:root {
  --color-primary: #7D685B;
  --color-primary-rgb: 125, 104, 91;
  --color-secondary: #FCF1E8;
  --color-text-primary: #FFFFFF;
  --border-radius: .5rem;
}

body {
  background: linear-gradient(180deg, var(--color-primary) 0px, var(--color-secondary) 2500px);
  background-color: var(--color-secondary);
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: var(--color-text-primary);
}

.otgs-development-site-front-end {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

a {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
  transition: opacity 0.4s ease-out;
}
a:hover {
  opacity: 1;
}

a.inherit.small {
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 1px;
  margin: 1rem;
  text-decoration: underline;
  display: inline-block;
}
a.inherit.small:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h6 {
  font-weight: 300;
  line-height: 1.2;
  text-wrap: balance;
}

h1 {
  font-size: 50px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 35px;
  }
}

h2, h3, .h3 {
  font-size: 34px;
}

h4 {
  font-size: 21px;
  line-height: 1.4;
}

h6, .h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

p, div {
  font-size: 1rem;
  line-height: 1.4;
}

.max-p-width {
  max-width: 35em;
}

.vmargin-88 {
  margin-top: 88px;
  margin-bottom: 44px;
}

.bmargin-88 {
  margin-bottom: 44px;
}

/* Header Layout */
.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: all 0.4s ease-out;
  background-color: rgba(var(--color-primary-rgb), 0);
  z-index: 100;
}
.site-header.unfold {
  background-color: rgba(var(--color-primary-rgb), 1);
}
.site-header.unfold #mobile-menu #menu-mobile {
  max-height: 100dvh;
  min-height: 100dvh;
  margin-top: 2rem;
  padding-bottom: 3rem;
}
.site-header #desktop-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 0rem;
  padding: 0;
  color: white;
  position: relative;
  gap: 4rem;
  transition: all 0.4s ease-out;
}
.site-header #desktop-menu .header-telephone {
  position: absolute;
  right: 0px;
  top: -2rem;
  transition: all 0.4s ease-out;
}
.site-header #desktop-menu .header-left,
.site-header #desktop-menu .header-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header #desktop-menu .header-left li,
.site-header #desktop-menu .header-right li {
  list-style: none;
  margin: 0;
}
.site-header #desktop-menu .header-center {
  flex: 1;
  text-align: center;
}
.site-header #desktop-menu .header-center #logo-wrapper {
  aspect-ratio: 266/80;
  margin: auto;
  overflow: hidden;
  height: 5rem;
  transition: all 0.4s ease-out;
}
.site-header #desktop-menu a {
  font-size: 0.875rem;
}
.site-header #mobile-menu {
  justify-content: space-between;
  align-items: center;
  color: white;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 0rem;
  transition: all 0.4s ease-out;
  flex-wrap: wrap;
}
.site-header #mobile-menu #logo-mobile {
  flex: 1;
}
.site-header #mobile-menu #logo-mobile #logo-wrapper {
  aspect-ratio: 266/80;
  margin: auto;
  overflow: hidden;
  height: 3rem;
  transition: all 0.4s ease-out;
}
.site-header #mobile-menu #burger-mobile {
  flex: 1;
  justify-content: end;
  display: flex;
}
.site-header #mobile-menu #burger-mobile button {
  padding: 0 1rem;
  background: 0;
  border: 0;
  color: white;
  cursor: pointer;
}
.site-header #mobile-menu #menu-mobile {
  overflow: hidden;
  max-height: 0px;
  min-height: 0px;
  flex-basis: 100%;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  transition: all 0.4s ease-out;
  display: flex;
}
.site-header #mobile-menu #menu-mobile li {
  list-style: none;
  padding: 1rem 0;
}

.scrolled .site-header {
  background-color: var(--color-primary);
}
.scrolled .site-header #desktop-menu {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.scrolled .site-header #desktop-menu .header-telephone {
  top: -10rem;
}
.scrolled .site-header #desktop-menu .header-center #logo-wrapper {
  aspect-ratio: 266/52;
  height: 2.5rem;
}
.scrolled .site-header #mobile-menu {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.scrolled .site-header #mobile-menu #logo-mobile #logo-wrapper {
  aspect-ratio: 266/52;
  height: 2rem;
}

#desktop-menu {
  display: flex;
}

#mobile-menu {
  display: none;
}

@media (max-width: 992px) {
  #desktop-menu {
    display: none;
  }
  #mobile-menu {
    display: flex;
  }
}
main > section:first-child {
  padding-top: 12rem;
}
@media (max-width: 992px) {
  main > section:first-child {
    padding-top: 6rem;
  }
}

section {
  color: var(--color-text-primary);
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  section {
    margin-bottom: 50px;
  }
}
section.free, section.carousel {
  margin-bottom: 100px;
}

.dark-text {
  --color-text-primary: #7D685D;
  --color-primary: #FFFFFF;
}

#social-share {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.75rem;
  color: var(--color-text-primary);
}
#social-share:before {
  content: "COMPARTE EN:";
  text-transform: uppercase;
  letter-spacing: 2px;
  flex-basis: 100%;
  color: inherit;
}
#social-share .social-btn:before {
  height: 1rem;
  color: var(--color-text-primary);
}
#social-share .social-facebook:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' height='1rem'%3E%3Cpath fill='%237D685D' d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E");
}
#social-share .social-twitter:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='1rem'%3E%3Cpath fill='%237D685D' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
}
#social-share .social-linkedin:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='1rem'%3E%3Cpath fill='%237D685D' d='M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z'/%3E%3C/svg%3E");
}
#social-share .social-whatsapp:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='1rem'%3E%3Cpath fill='%237D685D' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E");
}
#social-share .social-email:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='1rem'%3E%3Cpath fill='%237D685D' d='M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z'/%3E%3C/svg%3E");
}

#footer-id img {
  height: 5rem;
  transition: all 0.4s ease-out;
  color: var(--color-text-primary);
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.flex-col.flex-center {
  align-items: center;
}
.flex-col > * {
  margin-top: initial;
  margin-bottom: initial;
}

.flex-row {
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flex-row > * {
  flex: 1;
}

.right {
  flex-direction: row-reverse;
}

.gap-0 {
  gap: 0rem;
}

.gap-05 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-4 {
  gap: 4rem;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-space-evenly {
  justify-content: space-evenly;
}

.flex-center {
  justify-content: center;
}

.flex-align-center {
  align-items: center;
}

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

button,
input[type=submit],
a.btn {
  background: var(--color-text-primary);
  color: var(--color-primary);
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: inherit;
  transition: all 0.4s ease-out;
  padding: 1rem 1.5rem;
  border-radius: var(--border-radius);
}
button:hover,
input[type=submit]:hover,
a.btn:hover {
  cursor: pointer;
  background: var(--color-primary);
  color: var(--color-text-primary);
}

button.inherit {
  background: inherit;
  color: inherit;
  text-align: inherit;
  padding: inherit;
  font-weight: inherit;
  text-decoration: underline;
  border: 0;
}
button.inherit:hover {
  cursor: pointer;
  border: 0;
  background: inherit;
  color: inherit;
  text-decoration: none;
}

button.small {
  padding: 0;
  background: inherit;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
button.small:hover {
  cursor: pointer;
  border: 0;
  background: inherit;
  color: inherit;
  text-decoration: underline;
}

.tel {
  font-size: 1.5rem !important;
}

.icon-tel, .icon-whatsapp {
  display: flex;
  gap: 0.5em;
}

.icon-tel:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='1em'%3E%3Cpath fill='white' d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
}

.icon-whatsapp:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='1em'%3E%3Cpath fill='white' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E");
}

.site-footer {
  background-color: var(--color-primary);
  color: var(--color-text-primary);
  padding: 6rem 0;
}
.site-footer #subscription-form #input-submit {
  border: 2px solid white;
  border-radius: 4rem; /*var(--border-radius)*/
  display: flex;
  align-items: center;
}
.site-footer #subscription-form #input-submit input[type=email] {
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: 0;
  font-size: 1rem;
  padding: 1.5rem;
  color: inherit;
  outline: none;
  border-radius: 4rem;
}
.site-footer #subscription-form #input-submit input::-moz-placeholder {
  opacity: 0.5;
  color: inherit;
}
.site-footer #subscription-form #input-submit input::placeholder {
  opacity: 0.5;
  color: inherit;
}
.site-footer #subscription-form #input-submit button {
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  margin: -2px;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 4rem;
}
.site-footer #subscription-form #input-submit button:hover {
  border: 2px solid rgb(255, 255, 255);
}
.site-footer #subscription-form .acceptance {
  font-size: 0.75rem;
  display: flex;
  gap: 0.5em;
}
.site-footer #subscription-form #form-message {
  font-size: 2rem;
  text-align: center;
  color: white;
}
.site-footer #footer-id {
  display: flex;
  justify-content: center;
}
.site-footer #footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  color: white;
}
.site-footer #footer-social a {
  color: inherit;
}
.site-footer #footer-logos-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.site-footer #footer-categories li,
.site-footer #footer-extras li {
  list-style: none;
}
.site-footer #footer-options {
  align-items: start;
}
@media (max-width: 992px) {
  .site-footer #footer-options {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }
}
.site-footer button {
  background-color: transparent;
  color: var(--color-text-primary);
}
.site-footer button:hover {
  cursor: pointer;
  border: 2px solid white;
}

/* carousel */
.swiper-wrapper {
  height: initial;
}

.swiper-slide {
  display: flex;
  gap: 8.3%;
  align-items: center;
  width: 83.4%;
  padding: 0 8.3%;
  justify-content: center;
}
.swiper-slide.right {
  flex-direction: row-reverse;
}
.swiper-slide > * {
  flex: 1;
  flex-basis: calc(50% - 1rem);
}
.swiper-slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .swiper-slide {
    flex-direction: column !important;
  }
}
.swiper-slide.beforeafter .flex-row {
  gap: 0;
  gap: 2rem;
  
  .mask-image {
    mask-image: initial;
    aspect-ratio: 1;
    border-radius: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
  }
}
.swiper-slide .full-image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .swiper-slide .full-image img {
    aspect-ratio: 1/1;
  }
}

.swiper-pagination {
  position: static;
  margin: 1rem 0;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-text-primary) !important;
  border: 2px solid var(--color-text-primary);
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid var(--color-text-primary);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 1rem !important;
}

.mask-image {
  width: 100%;
  height: 100%;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  overflow: hidden;
  -webkit-mask-image: var(--svg-shape);
  mask-image: var(--svg-shape);
}

.mask-image img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.rating {
  position: relative;
  overflow: hidden;
  height: 1.5rem;
}

.hero .hero-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
}
.hero .hero-content > * {
  flex: 1;
  position: relative;
  z-index: 10;
}
.hero .hero-content .hero-image-wrapper {
  position: relative;
}
.hero .hero-content .hero-image-wrapper img {
  position: absolute;
  transform: translateY(-50%);
  max-height: 100dvh;
}
.hero .hero-content.full .hero-image-wrapper {
  position: static;
  z-index: 5;
}
.hero .hero-content.full .hero-image-wrapper img {
  top: 0px;
  left: 0px;
  transform: none;
  width: 100%;
  height: 100%;
  height: 100dvh;
  opacity: 1;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero-content.full .hero-image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100dvh;
  width: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero .masked-div {
  -webkit-mask-size: 100% 97.5% !important;
          mask-size: 100% 97.5% !important;
  -webkit-mask-position: top center !important;
          mask-position: top center !important;
}
@media (max-width: 992px) {
  .hero .hero-content {
    flex-direction: column;
  }
  .hero .hero-content .hero-image-wrapper {
    display: none;
  }
}
.hero .masked-div {
  width: 100%;
  height: 100dvh;
  margin: -12rem 0 -100px;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  overflow: hidden;
  -webkit-mask-image: var(--svg-shape-hero);
  mask-image: var(--svg-shape-hero);
}

.free .free-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
  padding: 0px 8.3%;
}
.free .free-content > * {
  flex: 1;
}
.free .free-content-wrapper {
  padding: 4.15% 8.3%;
}
@media (max-width: 992px) {
  .free .free-content {
    flex-direction: column;
    padding: 1rem;
  }
}

.center .center-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
  padding: 0px 8.3%;
}
.center .center-content > * {
  flex: 1;
}
.center .center-content-wrapper {
  padding: 4.15% 8.3%;
}
@media (max-width: 992px) {
  .center .center-content {
    flex-direction: column;
    padding: 1rem;
  }
}

.center > .container {
  text-align: center;
  color: white;
  position: relative;
  padding: 5rem 0;
  max-width: 40rem;
  text-wrap: balance;
}
.center > .container > * {
  position: relative;
  z-index: 10;
}
.center > .container .mask-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
  mix-blend-mode: multiply;
}
.center > .container .mask-image img {
  max-height: initial;
}

.contacto .mask-image {
  -webkit-mask-image: none;
          mask-image: none;
  border-radius: 500px;
  aspect-ratio: 1/1;
  order: 2;
}
.contacto .mask-image img {
  max-height: initial;
}

.treatments-category {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2rem;
  color: var(--color-text-primary);
  transition: all 0.4s ease-out;
}
@media (max-width: 992px) {
  .treatments-category {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    margin-bottom: 4rem;
  }
  .treatments-category.right {
    text-align: center;
  }
}
.treatments-category .mask-image {
  aspect-ratio: 1/1;
  flex-basis: 300px;
  width: 300px;
}
.treatments-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  line-height: 1.4rem;
  width: 600px;
}
.treatments-category ul li {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .treatments-category ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.treatments-category p {
  max-width: 35em;
  text-wrap: balance;
}

.estetica .treatments-category {
  margin-bottom: 4rem;
}

.wellness .treatments-category {
  margin-bottom: 2rem;
}

.soluciones .treatments-category {
  margin-bottom: 0rem;
}

.soluciones-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  background-color: rgba(var(--color-primary-rgb), 0);
  border-radius: 4rem;
  margin-left: -4rem;
  padding-left: 6rem;
  transition: all 0.4s ease-out;
}
.soluciones-wrapper > * {
  margin: 0;
}
.soluciones-wrapper .sintomas {
  font-weight: 600;
  max-width: 30em;
  text-wrap: balance;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.soluciones-wrapper .sintomas .sintoma {
  display: inline-block;
}
.soluciones-wrapper .sintomas .sintoma button {
  background: transparent;
  color: var(--color-text-primary);
  border: 2px solid var(--color-text-primary);
  padding: 0.5rem 1rem;
}
.soluciones-wrapper .sintomas .sintoma button:hover {
  background: var(--color-text-primary);
  color: var(--color-primary);
  cursor: pointer;
}
.soluciones-wrapper .sintomas .sintoma ul {
  display: none;
  margin: 1rem 0;
  max-width: 30em;
}
.soluciones-wrapper .sintomas .sintoma.open {
  margin: 1rem 0;
  color: white;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(var(--color-primary-rgb), 1);
}
.soluciones-wrapper .sintomas .sintoma.open ul {
  display: block;
}
.soluciones-wrapper .sintomas .sintoma.open button {
  --color-primary: #7D685D;
  --color-text-primary: #FFFFFF;
  border: 0px;
  padding: 0px;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 300;
  pointer-events: none;
}
.soluciones-wrapper .soluciones-tratamientos-wrapper {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.4s ease-out;
}

.right .soluciones-wrapper {
  align-items: start;
  padding-left: initial;
}

@media (max-width: 992px) {
  .soluciones-wrapper, .right .soluciones-wrapper {
    margin: 0;
    padding: 3rem;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .treatments-category ul {
    width: 100%;
  }
  .sintomas .sintoma.open {
    width: 100%;
  }
  .sintomas .sintoma.open button {
    background: transparent;
    color: var(--color-text-primary);
    border: 2px solid var(--color-text-primary);
    padding: 0.5rem 1rem;
  }
  .sintomas .sintoma.open button:hover {
    background: transparent;
    color: var(--color-text-primary);
    cursor: pointer;
  }
}
.treatments-category.open .soluciones-wrapper {
  background-color: rgba(var(--color-primary-rgb), 1);
}

.treatments-category.open .soluciones-tratamientos-wrapper {
  max-height: 800px;
}

@media (max-width: 992px) {
  .tratamiento-header div:first-child {
    flex-direction: column;
  }
  .tratamiento-header div:first-child > div:last-child {
    display: none;
  }
}

.profiles {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.profiles > * {
  flex: 0 1 200px;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  max-width: 200px;
}
.profiles > * .nombre {
  font-weight: 700;
}

.modal {
  display: flex;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-primary-rgb), 0);
  transition: all 0.4s ease-out;
  align-items: center;
  justify-content: center;
  cursor: default;
  z-index: 2000;
}
.modal .modal-content {
  background: white;
  padding: 20px;
  border-radius: 1rem;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-out;
  transform: translateX(2rem);
  display: flex;
  padding: 0 4rem;
  max-width: 700px;
}
@media (max-width: 992px) {
  .modal .modal-content {
    border-radius: 0;
    padding: 3rem;
    box-shadow: none;
  }
}
.modal .close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 24px;
  cursor: pointer;
}

#modal-layer .modal-content {
  aspect-ratio: 2432/1664;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  #modal-layer .modal-content {
    background-image: none !important;
    background-color: var(--color-primary);
    background-repeat: no-repeat;
    background-attachment: fixed;
    aspect-ratio: initial;
  }
}
#modal-layer .modal-content .modal-content-wrapper > button.genre-btn {
  font-size: 2rem;
  color: var(--color-primary);
  background-color: white;
  aspect-ratio: 1/1;
  border-radius: 4rem;
  font-weight: 100;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-out;
}
@media (max-width: 992px) {
  #modal-layer .modal-content .modal-content-wrapper > button.genre-btn {
    width: 6rem;
  }
}
#modal-layer .modal-content .modal-content-wrapper > button.genre-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
#modal-layer .modal-content .modal-content-wrapper > button.all-genre-btn {
  flex-basis: 100%;
}

#tratamientosModal .modal-content {
  color: var(--color-primary);
  background-color: var(--color-secondary);
}

.modal-content-wrapper {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: space-around;
  width: 700px;
  max-width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .modal-content-wrapper {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

.modal.open {
  pointer-events: initial;
  background: rgba(var(--color-primary-rgb), 0.8);
}

.modal.open .modal-content {
  opacity: 1;
  transform: translateX(0);
}

#modal-logo {
  height: 3.5rem;
  flex-basis: 100%;
}

.title-genre {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.title-genre button[name=genre] {
  background-color: transparent;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: var(--color-text-primary);
  border: 2px solid var(--color-text-primary);
  transition: all 0.4s ease-out;
}
.title-genre button[name=genre]:hover {
  background-color: var(--color-text-primary);
  color: var(--color-primary);
}

.grecaptcha-badge {
  visibility: hidden;
}