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

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

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

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

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

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

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

.section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.background-video {
  background-image: linear-gradient(#0000 71%, #077b89);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block {
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.navbar-logo-center {
  z-index: 2147483647;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

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

.nav-link:hover {
  color: #ffffffbf;
}

.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 {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

.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-dropdown-link.w--current {
  color: #077b89;
}

.nav-link-accent {
  color: #fff;
  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: #ffffffbf;
}

.mobile-margin-top-10 {
  flex: none;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  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;
}

.image {
  position: absolute;
  inset: 0%;
}

.section-2 {
  padding: 120px 40px;
}

.paragraph {
  text-align: center;
  text-shadow: 0 0 9px #0000002b;
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.paragraph._2 {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
}

.paragraph.sin40 {
  margin-bottom: 0;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 6px 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  transform: scale3d(1.05, .95, 1);
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 500;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000078;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.text-span-9 {
  font-weight: 700;
}

.section-3 {
  color: #fff;
  background-image: linear-gradient(#0009, #fff0 50%, #000), url('../images/IMG_2418.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 50vh;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-3.contacto {
  background-image: linear-gradient(#0009, #fff0 50%, #000), url('../images/piedras-bajo-agua-ondeando-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-3.transporte {
  background-image: linear-gradient(#0009, #fff0 50%, #000), url('../images/2151581810.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-3.alojamiento {
  background-image: linear-gradient(#0009, #fff0 50%, #000), url('../images/WhatsApp_Image_2025-12-26_at_07.50.41.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-3.equipo {
  background-image: linear-gradient(#0009, #fff0 50%, #000), url('../images/2147707746.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-3.vip {
  background-image: linear-gradient(#0009, #fff0 50%, #000), url('../images/22768648.jpg');
  background-position: 0 0, 50%;
}

.section-4 {
  padding: 120px 40px;
}

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

.text-block {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1em;
}

.div-block-3 {
  flex-flow: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4 {
  width: 25%;
  padding: 10px;
}

.div-block-5 {
  aspect-ratio: 1;
  color: #fff;
  background-image: linear-gradient(0deg, #000, #fff0 88%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.div-block-5:hover {
  transform: scale(1.05);
}

.div-block-5._2 {
  background-image: linear-gradient(0deg, #000, #fff0 88%), url('../images/IMG_2425.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-5._3 {
  background-image: linear-gradient(0deg, #000, #fff0 88%), url('../images/KIPZ2387.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-5._4 {
  background-image: linear-gradient(0deg, #000, #fff0 88%), url('../images/IMG_2418.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-5._5 {
  background-image: linear-gradient(0deg, #000, #fff0 88%), url('../images/SIEC2728.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-5._6 {
  background-image: linear-gradient(0deg, #000, #fff0 88%), url('../images/BUAA3015.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-5._7 {
  background-image: linear-gradient(0deg, #000, #fff0 88%), url('../images/IMG_3696.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-5._8 {
  background-image: linear-gradient(0deg, #000, #fff0 88%), url('../images/IMG_3698.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-5._1 {
  background-image: linear-gradient(0deg, #000, #fff0 88%), url('../images/WUOO8507.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.text-block-2 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1em;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
}

.footer-subscribe {
  background-color: #3a8d99;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.footer-wrapper-three {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.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: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #fff;
}

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

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

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

.div-block-7 {
  background-color: #077b89;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.div-block-8 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8.abajo {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: column;
  display: flex;
}

.div-block-8.abajo.sintanto {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.section-5 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_E4155.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 120px 40px;
}

.section-5.sin {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CTOU0644.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 15px solid #077b89;
  padding: 0;
}

.section-5.sin._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PFCA4588.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-5.sin._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WJTP8655.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-5.sin._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/LCWS2114.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-5.sin._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2417.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-5.sin._6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/TNCN2530.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-5.sin._7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PUHN5166.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-5.sin._7.no, .section-5.sin.no-raya {
  border-bottom-style: none;
}

.text-block-3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-3.m-s {
  margin-bottom: 5px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: column;
  align-self: stretch;
  margin-top: 180px;
  display: flex;
}

.div-block-10.no {
  margin-top: 0;
}

.div-block-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-11._2 {
  flex-flow: row-reverse;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: 1;
  border: 4px #fff;
  border-radius: 10px;
  min-width: auto;
  max-width: none;
  min-height: auto;
}

.image-2._2 {
  aspect-ratio: auto;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #077b89de;
  border: 4px solid #fff;
  border-radius: 10px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: -120px;
  padding: 20px;
  display: flex;
}

.div-block-12._2 {
  margin-left: 0;
  margin-right: -120px;
}

.div-block-12._1 {
  flex-flow: column;
  margin-left: 0;
  margin-right: -120px;
}

.section-6 {
  background-color: #077b89;
  height: 30px;
}

.text-block-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1em;
}

.text-block-4.espacioo {
  margin-bottom: 10px;
}

.text-block-4.espacioo._2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.div-block-13 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
}

.div-block-13.azul {
  background-color: #077b89;
}

.link-block-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 11px 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.link-block-2.izq {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: block;
  position: static;
}

.link-block-2._2, .link-block-2._2.w--current {
  color: #fff;
  background-color: #077b89;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.tab-link-tab-1 {
  color: #077b89;
  background-color: #fff;
  border: 1px solid #077b89;
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .2s;
}

.tab-link-tab-1:hover {
  padding-top: 9px;
  padding-bottom: 9px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #077b89;
  border: 1px solid #077b89;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabs-content {
  border: 1px solid #077b89;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.div-block-14 {
  padding: 40px 20px;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  background-color: #f5f5f5;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/SVJK5890.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}

.tab-link-tab-2 {
  color: #077b89;
  background-color: #fff;
  border: 1px solid #077b89;
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .2s;
}

.tab-link-tab-2:hover {
  color: #087683;
  background-color: #077b8912;
  padding-top: 9px;
  padding-bottom: 9px;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #077b89;
  border-style: solid solid none;
  padding-top: 9px;
  padding-bottom: 9px;
}

.text-block-5 {
  color: #000;
  font-size: 2.6rem;
  line-height: 1em;
}

.div-block-17 {
  align-self: stretch;
  margin-top: 20px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.text-span-10 {
  font-size: 1.6rem;
  font-weight: 500;
}

.text-span-11, .text-span-12 {
  font-weight: 700;
}

.text-span-13 {
  font-size: 1.2rem;
  font-weight: 700;
}

.form-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  color: #000;
  border-radius: 10px;
}

.textarea {
  color: #000;
  border-radius: 10px;
  margin-bottom: 20px;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.link {
  color: #077b89;
}

.heading {
  margin-top: 0;
}

.heading.prueba {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1em;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-span-14 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.9rem;
  font-weight: 700;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.bold-text {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px 30px 0;
  display: flex;
}

.div-block-25 {
  flex: 1;
  position: relative;
}

.div-block-25._2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  display: flex;
}

.div-block-25._1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-4._2 {
  height: 418px;
}

.image-4.none2 {
  display: none;
}

.text-block-6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-7 {
  color: #33333380;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1em;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-self: stretch;
  margin-top: 20px;
  display: flex;
}

.paragraph-4 {
  margin-bottom: 0;
}

.paragraph-4.otroo {
  font-size: 1rem;
  line-height: 1.4em;
}

.paragraph-4.otroo.b {
  font-weight: 700;
}

.div-block-27 {
  color: #fff;
  background-color: #077b89;
  border-radius: 10px;
  padding: 15px 14px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-8 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1em;
}

.text-span-15, .text-span-16 {
  font-weight: 300;
}

.text-block-9 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
}

.text-block-9.m-s {
  margin-bottom: 2px;
}

.div-block-28 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-29 {
  border: 1px solid #077b89;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-self: stretch;
  padding: 20px;
}

.div-block-30 {
  color: #fff;
  background-color: #077b89;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 16px;
}

.div-block-31 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-5 {
  color: #fff;
  margin: 0;
}

.image-5 {
  margin-bottom: 5px;
}

.div-block-33 {
  z-index: 2147483647;
  background-color: #56cf63;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  padding: 13px;
  position: fixed;
  bottom: 32px;
  right: 32px;
}

.slider {
  background-color: #ddd0;
  align-self: stretch;
}

.div-block-34 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}

.div-block-35 {
  width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-36 {
  background-image: linear-gradient(90deg, #f5f5f5, #fff0);
  width: 50px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-36._2 {
  background-image: linear-gradient(270deg, #f5f5f5, #fff0);
  width: 50px;
  margin-left: 0;
  margin-right: 20px;
  inset: 0% 0% 0% auto;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-37._2 {
  margin-left: 0;
  margin-right: 10px;
  inset: 0% 0% 0% auto;
}

.div-block-38 {
  background-color: #077b89;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 13px;
  display: flex;
}

.image-7 {
  transform: rotate(-180deg);
}

.image-7._2 {
  transform: none;
}

.slider-2 {
  background-color: #ddd0;
  border-radius: 10px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.slider-2._2 {
  border-radius: 0;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-39 {
  background-image: url('../images/IMG_E4155.JPG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-39._2 {
  background-image: url('../images/IMG_2417.png');
}

.div-block-39._3 {
  background-image: url('../images/NDOB6095.JPG');
}

.div-block-39._4 {
  background-image: url('../images/HOQN2383.JPG');
}

.text-block-11 {
  margin-bottom: 40px;
}

.text-block-12 {
  flex: 0 auto;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-41 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-41._2 {
  flex-flow: row-reverse;
}

.image-8 {
  box-sizing: border-box;
  aspect-ratio: 1;
  border: 4px #fff;
  border-radius: 10px;
  min-width: auto;
  max-width: none;
  min-height: auto;
}

.image-8._2 {
  aspect-ratio: auto;
}

.div-block-42 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #077b89de;
  border: 4px solid #fff;
  border-radius: 10px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: -120px;
  padding: 20px;
  display: flex;
}

.div-block-42._2 {
  margin-left: 0;
  margin-right: -120px;
}

.text-block-14 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1em;
}

.link-block-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 11px 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.link-block-3.izq {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.gallery-scroll {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.slide {
  width: 1225px;
}

.slide-2 {
  background-image: url('../images/WhatsApp_Image_2025-12-26_at_07.50.41.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: auto;
  height: auto;
}

.slider-3 {
  height: 60vh;
}

.main-conatiner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-left {
  max-width: 456px;
}

.primary-button {
  color: #000;
  text-transform: none;
  background-color: #fff;
  border: 2px #000;
  border-radius: 50px;
  flex: none;
  padding: 14px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.primary-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.primary-button.oscuro {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #082541;
  border-style: none;
  padding: 14px 30px;
  font-size: 1.1rem;
  font-weight: 600;
}

.primary-button.oscuro:hover {
  background-color: #000;
}

.flex-row-her {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-row-her.left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.flex-row-her.hero-spacing5 {
  grid-column-gap: 5%;
  align-items: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-20.sub-para {
  color: #000;
  flex: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.section-wrapper {
  width: 100%;
  padding: 80px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.section-wrapper.background-wrapper {
  background-color: #f1f0e3;
}

.section-wrapper.background-wrapper.bg-overlay {
  background-color: #dac9b8;
  background-image: url('../images/IMAGEN-BANNER.png');
  background-position: 50% 79%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  padding-top: 160px;
}

.section-wrapper.background-wrapper.bg-overlay.normal {
  background-image: url('../images/WhatsApp_Image_2025-12-26_at_07.49.10.jpeg');
  background-position: 0%;
  padding-top: 80px;
}

.section-wrapper.background-wrapper.bg-overlay.foto2 {
  background-image: url('../images/2150458244.jpg');
}

.section-wrapper.background-wrapper.bg-overlay.foto2.normal {
  background-image: url('../images/WhatsApp_Image_2025-12-26_at_07.48.39.jpeg');
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: linear-gradient(#3a8d99, #fff0), linear-gradient(#3a8d99a8, #3a8d99a8), url('../images/32375.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fcfcfc;
  -webkit-text-stroke-color: #f7f7f7;
  margin-bottom: 24px;
  font-size: 27px;
  line-height: 24px;
}

.margin-bottom-24px-2.banner {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1em;
}

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

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

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

.gallery-scroll-2 {
  background-color: #077b89;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.testimonial-slider-large {
  background-color: #077b89;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

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

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-15 {
  text-align: center;
  max-width: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1em;
}

.select-field {
  color: #9a9a9a;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.section-7 {
  min-height: 400px;
  display: flex;
}

.section-7._2 {
  flex-flow: row-reverse;
}

.div-block-43 {
  flex: 1;
  min-width: 50%;
}

.div-block-44 {
  color: #fff;
  background-color: #3a8d99;
  flex-flow: column;
  flex: 1;
  padding: 40px;
  display: flex;
}

.div-block-45 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.image-9 {
  filter: invert();
  margin-bottom: 15px;
}

.div-block-46 {
  background-image: url('../images/724.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-46._2 {
  background-image: url('../images/11493764.jpg');
}

.div-block-46._3 {
  background-image: url('../images/16387652.jpg');
}

.div-block-46._4 {
  background-image: url('../images/2149095904.jpg');
}

.div-block-46._5 {
  background-image: url('../images/2149042129.jpg');
}

.div-block-46._6 {
  background-image: url('../images/17096246.jpg');
}

.div-block-46._7 {
  background-image: url('../images/17927384.jpg');
}

.div-block-46._8 {
  background-image: url('../images/4155.jpg');
}

.div-block-46._9 {
  background-image: url('../images/15697158.jpg');
}

.div-block-47 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-48 {
  background-image: url('../images/2151918234.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-48._2 {
  background-image: url('../images/5196.jpg');
}

.div-block-48._3 {
  background-image: url('../images/2149369704.jpg');
}

.div-block-49 {
  background-image: url('../images/19410.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-49._2 {
  background-image: url('../images/2149631333.jpg');
}

.div-block-49._3 {
  background-image: url('../images/15500.jpg');
}

.section-8 {
  background-color: #3a8d99;
  padding: 40px;
}

.div-block-50 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-51 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.div-block-55 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

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

.div-block-58 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #077b88;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    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 {
    color: #fff;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #077b89;
    background-color: #fff;
    border-radius: 10px;
  }

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

  .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-social-block-three {
    margin-top: 40px;
  }

  .div-block-8.abajo {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .tabs-content {
    border-radius: 10px;
  }

  .div-block-16 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tab-link-tab-2 {
    border-bottom-style: solid;
    border-radius: 10px;
  }

  .tab-link-tab-2:hover {
    padding-top: 6px;
    padding-bottom: 6px;
    transform: scale(1.03);
  }

  .tab-link-tab-2.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-25._2.none {
    display: none;
  }

  .image-4.none2 {
    width: 300px;
    margin-bottom: -20px;
    margin-left: 40px;
    display: block;
    position: static;
  }

  .text-block-7 {
    margin-bottom: 10px;
  }

  .slider-2 {
    height: 400px;
  }

  .slider-2._2 {
    height: 100%;
  }

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

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

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .hero-left {
    width: 100%;
  }

  .flex-row-her.hero-spacing5 {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .section-wrapper {
    padding: 80px 32px;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .div-block-50 {
    flex-flow: column;
  }

  .div-block-57 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

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

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

  .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-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .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: flex-start;
  }

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-11, .div-block-11._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-12 {
    max-width: none;
    margin-left: 0;
  }

  .div-block-12._2 {
    margin-right: 0;
  }

  .text-block-4.espacioo._2 {
    text-align: center;
  }

  .div-block-16 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-19 {
    text-align: center;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .text-block-6 {
    font-size: 1.8rem;
  }

  .text-block-7 {
    font-size: .9rem;
  }

  .slider-2 {
    height: 300px;
  }

  .slider-2._2 {
    height: 500px;
  }

  .div-block-41, .div-block-41._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-42 {
    max-width: none;
    margin-left: 0;
  }

  .div-block-42._2 {
    margin-right: 0;
  }

  .hero-heading-left, .team-slider, .gallery-scroll {
    padding: 60px 15px;
  }

  .slider-3 {
    height: 42vh;
  }

  .main-conatiner {
    width: 100%;
  }

  .hero-left {
    align-self: center;
    width: 100%;
  }

  .primary-button, .primary-button.oscuro {
    font-size: .9rem;
  }

  .flex-row-her {
    flex-direction: column;
  }

  .flex-row-her.left-aligned {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-row-her.hero-spacing5 {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .mb-20.sub-para {
    text-align: center;
    font-size: 16px;
  }

  .section-wrapper {
    padding: 60px 12px;
  }

  .section-wrapper.background-wrapper {
    padding-top: 128px;
  }

  .section-wrapper.background-wrapper.bg-overlay {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-wrapper.background-wrapper.bg-overlay.normal {
    background-image: linear-gradient(#dac9b882, #dac9b882), url('../images/IMAGEN-BANNER.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 42vh;
  }

  .hero-without-image, .gallery-scroll-2, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .section-7, .section-7._2 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

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

  .paragraph, .paragraph._2 {
    font-size: 1rem;
  }

  .section-3, .section-4, .section-4.flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 2.8rem;
  }

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

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

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

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

  .div-block-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-12 {
    margin-left: 0;
  }

  .text-block-4.espacioo {
    font-size: 1.7rem;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    justify-content: center;
    align-items: flex-end;
  }

  .heading.prueba {
    font-size: 2.2rem;
  }

  .div-block-25._1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .image-4.none2 {
    width: 200px;
    height: 250px;
    margin-left: 0;
  }

  .text-block-8 {
    font-size: 1rem;
  }

  .div-block-33 {
    width: 50px;
    height: 50px;
    padding: 12px;
    bottom: 20px;
    right: 20px;
  }

  .div-block-38 {
    width: 6vw;
    height: 6vw;
    padding: 0;
  }

  .image-7, .image-7._2 {
    width: 2.5vw;
  }

  .slider-2 {
    height: 40vw;
  }

  .slider-2._2 {
    height: 400px;
  }

  .left-arrow, .right-arrow {
    width: 12vw;
  }

  .slide-nav {
    height: 30px;
    font-size: 7px;
  }

  .div-block-41 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-42 {
    margin-left: 0;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .flex-row-her {
    align-items: flex-start;
  }

  .flex-row-her.left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .mb-20.sub-para {
    font-size: 15px;
  }

  .section-wrapper {
    padding: 64px 20px;
  }

  .section-wrapper.background-wrapper.bg-overlay.normal {
    background-image: linear-gradient(#dac9b882, #dac9b882), url('../images/IMAGEN-BANNER.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .icon {
    color: #000;
    margin-left: 52px;
    font-size: 20px;
  }

  .icon-2 {
    margin-left: 8px;
    font-size: 20px;
  }

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

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

  .div-block-54 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-df0af528-061e-5c9e-fa9f-4b4666f1f4b0-66f1f494 {
  justify-self: end;
}

#w-node-_7031731f-1481-3d95-5a55-e3d64e5b2896-75937acf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


