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

.section {
  width: auto;
  height: 800px;
  background-image: url('../images/BROCHURE-LA-MOLINA-2023-final_page-0021.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 19px;
  position: relative;
}

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

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

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
}

.heading-2 {
  color: #2c2c2c;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 33px;
  font-family: Oswald, sans-serif;
  text-decoration: underline;
}

.walsh-icon-arrow-flip {
  height: 12px;
  color: #fff;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
}

.walsh-link-block-outline {
  color: #000;
  border: .15em solid rgba(0, 0, 0, .15);
  border-radius: 1rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-outline:hover {
  color: #000;
  background-color: #2c2c2c;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 16px;
  margin-left: 110px;
  margin-right: 140px;
  padding: 20px 32px 20px 31px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-heading-medium {
  color: #2c2c2c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-top: 16px;
  position: relative;
}

.walsh-cta-block-white {
  width: 100%;
  color: #570f0f;
  background-color: rgba(237, 250, 231, .72);
  border-radius: 17px;
  margin-bottom: 22px;
  padding: 1em 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.column {
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  padding-bottom: 36px;
  right: 10px;
}

.columns {
  border: 0 solid #000;
}

.column-2 {
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  margin-top: auto;
  padding-bottom: 110px;
  padding-left: 10px;
  left: 10px;
}

.section-botones {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-label-button-2:hover {
  color: #fff;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff3c12;
  border-radius: 1rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.text-block {
  color: #8d8c8c;
}

.bold-text {
  color: #666464;
}

.section-titulo {
  background-color: #ff715b;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 13px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.bold-text-2 {
  color: #412e08;
  font-family: Oswald, sans-serif;
  position: relative;
  top: 11px;
}

.bold-text-3 {
  color: #ff3c12;
  font-size: 16px;
}

.walsh-footer-link {
  color: rgba(0, 0, 0, .54);
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-footer-link-social {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.walsh-footer--text {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

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

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 100px;
  max-width: 100%;
  min-width: 133px;
  margin-bottom: 0;
}

.walsh-main-grid-2 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.contenido-footer {
  background-color: #fff;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

.container-2 {
  background-color: #edfae7;
  margin-top: 30px;
}

.heading-3 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.heading-2-copy {
  color: #2c2c2c;
  text-align: center;
  margin-top: 93px;
  margin-bottom: 33px;
  font-family: Oswald, sans-serif;
  text-decoration: underline;
}

.text-block-25 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-matricula {
  background-color: rgba(255, 60, 18, .81);
  border-radius: 19px;
  margin-top: 11px;
  margin-bottom: 0;
  margin-left: 24px;
  padding: 6px 26px 6px 13px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-matricula:hover {
  font-size: 17px;
}

.dropdown-2 {
  display: inline-block;
}

.icon-5 {
  color: #fff;
  margin-right: 9px;
}

.dropdown-link {
  color: #3d3d3d;
  text-align: left;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

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

.grill-buton-drops {
  max-width: 900px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 30px;
  margin-left: -146px;
  margin-right: -222px;
  padding: 0 0 23px;
  display: flex;
}

.nav-menu-2 {
  margin-top: 39px;
  margin-right: 52px;
  padding-right: 0;
  display: block;
  position: relative;
}

.dropdown-list {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  top: 22%;
}

.dropdown-3 {
  text-transform: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transform: none;
}

.logo-img {
  float: left;
  margin-top: 0;
  margin-right: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-2 {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top: 25px;
  margin-left: 32px;
  margin-right: 9px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link-2:hover {
  border-bottom-color: #ff7543;
}

.nav-link-2.w--current:focus {
  color: #ff4000;
}

.icon-6 {
  color: #333;
  font-size: 14px;
}

.link-10 {
  color: #666;
  line-height: 29px;
}

.link-10:hover {
  color: #ff4000;
}

.dropdown-4 {
  background-color: #fff;
  margin-top: 5px;
  margin-left: 13px;
  padding-top: 0;
  padding-left: 0;
}

.container-3 {
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin-top: 0;
  margin-left: 79.2031px;
  margin-right: 80.2188px;
  padding: 0;
}

.text-block-15 {
  color: #fff;
}

.dropdown-almnuev {
  color: #666;
  text-align: center;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  margin-top: 19px;
  margin-left: 30px;
  margin-right: 6px;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.dropdown-almnuev:hover {
  color: #ff7543;
  border-color: #ec5928;
  font-size: 15px;
}

.div-block-4 {
  color: #666;
}

.link-2 {
  direction: ltr;
  color: #666;
  text-align: left;
  text-transform: none;
  line-height: 29px;
  text-decoration: underline;
}

.link-2:hover {
  color: #ff4000;
}

.text-block-9 {
  margin-top: 1px;
  margin-left: 31px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.text-block-9:hover {
  text-decoration: underline;
}

.dropdown {
  padding-left: 0;
  padding-right: 0;
  top: auto;
}

.navbar {
  max-height: 200px;
  max-width: none;
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-button-droop {
  color: #ff7543;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
}

.dropdown-link-5 {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  margin-left: -20px;
  padding-left: 20px;
  display: flex;
}

.dropdown-link-5:hover {
  color: #ff4000;
  text-decoration: underline;
}

.dropdown-list-3 {
  margin-left: -6px;
}

.dropdown-list-3.w--open {
  color: #fcfcfc;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 1px;
  padding-left: 21px;
}

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

.dropdown-sedes-2 {
  color: #ec5928;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  margin-top: 20px;
  margin-left: 24px;
  margin-right: -30px;
  padding: 0 39px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.dropdown-sedes-2.w--open {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-list-2 {
  background-color: #fcfcfc;
}

.dropdown-list-2.w--open {
  border-radius: 9px;
  padding-bottom: 19px;
  padding-left: 0;
  padding-right: 16px;
}

.dropdown-sedes {
  margin-top: 19px;
  margin-left: 0;
  margin-right: -30px;
  padding: 0 38px 0 0;
  display: inline-block;
}

.dropdown-sedes.w--open {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.section-4 {
  margin-top: 76px;
}

.section-botones-descarga {
  margin-top: 1px;
}

.column-list-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.donate-icon {
  width: 1.1rem;
  filter: invert();
}

.profile {
  height: 75px;
  display: flex;
  position: relative;
}

.c-2 {
  flex-direction: column;
  flex: 0 30%;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main-wrapper {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-4 {
  display: flex;
}

.container-4.boxed {
  max-width: 980px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-icon {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4%;
  display: flex;
}

.campaign.contact {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.campaign.info {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.campaign.photo {
  z-index: 3;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: -125px;
  overflow: hidden;
}

.name-heading {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.name-heading:hover {
  font-size: 15px;
}

.point {
  z-index: -1;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -6px;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.link {
  color: #070707;
  border-bottom: .5px solid #000;
  text-decoration: none;
}

.link.wrap {
  z-index: 1;
  width: 100%;
  color: #070707;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: -10px;
  padding: 1.1rem 1rem 1.1rem 2rem;
  text-decoration: none;
  transition: color .5s cubic-bezier(.25, .46, .45, .94), box-shadow .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  box-shadow: 2px 10px 30px 8px #dfdfdf;
}

.link.wrap:hover {
  color: #838383;
  background-color: rgba(255, 60, 18, .08);
  box-shadow: 2px 9px 30px -11px #727272;
}

.button-descarga {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #4b4b4b;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: 33px;
  margin-right: 13px;
  padding: .8rem 1.2rem;
  display: flex;
}

.button-descarga:hover {
  background-color: #ff3c12;
  font-size: 14px;
}

.overflow {
  overflow: visible;
}

.cover {
  flex-direction: column;
  justify-content: center;
}

.cover.overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(7, 7, 7, 0), rgba(7, 7, 7, .75));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover.img {
  object-fit: cover;
  object-position: 50% 0%;
}

.cover.mask {
  z-index: 3;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 0 0 1rem 10px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-4 {
  flex: 0 40%;
}

.collection-list-wrapper {
  max-width: 34.1rem;
  margin-left: auto;
  margin-right: auto;
}

.donate-tab {
  width: 48%;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(7, 7, 7, .1);
  border-radius: 10px;
  overflow: hidden;
}

.donate-tab.w--current {
  background-color: #fff;
  border-color: #fff;
  overflow: visible;
}

.msg {
  color: #070707;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.campaign-name {
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.campaign-description {
  color: #686868;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2em;
}

.bold-text-4 {
  color: #ff3c12;
  font-family: Merriweather, serif;
  font-size: 29px;
}

.div-block-5 {
  width: 1625px;
  height: 0;
}

.div-block-6 {
  width: 600px;
  height: 1px;
  text-align: center;
  background-color: #ff3c12;
  justify-content: center;
  align-items: center;
  margin: 13px auto 43px;
  display: flex;
}

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

.div-block-7 {
  width: 100%;
  height: 1px;
  background-color: #4b4b4b;
  margin-top: 33px;
}

.container-5 {
  margin-bottom: auto;
  padding-bottom: 90px;
  padding-left: 200px;
  padding-right: 200px;
}

.dropdown-5 {
  height: 72px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: -14px;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  display: flex;
  box-shadow: 0 7px 23px -12px #000;
}

.dropdown-5:hover {
  background-color: rgba(255, 60, 18, .09);
}

.dropdown-toggle {
  margin-left: 4.281px;
}

.dropdown-link-6 {
  background-color: #edfae7;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-link-6:hover {
  color: #ff3c12;
  background-color: #eee;
}

.dropdown-link-7 {
  background-color: #edfae7;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-link-7:hover {
  color: #ff3c12;
  background-color: #eee;
}

.div-block-8 {
  width: 100%;
  height: 39px;
  background-color: #ff3c12;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.container-1-descarga {
  padding-left: 230px;
  padding-right: 60px;
}

.container-2-descarga {
  padding-left: 60px;
  padding-right: 230px;
}

.container-6 {
  display: block;
}

.div-block-9 {
  width: 50%;
  height: 1px;
  color: #ff3c12;
  background-color: #ff3c12;
  margin-top: 33px;
  margin-bottom: 33px;
}

.section-7 {
  margin-top: 60px;
}

.section-8 {
  margin-top: 0;
}

.section-9 {
  margin-top: 106px;
}

.heading-4 {
  color: #ff3c12;
  text-align: center;
  padding-bottom: 33px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.block-botones-de-descarga {
  flex-direction: row;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.column-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff452c;
  border-radius: .6rem;
  padding: 9px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.udesly-button-close {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-button-close:hover {
  border-color: #e6e6e6;
}

.udesly-button-outlined-small {
  min-height: 40px;
  color: #404040;
  background-color: #fff;
  border: 1px solid #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-outlined-small:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.udesly-banner-buttons {
  align-items: center;
  display: flex;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-medium {
  color: #fff;
  font-weight: 600;
}

.udesly-text-medium {
  font-weight: 500;
}

.udesly-banner-wrapper {
  width: 100%;
  max-width: 1316px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-banner {
  width: 100%;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 5%;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-faq2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
}

.combine-icon_color4 {
  color: #5f6570;
}

.combine-faq2_title {
  color: #1f2c3d;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.combine-faq2_accordion {
  background-color: #fff;
  border-radius: 1.25rem;
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-heading-style-h2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global {
  margin-bottom: 60px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_faq2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 17px;
}

.bold-text-editor {
  color: #412e08;
  text-align: center;
  margin-top: 0;
  margin-bottom: 33px;
  font-family: Oswald, sans-serif;
  position: relative;
  top: 11px;
}

.container-7 {
  border-radius: 0;
}

.text-span {
  color: #5f6570;
  font-size: 23px;
}

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

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

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

.div-block-10 {
  width: 100%;
  height: 33px;
  background-color: #ff452c;
  justify-content: center;
  align-items: center;
  line-height: 39px;
  display: flex;
}

.text-block-35 {
  color: #fff;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-2 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-faq1_answer {
  overflow: hidden;
}

.combine-faq1_title {
  color: #1f2c3d;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_small-2 {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
}

.combine-icon_color4-2 {
  color: #5f6570;
}

.combine-faq1_question {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.combine-faq1_accordion {
  border-bottom: 1px solid #d9dce2;
}

.combine-faq1_component {
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium-2 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-heading-style-h2-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_faq1 {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .section {
    width: auto;
    height: 500px;
  }

  .grid {
    grid-row-gap: 27px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: auto;
    padding-top: 88px;
  }

  .container {
    max-width: 728px;
  }

  .walsh-label-button {
    margin-left: -20px;
    padding-left: 0;
  }

  .walsh-link-block-outline {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    margin-left: 114px;
    padding-left: 50px;
    display: inline-block;
  }

  .walsh-cta-div-block {
    justify-content: center;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-block-white {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-logo-footer {
    max-height: none;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grill-buton-drops {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    margin-left: 23px;
    margin-right: -87px;
    padding-left: 0;
    display: block;
  }

  .nav-menu-2 {
    background-color: #f5f5f5;
  }

  .logo-img {
    max-width: 100%;
  }

  .nav-link-2 {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2 {
    margin-top: 7px;
    padding: 28px 79px 10px 10px;
    font-size: 32px;
  }

  .menu-button-2.w--open {
    color: #7ec4bd;
    background-color: rgba(0, 0, 0, 0);
  }

  .profile {
    justify-content: space-around;
  }

  .c-2 {
    flex-basis: 50%;
  }

  .container-4.boxed {
    margin-left: 40px;
    margin-right: 40px;
  }

  .campaign.info {
    margin-left: 60px;
    margin-right: 60px;
  }

  .campaign.photo {
    width: 200px;
    height: 200px;
    top: -100px;
  }

  .collection-list-wrapper {
    margin-top: 30px;
    margin-left: 130px;
    margin-right: 130px;
  }

  .bold-text-4 {
    font-size: 19px;
  }

  .container-1-descarga {
    justify-content: flex-end;
    display: flex;
  }

  .container-2-descarga {
    justify-content: space-between;
    display: flex;
  }

  .block-botones-de-descarga {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 300px;
  }

  .features-table {
    padding: 0 15px 20px;
  }

  .walsh-link-block-orange {
    margin-left: 186px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-logo-footer {
    max-height: none;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .grill-buton-drops {
    margin-top: 33px;
  }

  .logo-img {
    width: 80px;
  }

  .nav-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .container-3 {
    width: 80%;
    height: 80%;
  }

  .text-block-9 {
    margin-top: auto;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-2 {
    margin-top: 0;
  }

  .header {
    padding-top: 1rem;
  }

  .profile {
    z-index: 9;
    height: 100%;
    border-bottom-style: none;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper {
    margin-top: 0;
    padding: 0 1rem 3rem;
  }

  .container-4.boxed {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .social-icon {
    margin-left: 5px;
  }

  .campaign.contact {
    color: #f5f5f5;
    margin-top: 20px;
  }

  .campaign.info {
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 20px;
  }

  .campaign.photo {
    width: 150px;
    height: 150px;
    margin-top: 30px;
    position: static;
  }

  .link.wrap {
    padding: .8rem;
  }

  .cover.overlay {
    background-image: linear-gradient(153deg, rgba(7, 7, 7, 0), rgba(7, 7, 7, .75));
  }

  .cover.mask {
    height: 150px;
    border-radius: 1rem;
    position: absolute;
  }

  .collection-list-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .msg {
    color: #f5f5f5;
  }

  .container-5 {
    padding-left: 0;
  }

  .dropdown-5 {
    margin-left: 37px;
    margin-right: -171px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1-descarga {
    justify-content: space-around;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-2-descarga {
    padding-left: 0;
    padding-right: 0;
  }

  .block-botones-de-descarga {
    padding-right: 0;
  }

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

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

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-banner-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
  }

  .udesly-banner {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-35 {
    font-size: 11px;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 200px;
  }

  .container {
    max-width: none;
  }

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

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
  }

  .heading-2 {
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 16px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-outline {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-link-block-orange {
    align-self: center;
    margin-left: 85px;
    margin-right: auto;
    padding: 4px 30px 4px 63px;
    display: inline-block;
  }

  .walsh-cta-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-cta-block-white {
    padding: 3em 1em;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .column {
    margin-top: 7px;
    padding-bottom: 26px;
  }

  .section-botones {
    margin-top: 0;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-footer-grid-social {
    width: 100%;
    justify-content: center;
  }

  .walsh-footer--text {
    width: 100%;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: none;
  }

  .contenido-footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 16px;
  }

  .heading-2-copy {
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 16px;
  }

  .grill-buton-drops {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 38px;
    margin-left: 15px;
    margin-right: -35px;
    padding-left: 14px;
    padding-right: 2px;
    display: inline-block;
  }

  .dropdown-list.w--open {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: -46px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .logo-img {
    width: 70px;
    margin-top: 6px;
  }

  .container-3 {
    margin: 0 -19.7812px 0 23.2031px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-9 {
    margin-top: 0;
    margin-left: 8px;
    padding-left: 0;
  }

  .dropdown {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    right: -11px;
  }

  .navbar {
    max-height: 50px;
    padding-top: 2px;
  }

  .menu-button-2 {
    padding-top: 7px;
    padding-right: 0;
  }

  .icon-3 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 52px;
  }

  .dropdown-sedes-2 {
    justify-content: space-around;
    align-items: flex-end;
    margin-left: auto;
    padding-left: 0;
    padding-right: 81px;
    display: flex;
  }

  .dropdown-sedes-2.w--open {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: auto;
    margin-left: auto;
    padding-left: 0;
    display: flex;
  }

  .dropdown-sedes {
    justify-content: space-around;
    align-items: flex-end;
    margin-left: auto;
    padding-left: 0;
    padding-right: 81px;
    display: flex;
  }

  .dropdown-sedes.w--open {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: auto;
    margin-left: auto;
    padding-left: 0;
    display: flex;
  }

  .header {
    padding-top: 0;
  }

  .profile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-2 {
    flex-basis: 100%;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .container-4.boxed {
    margin-left: 10px;
    margin-right: 10px;
  }

  .campaign.info {
    margin-top: 0;
    margin-left: 30px;
    padding-top: 0;
  }

  .campaign.photo {
    top: 10px;
  }

  .name-heading {
    margin-right: 40px;
    padding-right: 0;
    font-size: 11px;
  }

  .link.wrap:hover {
    box-shadow: 2px 9px 30px -20px #727272;
  }

  .button-descarga {
    margin-left: 0;
  }

  .collection-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .campaign-name {
    text-align: center;
    margin-top: 19px;
    font-size: 1rem;
  }

  .campaign-description {
    font-size: 13px;
  }

  .bold-text-4 {
    font-size: 16px;
  }

  .div-block-6 {
    margin-bottom: 0;
  }

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

  .container-5 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-5 {
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 0;
  }

  .dropdown-toggle {
    flex: 1;
    margin-left: 9px;
    margin-right: 33px;
    padding-left: 6px;
    padding-right: 0;
  }

  .text-block-27 {
    font-size: 11px;
  }

  .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
    font-size: 12px;
  }

  .block-botones-de-descarga {
    flex-direction: column;
    padding-left: 0;
  }

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

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-35 {
    font-size: 9px;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-fba65e44-507c-5d1b-bd29-ee716f8d8080-13a602e3, #w-node-fba65e44-507c-5d1b-bd29-ee716f8d808b-13a602e3, #w-node-fba65e44-507c-5d1b-bd29-ee716f8d8096-13a602e3, #w-node-fba65e44-507c-5d1b-bd29-ee716f8d80a1-13a602e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f651d99-1fd0-4b29-0714-79f2bcb5776f-bcb57755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2f651d99-1fd0-4b29-0714-79f2bcb5777b-bcb57755 {
  align-self: center;
  justify-self: start;
}
