@font-face {
  font-family: Literata;
  src: url('../fonts/Literata-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Literata;
  src: url('../fonts/Literata-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Literata;
  src: url('../fonts/Literata-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Literata;
  src: url('../fonts/Literata-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Literata;
  src: url('../fonts/Literata-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --07212e: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  margin-left: 80px;
  margin-right: 80px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 80px;
  padding: 20px 0;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 1px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Literata, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #9cc9c0;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #07212e;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #9cc9c0;
  border-radius: 20px;
  margin-top: 52px;
  padding: 8px 32px;
  font-family: Literata, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #77ada2;
}

.button-primary:active {
  background-color: #77ada2;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.name-section {
  color: #07212e;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Literata, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.name-section.right {
  text-align: left;
  font-style: normal;
}

.paragraph {
  color: #07212e;
  text-align: center;
  width: 600px;
  margin-bottom: 16px;
  font-family: Literata, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.right {
  text-align: left;
  width: auto;
  min-width: auto;
  max-width: 600px;
  margin-bottom: 32px;
}

.paragraph.right.s {
  width: auto;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}

.paragraph.right.s.faq1 {
  display: none;
  overflow: visible;
}

.paragraph.right.s.faq2, .paragraph.right.s.faq3, .paragraph.right.s.faq4 {
  display: none;
}

.paragraph.right.full {
  width: auto;
  max-width: none;
}

.paragraph.vi-eta {
  text-align: left;
  width: 300px;
}

.h1 {
  text-align: center;
  font-family: Literata, sans-serif;
  font-size: 560%;
  font-style: italic;
  font-weight: 500;
  line-height: 78px;
}

.div-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.div-block.espace88 {
  margin-bottom: 88px;
}

.body {
  background-color: #eceae9;
}

.container-2 {
  margin-top: 88px;
}

.section {
  background-color: #9cc9c0;
  height: 450px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.heading {
  color: #07212e;
  text-align: center;
  font-family: Literata, sans-serif;
  font-size: 88px;
  font-style: italic;
  font-weight: 500;
  line-height: 89px;
}

.container-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-subscribe {
  background-color: #cabaa0;
  border-bottom: 1px solid #e4ebf3;
  padding: 64px 0 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 40px;
  display: flex;
}

.footer-block-three {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 24px;
  font-family: Literata, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #787e81;
}

.footer-link-three.direccion {
  cursor: pointer;
}

.footer-link-three.direccion:hover {
  color: #787e81;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block-2 {
  width: auto;
  margin-left: 0;
  padding-bottom: 16px;
}

.container-4 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.button {
  color: #07212e;
  letter-spacing: .3px;
  background-color: #eceae9;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-family: Literata, sans-serif;
  display: flex;
}

.image {
  min-height: 0%;
  max-height: 17%;
  margin-bottom: 40px;
}

.div-block-3 {
  background-image: url('../images/mapa.png');
  background-position: 50%;
  background-size: cover;
  min-height: 660px;
  max-height: 1200px;
}

.text-s-footer {
  font-family: Literata, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-4 {
  display: flex;
}

.text-block-2 {
  color: var(--black);
  margin-left: 8px;
  margin-right: 24px;
  font-family: Literata, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-2.link {
  cursor: pointer;
}

.text-block-2.link:hover {
  color: #787e81;
}

.image-2 {
  max-width: none;
  height: 48px;
  margin-top: 40px;
}

.image-3 {
  cursor: pointer;
  max-width: none;
  height: 48px;
}

.card-terapia {
  text-align: center;
  background-color: #e5e0d8;
  border-radius: 16px;
  width: auto;
  height: auto;
  min-height: auto;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-5 {
  background-image: url('../images/Adultos02.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: auto;
  min-height: 360px;
}

.heading-4 {
  color: #07212e;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8px;
  padding-bottom: 16px;
  font-family: Literata, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.div-block-6 {
  justify-content: center;
  align-items: stretch;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-2 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.div-block-7 {
  margin-bottom: 40px;
  display: flex;
}

.button-primario {
  color: #07212e;
  letter-spacing: .3px;
  background-color: #9cc9c0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-family: Literata, sans-serif;
  display: flex;
}

.heading-2 {
  color: #07212e;
  text-align: center;
  margin-top: 32px;
  font-family: Literata, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 51px;
}

.heading-2.right {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}

.div-block-8 {
  margin-bottom: 16px;
}

.section-3 {
  margin-top: 88px;
  margin-bottom: 200px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 160px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-9 {
  perspective: none;
  perspective-origin: 50% 0;
  background-image: url('../images/img_01.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: auto;
  min-width: 640px;
  height: 600px;
  margin-left: 88px;
  transform: translate(0);
}

.heading-3 {
  margin-bottom: 24px;
  font-family: Literata, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-align-left {
  text-align: left;
  min-width: 540px;
  margin-bottom: 0;
  font-family: Literata, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-10 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/SNR_Fotografia_P02.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 12000px;
  min-width: 640px;
  height: 600px;
  margin-left: 0;
  margin-right: 88px;
}

.text-block-3 {
  color: #787e81;
  letter-spacing: .3px;
  margin-bottom: 24px;
  font-family: Literata, sans-serif;
  font-weight: 300;
}

.heading-3-bio {
  margin-bottom: 0;
  font-family: Literata, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 38px;
}

.section-home {
  background-color: #9cc9c0;
  height: 450px;
  margin-top: -88px;
  display: flex;
  position: relative;
}

.button-secundary {
  color: #07212e;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #eceae9;
  border-radius: 20px;
  margin-top: 0;
  padding: 8px 32px;
  font-family: Literata, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-secundary:hover, .button-secundary:active {
  color: #07212e;
  background-color: #e5deda;
}

.button-secundary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.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;
  align-items: center;
  width: 600px;
  display: flex;
}

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

.div-block-13 {
  aspect-ratio: auto;
  background-image: url('../images/Arbol.png');
  background-position: 50%;
  background-size: cover;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin-top: -20px;
  margin-left: 80px;
  margin-right: 80px;
  position: static;
  top: 60px;
  bottom: 100px;
}

.body-2 {
  background-color: #eceae9;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.section-6 {
  margin-top: 240px;
  margin-bottom: 240px;
}

.menores {
  background-image: url('../images/menores.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: auto;
  min-height: 360px;
}

.familias {
  background-image: url('../images/Familia02.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: auto;
  min-height: 360px;
}

.estimulacion {
  background-image: url('../images/EstimulacionCognitiva.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: auto;
  min-height: 360px;
}

.online {
  background-image: url('../images/Terapia_Online_02.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: auto;
  min-height: 360px;
}

.text-field, .body-3 {
  background-color: #9cc9c0;
}

.container-7 {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 160px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block {
  cursor: pointer;
  background-image: url('../images/mapa_sin.png');
  background-position: 50%;
  background-size: cover;
  min-height: 600px;
  max-height: 800px;
  display: block;
}

.link-block:hover {
  opacity: 1;
  background-image: url('../images/mapa.png');
}

.image-5 {
  perspective-origin: 50%;
  transform-origin: 50%;
  object-fit: cover;
  border-radius: 16px;
  width: 640px;
  max-width: none;
  height: 800px;
  margin-right: 0;
  overflow: visible;
  transform: translate(0);
}

.div-block-15 {
  aspect-ratio: auto;
  object-fit: contain;
  min-width: 0;
  height: auto;
}

.div-block-16 {
  object-fit: cover;
  border-radius: 16px;
  align-self: flex-end;
  align-items: center;
  min-width: 640px;
  height: 600px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
  overflow: hidden;
}

.lottie-animation {
  z-index: 99999999;
  background-color: #9cc9c0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.body-4 {
  background-color: #9cc9c0;
}

.heading-6 {
  color: #07212e;
}

.image-6 {
  max-width: 25%;
}

.div-block-17 {
  margin-top: 8px;
}

.image-7 {
  display: block;
}

.body-5 {
  background-color: #eceae9;
}

.container-8 {
  justify-content: space-around;
  display: flex;
}

.fototerapia {
  object-fit: cover;
  border-radius: 16px;
  align-self: flex-end;
  width: 640px;
  height: 600px;
  margin-left: 80px;
  display: block;
  overflow: auto;
}

.fototerapia.left {
  object-fit: cover;
  background-image: none;
  align-self: center;
  margin-left: 0;
  margin-right: 80px;
}

.fototerapia.left._02 {
  background-image: url('../images/menores.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: 500px;
  max-width: 640px;
}

.fototerapia.left._04 {
  background-image: url('../images/EstimulacionCognitiva.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: 500px;
  max-width: 640px;
}

.fototerapia._01 {
  background-image: url('../images/Adultos02.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: 500px;
  max-width: 640px;
}

.fototerapia._03 {
  background-image: url('../images/Familia02.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: 500px;
  max-width: 640px;
}

.fototerapia._05 {
  background-image: url('../images/Terapia_Online.png');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: 500px;
  max-width: 640px;
}

.div-block-19 {
  margin-right: 40px;
}

.terapia {
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
  display: flex;
}

.terapia.left {
  flex-direction: row-reverse;
}

.div-block-21 {
  justify-content: flex-start;
  display: flex;
}

.text-block-4 {
  word-break: normal;
}

.list {
  color: #07212e;
  font-family: Literata, sans-serif;
  font-weight: 400;
}

.data_tarifa {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 64px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.data_tarifa.two {
  grid-template-columns: 1fr 1fr;
}

.div-block-23 {
  background-color: #e5e0d8;
}

.card {
  background-color: #e5e0d8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 160px;
  max-width: 330px;
  margin-right: 0;
  padding: 16px 0 24px;
  display: block;
}

.text-block-5 {
  color: #07212e;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Literata, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-6 {
  color: #787e81;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Literata, sans-serif;
  font-size: 12px;
  display: flex;
}

.image-8 {
  perspective-origin: 50%;
  object-fit: contain;
  display: block;
}

.image-9 {
  max-width: none;
  max-height: 120%;
}

.image-10 {
  backface-visibility: visible;
  object-fit: contain;
  max-width: none;
  height: 720px;
  margin-right: 0;
  transform: none;
}

.image-11 {
  max-width: none;
  max-height: 120%;
}

.faqs {
  margin-bottom: 160px;
}

.terapias {
  flex-direction: column;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.div-block-24 {
  border: 1px solid #e5e0d8;
  border-radius: 16px;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 40px;
  display: flex;
}

.faq {
  color: #07212e;
  margin-bottom: 8px;
  font-family: Literata, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-25 {
  max-width: 800px;
}

.list-2 {
  color: #07212e;
  display: none;
}

.desplegar {
  color: #07212e;
  align-self: flex-start;
  margin-top: 4px;
}

.recoger {
  color: #07212e;
  align-self: flex-start;
  display: none;
}

.container-9 {
  margin-top: 40px;
}

.banner-cookies {
  z-index: 9999999;
  background-color: #cabaa0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 660px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 1px 5px #0000001f;
}

.text-block-7 {
  color: #07212e;
  font-family: Literata, sans-serif;
}

.link-2 {
  color: #07212e;
  margin-left: 4px;
  font-family: Literata, sans-serif;
}

.div-block-29 {
  flex-direction: row;
  margin-right: 32px;
  display: flex;
}

.body-6 {
  background-color: #eceae9;
}

.italic-text {
  font-style: normal;
}

.section-7 {
  margin-top: 104px;
  margin-bottom: 160px;
}

.body-7, .body-8 {
  background-color: #eceae9;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    margin-left: 24px;
    margin-right: 24px;
  }

  .navbar-logo-left-container.shadow-three {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .paragraph.right.full {
    max-width: none;
  }

  .container-2 {
    flex: 1;
    align-self: stretch;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 58px;
    line-height: 58px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-three {
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .div-block-2 {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-4 {
    margin-bottom: 16px;
  }

  .image-3 {
    max-width: none;
  }

  .card-terapia {
    margin-right: 0;
  }

  .div-block-5 {
    min-height: 248px;
  }

  .container-6 {
    flex-direction: column-reverse;
  }

  .heading-3 {
    width: auto;
    min-width: 0;
    max-width: 520px;
  }

  .heading-3.sin {
    max-width: 640px;
  }

  .paragraph-align-left {
    min-width: 0;
    max-width: 580px;
    margin-bottom: 88px;
  }

  .paragraph-align-left.space {
    margin-bottom: 16px;
  }

  .div-block-10 {
    align-self: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-13 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section-5 {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-6 {
    margin-top: 200px;
  }

  .menores, .familias, .estimulacion, .online {
    min-height: 248px;
  }

  .container-7 {
    flex-direction: column-reverse;
    margin-left: 32px;
    margin-right: 32px;
  }

  .link-block {
    background-image: url('../images/mapa_sin.png');
    display: block;
  }

  .link-block:hover {
    opacity: 1;
    background-image: url('../images/mapa.png');
  }

  .div-block-16 {
    align-self: center;
    height: 680px;
    margin: 0 40px 88px;
  }

  .image-6 {
    max-width: 25%;
  }

  .fototerapia.left._02, .fototerapia.left._04 {
    align-self: stretch;
    width: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .fototerapia._01 {
    align-self: stretch;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .fototerapia._03, .fototerapia._05 {
    align-self: stretch;
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .div-block-19 {
    margin-right: 0;
    display: block;
  }

  .terapia {
    flex-direction: column-reverse;
  }

  .terapia.left {
    flex-direction: column-reverse;
    align-self: center;
  }

  .data_tarifa.two {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    margin-right: 0;
    padding-bottom: 32px;
  }

  .section-7 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    margin-left: 24px;
    margin-right: 24px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-top: 0;
  }

  .paragraph {
    width: auto;
  }

  .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .footer-legal-link {
    margin-bottom: 8px;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-2 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
  }

  .image-2, .image-3 {
    max-width: none;
  }

  .card-terapia {
    margin-left: 0;
  }

  .div-block-5 {
    background-position: 0%;
    min-height: 240px;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .heading-2 {
    margin: 24px 0 0;
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-8 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .section-3 {
    margin-bottom: 160px;
  }

  .container-6 {
    flex: 0 auto;
    align-self: flex-start;
    align-items: flex-end;
    margin-top: 80px;
  }

  .heading-3 {
    align-self: stretch;
    max-width: 500px;
    display: block;
  }

  .heading-3.sin {
    max-width: none;
  }

  .paragraph-align-left {
    align-self: stretch;
    max-width: 500px;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
  }

  .utility-page-content {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-13 {
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
  }

  .menores, .familias, .estimulacion, .online {
    min-height: 240px;
  }

  .image-5 {
    flex: 0 auto;
    align-self: center;
    width: auto;
    min-width: 400px;
    max-width: 520px;
    height: auto;
    min-height: 700px;
    max-height: 640px;
  }

  .div-block-16 {
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    min-width: 300px;
    height: 580px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-6 {
    max-width: 40%;
  }

  .image-7 {
    display: block;
  }

  .div-block-30 {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    margin-left: 16px;
    margin-right: 16px;
  }

  .navbar-logo-left-container.shadow-three {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-two {
    object-fit: cover;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: auto 0%;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .menu-button.w--open {
    -webkit-text-stroke-color: var(--white);
    background-color: #a6b1bf00;
  }

  .paragraph {
    width: auto;
  }

  .paragraph.right {
    max-width: none;
  }

  .paragraph.right.s {
    display: none;
  }

  .div-block.espace88 {
    margin-bottom: 48px;
  }

  .heading {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 48px;
    line-height: 51px;
  }

  .container-3 {
    margin: 40px 24px;
    padding-left: 0;
  }

  .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three {
    margin-left: 24px;
    margin-right: 24px;
  }

  .footer-link-three {
    color: #07212e;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    color: #07212e;
    margin-left: 0;
  }

  .footer-legal-block {
    flex-direction: column;
    align-self: center;
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .footer-legal-link {
    color: #07212e;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .div-block-2 {
    align-self: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .text-s-footer {
    color: #07212e;
    align-self: center;
  }

  .div-block-4 {
    flex-direction: column;
    align-self: center;
  }

  .text-block-2 {
    color: #07212e;
    margin-left: 0;
    margin-right: 0;
  }

  .image-2, .image-3 {
    max-width: none;
  }

  .card-terapia {
    margin: 8px 0;
  }

  .div-block-5 {
    min-height: 288px;
  }

  .div-block-6 {
    padding-bottom: 24px;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .heading-2 {
    color: #07212e;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 36px;
    line-height: 39px;
  }

  .div-block-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-3 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .container-6 {
    object-fit: cover;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-9 {
    aspect-ratio: auto;
    background-size: cover;
    align-self: stretch;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 520px;
    max-height: none;
    margin: 0 0 52px;
  }

  .heading-3 {
    max-width: none;
    margin-top: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-3.sin {
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-align-left {
    min-width: 0;
    margin-bottom: 0;
  }

  .paragraph-align-left.space {
    margin-bottom: 40px;
  }

  .div-block-10 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .section-4 {
    flex-direction: column;
    display: block;
  }

  .div-block-11 {
    align-self: stretch;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 520px;
    margin-bottom: 52px;
    margin-right: 0;
  }

  .heading-3-bio {
    margin-top: 48px;
    margin-bottom: 8px;
  }

  .heading-3-bio.marta {
    margin-top: 0;
  }

  .section-home {
    height: auto;
  }

  .button-secundary {
    display: inline;
  }

  .button-secundary.footer-form-button {
    position: relative;
    right: 0;
  }

  .button-secundary.cookies {
    margin-left: 16px;
  }

  .utility-page-wrap {
    background-color: #9cc9c0;
  }

  .utility-page-content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-4 {
    max-width: 200%;
  }

  .div-block-13 {
    background-image: url('../images/Arbol.png');
    background-position: 50%;
    background-size: cover;
    min-height: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .icon {
    color: #07212e;
    -webkit-text-stroke-color: #07212e;
    overflow-wrap: normal;
  }

  .grid {
    display: block;
  }

  .menores, .familias, .estimulacion, .online {
    min-height: 288px;
  }

  .text-field {
    color: #fff;
    -webkit-text-stroke-color: #000;
    background-color: #9cc9c0;
    font-family: Literata, sans-serif;
  }

  .error-message {
    background-color: #d6d6d600;
  }

  .heading-5 {
    font-family: Literata, sans-serif;
    font-style: italic;
    font-weight: 500;
  }

  .field-label {
    font-family: Literata, sans-serif;
  }

  .container-7 {
    object-fit: cover;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block {
    background-image: url('../images/mapa.png');
    min-height: 460px;
    max-height: 660px;
  }

  .image-5 {
    transform-origin: 100%;
    object-fit: cover;
    align-self: stretch;
    width: auto;
    min-width: 840px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-right: 0;
    padding-right: 0;
    display: block;
    transform: translate(-246px);
  }

  .image-5.size {
    object-fit: cover;
    align-self: center;
    min-width: auto;
    max-width: none;
    min-height: 400px;
    max-height: 600px;
    margin-right: 51px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 400px;
    max-height: 500px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .lottie-animation {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    margin: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image-6 {
    max-width: 40%;
  }

  .div-block-17 {
    margin-top: 16px;
  }

  .image-7 {
    display: none;
  }

  .fototerapia {
    align-self: stretch;
    width: auto;
    height: auto;
    min-height: 420px;
    max-height: 520px;
    margin-left: 0;
    margin-right: 0;
  }

  .fototerapia.left {
    background-image: url('../images/menores.png');
    background-position: 50%;
    background-size: cover;
    align-self: stretch;
    height: auto;
    min-height: 420px;
    max-height: 520px;
    margin-right: 0;
  }

  .fototerapia.left._02 {
    min-width: auto;
    max-width: none;
  }

  .fototerapia.left._04 {
    background-image: url('../images/EstimulacionCognitiva.png');
    min-width: auto;
    max-width: none;
  }

  .fototerapia._01 {
    background-image: url('../images/Adultos02.png');
    background-position: 50%;
    background-size: cover;
  }

  .fototerapia._03 {
    background-image: url('../images/Familia.png');
    background-position: 50%;
    background-size: cover;
    min-width: auto;
    max-width: none;
  }

  .fototerapia._05 {
    background-image: url('../images/Terapia_Online_02.png');
    background-position: 0%;
    background-size: cover;
    min-width: auto;
    max-width: none;
  }

  .div-block-19 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .terapia {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 104px;
  }

  .terapia.left {
    flex-direction: column-reverse;
  }

  .div-block-21 {
    flex-direction: column;
    align-items: flex-start;
  }

  .list {
    opacity: 1;
  }

  .data_tarifa {
    flex-direction: column;
    align-items: stretch;
    margin-top: 52px;
    display: flex;
  }

  .card {
    align-self: stretch;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .image-8 {
    max-width: 150%;
    margin-top: 0;
  }

  .faqs {
    margin-left: 24px;
    margin-right: 24px;
  }

  .terapias {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .div-block-24 {
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 16px;
  }

  .faq {
    line-height: 22px;
  }

  .div-block-25 {
    max-width: none;
    margin-right: 16px;
  }

  .list-2 {
    margin-bottom: 0;
    display: none;
  }

  .desplegar {
    align-self: flex-start;
    margin-top: 4px;
    display: block;
  }

  .arrow {
    flex: 0 auto;
    align-self: flex-start;
    width: 60%;
    max-width: 100%;
    height: 120%;
    margin-left: 16px;
  }

  .div-block-27 {
    width: 60%;
    max-width: 100%;
    height: 120%;
  }

  .image-13 {
    align-self: flex-start;
  }

  .div-block-28 {
    background-image: url('../images/menores.png');
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: 420px;
    max-height: 520px;
  }

  .list-3, .list-4 {
    margin-bottom: 0;
  }

  .recoger {
    align-self: flex-start;
    margin-top: 4px;
    display: none;
  }

  .banner-cookies {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 8px;
    display: none;
  }

  .text-block-7 {
    letter-spacing: .2px;
    font-size: 14px;
    line-height: 20px;
    display: inline;
  }

  .link-2 {
    letter-spacing: .2px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-29 {
    margin-bottom: 16px;
    margin-right: 0;
    display: inline-block;
  }

  .section-7 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-30.faqs {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-weight: 400;
  }
}

#w-node-b7a78634-f248-4c50-0351-152baf4cd360-9f7e362f, #w-node-_8b77407e-c7fc-a057-d6b5-20d7f275c67e-9f7e362f, #w-node-_3854f196-f823-79cb-7234-498663c3fdbc-9f7e362f, #w-node-_75e2f8e7-f17a-5882-ec32-c31183f30d86-9f7e362f, #w-node-_379c7821-aa4b-59c1-0568-17ce270dbef6-9f7e362f {
  place-self: stretch stretch;
}

#w-node-_9efd9534-be3a-3b79-c629-76df3c109655-1e3a6909 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-deee443e-2fa6-2434-eac1-395e82254788-512f2383 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-b7a78634-f248-4c50-0351-152baf4cd360-9f7e362f {
    grid-area: 1 / 1 / 2 / 3;
    place-self: stretch stretch;
  }

  #w-node-_8b77407e-c7fc-a057-d6b5-20d7f275c67e-9f7e362f {
    grid-area: 1 / 3 / 2 / 5;
    place-self: stretch stretch;
  }

  #w-node-_3854f196-f823-79cb-7234-498663c3fdbc-9f7e362f {
    grid-area: 1 / 5 / 2 / 7;
    place-self: stretch stretch;
  }

  #w-node-_75e2f8e7-f17a-5882-ec32-c31183f30d86-9f7e362f {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_379c7821-aa4b-59c1-0568-17ce270dbef6-9f7e362f {
    grid-area: 2 / 4 / 3 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7a78634-f248-4c50-0351-152baf4cd360-9f7e362f {
    grid-area: 1 / 1 / 2 / 3;
    place-self: stretch stretch;
  }

  #w-node-_8b77407e-c7fc-a057-d6b5-20d7f275c67e-9f7e362f {
    grid-area: 1 / 3 / 2 / 5;
    place-self: stretch stretch;
  }

  #w-node-_3854f196-f823-79cb-7234-498663c3fdbc-9f7e362f {
    grid-area: 1 / 5 / 2 / 7;
    place-self: stretch stretch;
  }

  #w-node-_75e2f8e7-f17a-5882-ec32-c31183f30d86-9f7e362f {
    grid-area: 2 / 2 / 3 / 4;
    place-self: stretch stretch;
  }

  #w-node-_379c7821-aa4b-59c1-0568-17ce270dbef6-9f7e362f {
    grid-area: 2 / 4 / 3 / 6;
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Literata';
  src: url('../fonts/Literata-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Literata';
  src: url('../fonts/Literata-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Literata';
  src: url('../fonts/Literata-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Literata';
  src: url('../fonts/Literata-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Literata';
  src: url('../fonts/Literata-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}