@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-bold.woff2') format("woff2"), url('../fonts/montserrat-bold.woff') format("woff"), url('../fonts/montserrat-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-light.woff2') format("woff2"), url('../fonts/montserrat-light.woff') format("woff"), url('../fonts/montserrat-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Reeniebeanie;
  src: url('../fonts/reeniebeanie.woff2') format("woff2"), url('../fonts/reeniebeanie.woff') format("woff"), url('../fonts/reeniebeanie-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-semibold.woff2') format("woff2"), url('../fonts/montserrat-semibold.woff') format("woff"), url('../fonts/montserrat-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat-regular.woff2') format("woff2"), url('../fonts/montserrat-regular.woff') format("woff"), url('../fonts/montserrat-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --deep-pink: #e6007e;
  --rosy-brown: #a48a7b;
  --black: black;
  --white: white;
  --slate-grey: #67768f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  line-height: 1.4rem;
}

a {
  font-weight: 600;
  text-decoration: none;
}

.button {
  background-color: var(--deep-pink);
  color: #fff;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .35s;
}

.button:hover {
  background-color: var(--rosy-brown);
  color: var(--black);
  font-weight: 500;
  box-shadow: 0 0 8px -4px #000;
}

.button.menu {
  background-color: #0000;
  padding-top: 24px;
}

.button.menu:hover {
  border-top: 5px solid var(--rosy-brown);
  color: var(--white);
  font-weight: 400;
}

