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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.promolowheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2000px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.whitelogo {
  max-width: 100%;
  background-color: transparent;
}

.menu-button.white-menu-button {
  width: 56px;
  height: 56px;
  padding: 0px 12px 12px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.menu-button.white-menu-button {
  width: 56px;
  height: 56px;
  padding: 0px 12px 12px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.hero-promo-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.hero-promo-social-link:hover {
  opacity: 1;
}

.full-screen-menu-list {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, .09);
}

.nav-bar.ghost-nav-bar {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}

.contactbutton {
  height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: #ffa535;
  background-image: -webkit-linear-gradient(0deg, #ff753e, #ffb731);
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.contactbutton:hover {
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, .5);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.contactbutton.full-screen-button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: Exo, sans-serif;
  color: #333;
}

.contactbutton.full-screen-button:hover {
  box-shadow: 0 5px 18px 0 #087236;
}

.contactbutton.ghost-button {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
}

.contactbutton.ghost-button:hover {
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #2e323c;
}

.contactbutton.ghost-button.hero-promo-button {
  margin: 40px;
  box-shadow: inset 0 0 0 2px #0a7a3b;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
  font-family: Exo, sans-serif;
  color: #0a7a3b;
}

.contactbutton.ghost-button.hero-promo-button:hover {
  background-color: #0a7a3b;
  box-shadow: inset 0 0 0 2px #0a7a3b;
  color: #fff;
}

.logo-link {
  padding: 25px 16px 23px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-line {
  width: 62%;
  height: 2px;
  background-color: #ffa535;
  background-image: -webkit-linear-gradient(0deg, #ff753e, #ffb731);
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.full-screen-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  padding: 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e323c;
  background-image: -webkit-linear-gradient(270deg, #252525, #252525), url('../images/silvio-kundt-65518.jpg');
  background-image: linear-gradient(180deg, #252525, #252525), url('../images/silvio-kundt-65518.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.menu-line-2 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.menu-line-2.menu-bottom-line {
  left: 12px;
  top: 12px;
  width: 12px;
  margin-top: 4px;
  background-color: #087236;
}

.menu-line-2.menu-top-line {
  width: 20px;
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #087236;
}

.menu-line-2.menu-middle-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-color: #087236;
}

.full-screen-nav-link {
  padding: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.full-screen-nav-link:hover {
  color: #107139;
}

.full-screen-nav-link:focus {
  color: #107139;
}

.full-screen-nav-link.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #107139;
}

.full-screen-nav-link.w--current:focus {
  color: #087236;
}

.full-screen-social {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  background-image: url('../images/puffLoader.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.hero-promo-bottom {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-promo-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scrolldesktop {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 24px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #333;
}

.mouse-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  padding-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #087236;
  border-radius: 12px;
}

.mouse-wheel-icon {
  width: 4px;
  height: 8px;
  border-radius: 2px;
  background-color: #087236;
}

.menu-icon-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.whitelogofs {
  max-width: 100%;
  margin-left: 8px;
  padding-left: 0px;
  background-color: transparent;
}

.hero-promo-small-header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #0a7a3b;
  font-size: 40px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 15px;
  text-transform: uppercase;
}

.hero-small-header-2 {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #087236;
  font-size: 40px;
  line-height: 70px;
  font-weight: 900;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-shadow: none;
}

.quienes-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: -webkit-linear-gradient(270deg, #d8dbe2, #d8dbe2);
  background-image: linear-gradient(180deg, #d8dbe2, #d8dbe2);
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  background-color: #c5b9bb;
  background-attachment: fixed;
  color: #e4dddc;
}

.mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  background-color: transparent;
}

.body {
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.scrollmobile {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 24px 24px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mision-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #d9e0db, #d9e0db);
  background-image: linear-gradient(180deg, #d9e0db, #d9e0db);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
}

.promoheader {
  display: block;
  width: 100%;
  height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  background-image: -webkit-linear-gradient(270deg, #d8dbe2, #d8dbe2);
  background-image: linear-gradient(180deg, #d8dbe2, #d8dbe2);
}

.div-block-11 {
  background-image: -webkit-linear-gradient(270deg, #d8dbe2, #d8dbe2);
  background-image: linear-gradient(180deg, #d8dbe2, #d8dbe2);
}

.link-arrow-text {
  display: inline-block;
}

.link-arrow-text.white-text {
  line-height: 16px;
}

.wrapper-2 {
  max-width: 1200px;
  background-color: transparent;
}

.wrapper-2.services-big-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -120px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-color-card {
  position: relative;
  left: 16.6666666%;
  z-index: 1;
  display: block;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 100px 56px 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #8dcca8;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, .27);
  color: #333;
  text-align: left;
}

.service-color-card.service-card-right {
  left: auto;
  right: 16.6666666%;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.service-color-card-text {
  display: block;
  overflow: visible;
  width: auto;
  padding-right: 0px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #333;
  text-align: justify;
}

.section-2 {
  overflow: hidden;
  padding: 120px 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.section-2.grey-section {
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
}

.section-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.service-image {
  width: 66.66666667%;
  height: 560px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #e1e3ea;
}

.service-image.service-image-3 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image.service-image-4 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.service-image-1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.service-image-2 {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.service-image-5 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
}

.link-arrow {
  color: #2e323c;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-small-header {
  margin-bottom: 0px;
  color: #0a7a3b;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.service-card-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-card-big.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-3 {
  background-image: -webkit-linear-gradient(270deg, #3b5998, #3b5998);
  background-image: linear-gradient(180deg, #3b5998, #3b5998);
}

.button-3 {
  -webkit-transition: box-shadow 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease;
}

.mission {
  position: static;
  left: 0%;
  right: 20%;
  z-index: 1;
  display: block;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 64px 64px 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, .27);
  color: #fff;
  text-align: left;
}

.heading {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.flowermision {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: -2%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.contact-wrapper {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
}

.headercontact {
  color: #063;
}

.close-link {
  display: block;
  float: right;
  clear: none;
  color: #999;
  font-size: 15px;
  text-decoration: none;
}

.close-link:hover {
  color: #063;
}

.paragraph-3 {
  text-align: left;
}

.div-block-16 {
  background-color: rgba(0, 0, 0, .15);
}

.aboutcontainer {
  padding: 30px;
}

.wrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row {
  padding: 0px 29px;
}

.map {
  width: 100%;
  height: 200px;
  margin: 0px;
  padding: 0px;
}

.container {
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-3 {
  position: relative;
  z-index: 2;
  padding: 60px 5% 10px;
  background-color: #ebebeb;
}

.footer-3-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row-5 {
  display: block;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-3-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(79, 94, 120, .23);
}

.footer-3-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-3-copywrite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Exo, sans-serif;
  color: #4f5e78;
  font-weight: 500;
}

.footer-3-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Exo, sans-serif;
  color: #4f5e78;
  line-height: 23px;
  font-weight: 500;
  text-align: right;
}

.section-3 {
  z-index: 1;
}

.logowhite {
  padding: 25px 16px 23px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowersomos {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: -2%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

html.w-mod-js *[data-ix="preloader"] {
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="menubutton"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-right-2"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .content {
    margin-left: 0px;
  }
  .promolowheader {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/background.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .whitelogo {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button {
    color: #2e323c;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #2e323c;
  }
  .nav-bar {
    padding-right: 0px;
    padding-left: 2px;
  }
  .nav-bar.ghost-nav-bar {
    margin-top: 10px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .contactbutton.full-screen-button {
    right: 24px;
    bottom: 24px;
  }
  .contactbutton.ghost-button.hero-promo-button {
    margin: 24px;
  }
  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
    padding-left: 20px;
  }
  .full-screen-menu {
    max-height: 100vh;
  }
  .full-screen-nav-link {
    font-size: 36px;
    line-height: 72px;
  }
  .full-screen-social {
    padding: 24px;
  }
  .hero-promo-bottom {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .hero-promo-social {
    padding: 24px;
  }
  .scrolldesktop {
    display: none;
    padding-bottom: 24px;
  }
  .mouse-icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mouse-wheel-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .whitelogofs {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-promo-small-header {
    margin-top: 140px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 70px;
  }
  .hero-small-header-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
  }
  .quienes-section {
    background-image: -webkit-linear-gradient(270deg, #d8dbe2, #d8dbe2);
    background-image: linear-gradient(180deg, #d8dbe2, #d8dbe2);
  }
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 150px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .scrollmobile {
    margin-bottom: 50px;
  }
  .service-color-card {
    left: 25%;
    padding: 40px 40px 32px;
  }
  .service-color-card.service-card-right {
    right: 25%;
  }
  .service-color-card-text {
    font-size: 15px;
  }
  .section-2 {
    padding: 100px 8px;
  }
  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }
  .service-image {
    width: 75%;
    height: 440px;
  }
  .service-card-big {
    padding-right: 8px;
    padding-left: 8px;
  }
  .mission {
    left: 25%;
    width: 70%;
    padding: 40px 40px 32px;
  }
  .div-block-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flowermision {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .wrapper2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 150px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .footer-3-wrap {
    width: 100%;
    margin-left: 0px;
  }
  .row-5 {
    display: block;
  }
  .logowhite {
    padding: 31px 0px 0px 4px;
  }
  .flowersomos {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 767px) {
  .whitelogo {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }
  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .menu-button.white-menu-button {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
  }
  .menu-button.white-menu-button {
    margin-right: 0px;
  }
  .full-screen-menu-list {
    width: 60%;
  }
  .nav-bar.ghost-nav-bar {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contactbutton.full-screen-button {
    right: 16px;
    bottom: 16px;
  }
  .contactbutton.ghost-button.hero-promo-button {
    margin: 16px;
  }
  .logo-link {
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 15px;
  }
  .logo-link.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .full-screen-nav-link {
    font-size: 32px;
    line-height: 64px;
  }
  .full-screen-social {
    padding: 16px;
  }
  .hero-promo-bottom {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .hero-promo-social {
    padding: 16px;
  }
  .scrolldesktop {
    display: none;
  }
  .whitelogofs {
    max-width: 100%;
  }
  .hero-promo-small-header {
    max-width: 100%;
    margin-top: 110px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 30px;
    text-align: center;
    letter-spacing: 5px;
  }
  .hero-small-header-2 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .wrapper {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .scrollmobile {
    margin-bottom: 70px;
  }
  .mision-section {
    background-image: -webkit-linear-gradient(270deg, #d9e0db, #d9e0db);
    background-image: linear-gradient(180deg, #d9e0db, #d9e0db);
  }
  .div-block-11 {
    background-image: -webkit-linear-gradient(270deg, #d9e0db, #d9e0db);
    background-image: linear-gradient(180deg, #d9e0db, #d9e0db);
  }
  .wrapper-2.services-big-cards {
    margin-bottom: -80px;
  }
  .service-color-card {
    position: relative;
    left: 0%;
    z-index: 1;
    width: auto;
    margin-top: -72px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 24px;
    text-align: center;
  }
  .service-color-card.service-card-right {
    right: auto;
  }
  .service-color-card-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-header-wrapper {
    padding-bottom: 40px;
  }
  .service-image {
    width: 100%;
    height: 400px;
  }
  .section-header {
    margin-top: 16px;
  }
  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }
  .section-small-header {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .service-card-big {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-card-big.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mission {
    position: relative;
    left: 0%;
    z-index: 1;
    width: auto;
    margin-top: -72px;
    margin-right: 16px;
    margin-left: 16px;
    padding: 24px;
    text-align: center;
  }
  .flowermision {
    max-width: 90%;
    margin-bottom: 11%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-2 {
    text-align: left;
  }
  .wrapper2 {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-3-col-2 {
    display: none;
  }
  .row-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-3-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-3-copywrite {
    text-align: center;
  }
  .logowhite {
    margin-top: 0px;
    padding: 22px 15px 0px 1px;
  }
  .logowhite.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .flowersomos {
    max-width: 90%;
    margin-bottom: 11%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 479px) {
  .promolowheader {
    background-position: 0px 0px;
    background-size: cover;
  }
  .whitelogo {
    max-width: 100%;
  }
  .full-screen-menu-list {
    width: 100%;
    font-size: 14px;
  }
  .nav-bar.ghost-nav-bar {
    margin-top: 0px;
    padding-top: 10px;
  }
  .logo-link {
    padding-left: 15px;
  }
  .full-screen-nav-link {
    font-size: 24px;
  }
  .full-screen-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .hero-promo-bottom {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .hero-promo-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .mouse-icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .whitelogofs {
    max-width: 100%;
  }
  .hero-promo-small-header {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
  }
  .hero-small-header-2 {
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-bottom: 100px;
    text-align: center;
  }
  .quienes-section {
    height: 900px;
    margin-bottom: 0%;
    background-image: -webkit-linear-gradient(270deg, #d8dbe2, #d8dbe2);
    background-image: linear-gradient(180deg, #d8dbe2, #d8dbe2);
  }
  .wrapper {
    display: block;
    max-height: 50%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .scrollmobile {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .mision-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1700px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, #d9e0db, #d9e0db);
    background-image: linear-gradient(180deg, #d9e0db, #d9e0db);
  }
  .div-block-11 {
    background-image: -webkit-linear-gradient(270deg, #d8dbe2, #d8dbe2);
    background-image: linear-gradient(180deg, #d8dbe2, #d8dbe2);
  }
  .service-color-card {
    margin-top: -48px;
  }
  .service-color-card-text {
    padding-right: 7px;
    padding-left: 7px;
    text-align: left;
  }
  .section-header-wrapper {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .service-image {
    height: 240px;
  }
  .mission {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-15 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flowermision {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -2%;
    margin-left: 0%;
  }
  .heading-2 {
    overflow: visible;
    margin-right: -11px;
    float: none;
    clear: none;
    font-size: 16px;
    text-align: left;
    -webkit-column-count: auto;
    column-count: auto;
  }
  .contact-wrapper {
    position: relative;
    left: 0px;
    bottom: 40px;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding: 15px;
  }
  .heading-3 {
    float: none;
    font-size: 16px;
    text-align: left;
  }
  .heading-4 {
    font-size: 16px;
    text-align: left;
  }
  .heading-5 {
    font-size: 16px;
    text-align: left;
  }
  .heading-6 {
    font-size: 16px;
    text-align: left;
  }
  .wrapper2 {
    max-height: 50%;
    margin-top: 0px;
    padding-left: 50px;
    text-align: center;
  }
  .map {
    width: 100%;
    height: 30%;
  }
  .footer-3-copywrite {
    text-align: center;
  }
  .logowhite {
    margin-right: -1px;
    padding: 22px 15px 0px 1px;
  }
  .flowersomos {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -2%;
    margin-left: 0%;
  }
}

