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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-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;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.background-photo {
  height: 100vh;
  background-image: linear-gradient(rgba(166, 146, 164, .5), rgba(166, 146, 164, .5)), url('../images/LEIRE-I-SARA-26_edited.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.full-height {
  height: 100vh;
  max-width: 100%;
  display: block;
}

.full-height._140vh {
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: visible;
}

.heading {
  color: #817481;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 4.8vh;
  line-height: 121%;
}

.heading.skiplegday {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .3);
  margin-bottom: 5%;
  font-family: Skiplegday, sans-serif;
  font-size: 5vw;
}

.heading.whitetext {
  color: #fff0fb;
  font-weight: 700;
}

.nav-container {
  justify-content: space-around;
  align-items: center;
  margin: 25px 5% 2%;
  display: flex;
  position: relative;
}

.navbar {
  background-color: rgba(255, 255, 255, .7);
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/Motivo-Logo-Triangulos.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-right: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
}

.brand {
  position: relative;
}

.body {
  background-image: url('../images/Motivo-Logo-Triangulos.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: Mulish, sans-serif;
  overflow: visible;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.rg-copyright {
  color: #6e6e6e;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-footer-link {
  color: #817481;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-footer-vertical-flex {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-footer-sub-title {
  color: #584d58;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 3%;
  justify-content: flex-end;
  display: flex;
}

.kutup-footer-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  justify-items: stretch;
  display: grid;
}

.kutup-small-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-2 {
  background-color: rgba(255, 255, 255, .7);
  padding: 60px 5% 30px;
}

.nav-link {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-text {
  color: #817481;
  align-self: center;
  padding: 0 4px;
  font-family: Mulish, sans-serif;
  font-size: 2.5vh;
  font-weight: 300;
  text-decoration: none;
}

.nav-text.w--current {
  background-color: rgba(247, 193, 216, .32);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 7px;
  padding: 2px 8px;
  font-weight: 400;
}

.container {
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.container.flexbox {
  max-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 60px;
  display: grid;
}

.container.flexbox.shadow {
  margin-top: 0;
  display: flex;
  box-shadow: 0 4px 6px 6px rgba(0, 0, 0, .2);
}

.container.flex {
  background-color: rgba(255, 255, 255, .7);
  background-image: linear-gradient(rgba(166, 146, 164, .66), #fff);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  padding-bottom: 30px;
  padding-left: 1.7vw;
  display: flex;
  position: relative;
}

.image-wrapper {
  width: 100%;
  height: 100vh;
  flex: 0 auto;
  align-self: auto;
  overflow: hidden;
}

.white {
  height: 100vh;
  background-color: #f6f5f6;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.white.flexbox {
  height: 90vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  flex-wrap: nowrap;
  justify-content: space-around;
  padding-bottom: 5%;
}

.textside-wrapper {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, .84);
  align-self: auto;
  overflow: hidden;
}

.desc-text {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.heading-2 {
  color: #817481;
  margin-top: 0;
  padding-top: 10px;
  font-family: Mulish, sans-serif;
  font-size: 3.5vh;
  font-weight: 600;
  line-height: 30px;
  display: inline;
}

.heading-2.center {
  text-align: center;
  padding-top: 0;
  display: block;
}

.paragraph-1 {
  color: #6e6e6e;
  text-align: justify;
  font-family: Mulish, sans-serif;
  font-size: 2.5vh;
  font-weight: 300;
  line-height: 22px;
}

.half-height {
  max-width: 88%;
  margin-top: 40px;
  padding-top: 0;
  position: relative;
}

.dark-sec {
  background-color: #fff0fb;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, .2);
}

.heading-1.center {
  color: #7e657e;
  text-align: center;
  margin-bottom: 20px;
  font-family: Mulish, sans-serif;
  font-size: 8vh;
}

.paragraph-2 {
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 2.2vh;
  font-weight: 300;
}

.heading-4.center {
  color: #817481;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-weight: 200;
}

._2-columns {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template: "Area ."
                 ". ." minmax(auto, 1fr)
                 "Foto-Logopedas Foto-Masaje"
                 "Desc-Logopedas Desc-Masaje"
                 "Area-3 Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 2%;
  padding-bottom: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.image-2 {
  width: auto;
  height: auto;
  border-radius: 7px;
  display: block;
}

.image-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.lt-background {
  height: auto;
  min-height: 110vh;
  background-image: url('../images/patron-lt.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navlogo {
  min-width: 70%;
}

.foto-presentacion {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
}

.presentation-text {
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  padding-top: 2vh;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.curve-long-divider {
  height: 75px;
  background-color: #fff0fb;
  border-radius: 0 0 150px 150px;
  margin-top: -10px;
  margin-bottom: 60px;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, .2);
}

.heading-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.success-message-2 {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.button-white {
  color: #6e6e6e;
  background-color: #fff;
  border: 1px solid #817481;
  border-radius: 7px;
  padding: 14px 36px;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  font-weight: 700;
  position: absolute;
}

.button-white:hover {
  color: #fff;
  background-color: #a692a4;
}

.kutup-divider-20px-2 {
  height: 20px;
}

.kutup-gray-link-2 {
  color: #818181;
  font-weight: 700;
}

.kutup-gray-link-2.white-link {
  color: #fff;
}

.kutup-checkbox-label {
  color: #6e6e6e;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox-label.white-text {
  color: #fff;
}

.kutup-checkbox {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid rgba(41, 51, 92, .2);
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  background-color: #f7c1d8;
  background-size: 11px;
  border-color: #f7c1d8;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-field {
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 14px;
}

.kutup-field::-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 700;
}

.kutup-field::placeholder {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 700;
}

.kutup-divider-10px {
  height: 10px;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-display-2 {
  color: #264653;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-2.white-text {
  color: #fff;
  font-family: Mulish, sans-serif;
}

.kutup-small-top-text {
  color: #f7c1d8;
  -webkit-text-stroke-color: #f7c1d8;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-contact-form-flex {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-photo-wrapper {
  width: 86%;
  height: 570px;
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-contact-grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.leire-contact-form {
  background-color: #817481;
  margin-top: 0;
  padding: 60px 5% 40px;
}

.subtitle {
  color: #6e6e6e;
  font-family: Mulish, sans-serif;
  font-size: 4vh;
  font-weight: 200;
}

.subtitle.light {
  color: rgba(255, 255, 255, .7);
}

.heading-team {
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
  font-family: Skiplegday, sans-serif;
  font-size: 8vh;
  font-weight: 700;
}

.slider-3, .slider-4, .slider-5, .slider-6, .slider-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.equipo-1 {
  background-image: url('../images/Leire-y-Sara.jpg');
  background-position: 50%;
  background-size: auto;
}

.equipo-2 {
  width: 80vw;
  height: 80vh;
  background-image: url('../images/Trabajando-en-Equipo-Leire-Tomas.jpg');
  background-position: 50%;
  background-size: auto;
}

.equipo-3 {
  background-image: url('../images/Leire-i-Sara-tocan-el-piano.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.clean-sec {
  height: 80vh;
  background-color: rgba(255, 255, 255, .7);
}

.container-3 {
  width: 95%;
  max-width: 1350px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.testimonial-image-2 {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.centered-heading {
  color: #817481;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 2%;
  font-size: 7vh;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: 50px;
  padding-bottom: 60px;
  display: grid;
}

.testimonial-card-two {
  outline-offset: 0px;
  background-color: #6e6e6e;
  border: 1px #e4ebf3;
  border-radius: 7px;
  outline: 3px #333;
  flex-direction: column;
  justify-content: center;
  padding: 32px 16px 16px;
  display: flex;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .2);
}

.testimonial-text-two {
  color: #fff0fb;
  margin-bottom: 52px;
  font-family: Mulish, sans-serif;
}

.testimonial-info-three {
  background-color: #f4d0e0;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.testimonial-main-heading {
  color: #817481;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Mulish, sans-serif;
  font-weight: 600;
}

.presentation-heading {
  color: rgba(76, 8, 70, .5);
  font-family: Tomatoes Personal Use, sans-serif;
  font-size: 8vh;
  font-weight: 400;
  line-height: 120px;
}

.kutup-divider-30px-2 {
  height: 30px;
}

.display-3 {
  color: #264653;
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.display-3.white-text {
  color: #fff;
  font-family: Tomatoes Personal Use, sans-serif;
  font-size: 7vh;
  font-weight: 400;
}

.team-content {
  background-color: #5d5b61;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  display: flex;
}

.team-image-big {
  min-height: 450px;
  background-image: url('../images/LEIRE-2023-con-tarjeta.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kutup-team-grid-4 {
  max-width: 90%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.team-section-2 {
  background-color: rgba(217, 158, 159, .49);
  padding: 100px 5%;
}

.team-image-sara {
  min-height: 450px;
  background-image: url('../images/LEIRE-I-SARA-25-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bodytext-white {
  color: rgba(255, 255, 255, .7);
  margin-top: 6%;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  font-weight: 200;
}

.image-3 {
  width: 50%;
  max-width: 100%;
}

.hero-heading-right {
  height: auto;
  background-color: #fff0fb;
  border-bottom: 1px solid #e4ebf3;
  padding: 6%;
  transition: all .2s;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 10%;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.shadow-two {
  border-radius: 7px;
  flex: 1;
  box-shadow: 1px 4px 8px rgba(110, 110, 110, .45);
}

.margin-bottom-24px {
  color: #6e6e6e;
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.body-2 {
  background-image: url('../images/Motivo-Logo-Triangulos.jpg');
  background-position: 0 0;
  background-size: auto;
}

.button {
  color: #6e6e6e;
  background-color: #fff;
  border: 2px solid #f7c1d8;
  border-radius: 10px;
  align-self: flex-start;
  margin-top: 1%;
  padding: 12px 32px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.button:hover {
  color: #fff;
  background-color: #f7c1d8;
  border-style: none;
  box-shadow: 1px 5px 8px 1px rgba(0, 0, 0, .2);
}

.button.middle {
  text-align: center;
  margin-left: 39vw;
  display: inline-block;
  position: static;
}

.team-section-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block {
  justify-content: space-between;
  margin-top: 8%;
  display: flex;
}

.div-block-2 {
  flex: 1;
}

.column {
  min-width: 300px;
  background-color: #a692a4;
  border-radius: 7px;
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  margin-right: 2%;
  padding: 2%;
  display: flex;
  box-shadow: 3px 1px 5px rgba(0, 0, 0, .2);
}

.list {
  color: #fff0fb;
  padding-left: 24px;
  list-style-type: disc;
}

._3-columns {
  grid-column-gap: 0vh;
  grid-row-gap: 8vh;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5%;
  display: flex;
}

.column-image {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 350px;
  opacity: 1;
  outline-offset: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  outline: 3px #a692a4;
  align-self: center;
  padding-left: 0;
  position: static;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.list-text {
  color: #fff0fb;
}

.white-section {
  background-color: rgba(255, 255, 255, .7);
}

.form-sec {
  background-color: rgba(255, 255, 255, .7);
  background-image: linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08)), url('../images/patron-lt.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.form-container {
  padding-top: 6%;
}

.field-label {
  color: #6e6e6e;
}

.form {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-direction: column;
  padding-bottom: 8%;
  display: block;
}

.field-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2%;
  padding-bottom: 2%;
  display: grid;
}

.message-field {
  height: 20vh;
}

.form-wrapper {
  height: 100vh;
  grid-column-gap: 2%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 10%;
  display: flex;
}

.div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-6-copy {
  display: flex;
}

.photo-contact {
  background-image: url('../images/Leire-Tomas-Logopeda-soplando-burbujas.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

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

.link-block {
  position: relative;
}

.grid {
  grid-template-areas: "Area";
}

.image-4 {
  max-width: none;
  display: block;
}

.masage-1 {
  background-image: url('../images/Desbloqueando-tensiones-masaje-facial-en-Quiromasaje-Logopeda-Leire-Tomas.jpg');
  background-position: 50%;
  background-size: auto;
  align-self: stretch;
}

.quick-stack {
  grid-column-gap: 20px;
}

.massage-1 {
  background-image: url('../images/Logo-Leire-fondo-Frente-Masaje-Pies.jpg');
  background-position: 50%;
  background-size: cover;
}

.massage-2 {
  height: auto;
  background-image: url('../images/Leire-Tomás-Logopeda-y-Quiromasajista.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-2 {
  height: auto;
  grid-template: "Area Area" .5fr
                 "Area Area" 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ." 1fr
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  align-content: start;
  overflow: hidden;
}

.massage-3 {
  background-image: url('../images/Desbloqueando-tensiones-masaje-facial-en-Quiromasaje-Logopeda-Leire-Tomas.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.massage-4 {
  max-height: 100%;
  background-image: url('../images/Toallas-para-masaje-en-Logopeda-Leire-Tomas.jpg');
  background-position: 0%;
  background-size: cover;
  display: inline;
}

.massage-5 {
  background-image: url('../images/Masaje-Cabeza-Logopedaleiretomas.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.massage-6 {
  background-image: url('../images/Toallas-y-set-para-masaje.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.photo-rrss {
  width: auto;
  height: 3vh;
}

.kutup-gray-link-3 {
  color: #818181;
  font-weight: 700;
}

.kutup-copyright {
  color: #6e6e6e;
  background-color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

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

.kutup-divider-60px-2 {
  height: 60px;
}

.kutup-social-wrapper-flex-2 {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-footer-link-2 {
  color: #6e6e6e;
  font-size: 3vh;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link-2:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-footer-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.footer-1 {
  background-color: rgba(255, 255, 255, .7);
  padding: 70px 5% 50px;
}

.divider-10vh {
  height: 10vh;
}

.tomatoes-text {
  font-family: Tomatoes Personal Use, sans-serif;
  font-size: 4vh;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

.nav-link-2[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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-mail {
  color: #fff0fb;
  -webkit-text-stroke-color: #f7c1d8;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.text-mail:hover {
  color: #f7c1d8;
  text-decoration: underline;
}

.text-block {
  direction: ltr;
  color: #fff0fb;
  text-decoration: none;
}

.subhead {
  color: #817481;
  text-align: right;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  padding-left: 0;
  font-family: Mulish, sans-serif;
  font-size: 5vh;
  font-weight: 200;
  line-height: 121%;
}

.subhead.skiplegday {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .3);
  margin-bottom: 5%;
  font-family: Skiplegday, sans-serif;
  font-size: 5vw;
}

.subhead.whitetext {
  color: #fff0fb;
}

.but-middle-container {
  justify-content: center;
  margin-top: 36px;
  display: flex;
}

.heading-4-copy.center {
  color: #817481;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-weight: 200;
}

.heading-5.center {
  color: rgba(129, 116, 129, .41);
  text-align: center;
  font-family: Tomatoes Personal Use, sans-serif;
  font-size: 3vw;
  font-weight: 200;
  line-height: 90px;
}

.div-block-8 {
  background-image: url('../images/Fer-el-que-magrada-es-DISFRUTAR.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  flex: 0 auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.foot-text {
  color: #817481;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 2.5vh;
  font-weight: 600;
  text-decoration: none;
}

.equipo-4 {
  background-image: url('../images/Leire-i-Sara-Okeeyy.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.equipo-5 {
  background-image: url('../images/Leire-y-Sara-perspectiva-contrapicada.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-nav {
  display: none;
}

.grid-text {
  text-align: left;
  font-family: Mulish, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 32px;
}

.list-2 {
  list-style-type: none;
}

.grid-list {
  display: flex;
}

.heading-big {
  color: #817481;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 8.4vh;
  line-height: 121%;
}

.heading-big.skiplegday {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .3);
  margin-bottom: 5%;
  font-family: Skiplegday, sans-serif;
  font-size: 5vw;
}

.heading-big.whitetext {
  color: #fff0fb;
  font-weight: 700;
}

.grid-list-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(255, 240, 251, .29);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-9 {
  background-color: #fff0fb;
}

.div-block-10 {
  justify-content: space-between;
  display: flex;
}

.instagram-sec {
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.div-block-11 {
  background-color: rgba(255, 255, 255, .7);
}

.footer-header {
  cursor: cell;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  flex: 0 auto;
  align-self: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  text-align: center;
  display: block;
}

.footer-text-header {
  color: #8a618b;
  text-align: center;
  text-transform: none;
  flex: 0 auto;
  align-self: center;
  font-family: Tomatoes Personal Use, sans-serif;
  font-size: 2.4vw;
  line-height: 30px;
  display: inline-block;
}

.div-block-12 {
  z-index: -1;
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  cursor: cell;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #fff);
  flex: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-link {
  color: rgba(129, 116, 129, .94);
  -webkit-text-stroke-color: #f7c1d8;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
  position: relative;
}

.text-link:hover {
  color: #f7c1d8;
  text-decoration: underline;
}

.ver-mas-acompa-amiento {
  opacity: 1;
  background-image: linear-gradient(#fff0fb, rgba(255, 255, 255, .75));
  border-radius: 7px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-2 {
  position: relative;
  overflow: visible;
}

.ver-mas-body-text {
  opacity: 1;
  color: #817481;
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px;
  font-family: Mulish, sans-serif;
  font-size: 2.2vh;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ver-mas-logopedia {
  opacity: 1;
  background-image: linear-gradient(#fff0fb, rgba(255, 255, 255, .75));
  border-radius: 7px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-link-2 {
  color: rgba(129, 116, 129, .94);
  -webkit-text-stroke-color: #f7c1d8;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
  position: relative;
}

.text-link-2:hover {
  color: #f7c1d8;
  text-decoration: underline;
}

.ver-mas-acompa-amiento-click {
  width: 50%;
  height: 29%;
  opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/Motivo-Logo-Triangulos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 7px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 24%;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.ver-mas-logop-click {
  width: 50%;
  height: 30%;
  opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/Motivo-Logo-Triangulos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 7px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: 0%;
  right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-3 {
  color: #6e6e6e;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
}

.text-block-3:hover {
  border-bottom: 1px solid #0082f3;
  font-weight: 600;
}

.text-block-4 {
  color: #6e6e6e;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
}

.text-block-4:hover {
  border-bottom: 1px solid #0082f3;
  font-weight: 600;
  text-decoration: none;
}

.ver-mas-body-click {
  opacity: 1;
  color: #817481;
  text-align: left;
  background-color: #fff0fb;
  border-radius: 7px;
  margin: 20px 10px;
  padding: 16px;
  font-family: Mulish, sans-serif;
  font-size: 2.2vh;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ver-mas-body-text-copy {
  opacity: 1;
  color: #817481;
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 16px;
  font-family: Mulish, sans-serif;
  font-size: 2.2vh;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .paragraph-1 {
    line-height: 29px;
  }

  .heading-1.center {
    line-height: 90px;
  }

  .paragraph-2 {
    color: #817481;
    text-align: center;
    margin-top: 20px;
  }

  .container-5 {
    max-width: 1180px;
  }

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

  .ver-mas-body-text, .ver-mas-body-click, .ver-mas-body-text-copy {
    color: #817481;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .full-height {
    max-height: 100vh;
    min-height: 60vh;
  }

  .full-height._140vh {
    max-height: none;
    max-width: none;
    min-height: 60vh;
  }

  .heading.whitetext {
    font-size: 4vh;
  }

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

  .navbar {
    justify-content: space-between;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand {
    position: static;
  }

  .kutup-footer-grid-1 {
    grid-template-columns: 3fr 1fr 1fr;
  }

  .nav-text {
    padding: 10px;
    font-size: 2vh;
  }

  .container.flexbox.shadow {
    max-height: 190vh;
  }

  .image-wrapper {
    width: auto;
    height: auto;
  }

  .heading-1.center {
    font-size: 7vh;
    line-height: 70px;
  }

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

  ._2-columns {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". . . ."
                         ". . . ."
                         "Foto-Logopedas Foto-Logopedas Foto-Masaje Foto-Masaje"
                         "Desc-Logopedas Desc-Logopedas Desc-Masaje Desc-Masaje";
  }

  .navlogo {
    max-width: none;
    min-width: auto;
  }

  .foto-presentacion {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .presentation-text {
    height: 90%;
  }

  .heading-wrapper {
    height: 60vh;
  }

  .kutup-contact-form-flex {
    max-width: 86%;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
  }

  .kutup-contact-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-team {
    font-size: 6vh;
    line-height: 55px;
  }

  .container-4 {
    max-width: 728px;
  }

  .centered-heading {
    font-size: 6vh;
    line-height: 60px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .presentation-heading {
    font-size: 5vh;
  }

  .display-3.white-text {
    line-height: 1.4;
  }

  .team-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .team-image-big {
    min-height: 250px;
  }

  .kutup-team-grid-4 {
    max-width: 100%;
  }

  .team-image-sara {
    min-height: 250px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 70%;
    object-fit: cover;
    align-self: center;
    margin-bottom: 40px;
  }

  .column {
    max-width: 50%;
  }

  ._3-columns {
    grid-column-gap: 1vh;
    grid-row-gap: 2vh;
    flex-direction: row;
  }

  .column-image {
    width: auto;
    max-height: 40vh;
    max-width: 35vw;
    object-fit: fill;
  }

  .list-text {
    font-size: 16px;
  }

  .grid-2 {
    margin-top: 10vh;
  }

  .section-2 {
    height: auto;
    overflow: visible;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .subhead.whitetext {
    font-size: 4vh;
  }

  .foot-text {
    padding: 10px;
    font-size: 2vh;
  }

  .list-2 {
    flex: 0 auto;
    align-self: center;
    line-height: 30px;
  }

  .heading-big.whitetext {
    font-size: 4vh;
  }

  .ver-mas-body-text, .ver-mas-body-click, .ver-mas-body-text-copy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .background-photo {
    flex-direction: column;
    justify-content: flex-end;
  }

  .full-height._140vh {
    max-height: none;
  }

  .nav-container {
    grid-column-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
  }

  .navbar {
    width: auto;
    height: auto;
  }

  .nav-text {
    font-weight: 600;
    text-decoration: none;
  }

  .container.flexbox.shadow {
    max-height: none;
    flex-wrap: wrap;
  }

  .heading-wrapper {
    flex: 1;
    justify-content: flex-end;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-photo-wrapper {
    height: 500px;
  }

  .leire-contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .team-image-big {
    min-height: 300px;
  }

  .kutup-team-grid-4 {
    max-width: 80%;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .team-image-sara {
    min-height: 300px;
  }

  .hero-heading-right {
    padding: 60px 18px;
  }

  ._3-columns {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-flow: column wrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: stretch;
    margin-left: 10%;
    margin-right: 10%;
  }

  .form-wrapper {
    height: 130vh;
    flex-flow: column wrap;
    align-content: center;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 0%;
  }

  .photo-contact {
    background-position: 50%;
    margin-bottom: 2vh;
  }

  .massage-1.shadow-two {
    height: 250px;
    flex: 0 auto;
  }

  .massage-2 {
    height: 320px;
  }

  .grid-2 {
    flex-direction: column;
    grid-template-areas: "Area Area"
                         "Area Area";
    display: flex;
  }

  .massage-3 {
    height: 320px;
  }

  .massage-3.shadow-two {
    flex: 0 auto;
  }

  .massage-4 {
    height: 320px;
  }

  .massage-4.shadow-two {
    flex: 0 auto;
  }

  .massage-5 {
    height: 390px;
    background-position: 50%;
    background-size: cover;
  }

  .massage-5.shadow-two {
    flex: 0 auto;
  }

  .massage-6.shadow-two {
    height: 240px;
    flex: 0 auto;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    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 rgba(0, 0, 0, .05);
  }

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

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

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

  .foot-text {
    font-weight: 600;
    text-decoration: none;
  }

  .heading-big {
    font-size: 7.4vh;
  }

  .ver-mas-acompa-amiento-click {
    height: 50%;
    display: none;
  }

  .ver-mas-logop-click {
    height: 40%;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .full-height._140vh {
    min-height: auto;
  }

  .heading.skiplegday {
    text-shadow: 0 2px rgba(0, 0, 0, .2);
    flex: 0 auto;
    margin-left: 5%;
    font-size: 8vw;
  }

  .nav-container {
    justify-content: space-between;
    margin: 10px 1% 1%;
  }

  .kutup-footer-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .nav-link {
    background-color: rgba(166, 146, 164, .67);
  }

  .nav-text {
    color: #fff;
    cursor: pointer;
    border-bottom: 1px dashed #817481;
    font-size: 2vh;
  }

  .nav-text:hover {
    color: #f7c1d8;
    background-color: #fff0fb;
    text-decoration: underline;
  }

  .container.flexbox.shadow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.flex {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 12px;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .image-wrapper {
    flex: 0 auto;
  }

  .white.flexbox {
    height: auto;
  }

  .textside-wrapper {
    height: 130vh;
  }

  .heading-2 {
    font-size: 3vh;
    line-height: 32px;
  }

  .heading-1.center {
    line-height: 50px;
  }

  ._2-columns {
    flex-direction: column;
    grid-auto-flow: row;
    display: flex;
  }

  .lt-background {
    min-height: auto;
  }

  .presentation-text {
    height: 90%;
    justify-content: space-between;
    margin-top: 0;
  }

  .curve-long-divider {
    height: 50px;
  }

  .heading-wrapper {
    height: 90vh;
    justify-content: flex-end;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-contact-form-flex {
    max-width: 100%;
  }

  .kutup-photo-wrapper {
    width: 100%;
    height: 300px;
  }

  .kutup-contact-grid-1 {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    display: flex;
  }

  .subtitle {
    font-size: 3vh;
    line-height: 30px;
  }

  .heading-team {
    font-size: 4vh;
    line-height: 50px;
  }

  .equipo-1 {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: border-box;
  }

  .equipo-2 {
    width: 80vw;
    height: 40vh;
    background-size: cover;
  }

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

  .testimonial-image-2 {
    width: 30px;
    height: 30px;
    display: block;
  }

  .centered-heading {
    margin-bottom: 15px;
    font-size: 5vh;
    line-height: 40px;
  }

  .testimonial-grid-two {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-info-three {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: rgba(0, 0, 0, 0);
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    padding-top: 14px;
    padding-bottom: 13px;
    position: relative;
  }

  .testimonial-main-heading {
    color: #f6f5f6;
    margin-top: 3px;
    font-size: 14px;
  }

  .presentation-heading {
    flex: 0 auto;
    font-size: 4vh;
    line-height: 60px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-3.white-text {
    line-height: 1.5;
  }

  .team-content {
    padding: 25px 24px 25px 30px;
  }

  .team-image-big {
    min-height: 180px;
  }

  .kutup-team-grid-4 {
    max-width: 90%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .team-image-sara {
    min-height: 180px;
  }

  .hero-heading-right {
    position: relative;
  }

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

  .hero-split {
    max-width: none;
    align-self: center;
  }

  .column {
    max-width: 100%;
    min-width: 220px;
    align-self: stretch;
  }

  ._3-columns {
    grid-row-gap: 30px;
    align-content: space-between;
  }

  .column-image {
    max-width: 90%;
  }

  .list-text {
    line-height: 23px;
  }

  .form-wrapper {
    height: auto;
    flex-wrap: wrap;
  }

  .photo-contact {
    height: 50vh;
    margin-bottom: 15px;
    padding-top: 250px;
    padding-left: 0;
  }

  .form-block {
    margin-left: 15px;
    margin-right: 15px;
  }

  .massage-1 {
    height: 30vh;
  }

  .massage-2 {
    align-self: stretch;
  }

  .grid-2 {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex-flow: column;
    grid-template-rows: minmax(200px, 2.5fr) 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .massage-3 {
    height: 20vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  }

  .massage-4 {
    height: 40vh;
    border-radius: 7px;
    flex: 0 auto;
    align-self: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  }

  .massage-5 {
    height: 36vh;
  }

  .kutup-gray-link-3 {
    cursor: pointer;
  }

  .kutup-gray-link-3:hover {
    color: #264653;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .divider-10vh {
    height: 7vh;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    margin-right: 5%;
  }

  .text-mail {
    margin-top: 30px;
  }

  .text-block {
    font-size: 12px;
    line-height: 30px;
  }

  .div-block-7 {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: flex-end;
    display: flex;
  }

  .subhead {
    font-size: 4vh;
  }

  .subhead.skiplegday {
    text-shadow: 0 2px rgba(0, 0, 0, .2);
    flex: 0 auto;
    margin-left: 5%;
    font-size: 8vw;
  }

  .heading-5.center {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
  }

  .foot-text {
    color: #a692a4;
    cursor: pointer;
    border: 1px #000;
    font-size: 2.4vh;
  }

  .foot-text:hover {
    color: #f7c1d8;
    background-color: #fff0fb;
    text-decoration: underline;
  }

  .foot-text.w--current {
    color: #6e6e6e;
    border: 1px #000;
    font-size: 2.4vh;
  }

  .heading-big {
    font-size: 5vh;
  }

  .heading-big.skiplegday {
    text-shadow: 0 2px rgba(0, 0, 0, .2);
    flex: 0 auto;
    margin-left: 5%;
    font-size: 8vw;
  }

  .div-block-10 {
    flex-wrap: wrap;
  }

  .form-2 {
    margin-bottom: 30px;
  }

  .text-link, .text-link-2 {
    margin-top: 30px;
  }
}

#w-node-ce1380dd-3fd7-ce3e-1366-178b6ddeb90b-65e20c02 {
  grid-area: Foto-Logopedas;
}

#w-node-ad25a82e-3e41-1afe-f0c0-93e90dfd471d-65e20c02 {
  grid-area: Desc-Logopedas;
}

#w-node-a70911da-b53e-5048-6a91-b02975ac38ed-65e20c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64a50ffe-62c6-63cd-1397-cd9d500223ac-65e20c02 {
  grid-area: Foto-Masaje;
}

#w-node-_1c74ccc2-afbc-d4bd-30ee-87a53fb755a5-65e20c02 {
  grid-area: Desc-Masaje;
}

#w-node-_80816e9d-a2f7-e507-6ad5-e6c9675c4aa3-65e20c02 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_2350790c-aa86-42f5-90a9-bb6f79788256-65e20c02 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-a5115753-d6b1-6d9c-cd38-d83eac68fb9d-65e20c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec8fa5ed-06ab-a5a6-8167-4f8f2a5c0f91-65e20c02, #w-node-ec8fa5ed-06ab-a5a6-8167-4f8f2a5c0f92-65e20c02, #w-node-d2385244-5c72-be60-ed31-fddcf8d57f5a-65e20c02, #w-node-f7582655-608d-5a6a-db90-6aa2a63c36ba-65e20c02, #w-node-_8d9c36f6-74b3-230b-e0e9-4a28c3713896-65e20c02, #w-node-_8d9c36f6-74b3-230b-e0e9-4a28c37138a0-65e20c02, #w-node-_8d9c36f6-74b3-230b-e0e9-4a28c37138aa-65e20c02, #w-node-_2691633e-bc50-4487-39ff-05a55f1021cc-65e20c02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca2cdb6d-62e0-9e5c-d388-f4543529e752-65e20c02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-a075ed91-0026-aaa3-32d1-74398492870a-65e20c02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_55a28f29-b280-b13c-bcbe-6f086d3bcf8e-65e20c02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#name-2.w-node-_89a79a5f-bb80-f8ef-d821-a8642e60f99c-65e20c07, #description.w-node-_37dce762-486c-566e-59be-ed53576b5aa1-65e20c07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b531d07-d977-065f-a585-fc0394cb6705-65e20c07 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: end;
}

#w-node-_092bcbd6-2b75-bdf9-a5f1-29195b89ea21-65e20c07 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_001d2d71-5fa6-8296-ab9d-adb696159ec0-65e20c07 {
  grid-area: span 5 / span 2 / span 5 / span 2;
}

#w-node-_3c1eea8a-35d2-646d-64bd-8b849b7aecca-65e20c07 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: end;
  justify-self: auto;
}

#w-node-_0f393a5b-21df-4a90-7e1a-33ef850e3901-65e20c07 {
  grid-area: span 3 / span 2 / span 3 / span 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-cb313f72-0c41-e311-622d-f881826f3cc2-65e20c07 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_9c5a52ed-45ff-db54-2664-1d6adc0bc02f-65e20c07 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0da35dd0-3709-f451-0c5b-3961f3494ee3-65e20c07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87fd1bde-3b36-44cc-a4e6-0708110aca1a-65e20c07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_41e4c917-fb2d-e41a-15c9-84a4d6112841-65e20c07 {
  grid-area: span 2 / span 3 / span 2 / span 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d8e63822-1bff-2f06-919a-523f5b33447c-65e20c07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a533e5ee-aac0-3bd0-305e-6824c8d885a4-65e20c07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: start;
}

#w-node-_7aa43100-d53e-eacd-ba6b-ec2adf7c0217-65e20c07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_039fc391-d4da-e224-bb7b-19fb939aa14e-65e20c07 {
  grid-area: span 3 / span 4 / span 3 / span 4;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5f86ce0a-dd1b-b6b6-1116-69936e0b89e4-65e20c07 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ce1380dd-3fd7-ce3e-1366-178b6ddeb90b-65e20c02 {
    grid-area: Foto-Logopedas;
  }

  #w-node-a70911da-b53e-5048-6a91-b02975ac38ed-65e20c02 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_80816e9d-a2f7-e507-6ad5-e6c9675c4aa3-65e20c02 {
    grid-area: 5 / 3 / 6 / 5;
    align-self: center;
    justify-self: center;
  }

  #w-node-_2350790c-aa86-42f5-90a9-bb6f79788256-65e20c02 {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_0da35dd0-3709-f451-0c5b-3961f3494ee3-65e20c07 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    align-self: stretch;
  }

  #w-node-_41e4c917-fb2d-e41a-15c9-84a4d6112841-65e20c07 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-a533e5ee-aac0-3bd0-305e-6824c8d885a4-65e20c07 {
    justify-self: center;
  }

  #w-node-_039fc391-d4da-e224-bb7b-19fb939aa14e-65e20c07 {
    grid-area: span 2 / span 4 / span 2 / span 4;
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_64a50ffe-62c6-63cd-1397-cd9d500223ac-65e20c02 {
    grid-area: Foto-Masaje;
  }
}


@font-face {
  font-family: 'Tomatoes Personal Use';
  src: url('../fonts/TOMATOES-Personal-Use.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Skiplegday';
  src: url('../fonts/SkipLegDay.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}