.desktop-nav {
  justify-content: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-menu {
  transform-style: preserve-3d;
}

.isologo-menu {
  z-index: 96;
  align-self: center;
  height: 50px;
  position: relative;
}

.navigation {
  z-index: 95;
  background-color: #000;
  justify-content: space-around;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-text {
  z-index: 97;
  color: #fff;
  align-self: center;
  margin-right: -14px;
  font-family: Reeniebeanie, Times New Roman, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  position: relative;
}

.fixed-brand {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.mobile-nav {
  display: none;
}

.section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.legal {
  background-image: url('../images/legal-background_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.content {
  background-image: linear-gradient(#fff, #ffffffcf 50%, #fff);
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 30px 30px 60px;
  transition: box-shadow .5s;
  box-shadow: 7px 7px 40px -10px #00000040;
}

.content:hover {
  box-shadow: 0 40px 50px -10px #00000059;
}

.content.rounded {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#fffc, #ffffffa6 50%, #fffc);
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.content.rounded:hover {
  background-image: linear-gradient(#fffc, #fff 50%, #fffc);
}

.heading-h1 {
  text-align: center;
  margin-top: 0;
}

.heading-h1.regalo {
  z-index: 1;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
  font-family: Reenie Beanie;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  position: relative;
}

.paragraph {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.6rem;
}

.paragraph.small {
  line-height: 1.3rem;
}

.paragraph.white {
  color: #ffffffbf;
}

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

.paragraph.legal {
  line-height: 1.4rem;
}

.sign {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 200;
  display: block;
}

.div-block {
  max-width: 30%;
  margin-right: 20px;
}

.box-link {
  border: 1px solid #ffffff40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 10px 5px;
  padding: 20px;
  display: flex;
}

.footer-links {
  justify-content: space-between;
  height: 220px;
  display: flex;
}

.mini-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 8px auto auto 7px;
}

.mini-icon.facebook {
  background-image: url('../images/facebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mini-icon.facebook:hover {
  background-image: url('../images/facebook-pink.png');
}

.mini-icon.instagram {
  background-image: url('../images/instagram_1instagram.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mini-icon.instagram:hover {
  background-image: url('../images/instagram-pink.png');
}

.rrss-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #000;
  padding-top: 60px;
  position: relative;
}

.mkt-empresas-agency {
  color: #fff;
  background-color: #333;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.whatsapp-link {
  z-index: 100;
  position: fixed;
  inset: auto 30px 30px auto;
}

.heading-h4 {
  font-weight: 700;
}

.heading-h4.white {
  color: #fff;
}

.legal-links {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.rrss-link {
  color: #ffffffbf;
  text-align: center;
  background-color: #ffffff26;
  width: 180px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .35s;
  position: relative;
}

.rrss-link:hover {
  background-color: #ffffff4d;
}

.rrss-link.dark {
  background-color: var(--black);
  border-radius: 4px;
}

.rrss-link.dark:hover {
  background-color: var(--white);
  color: var(--black);
  font-weight: 600;
  box-shadow: 0 0 8px -4px #000;
}

.divider._20 {
  height: 20px;
}

.heading-h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading-h3.white {
  color: #fff;
  font-size: 1.6rem;
}

.heading-h3.regalo {
  color: #e6007e;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Reenie Beanie;
  font-size: 3rem;
  font-weight: 400;
}

.heading-h3.pink {
  color: var(--deep-pink);
}

.text-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.text-link.mail {
  color: #ffffffbf;
  margin-right: 20px;
  font-weight: 400;
  transition: color .35s;
  display: inline;
}

.text-link.mail:hover {
  color: #fff;
}

.text-link.legal {
  color: #67768f;
  margin-right: 20px;
  font-weight: 600;
  transition: color .35s;
  display: inline;
}

.text-link.legal:hover {
  color: #fff;
}

.text-link.white {
  color: #67768f;
  margin-left: 5px;
  font-weight: 600;
  transition: color .35s;
  display: inline;
}

.text-link.white:hover {
  color: #fff;
}

.icon-footer {
  color: #67768f;
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
  transition: all .35s;
}

.icon-footer.ubicaci-n {
  background-image: url('../images/ubicacin_1ubicacin.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-footer.ubicaci-n:hover {
  background-image: url('../images/ubicacin-pink.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-footer.telefono {
  background-image: url('../images/phone_1phone.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
}

.icon-footer.telefono:hover {
  background-image: url('../images/phone-pink.png');
}

.icon-footer.e-mail {
  background-image: url('../images/email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-footer.e-mail:hover {
  background-image: url('../images/email-pink.png');
}

.text-me {
  z-index: 99;
  transition: transform .5s;
  position: relative;
}

.text-me:hover {
  transform: scale(1.1);
}

.links {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.footer-info {
  display: flex;
}

.whatsapp-logo {
  z-index: 99;
  position: relative;
}

.heading-h2.small {
  font-size: 2em;
}

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

.heading-h2.center.gold {
  color: var(--rosy-brown);
}

.eco-column-left {
  float: left;
  background-image: url('../images/eco-waves_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 58%;
  height: 1100px;
}

.eco-column-right {
  float: left;
  width: 42%;
  height: 1200px;
  position: relative;
  overflow: hidden;
}

.eco-content {
  width: 420px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.eco-hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 8% auto auto 20%;
}

.price-tag {
  z-index: 21;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 20px;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 30px -10px #00000080;
}

.price-tag.eco {
  inset: -60px 40px auto auto;
}

.price {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.6rem;
}

.price.up {
  color: #e6007e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.eco-section {
  position: relative;
}

.reserva-cita {
  color: var(--rosy-brown);
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Reenie Beanie;
  font-size: 2rem;
  display: inline-block;
  transform: rotate(-6deg);
}

.eco-blur {
  filter: saturate(20%);
  background-image: url('../images/eco5d-blur_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
  position: absolute;
  inset: 0%;
}

.eco-blur:hover {
  filter: saturate();
}

.eco-blur._07 {
  background-image: url('../images/ecografia-bebe-07_1.avif');
  background-position: 0%;
  background-size: cover;
}

.eco-blur._05 {
  filter: blur(5px) saturate(20%);
  background-image: url('../images/ecografia-bebe-05_1.avif');
  background-position: 0%;
}

.eco-blur._05:hover {
  filter: blur() saturate();
}

.eco-blur._04 {
  filter: blur(5px) saturate(20%);
  background-image: url('../images/ecografia-bebe-04_1.avif');
  background-position: 0%;
}

.eco-blur._04:hover {
  filter: blur() saturate();
}

.eco-blur._02 {
  filter: blur(5px) saturate(20%);
  background-image: url('../images/ecografia-bebe-02_1.avif');
  background-position: 0%;
}

.eco-blur._02:hover {
  filter: blur() saturate();
}

.eco-blur._03 {
  filter: blur(5px) saturate(20%);
  background-image: url('../images/ecografia-bebe-03_1.avif');
  background-position: 0%;
}

.eco-blur._03:hover {
  filter: blur() saturate();
}

.eco-blur._01 {
  filter: blur(5px) saturate(20%);
  background-image: url('../images/ecografia-bebe-01_1.avif');
  background-position: 0%;
}

.eco-blur._01:hover {
  filter: blur() saturate();
}

.descripcion {
  width: 65%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.descripcion.eco {
  width: auto;
}

.descripcion.small {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.form-content {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#fffc, #fff6 50%, #fffc);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 500px;
  padding: 40px;
  transition: box-shadow .35s;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  overflow: hidden;
  box-shadow: 7px 7px 40px -10px #00000040;
}

.form-content:hover {
  background-color: #fff;
  box-shadow: 28px 28px 50px -10px #00000073;
}

.text-field {
  color: #414141;
  border: 1px solid #67768f5c;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .35s;
}

.text-field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff var(--deep-pink);
}

.text-field.arear {
  min-height: 160px;
}

.checkbox {
  cursor: pointer;
  border-color: #a48a7b;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  transition: all .35s;
}

.checkbox:hover {
  background-color: #a48a7b;
  border-color: #0006;
}

.checkbox.w--redirected-checked {
  background-color: #e6007e;
  border-color: #e6007e;
}

.checkbox.w--redirected-focus {
  border-color: red;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.checkbox-label {
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.bold-text {
  color: #000;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.send-button {
  background-color: var(--deep-pink);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  transition: all .35s;
}

.send-button:hover {
  background-color: var(--rosy-brown);
  color: var(--black);
  box-shadow: 0 0 16px -5px #000;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 20px;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.enviando-mensaje {
  margin-top: 40px;
}

.link {
  color: #000;
  font-weight: 500;
  transition: all .35s;
  display: inline;
}

.link:hover {
  color: #e6007e;
}

.message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  display: flex;
}

.regalo-page {
  justify-content: center;
  min-height: 100vh;
  padding-top: 160px;
}

.background-regalo {
  z-index: 0;
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bandw-left-copy {
  filter: saturate(0%);
  background-image: url('../images/half-mama_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  transition: all .5s;
}

.bandw-left-copy:hover {
  filter: saturate();
}

.bandw-left-copy.right {
  filter: saturate(20%);
  background-image: url('../images/half-mama-right_1.avif');
  background-position: 0%;
  transition-property: filter;
}

.bandw-left-copy.right:hover {
  filter: saturate();
}

.intro {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.6rem;
}

.intro.regalo {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #000;
  text-align: center;
  background-image: linear-gradient(#fff, #ffffff73 50%, #fff);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 40px;
  padding: 30px;
  position: relative;
}

.bandw-left {
  filter: saturate(20%);
  background-image: url('../images/half-mama-left_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  transition: filter .5s;
}

.bandw-left:hover {
  filter: saturate();
}

.form-regalo {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--white), #ffffff80 50%, white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
  transition: all .5s;
  position: relative;
  box-shadow: 7px 7px 40px -10px #0003;
}

.form-regalo:hover {
  background-image: linear-gradient(to bottom, var(--white), #ffffffd9 50%, white);
  box-shadow: 7px 7px 40px 4px #0000004d;
}

.form-section {
  border: 1px solid #67768f;
  border-top-left-radius: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-section.quad {
  border-top-left-radius: 0;
}

.two-wrapper {
  justify-content: center;
  display: flex;
}

.flex-left {
  border: 1px solid #67768f5c;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.flex-left:hover {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: #e6007e;
}

.flex-right {
  border: 1px solid #67768f5c;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.flex-right:hover {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: #e6007e;
}

.legal-paragraph {
  font-size: .8rem;
  line-height: 1.2rem;
}

.slide-text-05 {
  color: #fff;
  text-align: center;
  background-color: #67768f;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
  font-weight: 300;
  line-height: 1.6rem;
  display: inline-block;
}

.hero-section {
  position: relative;
}

.hero-column-left {
  float: left;
  background-image: url('../images/home-waves_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 58%;
  height: 100vh;
}

.sesion-span {
  color: #67768f;
  font-family: Reeniebeanie, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.slide-06 {
  background-image: url('../images/revelacin-de-sexo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.isologo {
  opacity: 0;
  width: 240px;
  max-width: none;
  transition: transform 1s;
  transform: translate(-150px);
}

.isologo:hover {
  transform: scale(1.05);
}

.float-hero {
  z-index: 1;
  position: absolute;
  inset: 15% auto auto 18%;
}

.text-span-2 {
  color: #fff;
  text-shadow: 1px 1px 3px #000000b5;
  font-family: Reeniebeanie, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.slide-nav {
  font-size: .4rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
}

.heading.center {
  margin-left: auto;
  margin-right: auto;
}

.subtitle-logo {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.llamar {
  color: #000;
  background-color: #fff;
  min-width: 300px;
  margin-right: 10px;
  padding: 15px 20px 15px 80px;
  transition: box-shadow .2s, transform .2s;
  position: relative;
  box-shadow: 0 10px 40px -10px #0003;
}

.llamar:hover {
  transform: translate(0, -2px);
  box-shadow: 28px 28px 50px -10px #00000059;
}

.float-content {
  max-width: 655px;
  display: inline-block;
}

.slide-01 {
  background-image: url('../images/ecografia-hiperrealista-5d.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  width: 500px;
  height: 650px;
}

.slide-text-02 {
  margin-top: 40px;
  margin-left: 40px;
  font-weight: 700;
  line-height: 2rem;
  display: inline-block;
}

.slide-text-02.white {
  color: #fff;
}

.slide-02 {
  background-image: url('../images/bebe-no-se-ve_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-text-04 {
  z-index: 97;
  color: #67768f;
  margin-top: 15px;
  margin-left: 75px;
  padding: 10px 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.branding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 380px;
  transition: transform 1s;
  display: flex;
}

.branding:hover {
  transform: scale(1.05);
}

.branding.w--current {
  transition-property: none;
}

.branding.w--current:hover {
  transform: none;
}

.hero-column-right {
  float: right;
  width: 42%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.icon {
  text-shadow: 0 1px 3px #00000080;
  background-image: radial-gradient(circle, #67768f00, #0000 49%);
  padding: 0;
  transition: all .35s;
}

.icon:hover {
  color: #67768f;
  background-image: none;
}

.buttons-container {
  z-index: 3;
  display: flex;
  position: relative;
}

.slide-05 {
  background-image: url('../images/facilidades-de-pago_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-04 {
  background-image: url('../images/mi-bebe-y-yo_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pide-cita {
  background-color: var(--rosy-brown);
  color: #fff;
  min-width: 320px;
  margin-right: 10px;
  padding: 15px 40px;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 10px 40px -10px #0003;
}

.pide-cita:hover {
  background-color: var(--deep-pink);
  transform: translate(0, -2px);
  box-shadow: 28px 28px 50px -10px #00000059;
}

.text-span-4 {
  font-family: Reeniebeanie, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.title-logo {
  color: #000;
  margin-top: 10px;
  font-family: Reeniebeanie, Times New Roman, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 4rem;
  transition: transform 1s;
}

.title-logo:hover {
  transform: scale(1.05);
}

.telefono {
  height: 25px;
  position: absolute;
  inset: 35% auto auto 30px;
}

.text-block {
  margin-right: 10px;
  display: inline-block;
}

.hero-video {
  z-index: 2;
  transition: box-shadow .35s;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 78%;
  box-shadow: 7px 7px 40px -10px #00000040;
}

.hero-video:hover {
  box-shadow: 28px 28px 50px -10px #00000073;
}

.slide-text-03 {
  z-index: 97;
  color: #fff;
  text-transform: uppercase;
  background-color: #a48a7b;
  margin-top: 40px;
  margin-left: 40px;
  padding: 10px 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.home-navigation {
  z-index: 95;
  background-color: #000;
  justify-content: space-around;
  width: 100%;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.servicios-section {
  perspective: 3500px;
  align-items: center;
  width: 76%;
  min-width: 940px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.servicios-section.project__container--mobile {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all .35s;
  box-shadow: 0 0 40px -10px #000000a6;
}

.gallery:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 40px -10px #000000a6;
}

.container-servicios {
  z-index: 11;
  background-color: #ffffffe6;
  padding: 30px;
  position: relative;
  box-shadow: -10px -10px 20px -10px #e6007e5e;
}

.container-servicios._2 {
  max-width: 560px;
  box-shadow: 10px 10px 20px -10px #7b00e65e;
}

.container-servicios._1 {
  margin-bottom: 40px;
}

.text-container {
  z-index: 9000;
  background-color: #fc464e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 420px;
  padding: 4px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 12px #00000029;
}

.text-container.hiperrealismo {
  z-index: 11;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #0000;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center;
  width: 76%;
  min-width: 940px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 60px;
  display: grid;
  position: relative;
}

.text-container.cta {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 420px;
  padding: 0;
  position: absolute;
  inset: auto auto 20% -79px;
}

.text-container.servicio {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #0000;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0;
  display: grid;
  position: relative;
}

.imagen {
  z-index: 12;
  aspect-ratio: 2;
  object-fit: cover;
  background-image: url('../images/tarjeta-regalo-h.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 88%;
  max-height: 546px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  box-shadow: 0 0 100px #00000080;
}

.imagen.servicios {
  z-index: 10;
  aspect-ratio: 16 / 9;
  background-image: url('../images/servicios_1.avif');
  width: auto;
  min-width: 520px;
  height: auto;
  min-height: 360px;
  max-height: none;
  margin-left: -15%;
  padding-top: 0;
  display: block;
  position: sticky;
  top: 90px;
  box-shadow: 0 0 100px #533d9980;
}

.imagen.hiperrealismo {
  z-index: 10;
  aspect-ratio: 16 / 9;
  background-image: url('../images/hiperrrealismo-ecoemocin5d.webp');
  background-size: cover;
  border-radius: 16px 0;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  height: auto;
  min-height: 0;
  margin-bottom: 100px;
  margin-left: 0;
  display: block;
  position: sticky;
  top: 90px;
  bottom: auto;
  transform: rotate(-4deg);
  box-shadow: 0 2px 5px #e6007e87, 0 0 40px #6f00a780;
}

.lightbox-link {
  position: relative;
  top: -60px;
  right: 20px;
}

.lightbox-link.big {
  z-index: 10;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  margin-top: 40px;
}

.servicios {
  background-image: url('../images/gold-waves-light_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.tarifas {
  padding-top: 60px;
}

.price-title {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.reservar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--deep-pink);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  padding: 10px 20px 6px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: auto 0% 15px auto;
  box-shadow: 0 10px 40px -10px #0003;
}

.reservar:hover {
  letter-spacing: 1px;
  background-color: #67768f;
  transform: translate(0, -2px);
  box-shadow: 28px 28px 50px -10px #00000059;
}

.reservar.fixed {
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
  position: static;
}

.prices-wrapper {
  z-index: 19;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.price-cont {
  align-self: flex-start;
  position: relative;
}

.price-cont.ecosexo {
  z-index: 30;
}

.background-price {
  opacity: .1;
  cursor: auto;
  background-image: linear-gradient(135deg, #e6007ec7, #67768fad 76%);
  transition: opacity .5s;
  position: absolute;
  inset: 0%;
}

.background-price:hover {
  opacity: 1;
}

.price-text {
  z-index: 20;
  opacity: 0;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}

.wrapper {
  z-index: 13;
  background-color: #ffffffd9;
  flex-flow: column;
  width: 420px;
  padding: 20px 20px 40px 40px;
  display: flex;
  position: absolute;
  inset: auto -4% 10% auto;
  box-shadow: 0 2px 20px #0003;
}

.tarjeta-regalo-print {
  z-index: 12;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 25vw;
  min-width: 200px;
  max-width: 480px;
  margin-top: 458px;
  margin-bottom: 0%;
  margin-right: -32%;
  padding: 3px;
  transition: transform .5s, box-shadow .5s;
  position: relative;
  transform: rotateX(10deg)rotateY(-16deg)rotateZ(12deg)translate3d(0, 0, 220px)translate(0, 2vw);
  box-shadow: 49px 49px 50px -20px #00000040;
}

.tarjeta-regalo-print:hover {
  transform: rotate(0)scale(1.1)translate(-32px);
  box-shadow: 0 2px 6px 6px #0000000d, 0 69px 50px -20px #00000040;
}

.tarjeta-regalo {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  position: relative;
}

.slide {
  background-color: #fff;
  border: 1px #4689d733;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-right: 50px;
  padding: 0;
  transition: all .5s;
  overflow: hidden;
  box-shadow: 7px 7px 40px -10px #0003;
}

.slide:hover {
  box-shadow: 28px 28px 50px -10px #00000059;
}

.author-title {
  opacity: .7;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.faq-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.arrow-right {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% -25px 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.slide-wrap {
  color: #fff;
  background-color: #e6007e;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: 60px;
  display: flex;
}

.profile-block {
  color: var(--white);
  align-items: center;
  margin-top: 40px;
  font-weight: 600;
  display: flex;
}

.standard-paragraph {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.testimonios {
  justify-content: center;
  align-items: center;
  padding: 132px 3% 80px;
  position: relative;
  overflow: hidden;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-left {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% auto 0% -25px;
  box-shadow: 0 5px 10px #1b2d451a;
}

.testimonial-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slider-testimonios {
  background-color: #0000;
  width: 100%;
  max-width: 750px;
  height: 100%;
}

.profile-image {
  border: 3px solid #fff;
  border-radius: 100px;
  margin-right: 25px;
}

.mask {
  background-color: #0000;
  overflow: visible;
}

.arrow-icon {
  color: #1b2d45;
  font-size: 15px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-q-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-section {
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container.faq-container {
  background-color: #ffffff80;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 900px;
  margin-top: 40px;
  padding: 60px 40px 80px;
  transition: box-shadow .5s;
  box-shadow: 10px 0 40px -10px #0003;
}

.container.faq-container:hover {
  box-shadow: 0 40px 50px -10px #00000059;
}

.faq-plus-l {
  background-color: #67768f;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.list-item {
  margin-bottom: 0;
}

.list-2 {
  padding-left: 20px;
}

.faq-plus {
  background-color: #67768f;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.mapa {
  z-index: 3;
  width: 960px;
  max-width: 50vw;
  height: 640px;
  position: absolute;
  bottom: 100px;
  overflow: hidden;
  box-shadow: 0 0 100px #00000080;
}

.contacto {
  padding-top: 100px;
}

.title-form {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}

.form-contacto {
  z-index: 5;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-width: 360px;
  max-width: 480px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 30px;
  position: sticky;
  top: 90px;
  bottom: 20px;
  box-shadow: 7px 7px 40px -10px #00000080;
}

.foto-blur-background {
  filter: saturate(20%) blur(5px);
  background-image: url('../images/bebe-contacto_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: filter 1s;
  position: absolute;
  inset: 0%;
}

.foto-blur-background:hover {
  filter: saturate() blur();
}

.div-block-5 {
  float: right;
  width: 65vw;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 10%;
  position: relative;
}

.form-area {
  height: 980px;
  margin-top: 40px;
  position: relative;
}

.text-area {
  border: 1px solid #67768f5c;
  border-radius: 4px;
  min-height: 160px;
  margin-bottom: 20px;
  transition: all .35s;
}

.text-area:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff var(--deep-pink);
}

.list-servicio {
  padding-left: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header {
  position: relative;
}

.whatsapp {
  opacity: .6;
  width: 25px;
  max-width: none;
  height: 25px;
  transition: opacity .3s ease-in-out;
}

.whatsapp:hover {
  opacity: 1;
}

.whatsapp.price {
  margin-top: 0;
  margin-bottom: 3px;
}

.spacer {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.opiniones-desktop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
  padding: 0 20px;
  display: flex;
}

.shortcode {
  text-align: center;
  align-self: stretch;
}

.mas-opiniones {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  text-align: right;
  width: auto;
  margin-right: 18px;
  display: block;
}

.icon-facebook {
  background-image: url('../images/icon-facebook-on.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 18px;
  transition: all .3s ease-in-out;
}

.icon-facebook:hover {
  background-image: url('../images/icon-facebook-off.svg');
  background-position: 50%;
}

.icon-facebook.inline {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.icon-google {
  background-image: url('../images/icon-google-on.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-right: 18px;
  transition: all .3s ease-in-out;
}

.icon-google:hover {
  background-image: url('../images/icon-google-off.svg');
  background-position: 50%;
  background-size: cover;
}

.icon-google.inline {
  background-image: none;
}

.close {
  position: absolute;
  inset: 20px 20px auto auto;
}

.info-price {
  background-color: var(--white);
  backface-visibility: visible;
  cursor: pointer;
  transform-style: preserve-3d;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 420px;
  height: 320px;
  padding: 20px 20px 70px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.price-wrapper {
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  align-self: stretch;
  transition: box-shadow .35s;
  position: relative;
  transform: perspective(2500px)rotate(0)perspective(1320px)perspective(807px);
  box-shadow: 0 2px 5px #0003;
}

.price-wrapper:hover {
  box-shadow: 0 40px 50px -10px #2e046466;
}

.price-front {
  z-index: 20;
  filter: saturate(0%);
  backface-visibility: hidden;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 420px;
  height: 320px;
  margin: 0;
  padding: 40px 32px 32px;
  transition: filter .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-front:hover {
  filter: saturate();
  color: #fff;
}

.price-front.w--open {
  width: auto;
  margin-bottom: 0;
}

.price-front.w--open:hover {
  transform: none;
}

.price-front.ecosexo {
  background-image: url('../images/01-price-ecosexo_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
}

.price-front.eco-basic {
  background-image: url('../images/04-price-ecobasic_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.price-front.ecomini {
  background-image: url('../images/03-price-ecomini_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.price-front.seg {
  background-image: url('../images/05-price-ecox2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.price-front.eco-gemelar {
  background-image: url('../images/07-price-ecogemelar_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.price-front.seg-x3 {
  background-image: url('../images/06-price-ecox3_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.info-price-title {
  z-index: 1;
  color: var(--rosy-brown);
  text-align: center;
  margin: 0 30px 10px;
  display: block;
  position: relative;
}

.abrir {
  z-index: 21;
  position: absolute;
  inset: 20px 20px auto auto;
}

.img {
  display: block;
}

.tarjeta-regalo-card {
  position: relative;
  box-shadow: 8px 11px 16px -8px #5f07ac96, -5px -6px 16px -8px #c41a7c;
}

@media screen and (max-width: 991px) {
  .button.mobile {
    background-color: var(--rosy-brown);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color .35s;
    display: block;
  }

  .button.mobile:hover {
    background-color: #67768f;
  }

  .button.mobile.w--current {
    background-color: var(--deep-pink);
  }

  .desktop-nav {
    display: none;
  }

  .dropdown-menu {
    z-index: 997;
    background-color: #a48a7b;
    flex-direction: column;
    width: 240px;
    display: flex;
    position: absolute;
    inset: 70px 0% auto auto;
    transform: translate(0, -167px)scale3d(1, 0, 1);
    box-shadow: 7px 7px 40px -10px #000000a6;
  }

  .dropdown-menu.w--open {
    flex-direction: column;
    transform: none;
  }

  .burguer-button {
    z-index: 999;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .35s;
    display: flex;
    position: relative;
  }

  .burguer-button:hover {
    background-color: #a48a7b;
  }

  .line {
    background-color: #fff;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    width: 70px;
    height: 70px;
    padding: 0;
  }

  .burguer {
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .fixed-brand {
    z-index: 999;
    position: relative;
  }

  .mobile-nav {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .section.legal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-link {
    width: 160px;
    height: 160px;
    padding-bottom: 10px;
    display: block;
  }

  .footer-links {
    height: auto;
  }

  .heading-h4.white {
    text-align: center;
  }

  .heading-h3.white {
    font-size: 1.2rem;
  }

  .icon-footer.ubicaci-n {
    align-self: center;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-footer.telefono, .icon-footer.e-mail {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .links {
    justify-content: flex-start;
  }

  .eco-column-left {
    width: auto;
    height: 620px;
  }

  .eco-column-right {
    width: auto;
  }

  .eco-content {
    color: #000;
    background-color: #ffffff38;
    background-image: radial-gradient(circle, #fff, #ffffff7a 50%, #fff);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 500px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .eco-hero {
    flex-direction: column;
  }

  .price-tag.eco {
    top: -40px;
    right: 20px;
  }

  .price {
    text-shadow: none;
  }

  .eco-section {
    flex-direction: column-reverse;
    display: flex;
  }

  .descripcion {
    width: auto;
    display: inline-block;
  }

  .hero-section {
    flex-flow: column;
    display: flex;
  }

  .hero-column-left {
    width: auto;
    height: 820px;
  }

  .sesion-span {
    width: 220px;
    margin-top: 189px;
    margin-left: 17px;
    font-size: 3.6rem;
    line-height: 3rem;
    display: inline-block;
  }

  .isologo {
    width: 180px;
  }

  .float-hero {
    flex-flow: column;
    width: 80%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: 0% 0% auto;
  }

  .llamar {
    margin-right: 0;
  }

  .float-content {
    flex-direction: column;
    align-self: center;
    align-items: center;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    position: static;
  }

  .slider {
    width: auto;
    height: 380px;
  }

  .slide-text-02 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .slide-text-02.white {
    text-shadow: 1px 1px 6px #000;
  }

  .slide-text-04 {
    margin-top: 176px;
  }

  .branding.w--current {
    width: 280px;
  }

  .hero-column-right {
    flex-direction: column;
    width: auto;
    height: 320px;
  }

  .buttons-container {
    flex-direction: column;
    width: 380px;
  }

  .pide-cita {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title-logo {
    font-size: 5rem;
  }

  .hero-video {
    width: auto;
    position: relative;
    left: auto;
  }

  .home-navigation {
    z-index: 997;
    justify-content: space-between;
  }

  .servicios-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    min-width: auto;
    height: auto;
    display: flex;
  }

  .servicios-section.project__container--mobile {
    min-height: 560px;
  }

  .container-servicios {
    padding: 24px;
  }

  .container-servicios._1 {
    flex: none;
    width: 50%;
  }

  .text-container.hiperrealismo {
    width: auto;
    min-width: 0;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-container.cta {
    z-index: 11;
    margin-top: auto;
    margin-left: auto;
  }

  .text-container.servicio {
    width: 100%;
    display: flex;
  }

  .imagen {
    z-index: 10;
    max-height: auto;
    min-height: 50vw;
  }

  .servicios {
    padding-top: 60px;
    overflow: hidden;
  }

  .prices-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .price-cont {
    align-self: center;
  }

  .wrapper {
    padding: 24px;
    position: relative;
    right: 0%;
  }

  .tarjeta-regalo-print {
    z-index: 20;
    width: 28vw;
    min-width: 100px;
    margin-top: 527px;
    margin-right: -10%;
    padding: 3px;
  }

  .tarjeta-regalo {
    min-height: 600px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-right {
    right: -30px;
  }

  .slide-wrap {
    height: 100%;
  }

  .testimonios {
    padding-bottom: 60px;
  }

  .arrow-left {
    left: -30px;
  }

  .slider-testimonios {
    width: 75%;
  }

  .mapa {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    position: static;
    top: 0;
  }

  .form-contacto {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .foto-blur-background {
    inset: 0%;
  }

  .div-block-5 {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .form-area {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .mas-opiniones {
    width: 33%;
  }

  .close {
    opacity: .6;
    cursor: pointer;
    transition: opacity .25s;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .close:hover {
    opacity: 1;
  }

  .price-wrapper {
    align-self: center;
  }

  .price-front {
    text-shadow: 0 0 6px #fff;
    transition-property: all;
  }

  .price-front:hover {
    text-shadow: 0 0 6px #00000080;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    max-width: none;
  }

  .footer-links {
    flex-direction: column;
    align-self: center;
  }

  .rrss-links {
    flex-direction: column;
    margin-top: 10px;
  }

  .rrss-link {
    align-self: stretch;
    width: auto;
    margin-bottom: 20px;
  }

  .links {
    background-color: #ffffff0d;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .eco-hero {
    inset: 0%;
  }

  .regalo-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .servicios-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .servicios-section.project__container--mobile {
    width: auto;
    max-width: none;
    min-height: 480px;
    margin-top: 156px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-servicios {
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
  }

  .container-servicios._2 {
    max-width: none;
  }

  .container-servicios._1 {
    width: auto;
    margin-bottom: 20px;
  }

  .text-container {
    box-shadow: none;
    background-color: #0000;
    width: 60%;
  }

  .text-container.hiperrealismo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    box-shadow: none;
    background-color: #0000;
    flex-flow: column;
    grid-auto-flow: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    position: static;
  }

  .text-container.servicio {
    box-shadow: none;
    background-color: #0000;
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .imagen {
    width: 100%;
    height: 280px;
    min-height: 0;
    margin-left: 0%;
  }

  .imagen.servicios {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .imagen.hiperrealismo {
    max-width: none;
  }

  .lightbox-link.big {
    position: relative;
    top: 0;
    right: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    max-height: 560px;
    position: relative;
  }

  .tarifas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-text {
    opacity: 1;
  }

  .wrapper {
    padding: 20px;
  }

  .tarjeta-regalo-print {
    width: 280px;
    margin-top: 378px;
    margin-right: -71px;
  }

  .tarjeta-regalo-print:hover {
    box-shadow: 0 2px 6px 6px #0000000d, 0 69px 50px -20px #00000040;
  }

  .tarjeta-regalo {
    min-height: 0;
    padding-bottom: 40px;
  }

  .author-title {
    font-size: .8rem;
  }

  .faq-title {
    font-size: 1rem;
  }

  .arrow-right {
    margin-top: auto;
    margin-bottom: auto;
    right: -30px;
  }

  .slide-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .standard-paragraph {
    font-size: 1rem;
  }

  .testimonios {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .arrow-left {
    left: -30px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.faq-container {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .mapa {
    width: 100%;
    max-width: none;
    margin-top: 0;
    position: static;
  }

  .form-contacto {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5 {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 0;
    position: static;
  }

  .container-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-area {
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .opiniones-desktop {
    flex-direction: column;
    align-items: center;
  }

  .shortcode {
    text-align: center;
  }

  .mas-opiniones {
    width: 50%;
    margin-top: 30px;
  }

  .tarjeta-regalo-card {
    max-width: 90%;
    margin-top: -15px;
    transform: rotate(-2deg);
  }
}

@media screen and (max-width: 479px) {
  .dropdown-menu.w--open {
    transform: none;
  }

  .burguer-button {
    position: relative;
  }

  .isologo-menu {
    height: 40px;
  }

  .logo-text {
    font-size: 2rem;
  }

  .fixed-brand, .fixed-brand.w--current {
    margin-left: 20px;
  }

  .mobile-nav {
    z-index: 997;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .heading-h1.regalo {
    font-size: 3rem;
    line-height: 3rem;
  }

  .paragraph {
    line-height: 1.4rem;
  }

  .sign {
    text-align: center;
  }

  .div-block {
    margin-right: 0;
    padding-bottom: 20px;
  }

  .box-link {
    width: auto;
    height: 140px;
  }

  .footer-links {
    align-self: stretch;
  }

  .mkt-empresas-agency {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .whatsapp-link {
    z-index: 999;
    inset: auto 25px 25px auto;
  }

  .legal-links {
    flex-direction: column;
  }

  .heading-h3.regalo {
    font-size: 2.5rem;
  }

  .text-link.mail, .text-link.legal {
    margin-right: 0;
  }

  .footer-info {
    flex-direction: column;
  }

  .eco-column-left {
    height: 50%;
    position: absolute;
    inset: 50% 0% 0%;
  }

  .eco-column-right {
    height: 50%;
    position: absolute;
    inset: 0%;
  }

  .eco-content {
    width: auto;
    min-width: 240px;
    max-width: none;
    margin-top: 80px;
    padding-right: 20px;
  }

  .eco-hero {
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .price-tag.eco {
    right: 10px;
  }

  .eco-section {
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  .list {
    padding-left: 20px;
  }

  .eco-blur {
    filter: none;
    background-image: url('../images/sesin-ecografia-bebe-inv_1.avif');
  }

  .eco-blur:hover {
    filter: none;
  }

  .eco-blur._07 {
    filter: blur(5px) saturate(20%);
  }

  .eco-blur._07:hover {
    filter: blur() saturate();
  }

  .eco-blur._05, .eco-blur._04, .eco-blur._02, .eco-blur._03, .eco-blur._01 {
    background-position: 50%;
  }

  .form-content {
    width: 100%;
    min-width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .checkbox {
    color: #e6007e;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: 600;
  }

  .checkbox.w--redirected-checked {
    background-color: #e6007e;
    border-width: 2px;
    border-color: #e6007e;
    font-weight: 800;
  }

  .checkbox-field {
    align-self: stretch;
  }

  .checkbox-label {
    font-size: .8rem;
  }

  .bold-text {
    line-height: 1.2rem;
  }

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

  .form-block {
    align-self: stretch;
  }

  .message-wrapper {
    min-height: 50vh;
  }

  .intro.regalo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-regalo {
    padding: 15px;
  }

  .form-section {
    border-top-left-radius: 20px;
    align-self: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-wrapper {
    flex-direction: column;
  }

  .flex-right {
    margin-left: 0;
  }

  .slide-text-05 {
    background-color: #67768fd9;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.3rem;
  }

  .hero-section {
    flex-flow: column;
    height: 100svh;
  }

  .hero-column-left {
    height: 940px;
  }

  .sesion-span {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .left-arrow {
    width: 60px;
  }

  .float-hero {
    flex-flow: column;
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-span-2 {
    font-size: 1.9rem;
  }

  .subtitle-logo {
    margin-top: -20px;
  }

  .llamar {
    min-width: auto;
    padding-left: 60px;
  }

  .float-content {
    align-self: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .slider {
    height: 420px;
  }

  .right-arrow {
    width: 60px;
  }

  .slide-text-02 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .slide-text-02.white {
    margin-left: 10px;
    margin-right: 10px;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .slide-text-04 {
    margin-top: 281px;
    margin-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .branding.w--current {
    width: auto;
  }

  .icon {
    text-shadow: 0 0 12px #00000080;
    font-size: 1.5rem;
  }

  .buttons-container {
    width: auto;
    margin-bottom: 40px;
  }

  .pide-cita {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-4 {
    font-size: 2rem;
  }

  .title-logo {
    font-size: 4rem;
  }

  .telefono {
    left: 20px;
  }

  .hero-video {
    display: none;
  }

  .slide-text-03 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .home-navigation {
    z-index: 998;
    justify-content: space-between;
    top: 0;
  }

  .servicios-section {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .servicios-section.project__container--mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .gallery {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .container-3 {
    position: relative;
  }

  .container-servicios._1 {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .text-container {
    box-shadow: none;
    width: 80%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .text-container.hiperrealismo {
    min-width: 160px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .text-container.cta {
    width: auto;
    margin-bottom: 0;
  }

  .text-container.servicio {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: stretch;
    align-items: stretch;
    min-width: 160px;
    margin: 0;
  }

  .imagen {
    aspect-ratio: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 160px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    position: relative;
  }

  .imagen.servicios {
    align-self: stretch;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 160px;
    min-height: 0;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .imagen.hiperrealismo {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    top: auto;
    transform: none;
    box-shadow: 0 0 16px #00000080;
  }

  .lightbox-link {
    height: 60px;
  }

  .lightbox-link.big {
    height: auto;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    place-content: stretch;
    max-height: none;
    margin-top: 15px;
  }

  .servicios {
    padding-top: 60px;
  }

  .tarifas {
    padding-top: 60px;
    overflow: hidden;
  }

  .price-title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .reservar {
    align-self: flex-end;
    margin-top: auto;
    margin-right: 0;
    position: relative;
    bottom: auto;
  }

  .prices-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .price-cont, .price-cont.ecosexo {
    margin-left: 0;
    margin-right: 0;
  }

  .background-price {
    opacity: .8;
  }

  .price-text {
    line-height: 1.3rem;
  }

  .wrapper {
    width: 100%;
    padding-right: 10px;
    top: 10px;
  }

  .tarjeta-regalo-print {
    width: 220px;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 3px;
    position: absolute;
    inset: auto auto -57% 21%;
  }

  .tarjeta-regalo {
    align-items: stretch;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .slide {
    margin-right: 10px;
  }

  .author-title {
    line-height: 1.2rem;
  }

  .arrow-right {
    inset: 20px 20px auto auto;
  }

  .slide-wrap {
    padding: 100px 38px 38px;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .testimonios {
    padding-top: 60px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .arrow-left {
    inset: 20px auto auto 20px;
  }

  .slider-testimonios {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .faq-plus-wrap {
    margin-right: 20px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-q-text {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .faq-answer {
    padding-left: 0;
  }

  .faq-question {
    height: 70px;
    margin-bottom: 10px;
  }

  .faq-section {
    padding-top: 60px;
  }

  .container.faq-container {
    padding: 40px 20px;
  }

  .faq-plus-l {
    height: 20px;
  }

  .faq-plus {
    width: 20px;
  }

  .contacto {
    padding-top: 60px;
  }

  .form-contacto {
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 240px;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    padding: 0 10px 40px;
  }

  .list-servicio {
    margin-bottom: auto;
  }

  .main {
    overflow: hidden;
  }

  .header-home {
    position: relative;
  }

  .opiniones-desktop {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .shortcode {
    flex: none;
    align-self: stretch;
  }

  .mas-opiniones {
    width: 85%;
    margin-top: 20px;
    overflow: visible;
  }

  .info-price {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    min-height: 360px;
    padding-bottom: 20px;
    display: flex;
  }

  .price-wrapper {
    flex: 1;
  }

  .price-front {
    filter: none;
    color: #fff;
    text-shadow: 0 0 6px #000000a6;
    width: auto;
    height: 100%;
    min-height: 360px;
  }

  .price-front:hover {
    text-shadow: 0 0 6px #00000080;
  }

  .price-front.ecosexo, .price-front.ecomini {
    width: auto;
  }

  .info-price-title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .tarjeta-regalo-card {
    max-width: 100%;
    margin-top: 33px;
  }
}

#w-node-_04f63186-415e-40e7-596f-2a446e644403-de004361 {
  justify-self: stretch;
}

#w-node-_8dcb56fb-6eab-21f5-bf34-8afa12479518-de004361 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-dfdda041-30a1-b918-9194-c82867fec785-de004361 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_086ac8dc-07f2-e48e-9517-28ed40502729-de004361 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_46085a0a-3417-71f5-93e3-b68716a0f72a-de004361 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_36177f96-44a0-28a5-dfe8-e4fc1c446dd5-de004361 {
  grid-area: 1 / 2 / 4 / 5;
}

@media screen and (max-width: 767px) {
  #w-node-_93b297f0-6a70-55da-f745-76b8e58de4d1-de004361 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8dcb56fb-6eab-21f5-bf34-8afa12479518-de004361 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_46085a0a-3417-71f5-93e3-b68716a0f72a-de004361 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_36177f96-44a0-28a5-dfe8-e4fc1c446dd5-de004361 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-light.woff2') format('woff2'), url('../fonts/montserrat-light.woff') format('woff'), url('../fonts/montserrat-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reeniebeanie';
  src: url('../fonts/reeniebeanie.woff2') format('woff2'), url('../fonts/reeniebeanie.woff') format('woff'), url('../fonts/reeniebeanie-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-semibold.woff2') format('woff2'), url('../fonts/montserrat-semibold.woff') format('woff'), url('../fonts/montserrat-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}