.label {
  position: relative;
  line-height: 150%;
  font-weight: 600;
  display: none;
}
.search-icon,
.text {
  position: relative;
  overflow: hidden;
}
.search-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.text {
  flex: 1;
  line-height: 150%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content {
  flex: 1;
  /*display: flex;*/
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 15px;
}
.circle-help-icon {
  width: 20px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.input,
.input-with-label {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
}
.input {
  box-shadow: var(--Shadows-shadow-xs);
  background-color: var(--Background-Color-Primary);
  flex-direction: row;
  align-items: center;
  padding: 10px 12px;
  gap: 8px;
  color: var(--Text-color-Tertiary);
}
.input-with-label {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.hint-text {
  width: 343px;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 120%;
  color: var(--Text-color-Secondary);
  display: none;
}
.input-field {
  width: 356px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.logo-1-icon {
  width: 140px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.text1 {
  position: relative;
  line-height: 150%;
  font-weight: 500;
}
.text-padding {
  height: 20px;
  display: flex;
  justify-content: center;
  padding: 0 var(--spacing-xxs);
  box-sizing: border-box;
}
.buttons,
.buttons-parent,
.text-padding {
  flex-direction: row;
  align-items: center;
}
.buttons {
  overflow: hidden;
  display: none;
  justify-content: center;
  padding: 8px 12px;
  gap: 4px;
}
.buttons-parent {
  flex: 1;
  height: 36px;
  display: flex;
  justify-content: flex-start;
}
.text-padding3 {
  display: flex;
  justify-content: center;
  padding: 0 var(--spacing-xxs);
}
.buttons3,
.content1,
.menu-bar,
.text-padding3 {
  flex-direction: row;
  align-items: center;
}
.buttons3 {
  box-shadow: var(--Shadows-shadow-xs);
  background-color: var(--Button-Color-Primary);
  overflow: hidden;
  display: none;
  justify-content: center;
  padding: 10px 16px;
  gap: 6px;
  color: var(--Button-Color-White);
}
.content1,
.menu-bar {
  display: flex;
  gap: 16px;
}
.content1 {
  width: 1250px;
  justify-content: flex-start;
  max-width: 1250px;
  color: var(--Button-Color-Primary);
}
.menu-bar {
  align-self: stretch;
  justify-content: center;
  padding: 16px;
}
.lorem-ipsum-dolor,
.medium-length-hero {
  align-self: stretch;
  position: relative;
  line-height: 120%;
}
.lorem-ipsum-dolor {
  font-size: 18px;
  line-height: 150%;
}
.content2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.buttons4 {
  flex: 1;
  box-shadow: var(--Shadows-shadow-xs);
  background-color: var(--Color-Base-Blue);
  overflow: hidden;
  justify-content: center;
  padding: 10px 16px;
  box-sizing: border-box;
  gap: 6px;
  min-width: 200px;
}
.actions,
.buttons4,
.buttons5 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.buttons5 {
  flex: 1;
  border: 1px solid var(--Button-Color-Primary);
  box-sizing: border-box;
  overflow: hidden;
  justify-content: center;
  padding: 10px 16px;
  gap: 6px;
  min-width: 200px;
}
.actions {
  align-self: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  gap: 16px;
  font-size: 16px;
  color: var(--Button-Color-White);
}
.column {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  min-width: 300px;
  max-width: 600px;
}
.card,
.header {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.card {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  max-width: 1250px;
  font-size: 56px;
  color: var(--Text-color-Alternate);
}
.header {
  align-self: stretch;
  flex-direction: column;
  padding: 0 24px 80px;
  gap: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("/wp-content/uploads/2025/08/image-29.png");
}
.tagline {
  position: relative;
  line-height: 150%;
}
.tagline-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.text7 {
  align-self: stretch;
  position: relative;
  font-size: 18px;
  line-height: 150%;
  color: var(--Text-color-Secondary);
}
.content3,
.section-title {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.content3 {
  gap: 24px;
  font-size: 48px;
  color: var(--Text-color-Primary);
}
.section-title {
  gap: 16px;
}
.chevron-left-icon6,
.chevron-left-icon7 {
  width: 40px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.chevron-left-icon7 {
  width: 20px;
}
.buttons6 {
  background-color: var(--Button-Color-White);
  border: 1px solid var(--Button-Color-Primary);
  overflow: hidden;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.card-icon-child {
  width: 40px;
  height: 40px;
}
.description,
.title {
  align-self: stretch;
  position: relative;
  line-height: 140%;
}
.description {
  font-size: 16px;
  line-height: 135%;
  color: var(--Text-color-Secondary);
}
.card-icon,
.card-icon3,
.card-icon5 {
  box-shadow: 0 1px 16px rgba(43, 164, 255, 0.15);
  background-color: var(--Background-Color-Primary);
  height: 252px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 24px;
  box-sizing: border-box;
  gap: 16px;
  min-width: 300px;
  max-width: 400px;
}
.card-icon {
  flex: 1;
  display: flex;
}
.card-icon3,
.card-icon5 {
  width: 400px;
  display: none;
}
.card-icon5 {
  width: 358px;
}
.content4,
.row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.row {
  width: 1122px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.content4 {
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.navigation-dot-child {
  position: absolute;
  width: 70%;
  top: calc(50% - 5.6px);
  right: 15%;
  left: 15%;
  border-radius: 50%;
  background-color: var(--Color-Base-Blue);
  height: 11.2px;
}
.navigation-dot {
  width: 16px;
  position: relative;
  height: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.navigation-dot-item {
  position: absolute;
  width: 70%;
  top: calc(50% - 5.6px);
  right: 15%;
  left: 15%;
  border-radius: 50%;
  background-color: var(--Color-Neutral-500);
  height: 11.2px;
  opacity: 0.2;
}
.buttons8,
.navigation,
.slider {
  display: flex;
  align-items: center;
}
.navigation {
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
}
.buttons8,
.slider {
  text-align: left;
}
.slider {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  font-size: 20px;
  color: var(--Text-color-Brand);
}
.buttons8 {
  box-shadow: var(--Shadows-shadow-xs);
  background-color: var(--Color-Base-Blue);
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  padding: 10px 16px;
  gap: 6px;
  font-size: 16px;
  color: var(--Button-Color-White);
}
.action {
  align-self: stretch;
  gap: 16px;
  font-size: 18px;
  color: var(--Text-color-Secondary);
}
.action,
.container,
.propuesta-de-valor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.container {
  width: 100%;
  gap: 40px;
  max-width: 1250px;
}
.propuesta-de-valor {
  align-self: stretch;
  background-color: var(--Background-Color-Active);
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  padding: 112px 24px;
  box-sizing: border-box;
  text-align: center;
  color: var(--Color-Base-Pink);
}
.content5 {
  gap: 24px;
}
.content5,
.section-title1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.heading2 {
  align-self: stretch;
  position: relative;
  line-height: 130%;
}
.done-v-icon {
  width: 24px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.item {
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-start;
  gap: 11px;
}
.columns,
.content7,
.item {
  display: flex;
  align-items: flex-start;
}
.content7 {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  min-width: 260px;
}
.columns {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 24px;
  font-size: 16px;
  color: var(--Text-color-Secondary);
}
.content6 {
  flex: 0.9217;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  box-sizing: border-box;
  gap: 16px;
  min-width: 300px;
}
.familia-sealando-2-1 {
  position: absolute;
  top: calc(50% - 170px);
  left: calc(50% - 283.4px);
  width: 567.7px;
  height: 367px;
  object-fit: cover;
}
.image {
  flex: 1;
  position: relative;
  height: 392px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-width: 300px;
}
.testimonios {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 24px;
  text-align: left;
  font-size: 32px;
}
.container1,
.propuesta-de-valor1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container1 {
  width: 100%;
  justify-content: center;
  gap: 40px;
  max-width: 1250px;
}
.propuesta-de-valor1 {
  align-self: stretch;
  background-color: var(--Color-Scheme-1-Background);
  overflow: hidden;
  justify-content: flex-start;
  padding: 80px 24px;
  text-align: center;
  font-size: 48px;
}
.padre-jugando-con-su-hijo-1 {
  position: absolute;
  top: 107px;
  left: 0;
  width: 540.2px;
  height: 499px;
  object-fit: contain;
}
.image1 {
  width: 540px;
  position: relative;
  height: 661px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-width: 300px;
  max-width: 540px;
  min-height: 367.22px;
  max-height: 661px;
}
.description15 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.input-field5,
.input-with-label5,
.input1,
.input5 {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
}
.input1 {
  box-shadow: var(--Shadows-shadow-xs);
  background-color: var(--Background-Color-Primary);
  /*border: 1px solid var(--Border-Color-Primary);*/
  flex-direction: row;
  align-items: center;
  /*padding: 10px 12px;
  gap: 8px;
  color: var(--Text-color-Tertiary);*/
}
.input-field5,
.input-with-label5,
.input5 {
  align-items: flex-start;
}
.input5 {
  flex: 1;
  box-shadow: var(--Shadows-shadow-xs);
  background-color: var(--Background-Color-Primary);
  border: 1px solid var(--Border-Color-Primary);
  flex-direction: row;
  padding: 10px 12px;
  gap: 8px;
  color: var(--Text-color-Tertiary);
}
.input-field5,
.input-with-label5 {
  flex-direction: column;
  gap: 4px;
}
.input-with-label5 {
  flex: 1;
}
.input-field5 {
  height: 140px;
}
.buttons9,
.form,
.form-fields {
  display: flex;
  align-items: center;
}
.buttons9 {
  align-self: stretch;
  box-shadow: var(--Shadows-shadow-xs);
  background-color: var(--Button-Color-Primary);
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  padding: 10px 16px;
  gap: 6px;
  color: var(--Button-Color-White);
}
.form,
.form-fields {
  flex-direction: column;
}
.form-fields {
  align-self: stretch;
  justify-content: flex-start;
  /*gap: 19px;*/
  text-align: left;
  font-size: 16px;
}
.form {
  width: 600px;
  box-shadow: 0 1px 16px rgba(16, 24, 40, 0.15);
  background-color: var(--Color-Base-White);
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
  gap: 40px;
  min-width: 300px;
  max-width: 600px;
}
.testimonios1,
.testimonios2 {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.testimonios2 {
  flex-direction: row;
  justify-content: center;
  padding: 24px 0;
  gap: 24px;
  font-size: 32px;
  color: var(--Text-color-Primary);
}
.testimonios1 {
  background-color: var(--Color-Brand-50);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  padding: 112px 24px 64px;
  text-align: center;
  font-size: 18px;
  color: var(--Color-Base-Pink);
}
.domicilio {
  align-self: stretch;
  position: relative;
  line-height: 150%;
}
.container3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.social-links {
  flex-direction: row;
  gap: 12px;
}
.column1,
.content16,
.social-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.column1 {
  flex: 1;
  overflow: hidden;
  flex-direction: column;
  gap: 32px;
  min-width: 300px;
}
.content16 {
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.poltica-de-privacidad,
.protec-todos-los {
  position: relative;
  line-height: 150%;
  font-weight: 300;
  display: inline-block;
  min-width: 300px;
}
.poltica-de-privacidad {
  flex: 1;
  min-width: 200px;
}
.footer-links,
.row1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 24px;
}
.footer-links {
  flex: 1;
  justify-content: flex-end;
  min-width: 300px;
  text-align: center;
}
.row1 {
  align-self: stretch;
  justify-content: flex-start;
}
.content15,
.credits,
.footer {
  display: flex;
  flex-direction: column;
}
.credits {
  align-self: stretch;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--Text-color-Brand);
}
.content15,
.footer {
  justify-content: flex-start;
}
.content15 {
  width: 100%;
  align-items: flex-start;
  gap: 40px;
  max-width: 1250px;
}
.footer {
  align-self: stretch;
  background-color: var(--Color-Base-Blue);
  overflow: hidden;
  align-items: center;
  padding: 80px 24px;
  color: var(--Text-color-Alternate);
}
.protec1 {
  position: relative;
  line-height: 120%;
}
.logo {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.communications-parkway,
.container4,
.content22 {
  align-self: stretch;
  color: var(--Text-color-Secondary);
}
.communications-parkway {
  position: relative;
  line-height: 150%;
}
.container4,
.content22 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content22 {
  gap: 24px;
  font-size: 16px;
  color: var(--Color-Base-Pink);
}
.sobre-nosotros {
  flex: 1;
  position: relative;
  line-height: 150%;
}
.column3,
.link,
.link-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.link {
  align-self: stretch;
  flex-direction: row;
  padding: 8px 0;
}
.column3,
.link-list {
  flex: 1;
  flex-direction: column;
  min-width: 300px;
}
.column3 {
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0;
  font-size: 16px;
  color: var(--Text-color-Secondary);
}
.content21,
.credits1 {
  align-self: stretch;
  display: flex;
}
.content21 {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 32px;
}
.credits1 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--Text-color-Secondary);
}
.footer1,
.protec {
  background-color: var(--Background-Color-Primary);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
}
.footer1 {
  width: 1440px;
  display: none;
  align-items: center;
  padding: 80px 24px;
  box-sizing: border-box;
  font-size: 40px;
  color: var(--Color-Brand-700);
}
.protec {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  text-align: left;
  font-size: 16px;
  color: var(--Text-color-Primary);
  font-family: Lexend;
}

.wpcf7 {
  align-self: stretch;
}

.wpcf7 .content p {
  width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap select {
  padding: 10px 12px;
}

.wpcf7 .wpcf7-form-control-wrap input {
  width: 95%;
  border: 1px solid #b3b8c6;
}
.wpcf7 .wpcf7-form-control-wrap select {
  width: 100%;
  border: 1px solid #b3b8c6;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  color: var(--Text-color-Tertiary, #8991a7);
}

.wpcf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #b3b8c6;
}

.wpcf7 .wpcf7-form-control-wrap input::placeholder,
.wpcf7 .wpcf7-form-control-wrap select option,
.wpcf7 .wpcf7-form-control-wrap textarea::placeholder {
  overflow: hidden;
  color: var(--Text-color-Tertiary, #8991a7);
  text-overflow: ellipsis;
  /* Common/Body/Body Regular */
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.send {
  width: 100%;
  margin-top: 40px;
}

.send .submit {
  width: 100%;
}

.send .submit input {
  width: 100%;
  background: rgba(43, 164, 255, 1);
  color: white;
  border: 0px;
  height: 50px;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 16px;
}

.actions .text1 a {
  text-decoration: none;
  color: white;
}

.swiper-slide {
  max-width: 367px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 28px;
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.bloqueoculto {
  display: none;
  margin-top: 45px;
}

.bloqueoculto .slider {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

@media (max-width: 768px) {
  .chevron-left-icon6,
  .chevron-left-icon7 {
    display: none;
  }
  .swiper-slide {
    max-width: 382px;
  }

  .bloqueoculto .row {
    width: auto;
  }

  .testimonios2 {
    display: flex;
    flex-direction: column;
  }
  .form {
    width: auto;
  }
}
