.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.col {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.col-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col.no-gutters {
  padding-right: 0px;
  padding-left: 0px;
}

.col.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.col.col-m-12 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.col-1 {
  max-width: 8.333333%;
  -webkit-flex-basis: 8.33%;
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
}

.col.col-9 {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.col.order-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.col.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.col.col-2 {
  max-width: 16.666667%;
  -webkit-flex-basis: 16.67%;
  -ms-flex-preferred-size: 16.67%;
  flex-basis: 16.67%;
}

.col.col-4 {
  max-width: 33.333333%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.col.col-12 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.col.col-11 {
  max-width: 91.666667%;
  -webkit-flex-basis: 91.67%;
  -ms-flex-preferred-size: 91.67%;
  flex-basis: 91.67%;
}

.col.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.col.col-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col.col-10 {
  max-width: 83.333333%;
  -webkit-flex-basis: 83.33%;
  -ms-flex-preferred-size: 83.33%;
  flex-basis: 83.33%;
}

.col.col-8 {
  max-width: 66.666667%;
  -webkit-flex-basis: 66.67%;
  -ms-flex-preferred-size: 66.67%;
  flex-basis: 66.67%;
}

.col.col-5 {
  max-width: 41.666667%;
  -webkit-flex-basis: 41.67%;
  -ms-flex-preferred-size: 41.67%;
  flex-basis: 41.67%;
}

.col.col-7 {
  max-width: 58.333333%;
  -webkit-flex-basis: 58.33%;
  -ms-flex-preferred-size: 58.33%;
  flex-basis: 58.33%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

.row.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.inner-div-example {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #c0e5ff;
  background-color: #f3faff;
  text-align: center;
}

.container-fluid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  display: block;
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.fade {
  background-color: #f8fcff;
}

.no-margin {
  margin: 0px;
}

.no-margin-t {
  margin-top: 0px;
}

.no-margin-r {
  margin-right: 0px;
}

.no-margin-b {
  margin-bottom: 0px;
}

.no-margin-l {
  margin-left: 0px;
}

.no-padding {
  padding: 0px;
}

.no-padding-t {
  padding-top: 0px;
}

.no-padding-r {
  padding-right: 0px;
}

.no-padding-b {
  padding-bottom: 0px;
}

.no-padding-l {
  padding-left: 0px;
}

.black-bg {
  background-color: #000;
}

.white-text {
  color: #fff;
}

.center {
  text-align: center;
}

.left-aligned {
  text-align: left;
}

.right-aligned {
  text-align: right;
}

.m-t-20 {
  margin-top: 20px;
}

.p-t-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.m-b-20 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.p-b-50 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.p-b-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.m-b-30 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.m-t-10 {
  display: inline-block;
  margin-top: 10px;
}

.p-t-40 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
}

.m-b-40 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.p-b-60 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
}

.m-b-60 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.p-t-50 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
}

.p-b-40 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.m-t-50 {
  margin-top: 60px;
}

.p-t-30 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
}

.p-b-30 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.p-t-60 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
}

.m-b-10 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.m-b-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-b-20 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.p-t-20 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-60 {
  margin-top: 60px;
}

.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;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.type-column-1 {
  padding-right: 20px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  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;
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.button {
  height: 44px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #3898ec;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.hamburger-menu-list {
  padding-top: 10px;
  background-color: transparent;
}

.bubbly-nav-menu {
  top: 90px;
  background-color: transparent;
}

.hamburger-menu-item {
  background-color: #fff;
  color: #df7134;
}

.point-left-nav {
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.open-close-mask {
  position: absolute;
  top: 0px;
  right: 65px;
  bottom: 0px;
  overflow: hidden;
  width: 70px;
  height: 50px;
}

.open-close-mask.moose {
  margin-top: 8px;
}

.square-front {
  position: absolute;
  left: 0px;
  top: 7px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.melted {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 75px;
  background-color: #000;
}

.melted.w--open {
  background-color: #000;
}

.close {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.container-2 {
  position: relative;
  height: 60px;
}

.moose-line-1---2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.nav-container {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 5px;
}

.spring-3 {
  position: absolute;
  left: 0px;
  top: 43px;
  right: 0px;
  display: block;
  width: 45px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #333;
}

.open {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.moose-menu-button {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.39);
}

.moose-menu-button.w--open {
  background-color: #fff;
}

.moose-navbar {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.example-navbar {
  padding-top: 20px;
  background-color: transparent;
}

.x-menu {
  background-color: transparent;
}

.sliding-block {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 60px;
  max-width: 250px;
  float: right;
  clear: none;
  background-color: #cea142;
}

.simple-nav-link-holder {
  background-color: hsla(0, 0%, 100%, 0);
}

.square-parent {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.spring-2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 45px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #333;
}

.hamburger-menu {
  background-color: transparent;
}

.top-bubble {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.lettuce {
  position: absolute;
  left: -1px;
  top: -2px;
  right: 0px;
  display: block;
  width: 42px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #6ace61;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.line-1.simple.white {
  background-color: #fff;
}

.line-1.v2 {
  width: 30px;
  background-color: #fff;
}

.nav-link-bubble {
  width: 100%;
  margin-top: 10px;
  border-radius: 55px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, padding 350ms ease;
  transition: color 200ms ease, padding 350ms ease;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 1px;
}

.nav-link-bubble:hover {
  padding-left: 30px;
}

.triangle-nav-button {
  width: 50px;
  height: 50px;
  padding: 0px;
  border-right: 2px solid #786df7;
  border-bottom: 2px solid #786df7;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #4c459e;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

.triangle-nav-button:hover {
  box-shadow: 4px 4px 0 0 #4c459e;
}

.triangle-nav-button.w--open {
  border-bottom: 2px solid #4c459e;
  border-right-color: #4c459e;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #786df7;
}

.rightx {
  position: absolute;
  top: 14px;
  right: 8px;
  width: 25px;
  height: 3px;
  background-color: #cea142;
  -webkit-transform: rotateX(0deg) rotateY(-45deg) rotateZ(0deg) translate3d(-10px, 0px, -15px);
  transform: rotateX(0deg) rotateY(-45deg) rotateZ(0deg) translate3d(-10px, 0px, -15px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rightx._3 {
  top: 34px;
}

.rightx._2 {
  top: 24px;
}

.triangle-nav-menu {
  background-color: transparent;
}

.spring-menu {
  left: 0px;
  right: 0px;
  z-index: 10;
  overflow: hidden;
  margin-top: 70px;
  border-radius: 5px;
  background-color: #786df7;
  color: #fff;
}

.nav-link-holder {
  width: 100%;
  height: 60px;
  max-width: 250px;
  margin-top: 2.75px;
  margin-bottom: 2.75px;
  float: right;
  clear: both;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
}

.nav-link-holder:hover {
  color: #fff;
}

.hamburger-button {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
}

.hamburger-button.w--open {
  background-color: #fff;
}

.bottom-bubble {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.moose-color-overlay-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #14213d;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.triangle {
  position: relative;
  top: 10.5px;
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-left: auto;
  border-right: 13px solid transparent;
  border-bottom: 23px solid #786df7;
  border-left: 13px solid transparent;
}

.flipper-nav-container {
  position: relative;
  left: 0px;
  right: 0px;
  height: 43px;
  border-radius: 25px;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.v2 {
  width: 30px;
  background-color: #fff;
}

.line-3.simple {
  top: 38px;
}

.line-3.simple.white {
  background-color: #fff;
}

.spring-1 {
  position: absolute;
  left: 0px;
  top: 12px;
  right: 0px;
  display: block;
  width: 45px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #333;
}

.triangle-link {
  right: 5px;
  width: 75%;
  margin-top: 10px;
  float: right;
  clear: left;
  border-right: 2px solid #4c459e;
  border-bottom: 2px solid #4c459e;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #786df7;
  -webkit-transition: box-shadow 250ms ease, border-color 250ms ease;
  transition: box-shadow 250ms ease, border-color 250ms ease;
  color: #786df7;
  font-size: 18px;
}

.triangle-link:hover {
  border-right-color: #786df7;
  border-bottom-color: #786df7;
  box-shadow: 4px 4px 0 0 #4c459e;
}

.spring-nav-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 3px;
  background-color: #fff;
}

.spring-nav-menu.w--open {
  background-color: #fff;
}

.leftx {
  position: absolute;
  left: 8px;
  top: 14px;
  width: 25px;
  height: 3px;
  float: left;
  clear: left;
  background-color: #cea142;
  -webkit-transform: perspective(1200px) rotateX(0deg) rotateY(45deg) rotateZ(0deg) translate3d(10px, 0px, -15px);
  transform: perspective(1200px) rotateX(0deg) rotateY(45deg) rotateZ(0deg) translate3d(10px, 0px, -15px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.leftx._3 {
  top: 34px;
}

.leftx._2 {
  top: 24px;
}

.moose-nav-link {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 85px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: letter-spacing 250ms ease, border-color 250ms ease, width 250ms ease;
  transition: letter-spacing 250ms ease, border-color 250ms ease, width 250ms ease;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.moose-nav-link:hover {
  width: 100%;
  border-bottom: 3px solid #cea142;
  letter-spacing: 2px;
}

.moose-line-1 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.nav-links {
  width: 100%;
  float: left;
  clear: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.x-menu-button {
  width: 65px;
  height: 65px;
  padding: 5px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.x-menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0);
}

.flipper-nav-button {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 43px;
  height: 43px;
  padding: 0px;
  border-radius: 55px;
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
}

.flipper-nav-button.w--open {
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
}

.moose-line-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.button-10 {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #4de79d;
}

.button-10.w--open {
  background-color: #48d591;
}

.triangle-nav {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.purple-nav-link {
  right: 3px;
  width: 52%;
  margin-top: 10px;
  float: right;
  clear: left;
  border-radius: 50px;
  background-color: #786df7;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
  -webkit-transition: letter-spacing 250ms ease, width 250ms ease;
  transition: letter-spacing 250ms ease, width 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 2px;
}

.purple-nav-link:hover {
  width: 55%;
  letter-spacing: 4px;
}

.top-bun {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  display: block;
  width: 35px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px 25px 0px 0px;
  background-color: #fdba58;
  box-shadow: 1px 1px 0 0 #be9848;
}

.menu-row {
  position: relative;
  background-color: #f5f5f5;
}

.x-line {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 45px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cea142;
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  -ms-transform: translate(0px, -50%) rotate(45deg);
  transform: translate(0px, -50%) rotate(45deg);
}

.x-line._2 {
  -webkit-transform: translate(0px, -50%) rotate(-45deg);
  -ms-transform: translate(0px, -50%) rotate(-45deg);
  transform: translate(0px, -50%) rotate(-45deg);
}

.moose-nav-menu {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.middle-bubble {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.spring-nav {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.bottom-bun {
  position: absolute;
  left: 0px;
  top: 37px;
  right: 0px;
  display: block;
  width: 35px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fdba58;
  box-shadow: 1px 1px 0 0 #be9848;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.v2 {
  background-color: #fff;
}

.line-2.simple {
  top: 28px;
}

.line-2.simple.white {
  background-color: #fff;
}

.splash-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
}

.tomato {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2px;
  display: block;
  width: 30px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e91111;
  box-shadow: 1px 1px 0 0 #b90707;
}

.hamburger-meat {
  position: absolute;
  left: 0px;
  top: 29px;
  right: 0px;
  display: block;
  width: 40px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #63452d;
}

.menu-column {
  overflow: hidden;
  height: 50vh;
  padding-top: 10px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #fff;
}

.menu-column.padded-top {
  padding-top: 10px;
}

.menu-column.middle {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.line2-1 {
  position: absolute;
  left: 0px;
  top: 19px;
  right: 0px;
  display: none;
  width: 0px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #7a7a7a;
}

.flipper-nav-link-menu {
  top: 62px;
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0);
}

.square-floor {
  position: absolute;
  left: 8px;
  top: 7px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  -webkit-perspective: 9999px;
  perspective: 9999px;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-nav {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.menu-button {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: visible;
  width: 41px;
  height: 43px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

.menu-button.w--open {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: transparent;
}

.simple-link {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #afafaf;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #333;
}

.number {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  padding: 20px;
  background-color: #333;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
}

.nav-link {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 60px;
  max-width: 360px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  clear: both;
  border: 2px solid #5fc9f3;
  -webkit-transition: background-color 200ms ease, color 250ms ease, text-shadow 250ms ease;
  transition: background-color 200ms ease, color 250ms ease, text-shadow 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: right;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  text-shadow: 0 0 0 #000;
}

.nav-link.w--current {
  max-width: 250px;
  border-color: #fff;
  color: #7a7a7a;
}

.nav-link.w--current:hover {
  color: #333;
}

.nav-link.white {
  border-color: #7a7a7a;
}

.nav-link.white:hover {
  color: #fff;
}

.simple-nav {
  background-color: hsla(0, 0%, 100%, 0);
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.simple-menu-button.circular {
  border-radius: 55px;
}

.nav-menu {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.moose-line-2-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  background-color: transparent;
}

.bottom-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #363b4e;
}

.light-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 26px;
  text-align: center;
}

.ditrans-logo {
  background-image: url('../images/ditrans-logo-white-full.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.link {
  color: #94e6a5;
}

.link.white {
  color: #fff;
}

.flex-body-copied {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -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: linear-gradient(45deg, #e4e4e4, #fff);
}

.container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-dyn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-item {
  min-width: 33.33%;
  padding: 2px;
}

.gallery-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 250px;
  -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: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gallery-thumb-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  font-family: Inconsolata, monospace;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.gallery-modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  padding: 100px;
  -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-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87));
}

.gallery-modal-image {
  position: relative;
  z-index: 10;
  height: 100%;
  max-width: 1100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.21);
}

.gallery-modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 12px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.close-button:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.body {
  font-family: komet;
  color: #354463;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.logo-text {
  width: 160px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: poynter-oldstyle-display;
  font-size: 22px;
  line-height: 28px;
}

.nav-link-2 {
  margin: 20px 37px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}

.nav-link-2:hover {
  opacity: 0.5;
}

.nav-link-2.w--current {
  color: #354463;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2.contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 190px;
  margin-left: 0px;
  padding-top: 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: 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;
  border-radius: 30px;
  background-color: #eb6e14;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.nav-link-2.contact-btn:hover {
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 1;
  color: #fff;
}

.nav-link-2.last {
  margin-right: 52px;
}

.nav-link-2.contact-btn-copy {
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 30px;
  background-color: #eb6e14;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0px;
}

.nav-link-2.contact-btn-copy:hover {
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 1;
  color: #fff;
}

.contain {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contain.flex {
  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: 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;
}

.contain.flex.no-padding {
  position: -webkit-sticky;
  position: sticky;
  background-color: transparent;
  color: transparent;
}

.contain.relative {
  position: relative;
  padding-top: 96px;
  padding-bottom: 80px;
}

.brand {
  margin-top: 30px;
  margin-bottom: 30px;
}

.brand.footer {
  margin-top: 0px;
  margin-bottom: 0px;
}

.brand.nav.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.home-hero-section {
  position: relative;
  z-index: 10;
  display: none;
  max-height: 100vh;
  padding-top: 220px;
  padding-bottom: 220px;
  overflow: hidden;
  background-color: #000;
  color: #fff;
}

.home-hero-section .contain {
  position: relative;
  z-index: 2;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.flex-hor-left-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.flex-hor-left-middle.tablet-reverse {
  margin-top: 200px;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.white-hero-div {
  position: relative;
  padding: 76px 64px 119px;
  background-color: #fff;
}

.white-hero-div.absolute {
  position: absolute;
  right: 0px;
  bottom: -60px;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.white-hero-div.story-quote {
  padding-bottom: 76px;
}

.white-hero-div.home {
  width: 50%;
}

.hero-brush-text {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Droid Serif', serif;
  color: #e07115;
  font-size: 72px;
  line-height: 76px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.block-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: -16px;
  margin-left: 64px;
  padding: 11px 40px;
  background-color: #354463;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-tag.center {
  position: static;
  left: 36%;
  margin-top: -23px;
  margin-left: 0px;
}

.block-tag.white {
  position: static;
  margin-left: 0px;
  background-color: #fff;
  color: #354463;
}

.block-tag.white.no-top-margin {
  margin-top: 0px;
}

.block-tag.white.wider {
  padding-right: 64px;
  padding-left: 64px;
}

.block-tag.white.blog-grid {
  margin-top: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  font-family: poynter-oldstyle-display;
  font-size: 44px;
  line-height: 56px;
}

.blue-sentence-link {
  display: inline-block;
  margin-top: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #354463;
}

.blue-sentence-link:hover {
  opacity: 0.5;
}

.nav-menu-2 {
  height: 100%;
}

.take-action-section {
  display: block;
  background-color: #282828;
}

.take-action-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 75px 60px;
  -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;
}

.take-action-column {
  width: 25%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.take-action-column.two {
  padding-right: 28px;
  padding-left: 0px;
}

.take-action-column.three {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 28px;
}

.take-action-column.one {
  padding-right: 56px;
  padding-left: 0px;
}

.take-action-column.four {
  margin-left: 0px;
  padding-left: 56px;
}

.heading-sm {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 20px;
  font-family: Obviawide, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.heading-sm.white {
  color: #fff;
}

.heading-sm.what-we-do-col-bg {
  background-color: transparent;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-3-ditrans {
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 0px;
  background-color: #eb6e14;
}

.div-block-3 {
  margin-top: 16px;
}

.headline-lrg {
  display: block;
  width: 75%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  font-family: Obviawide, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.headline-lrg.blue {
  margin-top: 0px;
  padding-right: 40px;
  font-family: Obviawide, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}

.text-block {
  position: relative;
  left: auto;
  top: -5%;
  right: 26%;
  bottom: auto;
  z-index: 2;
  margin-top: 0px;
  margin-left: 0px;
}

.text-block.about {
  right: 0%;
}

.text-block.team {
  position: static;
}

.text-block.slider {
  position: absolute;
  left: auto;
  top: -5%;
  right: 37%;
  bottom: auto;
  z-index: 5;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #354463;
}

.text-block.climate-change-stats {
  right: auto;
}

.text-block.home-hero {
  right: auto;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: -16px;
  margin-left: 64px;
}

.div-block-4.about {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
}

.what-we-do-col {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  float: left;
}

.what-we-do-col.center {
  width: 100%;
}

.what-we-do-col.last {
  max-width: 100%;
}

.what-we-do-col-bg {
  width: 100%;
  margin-top: 0px;
  padding: 30px;
  background-color: #fff;
  text-align: left;
}

.what-we-do-image {
  z-index: 10;
}

.what-we-do-image.two {
  background-image: url('../images/image-01.png');
}

.what-we-do-image.three {
  background-image: url('../images/image-01.png');
}

.cta-btn {
  padding: 13px 40px;
  border-radius: 30px;
  background-color: #c1f7d5;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: poynter-oldstyle-display;
  color: #354463;
  font-size: 18px;
  line-height: 22px;
}

.cta-btn:hover {
  background-color: #354463;
  color: #c1f7d5;
}

.div-block-7 {
  position: static;
  display: block;
  float: none;
}

.col-wrap {
  width: auto;
  float: left;
}

.col-wrap.middle {
  margin-right: 0px;
  margin-left: 0px;
}

.left-float {
  float: left;
}

.climate-hunger-section {
  display: none;
  padding-top: 100px;
  padding-bottom: 0px;
  -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;
}

.div-block-8 {
  width: 50%;
}

.brush-text {
  width: 365px;
  max-width: 100%;
  margin-top: 30px;
  font-family: flood-std;
  color: #fff;
  font-size: 72px;
  line-height: 76px;
}

.flex-vert-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.did-you-know-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  -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;
}

.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 50px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.did-you-know-div {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 55px 64px;
  background-color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 140px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plus-span {
  display: inline-block;
  margin-left: 5px;
}

.twitter-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-left: 7px;
  border: 2px solid #c1f7d5;
  border-radius: 50%;
  background-color: #c1f7d5;
  background-image: url('../images/iconmonstr-twitter-1.svg');
  background-position: 50% 50%;
  background-size: 16px 13px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.twitter-circle:hover {
  border: 2px solid #354463;
  background-color: #c1f7d5;
}

.twitter-circle.home {
  margin-bottom: 16px;
}

.facebook-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-left: 7px;
  border: 2px solid #c1f7d5;
  border-radius: 50%;
  background-color: #c1f7d5;
  background-image: url('../images/iconmonstr-facebook-1.svg');
  background-position: 50% 50%;
  background-size: 8px 16px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.facebook-circle:hover {
  border-color: #354463;
}

.div-block-4-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: -23px;
  margin-left: 64px;
}

.slide-nav {
  left: 0px;
  top: 61px;
  right: 0px;
  margin-top: -60px;
  margin-bottom: 0px;
  text-align: left;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.quote-div {
  position: relative;
  width: 50%;
  max-width: 50%;
  padding: 50px 64px 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #354463;
}

.div-block-13 {
  width: 50%;
}

.slide-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding-top: 64px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  max-width: 55%;
  margin-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.subheading-sm {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.subheading-sm.white {
  color: #fff;
}

.slider {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.testimonial-slider-section {
  padding-top: 108px;
  padding-bottom: 128px;
  background-color: #282828;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  padding-left: 0px;
}

.home-updates-section {
  padding-top: 60px;
  padding-bottom: 112px;
  background-color: #354463;
}

.accent-text-lg {
  width: 847px;
  max-width: 100%;
  margin-top: 0px;
  font-family: flood-std;
  color: #fff;
  font-size: 72px;
  line-height: 76px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.grid {
  max-width: 100%;
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 112px;
}

.image-2 {
  width: 100%;
}

.image-3 {
  width: 100%;
}

.div-block-15 {
  padding-right: 96px;
  padding-bottom: 50px;
}

.div-block-16 {
  margin-bottom: 50px;
}

.text-block-2 {
  width: auto;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.div-block-15-copy {
  max-width: 100%;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 96px;
}

.div-block-17 {
  width: 100%;
  background-image: url('../images/tree-planting2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-17-copy {
  width: 100%;
  background-image: url('../images/meeting2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-signup-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #c1f7d5;
}

.newsletter-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.newsletter-cta-wrap {
  width: 50%;
  margin-right: 30px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.email-input {
  width: auto;
  height: 48px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding: 10px 115px 13px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #354463;
  font-size: 17px;
  line-height: 30px;
}

.email-input:focus {
  border-color: #354463;
}

.email-input::-webkit-input-placeholder {
  color: #354463;
}

.email-input:-ms-input-placeholder {
  color: #354463;
}

.email-input::-ms-input-placeholder {
  color: #354463;
}

.email-input::placeholder {
  color: #354463;
}

.flex-hor-left-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-21 {
  width: auto;
  max-width: 100%;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.submit-btn {
  padding: 13px 37px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #354463;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: poynter-oldstyle-display;
  color: #c1f7d5;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.submit-btn:hover {
  background-color: #fff;
  color: #354463;
}

.footer-section {
  display: block;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #000;
}

.div-block-22 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-24 {
  display: block;
  height: 1px;
  margin-bottom: 12px;
  background-color: #fff;
}

.footer-col.middle {
  max-width: 100%;
}

.footer-brush-text {
  width: 180px;
  max-width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: flood-std;
  font-size: 44px;
  line-height: 46px;
  text-align: right;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: none;
}

.text-block-4 {
  border-top: 4px solid #fff;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-link.underline {
  text-decoration: none;
}

.footer-link.underlined {
  text-decoration: underline;
}

.div-block-25 {
  display: none;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-2 {
  color: #354463;
  text-decoration: none;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.burger-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
  cursor: pointer;
}

.div-block-29 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b4-bar1 {
  width: 18px;
  height: 4px;
  border-radius: 2px;
  background-color: #858eca;
}

.b4-bar-2 {
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #858eca;
}

.b4-bar3 {
  width: 18px;
  height: 4px;
  float: right;
  border-radius: 2px;
  background-color: #858eca;
}

.take-action-link {
  color: #354463;
  text-decoration: none;
}

.underline {
  width: 0%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #354463;
}

.about-hero-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(53, 68, 99, 0.29)), url('../images/annie-spratt-427339-unsplash_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-30 {
  background-color: #fff;
}

.values-icon {
  max-height: 56px;
  max-width: 56px;
}

.values-col {
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.values-col.second-row {
  margin-top: 60px;
}

.m-t-80 {
  margin-top: 80px;
}

.mission-values-section {
  padding-top: 88px;
  padding-bottom: 160px;
  background-color: #354463;
}

.team-section {
  padding-top: 128px;
  padding-bottom: 96px;
  background-color: #fff;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.body-text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
}

.team-section-description {
  width: 1034px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
}

.column-2 {
  padding-top: 10px;
}

.team-member-col {
  position: relative;
  width: 33%;
  margin-bottom: 70px;
  padding-right: 15px;
  padding-left: 15px;
}

.team-member-image {
  width: 93%;
  height: 320px;
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.35.07-PM2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-image.two {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.35.17-PM2x.png');
  background-size: 320px;
}

.team-member-image.three {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.35.37-PM2x.png');
  background-size: 320px;
}

.team-member-image.four {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.36.04-PM2x-1.png');
  background-size: 320px;
}

.team-member-image.five {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.36.19-PM2x.png');
  background-size: 320px;
}

.team-member-image.six {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.37.13-PM2x.png');
  background-size: 320px;
}

.team-member-name {
  width: 93%;
  margin-top: -24px;
  padding: 14px 10px 14px 30px;
  float: right;
  background-color: #354463;
  color: #fff;
}

.stats-section {
  position: relative;
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #354463;
  background-image: url('../images/Impact-Background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-31 {
  text-align: center;
}

.div-block-32 {
  display: block;
  width: 742px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.stat-number {
  margin-bottom: 0px;
  font-family: flood-std;
  color: #fff;
  font-size: 72px;
  line-height: 78px;
}

.about-history-section {
  padding-top: 128px;
  padding-bottom: 112px;
  background-color: #354463;
}

.history-slide {
  width: 33.33%;
}

.slide-2 {
  width: 33%;
}

.history-slide-wrap {
  margin-right: 16px;
  margin-left: 16px;
}

.history-slider-item-image {
  width: 100%;
  height: 250px;
  background-image: url('../images/Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.div-block-34 {
  padding: 32px;
  background-color: #fff;
}

.text-block-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  bottom: -50px;
}

.mask {
  width: auto;
}

.div-block-35 {
  position: relative;
  top: 23px;
  padding-left: 32px;
}

.navbar-2 {
  background-color: #fff;
  color: #fff;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.latest-blog-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #354463;
}

.m-b-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accent-heading {
  font-family: flood-std;
  color: #fff;
  font-size: 44px;
  line-height: 46px;
}

.accent-heading.blue {
  position: absolute;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  color: #354463;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.youtube-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-left: 7px;
  border: 2px solid #c1f7d5;
  border-radius: 50%;
  background-color: #c1f7d5;
  background-image: url('../images/social-1_logo-youtube2x_1social-1_logo-youtube@2x.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.youtube-circle:hover {
  border-color: #354463;
}

.instagram-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-left: 7px;
  border: 2px solid #c1f7d5;
  border-radius: 50%;
  background-color: #c1f7d5;
  background-image: url('../images/social-1_logo-instagram2x_1social-1_logo-instagram@2x.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.instagram-circle:hover {
  border-color: #354463;
}

.rss-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-left: 7px;
  border: 2px solid #c1f7d5;
  border-radius: 50%;
  background-color: #c1f7d5;
  background-image: url('../images/Group-512x_1Group 51@2x.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.rss-circle:hover {
  border-color: #354463;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  line-height: 16px;
  text-transform: uppercase;
}

.paragraph {
  display: block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.latest-blog-grid {
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.latest-blog-image-wrap {
  height: 416px;
  background-image: url('../images/Blog-post-image2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.latest-blog-content-wrap {
  padding: 60px 64px;
  background-color: #c1f7d5;
}

.medium-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: poynter-oldstyle-display;
  font-size: 36px;
  line-height: 46px;
}

.m-t-24 {
  margin-top: 24px;
}

.blog-grid-section {
  padding-top: 64px;
  padding-bottom: 122px;
}

.tabs-menu {
  display: inline-block;
  padding: 10px;
  border-radius: 50px;
  background-color: #354463;
  text-align: right;
}

.tabs {
  text-align: right;
}

.div-block-38 {
  position: relative;
}

.blog-post-tab-menu-link {
  background-color: hsla(0, 0%, 86.7%, 0);
  -webkit-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
  color: #c1f7d5;
  text-decoration: underline;
}

.blog-post-tab-menu-link:hover {
  font-size: 16px;
  text-decoration: none;
}

.blog-post-tab-menu-link.w--current {
  border-radius: 50px;
  background-color: #fff;
  color: #354463;
  text-decoration: none;
}

.div-block-39 {
  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;
}

.div-block-40 {
  position: relative;
  width: 48.5%;
  background-color: #354463;
}

.grid-2 {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-41 {
  height: 216px;
  background-image: url('../images/ian-macharia-509884-unsplash.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-42 {
  position: relative;
  padding: 50px 30px 30px;
  text-align: left;
}

.div-block-43 {
  position: absolute;
  left: 30px;
  top: -9%;
  right: auto;
  bottom: auto;
}

.div-block-43.event {
  left: 30px;
  top: 38%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.white-sentence-link {
  display: block;
  margin-top: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.white-sentence-link:hover {
  opacity: 0.5;
}

.div-block-44 {
  position: relative;
  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;
  background-color: #354463;
}

.div-block-45 {
  position: relative;
  height: 279px;
  background-image: url('../images/tree-planting.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-46 {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.tabs-content {
  margin-top: 60px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48 {
  width: 393px;
  max-width: 100%;
}

.stories-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #354463;
}

.stories-sidebar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 246px;
  margin-right: 64px;
}

.div-block-50 {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 768px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.stories-tabs-menu {
  margin-top: 40px;
}

.stories-tabs-menu.mobile-only {
  display: none;
}

.story-name {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #354463;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
}

.story-name.claudia {
  background-color: #c1f7d5;
  color: #354463;
  cursor: pointer;
}

.story-name.zainab {
  cursor: pointer;
}

.story-name.caritas {
  cursor: pointer;
}

.story-name.euphrasie {
  cursor: pointer;
}

.story-name.unis {
  cursor: pointer;
}

.story-name.regina {
  cursor: pointer;
}

.stories-tab-content {
  position: relative;
  width: 100%;
  padding-top: 545px;
}

.stories-tab-content.claudia {
  display: block;
}

.stories-tab-content.zainab {
  display: none;
}

.stories-tab-content.caritas {
  display: none;
}

.stories-tab-content.eurphrasie {
  display: none;
}

.stories-tab-content.unis {
  display: none;
}

.stories-tab-content.regina {
  display: none;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-52 {
  background-color: #fff;
}

.div-block-53 {
  width: 544px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-54 {
  padding-left: 63px;
}

.story-name-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: poynter-oldstyle-display;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
}

.story-body-text {
  margin-bottom: 32px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.success-message {
  background-color: #ddf6e6;
}

.text-block-8 {
  color: #354463;
  font-weight: 400;
}

.page-transition-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: #354463;
}

.lower-footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.lottie-animation {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.hero-brush-text-copy {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 72px;
  line-height: 76px;
  font-style: italic;
  font-weight: 600;
  text-align: left;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.text-block-9 {
  font-family: 'Open Sans', sans-serif;
  font-size: 100px;
  line-height: 100px;
  font-style: italic;
  font-weight: 700;
}

.text-block-10 {
  color: #eb6e14;
  font-size: 100px;
  line-height: 100px;
  font-style: italic;
}

.login-button {
  display: inline-block;
  min-width: 190px;
  margin-top: 20px;
  padding: 13px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eb6e14;
  border-radius: 35px;
  background-color: #eb6e14;
  -webkit-transition: box-shadow 300ms ease-in-out, background-color 200ms ease;
  transition: box-shadow 300ms ease-in-out, background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.login-button:hover {
  background-color: #000;
  box-shadow: 0 0 19px 0 rgba(12, 32, 80, 0.3);
}

.signup-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.44);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.signup-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #1875f0;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #1875f0;
}

.login-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.login-head {
  margin-top: 0px;
  font-family: Obviawide, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: left;
}

.field-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-wrapper {
  position: relative;
  width: 100%;
  min-height: 30px;
}

.field-wrapper.first-name-wrapper {
  margin-right: 15px;
}

.memberstack-form {
  position: relative;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: 600;
}

.signup-label {
  z-index: -1;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 2px;
  opacity: 0.6;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.terms-text {
  position: relative;
  top: -2px;
  padding-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.login-page-link {
  color: #000;
  font-weight: 600;
}

.error-message-3 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.gdpr-checkbox {
  margin-top: 0px;
  padding-left: 0px;
  text-align: left;
}

.text-block-11 {
  margin-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.text-block-12 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.text-block-13 {
  min-width: 35vw;
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Obviawide, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
}

.text-block-11-copy {
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Obviawide, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  text-align: left;
}

.text-block-11-copy1 {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 40px;
  font-family: Obviawide, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 65px;
  font-weight: 500;
  text-align: left;
}

.column-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.take-action-row-servicios {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/image-01.png');
  background-position: 0px 0px;
  background-size: cover;
}

.contain-copy {
  display: none;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/Group-5.png');
  background-position: 0px 0px;
  background-size: cover;
}

.contain-copy.flex {
  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: 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;
}

.contain-copy.relative {
  position: relative;
  padding-top: 96px;
  padding-bottom: 80px;
}

.text-block-14 {
  font-family: Obviawide, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 150px;
  font-weight: 500;
  text-align: center;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-15 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.text-block-16 {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.signup-label1 {
  z-index: -1;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0px;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #6a6a6a;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.text-block-17 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.text-block-18 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
}

.home-updates-section-categoria {
  height: 10.90261%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eb6e14;
}

.margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 180px;
  padding-right: 0px;
  padding-left: 20px;
  -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;
}

.image-5 {
  display: block;
  max-width: 100%;
}

.section-2 {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-4 {
  position: relative;
  height: 570px;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  box-shadow: 4px 4px 12px -2px #000;
}

.section-4 {
  overflow: hidden;
}

.image-7 {
  position: absolute;
}

.container-5 {
  display: inline-block;
}

.div-block-57 {
  background-image: url('../images/Group-92.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.tabs-menu-2 {
  top: 250px;
  display: block;
  -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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
}

.tab-link-tab-1 {
  padding-left: 0px;
  background-color: transparent;
}

.text-block-19 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18.2px;
  font-weight: 700;
}

.tab-link-tab-2 {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18.2px;
  font-weight: 400;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
}

.tab-link-tab-3 {
  background-color: transparent;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18.2px;
  font-weight: 700;
}

.text-block-20 {
  font-weight: 700;
}

.text-block-21 {
  font-family: Opensans, sans-serif;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

.text-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 15px;
  -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-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: Obviawide, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
}

.image-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 100%;
}

.text-block-23 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18.2px;
  font-weight: 700;
}

.mapa {
  width: 1145px;
  height: 680px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.formulario {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.login-page-wrappersolpago {
  position: relative;
  display: block;
  width: 100%;
  min-height: 75vh;
  padding: 0px 10% 0px 20%;
  -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;
  text-align: left;
}

.login-head-2 {
  margin-top: 0px;
  font-family: Opensans, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
}

.memberstack-form-2 {
  position: relative;
  padding-top: 20px;
}

.login-head-copy {
  margin-top: 0px;
  color: #0060a0;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 600;
}

.signup-label-2 {
  z-index: -1;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.column-solicitudpago {
  padding-right: 0px;
  padding-left: 0px;
  clear: left;
}

.column-6 {
  clear: right;
}

.login-head-solpago {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-top: 0px;
  margin-bottom: 0px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Obviawide, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 500;
}

.login-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 75vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  text-align: center;
}

.field-row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-row3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-block-4copy {
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-4copy2 {
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.column-7 {
  position: static;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.categorias {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #eb6e14;
}

.navbar-2-copy {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: hsla(0, 0%, 100%, 0.22);
  color: transparent;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-13 {
  margin-left: 0px;
  padding-left: 140px;
}

.nav-menu-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-9 {
  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;
}

.categoriasdi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eb6e14;
}

.categoriasditrans {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eb6e14;
}

.tabs-3 {
  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;
}

.column-10 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.tabs-menu-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18.2px;
  font-weight: 700;
}

.tabs-content-2 {
  padding-left: 40px;
}

.tab-link-tab-1-2 {
  background-color: transparent;
}

.tab-link-tab-2-2 {
  background-color: transparent;
}

.tab-link-tab-3-2 {
  background-color: transparent;
}

.tab-link-tab-3-2.w--current {
  margin-bottom: 20px;
}

.text-block-24 {
  color: #fff;
}

.text-block-25 {
  color: #fff;
}

.text-block-26 {
  color: #fff;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2-rastreo {
  margin: 20px 37px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}

.nav-link-2-rastreo:hover {
  opacity: 0.5;
}

.nav-link-2-rastreo.w--current {
  color: #354463;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-rastreo.contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 190px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  -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;
  border-radius: 30px;
  background-color: #eb6e14;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0px;
}

.nav-link-2-rastreo.contact-btn:hover {
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 1;
  color: #fff;
}

.nav-link-2-rastreo.last {
  margin-right: 52px;
}

.image-16 {
  display: block;
}

.tab-pane-tab-2 {
  position: static;
}

.categoriasditrans-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eb6e14;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.imagencategorias {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link-2-copy {
  margin: 20px 37px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}

.nav-link-2-copy:hover {
  opacity: 0.5;
}

.nav-link-2-copy.w--current {
  color: #354463;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy.contact-btn {
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 30px;
  background-color: #eb6e14;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0px;
}

.nav-link-2-copy.contact-btn:hover {
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 1;
  color: #fff;
}

.nav-link-2-copy.last {
  margin-right: 52px;
}

.nav-link-2-copy.contact-btn-copy {
  min-width: 190px;
  margin-left: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 30px;
  background-color: #eb6e14;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.nav-link-2-copy.contact-btn-copy:hover {
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 1;
  color: #fff;
}

.column-12 {
  position: static;
  min-height: 70vh;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-58 {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  background-color: #eb6e14;
}

.tabs-menu-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 70vh;
  padding-bottom: 5em;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-13 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.tab-link-tab-1-3 {
  width: 23%;
  margin-right: 10%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #eb6e14;
}

.tab-link-tab-1-3.w--current {
  width: 15%;
  margin-right: 18%;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
}

.tab-link-tab-2-3 {
  padding-left: 0px;
  background-color: transparent;
}

.tab-link-tab-2-3.w--current {
  background-color: #eb6e14;
}

.tab-link-tab-2-3.tab-link-tab-1-3 {
  width: 18%;
  margin-right: 15%;
  padding-right: 0px;
}

.tab-link-tab-3-3 {
  padding-left: 0px;
  background-color: transparent;
  background-clip: border-box;
}

.tab-link-tab-3-3.w--current {
  background-color: #eb6e14;
}

.tab-link-tab-3-3.tab-link-tab-1-3 {
  width: 23%;
  margin-right: 10%;
  padding-right: 0px;
}

.tab-link-tab-3-3.tab-link-tab-1-3.w--current {
  width: 20%;
}

.text-block-27 {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}

.text-block-28 {
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 18.2px;
  font-weight: 700;
}

.text-block-29 {
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 18.2px;
  font-weight: 700;
}

.image-18 {
  width: 100%;
  height: 100%;
  min-height: 70vh;
}

.text-block-30 {
  width: 100%;
  height: 100%;
  padding: 80px 140px;
  font-family: Obviawide, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.section-6 {
  width: 100%;
  height: 100%;
}

.div-block-59 {
  width: 100%;
  height: 100%;
}

.div-block-60 {
  width: 100%;
  height: 100%;
}

.column-14 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-32 {
  position: absolute;
  left: 0%;
  top: 100%;
  right: auto;
  bottom: auto;
}

.text-block-33 {
  position: absolute;
  left: 40px;
  top: 100px;
  height: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
}

.text-block-331 {
  position: absolute;
  left: 300px;
  top: 300px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
}

.container-7 {
  display: block;
  max-width: 100%;
  min-height: 100%;
}

.div-grupo {
  position: absolute;
  left: 10%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 550px;
}

.divciudad {
  position: absolute;
}

.container-9 {
  position: relative;
  height: 500px;
  max-width: 100%;
  background-image: url('../images/Shape.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.divciudad1 {
  position: absolute;
}

.text-block-33-1 {
  position: absolute;
  left: 140px;
  top: 290px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
}

.divciudad2 {
  position: absolute;
}

.text-block-33-2 {
  position: absolute;
  left: 140px;
  top: 300px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
}

.divciudad3 {
  position: absolute;
}

.text-block-33-3 {
  position: absolute;
  left: 340px;
  top: 220px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
}

.divciudad4 {
  position: absolute;
}

.text-block-33-4 {
  position: absolute;
  left: 290px;
  top: 260px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
}

.divciudad5 {
  position: absolute;
}

.text-block-3-5 {
  position: absolute;
  left: 310px;
  top: 290px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
}

.divciudad6 {
  position: absolute;
}

.text-block-33-6 {
  position: absolute;
  left: 330px;
  top: 330px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
}

.divciudad7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 37%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-33-7 {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
}

.div-block-63 {
  width: 50%;
}

.text-block-333 {
  position: absolute;
  left: 700px;
}

.image-20 {
  position: absolute;
  left: 100px;
  top: 160px;
}

.divimagen {
  position: absolute;
}

.image-21 {
  position: absolute;
  left: 100px;
  top: 100px;
  min-width: 25px;
}

.divimagen1 {
  position: absolute;
}

.image-21-1 {
  position: absolute;
  left: 310px;
  top: 220px;
  min-width: 25px;
}

.divimagen2 {
  position: absolute;
}

.image-21-2 {
  position: absolute;
  left: 265px;
  top: 260px;
  min-width: 25px;
}

.divimagen3 {
  position: absolute;
}

.image-21-3 {
  position: absolute;
  left: 285px;
  top: 290px;
  min-width: 25px;
}

.divimagen4 {
  position: absolute;
}

.image-21-4 {
  position: absolute;
  left: 240px;
  top: 300px;
  min-width: 25px;
}

.divimagen5 {
  position: absolute;
}

.image-21-5 {
  position: absolute;
  left: 305px;
  top: 330px;
  min-width: 25px;
}

.divimagen6 {
  position: absolute;
}

.image-21-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  max-width: 0%;
  min-width: 25px;
}

.container-10 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-334 {
  font-family: Opensans, sans-serif;
  color: #343434;
  font-weight: 400;
}

.section-7 {
  position: relative;
}

.div-block-65 {
  position: absolute;
}

.container-11 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -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;
}

.divciudad7-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 13vw;
  bottom: 30vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 107px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divciudad7-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 30%;
  bottom: 37%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 105px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divciudad7-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 27%;
  bottom: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divciudad7-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 42%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divciudad7-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 60%;
  bottom: 47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divciudad7-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 58%;
  bottom: 39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divciudad7-7 {
  position: absolute;
  left: 100px;
  top: auto;
  right: 85%;
  bottom: 78%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 190px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #eb6e14;
  border-radius: 35px;
  background-color: #eb6e14;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.div-block-66 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.div-block-67 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-68 {
  padding-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-69 {
  padding-top: 20px;
}

.button-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 190px;
  padding: 13px 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #eb6e14;
  border-radius: 35px;
  background-color: #eb6e14;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.div-block-70 {
  width: 45%;
  padding-top: 20px;
}

.column-15 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-335 {
  margin-top: 40px;
  font-family: Obviawide, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.text-block-336 {
  margin-top: 20px;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 60px;
  -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;
}

.efectoimagen {
  display: block;
  min-height: 120px;
  margin-right: auto;
  margin-left: auto;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4-1 a,
.text-block-4-1 a:link,
.text-block-4-1 a:visited,
.text-block-4-1 a:hover {
  color: #eb6e14;
}

.text-block-4-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.text-blockderechos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.image-22 {
  padding-left: 10px;
}

.image-24 {
  padding-left: 10px;
}

.image-25 {
  padding-left: 10px;
}

.imagotipo-ditrans {
  max-width: 25%;
}

.logo-ditrans {
  max-width: 35%;
}

.ditrans {
  position: relative;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-blockslogan {
  position: absolute;
  left: 30%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 25%;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.nav-menu-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-72 {
  height: 100%;
  background-image: url('../images/FondoTrailer.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contain-copy {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contain-copy.flex {
  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: 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;
}

.contain-copy.flex.no-padding {
  position: -webkit-sticky;
  position: sticky;
  background-color: transparent;
  color: transparent;
}

.contain-copy.relative {
  position: relative;
  padding-top: 96px;
  padding-bottom: 80px;
}

.contain-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/FondoTrailer.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contain-copy-copy.flex {
  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: 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;
}

.contain-copy-copy.flex.no-padding {
  position: -webkit-sticky;
  position: sticky;
  background-color: transparent;
  color: transparent;
}

.contain-copy-copy.relative {
  position: relative;
  padding-top: 96px;
  padding-bottom: 80px;
}

.home-hero-section-copy {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
}

.section-hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #282828;
}

.section-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32 30 27 / 30%);
  z-index: 1;
  pointer-events: none;
}

.div-block-74 {
  position: relative;
  overflow: hidden;
}

.div-block-75 {
  position: absolute;
  min-height: 80vh;
  min-width: 100%;
  background-image: url('../images/FondoTrailer.png');
  background-position: 50% 0%;
  background-size: 100% 120%;
  background-attachment: scroll;
  -webkit-transform: scale3d(1, 1.2, 1);
  transform: scale3d(1, 1.2, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-trailer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: none;
  background-color: transparent;
}

.section-8-copy {
  position: relative;
  overflow: hidden;
  height: 40vh;
}

.div-block-76-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/ditrans-servicios-transporte.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-77 {
  padding-top: 100px;
}

.column-13-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.column-12-copy {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-22-copy {
  padding-top: 0px;
  padding-bottom: 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Obviawide, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
}

.text-block-21-copy {
  font-family: Opensans, sans-serif;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

.image-18-copy {
  width: 100%;
  height: 100%;
  min-height: 70vh;
}

.column-13cat3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.text-block-22-cat3 {
  padding-top: 0px;
  padding-bottom: 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Obviawide, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 35px;
  font-weight: 600;
}

.text-block-21-cat3 {
  font-family: Opensans, sans-serif;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

.column-12-cat3 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.image-18-cat3 {
  width: 100%;
  height: 100%;
  min-height: 70vh;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-hor-left-middle-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.flex-hor-left-middle-copy.tablet-reverse {
  margin-top: 200px;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-hor-left-middle-copy.tablet-reverse-copy {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 180px;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.div-blockslogan-copy {
  position: absolute;
  left: 29%;
  top: 10vh;
  right: 0%;
  bottom: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 25%;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.div-block-68-copy {
  position: relative;
  z-index: 10;
  padding-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-4 {
  margin-left: 70px;
}

.take-action-row-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 75px 0px 75px 60px;
  -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;
}

.container-13 {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.image-29 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-30 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-31 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-32 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-2-ditrans {
  display: none;
  background-color: #282828;
}

.text-block-337 {
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
}

.text-block-338 {
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
}

.text-block-339 {
  font-family: 'Open Sans', sans-serif;
  color: #6a6a6a;
  font-size: 26px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.text-block-340 {
  font-family: 'Open Sans', sans-serif;
  color: #6a6a6a;
  font-size: 26px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.text-block-341 {
  font-family: 'Open Sans', sans-serif;
  color: #6a6a6a;
  font-size: 26px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.text-block-342 {
  font-family: 'Open Sans', sans-serif;
  color: #6a6a6a;
  font-size: 26px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.text-block-343 {
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-344 {
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
}

.div-block-79 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-14 {
  padding-bottom: 5px;
}

.container-15 {
  margin-top: 5px;
  padding-bottom: 20px;
}

.columns-13 {
  padding-bottom: 5px;
}

.section-4-ditrans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
}

.columns-14 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-18 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contain-copy {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contain-copy.flex {
  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: 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;
}

.contain-copy.flex.no-padding {
  position: -webkit-sticky;
  position: sticky;
  background-color: transparent;
  color: transparent;
}

.contain-copy.relative {
  position: relative;
  padding-top: 96px;
  padding-bottom: 80px;
}

.div-block-80 {
  margin-right: 140px;
  margin-left: 140px;
  -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;
}

.column-19 {
  padding-left: 0px;
}

.columns-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ditrans-fade {
  position: absolute;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.logo-ditrans-black {
  max-width: 35%;
}

.ditrans-bco {
  position: relative;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.login-button-2 {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 13px 18px 12px;
  border-radius: 20px;
  background-color: #343434;
  -webkit-transition: box-shadow 300ms ease-in-out, background-color 200ms ease;
  transition: box-shadow 300ms ease-in-out, background-color 200ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.login-button-2:hover {
  background-color: #282828;
  box-shadow: 0 0 19px 0 rgba(12, 32, 80, 0.3);
}

.signup-field-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.signup-field-2:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #1875f0;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #1875f0;
}

.login-container-2 {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  box-shadow: 1px 1px 20px -1px hsla(0, 0%, 41.6%, 0.61);
}

.login-head-3 {
  margin-top: 0px;
  color: #6a6a6a;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 600;
}

.signup-label-3 {
  z-index: -1;
  display: none;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  opacity: 0.6;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.login-page-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 5% 100px;
  -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;
}

.section-9 {
  margin-bottom: 30px;
}

.container-16 {
  margin-top: 5px;
}

.column-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-21 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-22 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-23 {
  padding-right: 20px;
  padding-left: 20px;
}

.columns-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-28 {
  padding-left: 60px;
}

.footer-col-copy {
  width: 160px;
  max-width: 100%;
}

.div-block-24-copy {
  height: 1px;
  margin-bottom: 12px;
  background-color: #fff;
}

.text-block-336-copy {
  margin-top: 20px;
  font-family: Opensans, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.field-row-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-span {
  color: #fff;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-4 {
  padding: 20px 3%;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 1px 1px 16px 7px rgba(109, 138, 139, 0.34);
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  margin-right: 40px;
}

.nav-link-3 {
  padding-right: 16px;
  padding-left: 16px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #28224b;
  font-size: 16px;
  text-transform: none;
}

.nav-link-3:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link-3.w--current {
  display: none;
  color: #35b8be;
}

.nav-link-3.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.nav-link-3.button {
  width: 40%;
  background-color: #eb6e14;
}

.relative {
  position: relative;
  margin-bottom: 0px;
}

.search-icon-2 {
  position: absolute;
  left: 19px;
  top: 23px;
}

.search-bar-2 {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  margin-left: -5px;
  padding-top: 13px;
  padding-left: 12px;
  border: 1px solid transparent;
  border-radius: 100px;
  box-shadow: 0 14px 45px -5px rgba(45, 62, 80, 0.12), 0 0 5px 0 rgba(45, 62, 80, 0.06), 0 0 0 2px #f5f8fa;
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease, color 200ms ease;
  font-size: 18px;
  font-weight: 300;
}

.search-bar-2:hover {
  border-color: rgba(42, 168, 255, 0.25);
  box-shadow: 0 20px 10px -10px rgba(45, 62, 80, 0.06), 0 0 3px 0 rgba(45, 62, 80, 0.12), 0 0 0 2px #f5f8fa;
}

.search-bar-2:focus {
  border-width: 1px;
  border-color: #2aa8ff;
  box-shadow: 0 20px 10px -10px rgba(45, 62, 80, 0.06), 0 0 20px 0 rgba(42, 168, 255, 0.2), 0 0 0 2px #f5f8fa;
}

.search-submit-2 {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  width: 100px;
  padding-top: 13px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(0, 0, 0, 0.25);
  font-size: 15px;
}

.search-submit-2:hover {
  color: #2aa8ff;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.image-37 {
  margin-right: 30px;
}

.container-17 {
  max-width: 1200px;
  padding: 5%;
}

.tabs-5 {
  margin-top: 0px;
}

.navigation-menu {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  -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 1px 10px 0 rgba(51, 51, 51, 0.1);
}

.pricing-subtotal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.pricing-subtotal.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.add-to-list-viajes-2 {
  display: block;
  color: #0f1525;
}

.add-to-list-viajes-2.title-wrap {
  display: none;
  height: 5vh;
  margin-bottom: 5%;
  color: #35b8be;
}

.dash-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3%;
  margin-right: -1%;
  margin-left: -1%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tag-continent-2 {
  display: none;
  margin-left: 3%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #35b8be;
  font-size: 13px;
}

.paragraph-3 {
  display: none;
  font-size: 1.25vw;
  font-weight: 400;
}

.div-block-419 {
  margin-bottom: 20px;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.title-wrap-centre._2 {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-87 {
  display: inline-block;
}

.col-1-form-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  border: 1px none #f9f9f9;
}

.col-1-form-text.field-label {
  font-weight: 500;
}

.brand-span {
  color: #35b8be;
}

.pagination-buttontest {
  min-height: 60px;
  margin-top: 2%;
  padding: 20px 35px;
  border-style: none;
  border-radius: 4px;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.pagination-buttontest:hover {
  background-color: #1ca9af;
}

.white-box {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, 0.1);
  color: #333;
}

.white-box.progress-box {
  display: none;
  width: 100%;
  text-decoration: none;
}

.white-box.full-width {
  width: 100%;
}

.white-box.full-width.bordevideo {
  margin-top: 2%;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.white-box.link-box {
  -webkit-transition: box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
}

.white-box.link-box:hover {
  box-shadow: 21px 21px 25px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

.white-box.link-box.paper-box {
  position: relative;
  width: 23%;
}

.pricing-column-03 {
  width: 50%;
  padding: 10px;
}

.div-block-406 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  -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-406._2 {
  border: 1px none #ececec;
  color: #35b8be;
}

.text-span-10 {
  color: #35b8be;
}

.scroll-table-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkbox-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
}

.heading-6 {
  color: #35b8be;
}

.onboarding-h2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #546285;
  font-size: 18px;
  font-weight: 400;
}

.center-label {
  display: block;
  margin-top: 1em;
  text-align: center;
}

.center-label.red-text {
  margin-top: 0em;
  color: #ff1a63;
  font-weight: 500;
  text-decoration: none;
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.left-text {
  max-width: 550px;
  min-width: 100px;
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.div-block-412 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-button-2 {
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 35px;
  float: right;
  border-style: none;
  border-radius: 4px;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.pagination-button-2:hover {
  background-color: #1ca9af;
}

.table-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -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;
  border: 1px none #f9f9f9;
}

.table-box.col-num {
  width: 3%;
}

.table-box._11 {
  width: 11%;
}

.table-box.action {
  width: 7%;
}

.table-box._2 {
  width: 10%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.table-box._2.action {
  width: 7%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.table-box._2.col-pais {
  width: 22%;
}

.table-box._2.cost {
  width: 15%;
  margin-bottom: 0px;
}

.table-box.col-pais {
  width: 22%;
}

.table-box.head-table-cost {
  width: 15%;
}

.submit-button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.submit-button-3.btn-calcular-fecha {
  min-width: 130px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #0060a0;
}

.div-block-420 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-420.modal {
  -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;
}

.tabs-menu-5 {
  position: static;
  clear: left;
}

.link-block-reset-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.2em;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #0daf35;
  -webkit-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  color: #f5fbfc;
}

.link-block-reset-2:hover {
  background-color: #08942b;
  box-shadow: 0 0 13px 2px rgba(0, 95, 30, 0.3);
}

.doc-image {
  width: 20%;
  margin-bottom: 1em;
  text-align: left;
}

.pricing-card {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 #ebecf0;
  opacity: 1;
}

.table-action-icon-2 {
  width: 22px;
}

.table-action-icon-2:hover {
  opacity: 0.75;
}

.table-action-icon-2.x {
  width: 16px;
}

.divvideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3em;
  padding-left: 3em;
  -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;
  border-radius: 8px;
}

.table-data {
  color: #4e4e4e;
  font-size: 13px;
}

.table-data.hide-text {
  display: none;
}

.table-data.name {
  font-weight: 600;
}

.colorful-icon-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 1em;
  -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;
  border-radius: 50%;
  background-color: rgba(24, 117, 240, 0.1);
  box-shadow: 7px 7px 12px -2px rgba(0, 0, 0, 0.1);
  color: #1875f0;
  text-align: center;
}

.colorful-icon-big.yellow {
  background-color: rgba(247, 255, 89, 0.1);
  color: #f0c118;
}

.columns-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-color: hsla(0, 0%, 100%, 0.69);
}

.checkbox-button-2 {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  margin-top: 50px;
  margin-right: 30px;
  margin-left: auto;
  float: right;
  border-width: 2px;
  border-color: #35b8be;
  border-radius: 3px;
  cursor: pointer;
}

.checkbox-button-2:hover {
  background-color: rgba(53, 184, 190, 0.2);
}

.checkbox-button-2.w--redirected-checked {
  border-color: #35b8be;
  background-color: #35b8be;
}

.tabs-content-4 {
  width: 75%;
  clear: right;
}

.tabs-content-4.white-box {
  width: 100%;
  height: 700px;
  margin-right: 0%;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dce0ec;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 300ms ease-in-out;
  transition: box-shadow 200ms ease, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, box-shadow 200ms ease;
  transition: transform 300ms ease-in-out, box-shadow 200ms ease, -webkit-transform 300ms ease-in-out;
  color: #9898a3;
  cursor: pointer;
}

.table-row:hover {
  box-shadow: 0 12px 10px 0 rgba(142, 143, 163, 0.06);
  color: #ff8946;
  font-size: 16px;
  font-weight: 400;
}

.table-row:active {
  background-color: rgba(53, 184, 190, 0.07);
  box-shadow: 0 17px 10px -8px rgba(142, 143, 163, 0.25);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.table-row.table-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #20355a;
  -webkit-transition-property: none;
  transition-property: none;
  color: #f5fbfc;
  font-size: 15px;
  cursor: auto;
}

.table-row.table-footer:hover {
  box-shadow: none;
  font-size: 15px;
  font-weight: 400;
}

.table-row.head {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: default;
}

.table-row.head:hover {
  background-color: transparent;
  box-shadow: none;
}

.table-row.head.hide {
  display: none;
}

.table-row.return {
  background-color: rgba(53, 184, 190, 0.2);
  cursor: not-allowed;
}

.table-row.return:hover {
  color: #9898a3;
}

.div-form-fechas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-form-fechas.my-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.content-card-pais {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paises-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 184, 190, 0.15);
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.paises-cards:hover {
  border-color: rgba(53, 184, 190, 0.5);
}

.paises-cards.cont-card {
  position: static;
  display: block;
  min-height: 0px;
  padding-left: 0px;
  box-shadow: 1px 1px 10px 0 rgba(45, 62, 80, 0.12);
  -webkit-transition: border-radius 250ms ease-out, box-shadow 250ms ease-out, opacity 200ms ease, color 250ms ease-out, border-color 300ms ease, -webkit-transform 250ms ease;
  transition: border-radius 250ms ease-out, box-shadow 250ms ease-out, opacity 200ms ease, color 250ms ease-out, border-color 300ms ease, -webkit-transform 250ms ease;
  transition: border-radius 250ms ease-out, box-shadow 250ms ease-out, opacity 200ms ease, color 250ms ease-out, transform 250ms ease, border-color 300ms ease;
  transition: border-radius 250ms ease-out, box-shadow 250ms ease-out, opacity 200ms ease, color 250ms ease-out, transform 250ms ease, border-color 300ms ease, -webkit-transform 250ms ease;
  font-weight: 400;
  cursor: auto;
}

.paises-cards.cont-card:hover {
  border-radius: 9px;
  background-color: rgba(53, 184, 190, 0.1);
  box-shadow: 0 30px 20px -10px rgba(45, 62, 80, 0.06);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.food-card-content {
  width: 100%;
}

.pagination-button {
  min-height: 60px;
  margin-top: 2%;
  padding: 20px 35px;
  border-style: none;
  border-radius: 4px;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.pagination-button:hover {
  background-color: #1ca9af;
}

.pagination-button.button-block {
  width: 100%;
}

.box-padding {
  margin-left: 10px;
  padding: 0em 1.6em 1.6em;
}

.box-padding.paper-padding {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-padding.hide {
  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;
}

.box-padding.app-padding-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 1em;
  padding-right: 3em;
  padding-left: 3em;
  -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;
}

.box-padding.app-padding-box.modal-padding {
  margin-bottom: 10px;
  padding: 0em;
}

.container-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.pricing-check-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
}

.navigation-icon {
  width: 20px;
  margin-right: 1em;
  text-align: right;
}

.table-heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #9898a3;
  line-height: 18px;
  font-weight: 600;
  text-transform: none;
}

.div-block-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.container-18 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-18.cta-section {
  max-width: 100%;
  padding: 2% 5% 5%;
}

.container-18.c-paises {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dash-tab-wrapper {
  min-height: 50vh;
  padding-top: 0px;
  padding-bottom: 0em;
}

.dash-row-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navigation-item {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0.6;
  color: #546285;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  background-color: transparent;
  opacity: 1;
  color: #35b8be;
  font-weight: 600;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.nav-tablet {
  width: 100%;
  margin-right: 0em;
  margin-left: 0em;
  padding: 0em;
}

.navigation-item.nav-tablet.w--current {
  display: block;
  width: 300px;
  margin-right: 0em;
  margin-left: 0em;
  padding: 0em;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, 0.1);
}

.col-2-form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50px;
  -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;
  border: 1px none #f9f9f9;
}

.error-message-2 {
  position: fixed;
  left: auto;
  top: 13%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  background-color: #f0464e;
  color: #f5fbfc;
}

.columnas-footer-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dce0ec;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 300ms ease-in-out;
  transition: box-shadow 200ms ease, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, box-shadow 200ms ease;
  transition: transform 300ms ease-in-out, box-shadow 200ms ease, -webkit-transform 300ms ease-in-out;
  color: #9898a3;
  cursor: pointer;
}

.heading-card:hover {
  box-shadow: 0 12px 10px 0 rgba(142, 143, 163, 0.06);
  color: #4347e7;
}

.heading-card:active {
  background-color: rgba(53, 184, 190, 0.07);
  box-shadow: 0 17px 10px -8px rgba(142, 143, 163, 0.25);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-38 {
  margin-right: 8px;
  border-radius: 50%;
}

.close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  display: block;
  width: 25px;
  cursor: pointer;
}

.close-icon.hide {
  display: none;
}

.table-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dce0ec;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 300ms ease-in-out;
  transition: box-shadow 200ms ease, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, box-shadow 200ms ease;
  transition: transform 300ms ease-in-out, box-shadow 200ms ease, -webkit-transform 300ms ease-in-out;
  color: #9898a3;
  cursor: pointer;
}

.table-row-2:hover {
  box-shadow: 0 12px 10px 0 rgba(142, 143, 163, 0.06);
  color: #4347e7;
}

.table-row-2:active {
  background-color: rgba(53, 184, 190, 0.07);
  box-shadow: 0 17px 10px -8px rgba(142, 143, 163, 0.25);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.checkbox-list-inner {
  display: block;
  margin-top: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fechas-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.radio-button-2 {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 2px solid #35b8be;
  border-radius: 20px;
  background-color: #f5fbfc;
  color: #35b8be;
}

.radio-button-2:hover {
  background-color: #f1fdff;
  box-shadow: 1px 1px 15px 0 rgba(53, 184, 190, 0.49);
}

.radio-button-2.w--redirected-checked {
  border-color: #35b8be;
  border-radius: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #35b8be 45%, #fff 49%);
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.radio-button-2.w--redirected-focus {
  box-shadow: none;
}

.footer-link-2 {
  margin-bottom: 12px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  color: #546285;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #28224b;
}

.app-heading {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0.45em;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}

.app-heading.connected {
  color: #02c908;
  font-size: 16px;
}

.columns-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-418 {
  margin-bottom: 20px;
}

.heading-5 {
  color: #20355a;
}

.heading-3 {
  color: #20355a;
}

.cover-image {
  width: 150px;
  height: 150px;
  max-height: 120px;
  max-width: 120%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  padding: 10% 20% 40px;
  -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-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.button-wrapper {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  text-decoration: none;
}

.search-bar-3 {
  width: 100%;
  height: 70px;
  margin-left: -5px;
  padding-top: 13px;
  padding-left: 75px;
  border: 1px solid transparent;
  border-radius: 100px;
  box-shadow: 0 14px 45px -5px rgba(45, 62, 80, 0.12), 0 0 5px 0 rgba(45, 62, 80, 0.06), 0 0 0 2px #f5f8fa;
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, border-color 200ms ease, color 200ms ease;
  font-size: 18px;
  font-weight: 300;
}

.search-bar-3:hover {
  border-color: rgba(42, 168, 255, 0.25);
  box-shadow: 0 20px 10px -10px rgba(45, 62, 80, 0.06), 0 0 3px 0 rgba(45, 62, 80, 0.12), 0 0 0 2px #f5f8fa;
}

.search-bar-3:focus {
  border-width: 1px;
  border-color: #2aa8ff;
  box-shadow: 0 20px 10px -10px rgba(45, 62, 80, 0.06), 0 0 20px 0 rgba(42, 168, 255, 0.2), 0 0 0 2px #f5f8fa;
}

.checkbox-wrapper-row {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2%;
  margin-right: auto;
  margin-bottom: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.doc-heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.div-margin-b {
  margin-bottom: 20px;
}

.paper {
  width: 100%;
}

.vertical-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-presupuesto {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 #ebecf0;
  opacity: 1;
}

.data-text-r {
  max-width: 560px;
  min-width: 100px;
  margin-bottom: 0px;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.calcular-dona {
  min-height: 60px;
  margin-top: 2%;
  padding: 20px 35px;
  border-style: none;
  border-radius: 4px;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.calcular-dona:hover {
  background-color: #1ca9af;
}

.form-fechas {
  clear: left;
}

.date.input-field {
  margin-left: 0px;
  background-color: #fafeff;
  cursor: pointer;
}

.date.input-field::-webkit-input-placeholder {
  color: rgba(126, 130, 143, 0.4);
  font-weight: 400;
}

.date.input-field:-ms-input-placeholder {
  color: rgba(126, 130, 143, 0.4);
  font-weight: 400;
}

.date.input-field::-ms-input-placeholder {
  color: rgba(126, 130, 143, 0.4);
  font-weight: 400;
}

.date.input-field::placeholder {
  color: rgba(126, 130, 143, 0.4);
  font-weight: 400;
}

.doc-date {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}

.table-row-nr {
  font-weight: 400;
}

.doc-description {
  overflow: hidden;
  max-height: 75px;
  margin-bottom: 1.5em;
}

.label-input-2 {
  margin-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #35b8be;
  font-size: 18px;
  font-weight: 400;
}

.app-heading-2 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0.45em;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.relative-2 {
  position: relative;
}

.dash-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-30 {
  margin-top: 10px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-113 {
  color: #20355a;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
}

.icon-success-reset {
  margin-right: 5px;
}

.div-block-413 {
  margin-right: 2%;
  margin-left: 2%;
}

.alert {
  display: none;
  min-height: 105px;
  padding: 20px;
  background-color: #f5fbfc;
}

.header-h4 {
  color: #546285;
  font-size: 30px;
}

.header-h4.center-p {
  text-align: center;
}

.link-block-10 {
  margin-left: 10px;
}

.link-block-10.hide {
  display: none;
}

.input-field {
  width: 80%;
  height: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #35b8be;
  border-radius: 5px;
  background-color: #fff;
}

.input-field:hover {
  background-color: rgba(53, 184, 190, 0.1);
  box-shadow: 0 -1px 14px 0 rgba(126, 130, 143, 0.25);
}

.input-field:active {
  background-color: #f5fbfc;
  box-shadow: 0 -1px 5px 3px rgba(126, 130, 143, 0.25);
  color: #0f1525;
}

.input-field::-webkit-input-placeholder {
  color: #7e828f;
  font-weight: 500;
  letter-spacing: -0.25px;
  white-space: normal;
}

.input-field:-ms-input-placeholder {
  color: #7e828f;
  font-weight: 500;
  letter-spacing: -0.25px;
  white-space: normal;
}

.input-field::-ms-input-placeholder {
  color: #7e828f;
  font-weight: 500;
  letter-spacing: -0.25px;
  white-space: normal;
}

.input-field::placeholder {
  color: #7e828f;
  font-weight: 500;
  letter-spacing: -0.25px;
  white-space: normal;
}

.input-field.input-table-row {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-top: 3%;
  margin-bottom: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.text-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -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;
}

.contact-form {
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 40px;
}

.div-block-421 {
  display: block;
}

.pricing-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-field-2 {
  height: 50px;
  margin-bottom: 0px;
  border: 1px solid #35b8be;
  border-radius: 5px;
}

.input-field-2:hover {
  background-color: rgba(53, 184, 190, 0.1);
  box-shadow: 0 -1px 14px 0 rgba(126, 130, 143, 0.25);
}

.input-field-2:active {
  background-color: #f5fbfc;
  box-shadow: 0 -1px 5px 3px rgba(126, 130, 143, 0.25);
  color: #0f1525;
}

.input-field-2::-webkit-input-placeholder {
  color: #7e828f;
  font-weight: 500;
  letter-spacing: -0.25px;
  white-space: normal;
}

.input-field-2:-ms-input-placeholder {
  color: #7e828f;
  font-weight: 500;
  letter-spacing: -0.25px;
  white-space: normal;
}

.input-field-2::-ms-input-placeholder {
  color: #7e828f;
  font-weight: 500;
  letter-spacing: -0.25px;
  white-space: normal;
}

.input-field-2::placeholder {
  color: #7e828f;
  font-weight: 500;
  letter-spacing: -0.25px;
  white-space: normal;
}

.input-field-2.input-blocked {
  display: none;
  overflow: hidden;
  background-color: rgba(53, 184, 190, 0.1);
  color: #35b8be;
  cursor: none;
}

.input-field-2.select-field {
  width: 100%;
  margin-right: 0px;
  background-color: #7e828f;
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-field-2.select-field.input-hide {
  display: none;
}

.input-field-2.table-input {
  cursor: none;
}

.input-field-2.input-table-row {
  margin-right: 0px;
  margin-bottom: 0px;
}

.container-flex {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  -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;
}

.pricing-text {
  max-width: 560px;
  margin-bottom: 0px;
  color: #0a1f44;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5fbfc;
  font-size: 14px;
  line-height: 11px;
  text-decoration: none;
  cursor: pointer;
}

.header-flow-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #191b22;
  font-size: 24px;
  font-weight: 600;
}

.block-circle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none transparent;
  border-radius: 20px;
  background-color: #cef3d1;
  color: #fbeaae;
  font-weight: 600;
}

.modal-body {
  position: relative;
  z-index: 10;
  padding: 35px 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.container-19 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.header-flow {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #191b22;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.radio-button-label-2 {
  color: #20355a;
  font-weight: 600;
}

.radio-button-label-2:focus {
  color: #35b8be;
}

.form-block-2.form-table {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.legal-text {
  margin-top: 5px;
  font-size: 11px;
  text-align: justify;
}

.header-h4test {
  width: 100%;
  height: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546285;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.food-image-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 65%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
}

.heading-dashboard {
  width: 100%;
  margin-top: 10px;
  color: #2a2626;
  font-size: 32px;
  line-height: 1.1;
}

.old-container {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.old-container.search-container {
  z-index: 0;
  max-width: 1020px;
  padding-right: 25px;
  padding-left: 25px;
}

.success-message-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  border-radius: 9px;
  background-color: rgba(130, 255, 161, 0.17);
  color: #00aa30;
}

.field-label-3 {
  color: #0f1525;
  font-size: 15px;
  text-align: left;
}

.heading-dashboard-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}

.slider-3 {
  height: 50px;
  border: 1px solid #000;
  background-color: #fff;
}

.slide-nav-3 {
  display: none;
}

.left-arrow-3 {
  background-color: hsla(0, 0%, 62%, 0.32);
}

.right-arrow-3 {
  background-color: hsla(0, 0%, 62%, 0.32);
}

.text-block-345 {
  margin-bottom: 10px;
  color: #2a2626;
  font-size: 18px;
  font-weight: 400;
}

.text-block-346 {
  margin-bottom: 10px;
  color: #ea6d14;
  font-size: 18px;
}

.text-block-347 {
  color: #2a2626;
  margin-bottom: 20px;
}

.columns-22 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -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;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-422 {
  width: 100%;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 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-block-348 {
  color: #2a2626;
  font-size: 14px;
}

.block-circle-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none transparent;
  border-radius: 20px;
  background-color: #fbeaae;
  color: #fbeaae;
  font-weight: 600;
}

.container-trailer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.link-social {
  padding-right: 20px;
}

.div-block-423 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-33 {
  display: none;
}

.column-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.columns-23 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-37 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.columns-25 {
  position: relative;
}

.div-block-424 {
  width: 50%;
}

.div-block-425.container-19 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.section-10 {
  width: 100%;
}

.text-block-349 {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
}

.text-block-350 {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  text-align: justify;
}

.text-block-351 {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.fecha {
  color: #000;
  font-size: 18px;
  line-height: 50px;
  text-align: right;
}

.column-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-dashboard-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #eb6e14;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}

.checkbox-3 {
  display: none;
}

.checkbox-4 {
  position: relative;
  top: 14px;
  margin-top: 0px;
  margin-left: 0px;
}

.placas {
  padding-top: 10px;
  padding-bottom: 0px;
}

.column-39 {
  padding-right: 0px;
}

html.w-mod-js *[data-ix="close-word-on-load"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="bottom-x-2"] {
  opacity: 0;
  -webkit-transform: rotate(-45deg) translate(0px, 50%);
  -ms-transform: rotate(-45deg) translate(0px, 50%);
  transform: rotate(-45deg) translate(0px, 50%);
}

html.w-mod-js *[data-ix="spring-initial-0"] {
  height: 0px;
}

html.w-mod-js *[data-ix="moose-nav-link-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="sliding-block"] {
  width: 0px;
}

html.w-mod-js *[data-ix="square-front"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="moose-nav-link-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="moose-nav-link-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="bottom-x"] {
  opacity: 0;
  -webkit-transform: rotate(45deg) translate(0px, 50%);
  -ms-transform: rotate(45deg) translate(0px, 50%);
  transform: rotate(45deg) translate(0px, 50%);
}

@media screen and (min-width: 1280px) {
  .divciudad7 {
    left: auto;
    top: auto;
    right: 5%;
    bottom: 37%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-33-7 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .image-21-6 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    max-width: 0%;
  }

  .divciudad7-1 {
    left: auto;
    top: auto;
    right: 30%;
    bottom: 55%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divciudad7-2 {
    left: auto;
    top: auto;
    right: 30%;
    bottom: 37%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divciudad7-3 {
    left: auto;
    top: auto;
    right: 32%;
    bottom: 32%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divciudad7-4 {
    left: auto;
    top: auto;
    right: 40%;
    bottom: 42%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divciudad7-5 {
    left: auto;
    top: auto;
    right: 60%;
    bottom: 45%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divciudad7-6 {
    left: auto;
    top: auto;
    right: 59%;
    bottom: 39%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divciudad7-7 {
    left: auto;
    top: auto;
    right: 70%;
    bottom: 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0px;
    height: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-18.cta-section {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .div-grupo {
    left: 10%;
    width: 600px;
  }

  .divciudad7-5 {
    right: 55%;
  }

  .divciudad7-6 {
    right: 55%;
  }

  .divciudad7-7 {
    right: 60%;
  }

  .div-block-trailer {
    background-size: cover;
  }

  .div-blockslogan-copy {
    left: 28.5%;
    top: 11vh;
    bottom: 15%;
  }

  .container-18.cta-section {
    max-width: 100%;
  }

  .heading-dashboard {
    width: 100%;
  }

  .div-block-425.container-19 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1920px) {
  .div-grupo {
    left: 18%;
    overflow: auto;
    width: 650px;
  }

  .divciudad7-4 {
    right: 35%;
  }

  .divciudad7-5 {
    right: 53%;
  }

  .divciudad7-6 {
    right: 50%;
  }

  .divciudad7-7 {
    right: 60%;
    width: 0px;
    min-width: 85px;
  }

  .div-blockslogan-copy {
    left: 28%;
    bottom: 14%;
  }

  .container-18.cta-section {
    max-width: 100%;
  }

  .div-block-425 {
    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;
  }

  .text-block-349 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
  }

  .text-block-350 {
    font-size: 18px;
    text-align: justify;
  }

  .text-block-351 {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
  }

  .fecha {
    font-size: 18px;
    text-align: justify;
  }
}

@media screen and (max-width: 991px) {
  .col.col-m-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col.col-m-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col.col-m-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }

  .col.col-m-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }

  .col.col-m-8 {
    max-width: 66.666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }

  .col.col-m-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }

  .col.col-m-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col.col-m-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }

  .col.col-m-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-m-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }

  .col.col-m-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col.col-m-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .m-b-60 {
    margin-bottom: 20px;
  }

  .m-t-50.tablet-m-t-30 {
    margin-top: 30px;
  }

  .m-t-40 {
    margin-bottom: 40px;
  }

  .open-close-mask {
    height: 50px;
  }

  .close {
    line-height: 45px;
  }

  .open {
    line-height: 45px;
  }

  .sliding-block {
    max-width: 250px;
  }

  .nav-link-holder {
    max-width: 250px;
  }

  .splash-section {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    margin-top: 0px;
  }

  .menu-button {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .menu-button.w--open {
    margin-top: 10px;
  }

  .header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .expand-icon {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 20px;
  }

  .gallery-modal-wrapper {
    padding: 80px 30px;
  }

  .logo-text {
    text-align: left;
  }

  .nav-link-2 {
    display: block;
  }

  .nav-link-2.contact-btn {
    display: block;
    margin-bottom: 0px;
  }

  .nav-link-2.tablet {
    display: inline-block;
    margin: 0px 20px 7px 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link-2.contact-btn-copy {
    display: block;
    margin-bottom: 0px;
  }

  .contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    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;
  }

  .contain.flex {
    display: block;
  }

  .contain.relative {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brand.footer {
    margin-bottom: 32px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .brand.nav {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-hero-section {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flex-hor-left-middle {
    margin-left: 0px;
  }

  .flex-hor-left-middle.tablet-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-hor-left-middle.center {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .white-hero-div {
    width: 100%;
  }

  .white-hero-div.absolute {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 60px;
  }

  .white-hero-div.story-quote {
    padding-bottom: 76px;
  }

  .white-hero-div.home {
    width: 100%;
  }

  .hero-brush-text {
    margin-top: 0px;
  }

  .div-block {
    margin-bottom: 90px;
  }

  .block-tag.center {
    margin-left: 0px;
  }

  .blue-sentence-link {
    font-size: 14px;
    line-height: 20px;
  }

  .take-action-section {
    width: 100%;
  }

  .take-action-row {
    padding: 0px 0px 40px 40px;
  }

  .take-action-column {
    width: 50%;
    margin-bottom: 40px;
  }

  .take-action-column.two {
    display: none;
    padding-right: 0px;
    padding-left: 64px;
  }

  .take-action-column.three {
    display: none;
    margin-bottom: 0px;
    padding-right: 64px;
    padding-left: 0px;
  }

  .take-action-column.one {
    display: none;
    width: 50%;
    padding-right: 64px;
  }

  .take-action-column.four {
    display: none;
    margin-bottom: 0px;
    padding-left: 64px;
  }

  .heading-sm {
    margin-top: 80px;
  }

  .heading-sm.white {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-sm.smaller-on-tablet {
    font-size: 22px;
    line-height: 28px;
  }

  .section-3-ditrans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headline-lrg {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  .text-block.slider {
    position: static;
    margin-bottom: 30px;
  }

  .what-we-do-col {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .what-we-do-col.center {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .what-we-do-col.last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 40px;
    -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;
  }

  .what-we-do-col-bg {
    width: 60%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .what-we-do-image {
    width: 60%;
    height: 60%;
  }

  .what-we-do-image.two {
    width: 60%;
  }

  .cta-btn {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .div-block-7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    margin-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-wrap {
    width: 100%;
  }

  .col-wrap.middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    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;
  }

  .climate-hunger-section {
    padding-top: 64px;
    padding-bottom: 0px;
  }

  .brush-text {
    width: 100%;
    font-size: 44px;
    line-height: 46px;
  }

  .flex-vert-top-left {
    -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;
  }

  .did-you-know-content-wrap {
    height: 100%;
  }

  .social-wrap {
    margin-left: 0px;
  }

  .did-you-know-div {
    padding: 30px 32px;
  }

  .div-block-11 {
    margin-left: 0px;
  }

  .div-block-4-copy {
    margin-left: 32px;
  }

  .slide-nav {
    position: static;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
  }

  .quote-div {
    width: 576px;
    max-width: 100%;
  }

  .slide-content-wrap {
    padding-top: 450px;
    padding-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image {
    left: 0px;
    top: 0px;
    right: auto;
    bottom: 0px;
    width: 576px;
    max-width: 100%;
  }

  .div-block-14 {
    position: static;
  }

  .home-updates-section {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .grid {
    grid-row-gap: 60px;
  }

  .div-block-15 {
    padding-bottom: 0px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-15-copy {
    padding-bottom: 0px;
    padding-left: 32px;
  }

  .div-block-17 {
    height: 288px;
    padding-right: 32px;
  }

  .div-block-17-copy {
    height: 288px;
    padding-left: 32px;
  }

  .newsletter-cta-wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flex-hor-left-stretch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-section {
    padding-top: 56px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-row {
    width: 100%;
    margin-left: 10px;
    padding-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-24 {
    width: 100%;
  }

  .footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .footer-col.middle {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-brush-text {
    margin-top: 32px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center;
  }

  .footer-heading {
    font-size: 14px;
  }

  .footer-link {
    font-size: 9px;
  }

  .div-block-25 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-hero-section {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(53, 68, 99, 0.29)), url('../images/annie-spratt-427339-unsplash_2.png');
    background-position: 0px 0px, 50% 50%;
  }

  .values-col {
    max-width: 33.33%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .values-col.second-row {
    margin-top: 15px;
  }

  .values-col.center {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .mission-values-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .team-section-description {
    margin-bottom: 64px;
  }

  .team-member-col {
    width: 50%;
  }

  .team-member-image {
    height: 272px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .team-member-image.two {
    background-size: contain;
  }

  .about-history-section {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .history-slide {
    width: 50%;
  }

  .history-slider-item-image {
    height: 208px;
  }

  .div-block-37 {
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph {
    display: block;
    margin-top: 0px;
    margin-left: 6px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .latest-blog-image-wrap {
    height: 416px;
  }

  .latest-blog-content-wrap {
    padding: 32px;
  }

  .medium-heading.smaller-on-tablet {
    font-size: 28px;
    line-height: 36px;
  }

  .grid-2 {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-43.event {
    top: 42%;
  }

  .div-block-45 {
    height: 217px;
  }

  .div-block-46 {
    padding-bottom: 60px;
  }

  .link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-47 {
    margin-top: 10px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-48 {
    width: 100%;
  }

  .stories-sidebar {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .image-4 {
    position: relative;
    width: 100%;
  }

  .stories-tab-content {
    padding-top: 0px;
  }

  .stories-tab-content.claudia {
    padding-top: 0px;
  }

  .div-block-51 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-53 {
    width: 100%;
  }

  .div-block-54 {
    margin-top: 60px;
    padding-left: 0px;
  }

  .page-transition-overlay {
    display: none;
  }

  .lower-footer-wrap {
    display: block;
    width: 100%;
    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: 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;
  }

  .hero-brush-text-copy {
    margin-top: 0px;
  }

  .login-head {
    font-size: 45px;
  }

  .field-row {
    margin-bottom: 10px;
  }

  .text-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 32vw;
    padding-right: 20px;
  }

  .text-block-11-copy1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
    line-height: 55px;
  }

  .take-action-row-servicios {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contain-copy {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contain-copy.flex {
    display: block;
  }

  .contain-copy.relative {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-updates-section-categoria {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mapa {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .formulario {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .login-page-wrappersolpago {
    min-height: 70vh;
    padding: 0px 10%;
  }

  .login-head-copy {
    text-align: left;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-solicitudpago {
    display: block;
    clear: right;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-6 {
    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;
  }

  .login-head-solpago {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 40px;
  }

  .login-page-wrapper {
    min-height: 70vh;
    padding: 30px 10%;
  }

  .columns-4-ditrans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .categorias {
    padding-top: 20px;
    padding-bottom: 100px;
    -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;
  }

  .image-12 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-13 {
    display: none;
    max-width: 80%;
    margin-left: 5px;
  }

  .column-8 {
    padding-left: 0px;
  }

  .image-14 {
    max-height: 100%;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    -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;
  }

  .categoriasdi {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .categoriasditrans {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .nav-link-2-rastreo {
    display: block;
  }

  .nav-link-2-rastreo.contact-btn {
    display: block;
    margin-bottom: 0px;
    text-align: center;
  }

  .nav-link-2-rastreo.tablet {
    display: inline-block;
    margin: 0px 20px 7px 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .categoriasditrans-copy {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .nav-link-2-copy {
    display: block;
  }

  .nav-link-2-copy.contact-btn {
    display: block;
    margin-bottom: 0px;
  }

  .nav-link-2-copy.tablet {
    display: inline-block;
    margin: 0px 20px 7px 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link-2-copy.contact-btn-copy {
    display: block;
    margin-bottom: 0px;
  }

  .div-block-58 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu-4 {
    padding-bottom: 10%;
  }

  .column-13 {
    padding-top: 60px;
    -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;
  }

  .tab-link-tab-1-3 {
    width: 25%;
    margin-right: 7%;
  }

  .tab-link-tab-1-3.w--current {
    width: 25%;
    margin-right: 7%;
    padding-right: 0px;
  }

  .tab-link-tab-2-3.tab-link-tab-1-3 {
    width: 35%;
    margin-right: 7%;
    margin-left: 0px;
    padding-right: 0px;
  }

  .tab-link-tab-3-3.tab-link-tab-1-3 {
    width: 50%;
    margin-left: 0px;
    padding-right: 0px;
  }

  .tab-link-tab-3-3.tab-link-tab-1-3.w--current {
    width: 40%;
    padding-right: 0px;
  }

  .text-block-27 {
    font-size: 0.9em;
  }

  .text-block-30 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 45px;
    line-height: 55px;
  }

  .div-grupo {
    left: 0%;
    width: 100%;
  }

  .container-9 {
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .divciudad7 {
    right: 30%;
    bottom: 39%;
  }

  .text-block-334 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .div-block-65 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
  }

  .container-11 {
    position: static;
    max-width: 100%;
  }

  .divciudad7-1 {
    right: 47%;
  }

  .divciudad7-2 {
    right: 50%;
  }

  .divciudad7-3 {
    right: 50%;
  }

  .divciudad7-4 {
    right: 58%;
  }

  .divciudad7-5 {
    right: 70%;
  }

  .divciudad7-6 {
    right: 70%;
  }

  .div-block-66 {
    padding-left: 0px;
  }

  .div-block-70 {
    width: 25%;
  }

  .text-block-335 {
    font-size: 22px;
  }

  .text-block-336 {
    font-size: 15px;
  }

  .columns-10 {
    margin-right: 15px;
    margin-bottom: 60px;
    margin-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-4-1 {
    padding-right: 0px;
  }

  .text-blockderechos {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .div-block-71 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-blockslogan {
    margin-bottom: 90px;
  }

  .contain-copy {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contain-copy.flex {
    display: block;
  }

  .contain-copy.relative {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contain-copy-copy {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .contain-copy-copy.flex {
    display: block;
  }

  .contain-copy-copy.relative {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-hero-section-copy {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/FondoTrailer.png');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-trailer {
    background-position: 100% 0%;
  }

  .section-8-copy {
    height: 30vh;
  }

  .div-block-76-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-77 {
    padding-top: 0px;
  }

  .column-13-copy {
    padding-top: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-13cat3 {
    padding-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-hor-left-middle-copy {
    margin-left: 0px;
  }

  .flex-hor-left-middle-copy.tablet-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-hor-left-middle-copy.stretch-on-tablet {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-hor-left-middle-copy.center {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-hor-left-middle-copy.tablet-reverse-copy {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-brand {
    margin-bottom: 90px;
  }

  .div-blockslogan-copy {
    left: 17%;
    top: 33%;
    bottom: 45%;
    width: 80%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-68-copy {
    position: absolute;
    left: 0%;
    top: 60%;
    right: 0%;
    bottom: 0%;
    margin-right: 260px;
    margin-left: 260px;
    padding-top: 0px;
  }

  .tabs-4 {
    margin-left: 0px;
  }

  .column-17 {
    padding-left: 0px;
  }

  .div-block-78 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .take-action-row-copy {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .section-2-ditrans {
    width: 100%;
  }

  .section-4-ditrans {
    padding-top: 64px;
    padding-bottom: 0px;
  }

  .columns-14 {
    -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;
  }

  .column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contain-copy {
    margin-left: 0px;
    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;
  }

  .contain-copy.flex {
    display: block;
  }

  .contain-copy.relative {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-80 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .login-page-wrapper-2 {
    min-height: 0vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-21 {
    padding-right: 0px;
  }

  .column-22 {
    padding-right: 0px;
  }

  .column-23 {
    padding-right: 0px;
  }

  .column-26 {
    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;
  }

  .image-35 {
    margin-left: 40px;
  }

  .column-28 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-content-3 {
    -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;
  }

  .footer-col-copy {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .footer-col-copy.middle {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-24-copy {
    width: 95%;
  }

  .text-block-336-copy {
    font-size: 15px;
  }

  .field-row-copy {
    margin-bottom: 10px;
  }

  .nav-menu-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    box-shadow: 0 50px 80px -30px rgba(53, 52, 72, 0.2);
  }

  .menu-button-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 55px;
    min-width: 55px;
    margin-right: 0px;
    margin-left: 14px;
    padding: 16px;
    -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;
    border-radius: 4px;
    background-color: rgba(126, 130, 143, 0.1);
  }

  .menu-button-4.w--open {
    background-color: #eb6e14;
  }

  .navbar-4 {
    width: 100%;
    padding: 20px 3%;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .navigation-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .icon-4 {
    display: block;
  }

  .nav-link-3 {
    width: 25%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  .nav-link-3.button {
    margin-bottom: 15px;
  }

  .nav-link-3.button {
    width: 25%;
    margin: 20px auto 0px;
  }

  .div-block-82 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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;
  }

  .tabs-5 {
    margin-top: 10px;
  }

  .add-to-list-viajes-2.title-wrap {
    margin-bottom: 0%;
    padding-left: 10px;
  }

  .paragraph-3 {
    padding-left: 10px;
    font-size: 1.75vw;
  }

  .col-1-form-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-1-form-text.field-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pagination-buttontest {
    margin-top: 3%;
  }

  .white-box.full-width {
    margin-top: 2%;
    padding-top: 3%;
    padding-bottom: 3px;
  }

  .white-box.full-width.bordevideo {
    padding-top: 0%;
  }

  .white-box.link-box.paper-box {
    width: 31%;
  }

  .pricing-column-03 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-406._2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .scroll-table-content {
    overflow: scroll;
  }

  .left-text {
    font-size: 14px;
  }

  .table-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-box._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-box._2.action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table-box._2.cost {
    padding-right: 12px;
  }

  .tabs-menu-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing-card {
    display: block;
    overflow: visible;
    padding-right: 15px;
    padding-left: 15px;
  }

  .divvideo {
    height: 150px;
    padding-right: 1em;
    padding-left: 1em;
  }

  .checkbox-button-2 {
    margin-right: 25px;
  }

  .tabs-content-4.white-box {
    width: 96%;
    padding-top: 2%;
  }

  .paises-cards.cont-card {
    padding-right: 10px;
    padding-left: 10px;
  }

  .food-card-content.div-block-2 {
    width: 60%;
  }

  .pagination-button {
    margin-top: 3%;
  }

  .box-padding.app-padding-box {
    padding-right: 1em;
    padding-left: 1em;
  }

  .container-columns {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .radio-button-field {
    padding-right: 40px;
    padding-left: 0px;
  }

  .navigation-icon.nav-item-tablet {
    margin-right: 0em;
    margin-bottom: 10px;
    margin-left: 0em;
  }

  .dash-tab-wrapper {
    min-height: 50vh;
    padding-bottom: 0em;
  }

  .navigation-item {
    margin-right: 0em;
    margin-left: 0em;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.nav-tablet {
    -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;
  }

  .navigation-item.nav-tablet.w--current {
    width: 100%;
  }

  .col-2-form-input {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-margin-b {
    margin-bottom: 20px;
  }

  .vertical-tabs {
    display: block;
  }

  .card-presupuesto {
    display: block;
    overflow: visible;
    padding-right: 15px;
    padding-left: 15px;
  }

  .data-text-r {
    font-size: 14px;
  }

  .calcular-dona {
    margin-top: 3%;
  }

  .checkbox-list-form {
    padding-left: 0px;
  }

  .link-block-10 {
    margin-left: 0px;
  }

  .input-field {
    width: 80%;
  }

  .contact-form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-text {
    font-size: 14px;
  }

  .form-block-2 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .food-image-square {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-dashboard {
    width: 100%;
    font-size: 32px;
  }

  .old-container {
    padding-right: 2%;
    padding-left: 2%;
  }

  .heading-dashboard-copy {
    font-size: 28px;
  }

  .columns-22 {
    text-align: left;
  }

  .column-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .column-35 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-425.container-19 {
    width: 100%;
  }

  .heading-dashboard-1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .col.col-sm-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }

  .col.col-sm-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-sm-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col.col-sm-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col.col-sm-8 {
    max-width: 66.6666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }

  .col.col-sm-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }

  .col.col-sm-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }

  .m-b-60 {
    margin-bottom: 0px;
  }

  .m-b-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-column {
    min-height: 350px;
    border-color: #000 #fff #fff;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .menu-column.middle {
    border-top: 1px none #000;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .menu-button {
    margin-right: 10px;
  }

  .menu-button.w--open {
    margin-top: 10px;
  }

  .gallery-item {
    min-width: 50%;
  }

  .contain {
    padding-left: 0px;
  }

  .home-hero-section {
    padding-bottom: 60px;
  }

  .flex-hor-left-middle {
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-hor-left-middle.team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .take-action-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0px 20px;
    -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;
  }

  .take-action-column.two {
    display: none;
  }

  .take-action-column.three {
    display: none;
  }

  .take-action-column.one {
    display: none;
  }

  .take-action-column.four {
    display: none;
  }

  .heading-sm {
    margin-top: 100px;
  }

  .headline-lrg {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .climate-hunger-section {
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brush-text {
    width: 75%;
  }

  .flex-vert-top-left {
    width: 100%;
    margin-bottom: 0px;
  }

  .did-you-know-content-wrap {
    margin-right: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-wrap {
    margin-left: 50px;
  }

  .div-block-11 {
    margin-right: auto;
    margin-left: 0px;
  }

  .grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-15 {
    position: relative;
    z-index: 1;
    padding-right: 0px;
    text-align: center;
  }

  .div-block-15-copy {
    padding-bottom: 75px;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-17 {
    margin-bottom: -20px;
    padding-right: 0px;
  }

  .div-block-17-copy {
    margin-bottom: -20px;
    padding-left: 0px;
  }

  .form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .email-input {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-section {
    padding-top: 20px;
    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: 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-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
  }

  .footer-row {
    margin-left: 0px;
    padding-right: 0px;
    -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;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
  }

  .footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-col.middle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-25 {
    padding-left: 10px;
  }

  .about-hero-section {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(53, 68, 99, 0.29)), url('../images/annie-spratt-427339-unsplash.png');
    background-position: 0px 0px, 50% 50%;
  }

  .values-col {
    max-width: 50%;
  }

  .values-col.center {
    text-align: center;
  }

  .team-section-description {
    margin-bottom: 32px;
  }

  .team-member-image {
    width: 100%;
    height: 144px;
    background-size: cover;
  }

  .team-member-image.one {
    width: 100%;
    height: 144px;
  }

  .team-member-image.two {
    background-size: cover;
  }

  .team-member-name {
    width: 100%;
    margin-top: 0px;
  }

  .div-block-35 {
    padding-left: 0px;
    text-align: center;
  }

  .accent-heading.blue {
    position: static;
  }

  .latest-blog-grid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .latest-blog-image-wrap {
    height: 312px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-post-tab-menu-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .stories-tabs-menu.mobile-only {
    display: block;
  }

  .lower-footer-wrap {
    width: 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;
  }

  .login-button {
    margin-top: 15px;
  }

  .login-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .login-head {
    text-align: center;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .signup-label {
    margin-bottom: 2px;
  }

  .text-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 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;
    text-align: center;
  }

  .text-block-13 {
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .text-block-11-copy {
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-block-11-copy1 {
    padding-right: 0px;
    line-height: 50px;
    text-align: center;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contain-copy {
    height: 100%;
  }

  .signup-label1 {
    margin-bottom: 2px;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs-2 {
    -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;
  }

  .formulario {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .login-page-wrappersolpago {
    min-height: 0vh;
    padding: 0px;
  }

  .signup-label-2 {
    margin-bottom: 2px;
  }

  .column-solicitudpago {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .login-head-solpago {
    min-height: 25vh;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .login-page-wrapper {
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
    padding: 0px;
  }

  .columns-4-ditrans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .categorias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-12 {
    max-width: 20%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-6 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    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;
  }

  .image-14 {
    display: none;
  }

  .column-9 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-15 {
    display: block;
  }

  .categoriasdi {
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .categoriasditrans {
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .categoriasditrans-copy {
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-12 {
    min-height: 50vh;
  }

  .tabs-menu-4 {
    bottom: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-13 {
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .tab-link-tab-1-3 {
    width: 15%;
    margin-right: 10%;
    padding-right: 0px;
  }

  .tab-link-tab-1-3.w--current {
    width: 15%;
    margin-right: 10%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-2-3.tab-link-tab-1-3 {
    width: 15%;
    margin-right: 10%;
    padding-right: 0px;
  }

  .tab-link-tab-3-3.tab-link-tab-1-3 {
    width: 20%;
    padding-right: 0px;
  }

  .tab-link-tab-3-3.tab-link-tab-1-3.w--current {
    width: 20%;
    margin-right: 5%;
  }

  .image-18 {
    min-height: 50vh;
  }

  .text-block-30 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .div-grupo {
    left: 0%;
    width: 100%;
  }

  .container-9 {
    -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;
  }

  .divciudad7 {
    right: 5%;
  }

  .text-block-334 {
    margin-top: 10px;
    text-align: center;
  }

  .section-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-65 {
    position: static;
    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;
  }

  .container-11 {
    position: static;
  }

  .divciudad7-1 {
    right: 28%;
  }

  .divciudad7-2 {
    right: 32%;
  }

  .divciudad7-3 {
    right: 30%;
  }

  .divciudad7-4 {
    right: 42%;
  }

  .divciudad7-5 {
    right: 60%;
  }

  .divciudad7-6 {
    right: 59%;
  }

  .button-12 {
    margin-right: 200px;
    margin-left: 200px;
  }

  .div-block-70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-block-335 {
    margin-top: 20px;
  }

  .columns-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-11 {
    -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;
  }

  .div-block-71 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-28 {
    width: 100%;
  }

  .contain-copy {
    padding-left: 0px;
  }

  .contain-copy-copy {
    padding-left: 0px;
  }

  .home-hero-section-copy {
    padding-bottom: 60px;
  }

  .section-8-copy {
    height: 30vh;
  }

  .div-block-76-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-77 {
    padding-top: 0px;
  }

  .column-13-copy {
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-22-copy {
    text-align: center;
  }

  .text-block-21-copy {
    text-align: center;
  }

  .image-18-copy {
    min-height: 50vh;
  }

  .column-13cat3 {
    padding-top: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-22-cat3 {
    text-align: center;
  }

  .text-block-21-cat3 {
    text-align: center;
  }

  .column-12-cat3 {
    min-height: 50px;
  }

  .image-18-cat3 {
    height: 0%;
    min-height: 50vh;
  }

  .flex-hor-left-middle-copy {
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-hor-left-middle-copy.stretch-on-tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-hor-left-middle-copy.team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-hor-left-middle-copy.tablet-reverse-copy {
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-blockslogan-copy {
    left: 21%;
    bottom: 47%;
    max-width: 75%;
  }

  .div-block-68-copy {
    margin-right: 200px;
    margin-left: 200px;
  }

  .column-17 {
    text-align: center;
  }

  .take-action-row-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 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: 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;
  }

  .section-4-ditrans {
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contain-copy {
    padding-left: 0px;
  }

  .div-block-80 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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;
  }

  .columns-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login-button-2 {
    margin-top: 15px;
  }

  .signup-label-3 {
    margin-bottom: 2px;
  }

  .login-page-wrapper-2 {
    min-height: 0vh;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-21 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-22 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-23 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-34 {
    max-width: 80%;
  }

  .column-25 {
    margin-bottom: 40px;
  }

  .image-35 {
    margin-left: 0px;
  }

  .columns-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .footer-col-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    -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;
  }

  .footer-col-copy.middle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-24-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
  }

  .navbar-4 {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link-3.button {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-3.button {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-icon-2 {
    top: 17px;
  }

  .search-bar-2 {
    height: 50px;
    font-size: 15px;
  }

  .search-submit-2 {
    display: none;
  }

  .tabs-5 {
    margin-top: 0px;
  }

  .navigation-menu {
    padding-right: 1em;
    padding-left: 1em;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .scroll-container {
    overflow: hidden;
    width: 100vw;
  }

  .add-to-list-viajes-2 {
    margin-top: 20px;
  }

  .add-to-list-viajes-2.title-wrap {
    margin-top: 0px;
    margin-bottom: 5%;
    margin-left: 10px;
  }

  .paragraph-3 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 2vw;
  }

  .div-block-419 {
    margin-bottom: 10px;
  }

  .white-box.full-width.bordevideo {
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .white-box.link-box {
    width: 100%;
  }

  .white-box.link-box.paper-box {
    width: 48%;
  }

  .pricing-column-03 {
    width: 100%;
    margin-bottom: 35px;
  }

  .scroll-table-content {
    margin-right: 33px;
  }

  .onboarding-h2 {
    display: inline-block;
    width: 80%;
    margin-bottom: 10px;
  }

  .pagination-button-2 {
    margin-top: 20px;
  }

  .table-box.action {
    width: 48px;
  }

  .div-block-416 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs-menu-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divvideo {
    width: auto;
    height: 250px;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .table-container {
    position: relative;
    overflow: hidden;
  }

  .checkbox-button-2 {
    margin-top: 60px;
  }

  .tabs-content-4.white-box {
    width: 93%;
    margin-right: auto;
    margin-left: auto;
  }

  .table-row {
    width: 740px;
  }

  .table-row.head {
    display: none;
    width: 650px;
  }

  .table-row.head.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 740px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paises-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paises-cards.cont-card {
    min-width: 210%;
  }

  .food-card-content.div-block-2 {
    width: 65%;
  }

  .box-padding {
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
  }

  .box-padding.app-padding-box {
    padding-top: 0em;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .navigation-icon {
    min-height: 20px;
    margin-right: 0em;
    margin-bottom: 10px;
    text-align: center;
  }

  .container-18.cta-section {
    padding-right: 3%;
    padding-left: 3%;
  }

  .dash-tab-wrapper {
    min-height: 50vh;
    padding-bottom: 0em;
  }

  .dash-row-2-2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .navigation-item {
    padding-right: 0.5em;
    padding-left: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }

  .navigation-item.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation-item.nav-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-2-form-input {
    display: block;
  }

  .heading-card {
    width: 100%;
  }

  .column-29 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .table-row-2 {
    width: 100%;
  }

  .table-data-wrapper {
    position: relative;
  }

  .app-heading {
    padding-left: 10px;
  }

  .div-block-418 {
    margin-bottom: 10px;
  }

  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-bar-3 {
    height: 60px;
    font-size: 15px;
  }

  .checkbox-wrapper-row {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 5%;
    margin-left: 0%;
  }

  .div-margin-b {
    margin-bottom: 10px;
  }

  .doc-description {
    max-height: 68px;
  }

  .app-heading-2 {
    padding-left: 10px;
  }

  .table-wrapper {
    overflow: hidden;
  }

  .dash-row-2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .header-h4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .field-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
  }

  .text-block-92 {
    padding-left: 10px;
  }

  .contact-form {
    margin-bottom: 20px;
    padding: 0px 30px;
  }

  .block-circle-2 {
    margin-bottom: 10px;
  }

  .header-h4test {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .food-image-square {
    width: auto;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .heading-dashboard {
    width: 100%;
  }

  .old-container.search-container {
    bottom: -25px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .columns-22 {
    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;
  }

  .column-31 {
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-32 {
    margin-bottom: 0px;
  }

  .block-circle-2-copy {
    margin-bottom: 10px;
  }

  .column-34 {
    -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;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .columns-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-425.container-19 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col.col-xs-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }

  .col.col-xs-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }

  .col.col-xs-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col.col-xs-8 {
    max-width: 66.666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }

  .col.col-xs-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }

  .col.col-xs-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col.col-xs-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-b-50 {
    display: none;
  }

  .container-2 {
    height: 60px;
  }

  .line2-1 {
    left: 0px;
    top: 19px;
    right: 0px;
    display: none;
  }

  .menu-button {
    height: 43px;
  }

  .menu-button.w--open {
    height: 43px;
    margin-top: 10px;
  }

  .nav-link {
    max-width: 100%;
  }

  .gallery-item {
    min-width: 100%;
  }

  .nav-link-2 {
    display: block;
    margin: 0px 10px;
    background-color: #fff;
  }

  .nav-link-2.w--current {
    background-color: #fff;
  }

  .nav-link-2.contact-btn {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .nav-link-2.contact-btn.mobile {
    width: 100%;
    margin-bottom: 30px;
  }

  .nav-link-2.last {
    margin-bottom: 15px;
  }

  .nav-link-2.contact-btn-copy {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .nav-link-2.contact-btn-copy.mobile {
    width: 100%;
    margin-bottom: 30px;
  }

  .contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contain.flex.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand.footer {
    padding-left: 0px;
  }

  .brand.nav {
    margin-bottom: 20px;
    text-align: left;
  }

  .navbar {
    text-align: left;
  }

  .flex-hor-left-middle {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    -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;
  }

  .flex-hor-left-middle.team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .white-hero-div {
    padding: 50px 30px 30px;
    text-align: center;
  }

  .hero-brush-text {
    font-size: 44px;
    line-height: 46px;
  }

  .block-tag {
    text-align: center;
  }

  .nav-menu-2 {
    position: absolute;
    left: 0px;
    top: 90px;
    right: 0px;
    z-index: 500;
    display: block;
    height: 230px;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .take-action-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .take-action-column.two {
    margin-bottom: 24px;
    padding-left: 12px;
  }

  .take-action-column.three {
    padding-right: 12px;
  }

  .take-action-column.one {
    margin-bottom: 24px;
    padding-right: 12px;
  }

  .take-action-column.four {
    padding-left: 12px;
  }

  .heading-sm {
    font-size: 18px;
    line-height: 22px;
  }

  .headline-lrg {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-4 {
    left: 0px;
    top: 0px;
    right: 0px;
    margin-left: 0px;
  }

  .what-we-do-col-bg {
    width: 100%;
    padding-top: 100px;
    text-align: center;
  }

  .what-we-do-image {
    width: 80%;
    height: 50%;
    margin-right: 10%;
  }

  .what-we-do-image.two {
    width: 80%;
  }

  .left-float.center-on-mobile {
    float: none;
  }

  .flex-vert-top-left {
    display: none;
  }

  .did-you-know-content-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .social-wrap {
    margin-top: 36px;
    margin-right: 0px;
    margin-left: 0px;
    -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;
    text-align: center;
  }

  .did-you-know-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -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;
    text-align: center;
  }

  .twitter-circle {
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .facebook-circle {
    margin-left: 5px;
  }

  .div-block-4-copy {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .slide-nav {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: -40px;
    margin-top: 0px;
    text-align: center;
  }

  .quote-div {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 30px 32px;
    text-align: center;
  }

  .slide-content-wrap {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image {
    position: static;
    z-index: 0;
    margin-bottom: 30px;
  }

  .testimonial-slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-14 {
    position: static;
    margin-top: 24px;
  }

  .accent-text-lg {
    font-size: 44px;
    line-height: 46px;
    text-align: center;
  }

  .footer-section {
    padding-bottom: 0px;
  }

  .div-block-22 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-row {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-24 {
    width: 100%;
  }

  .footer-col {
    width: 90%;
    max-width: 90%;
    margin-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-col.middle {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-brush-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-heading {
    font-size: 16px;
  }

  .footer-link {
    font-size: 16px;
  }

  .div-block-25 {
    display: none;
    margin-top: 20px;
    -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;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-27 {
    text-align: center;
  }

  .nav-content-wrap {
    position: static;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .menu-button-2 {
    position: static;
    width: 91px;
    height: 91px;
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .icon {
    color: #354463;
    font-size: 35px;
    line-height: 35px;
  }

  .burger-4 {
    width: 55px;
    height: 55px;
    box-shadow: none;
  }

  .b4-bar1 {
    background-color: #354463;
  }

  .b4-bar-2 {
    background-color: #354463;
  }

  .b4-bar3 {
    background-color: #354463;
  }

  .about-hero-section {
    position: static;
    z-index: 1;
  }

  .values-col {
    max-width: 75%;
    text-align: center;
  }

  .values-col.center {
    width: 80%;
    max-width: 80%;
  }

  .team-section {
    padding-top: 64px;
  }

  .team-member-col {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .stats-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .stat-number {
    font-size: 50px;
    line-height: 66px;
  }

  .history-slide {
    width: 100%;
  }

  .div-block-35 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .menu-button-3 {
    background-color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .nav-menu-3 {
    padding-bottom: 30px;
    background-color: #fff;
  }

  .icon-2 {
    color: #354463;
  }

  .m-b-64 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-37 {
    width: 100%;
  }

  .youtube-circle {
    margin-left: 5px;
  }

  .instagram-circle {
    margin-left: 5px;
  }

  .rss-circle {
    margin-left: 5px;
  }

  .blog-grid-section {
    padding-bottom: 64px;
  }

  .tabs {
    margin-top: 40px;
  }

  .div-block-39 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-40 {
    width: 100%;
  }

  .div-block-40.second {
    margin-top: 20px;
  }

  .grid-2 {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .lower-footer-wrap {
    padding-bottom: 20px;
    -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;
  }

  .hero-brush-text-copy {
    font-size: 44px;
    line-height: 46px;
  }

  .login-container {
    min-width: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .login-head {
    font-size: 26px;
    text-align: center;
  }

  .field-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .field-wrapper {
    margin-left: 0px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 20px;
    text-align: center;
  }

  .memberstack-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;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .signup-label {
    font-size: 25px;
  }

  .terms-text {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 10px;
    padding-left: 0px;
  }

  .gdpr-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-left: 0em;
  }

  .text-block-11 {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .text-block-13 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    font-size: 30px;
    text-align: center;
  }

  .text-block-11-copy {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 30px;
    text-align: center;
  }

  .text-block-11-copy1 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contain-copy {
    background-image: url('../images/Group-5.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .contain-copy.flex.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: 28px;
  }

  .signup-label1 {
    font-size: 22px;
  }

  .text-block-21 {
    text-align: center;
  }

  .text-block-22 {
    font-size: 30px;
    text-align: center;
  }

  .formulario {
    -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;
  }

  .login-page-wrappersolpago {
    min-height: 25vh;
    padding-right: 5%;
    padding-left: 5%;
  }

  .login-head-2 {
    font-size: 22px;
    text-align: center;
  }

  .memberstack-form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -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;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .login-head-copy {
    font-size: 21px;
  }

  .columns-4 {
    display: block;
  }

  .column-solicitudpago {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .login-head-solpago {
    min-height: 35vh;
    margin-top: 0px;
    -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;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .login-page-wrapper {
    min-height: 50vh;
    padding-right: 3%;
    padding-left: 3%;
  }

  .columns-4-ditrans {
    display: block;
  }

  .field-row1 {
    display: block;
    width: 100%;
  }

  .field-row2 {
    display: block;
    width: 100%;
  }

  .field-row3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-12 {
    max-width: 20%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-13 {
    display: none;
  }

  .column-8 {
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu-3-copy {
    padding-bottom: 30px;
    background-color: #fff;
  }

  .column-9 {
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-2-rastreo {
    display: block;
    margin: 0px 10px;
    background-color: #fff;
  }

  .nav-link-2-rastreo.w--current {
    background-color: #fff;
  }

  .nav-link-2-rastreo.contact-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    -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;
    text-align: center;
  }

  .nav-link-2-rastreo.contact-btn.mobile {
    width: 100%;
    margin-bottom: 30px;
  }

  .nav-link-2-rastreo.last {
    margin-bottom: 15px;
  }

  .nav-link-2-copy {
    display: block;
    margin: 0px 10px;
    background-color: #fff;
  }

  .nav-link-2-copy.w--current {
    background-color: #fff;
  }

  .nav-link-2-copy.contact-btn {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .nav-link-2-copy.contact-btn.mobile {
    width: 100%;
    margin-bottom: 30px;
  }

  .nav-link-2-copy.last {
    margin-bottom: 15px;
  }

  .nav-link-2-copy.contact-btn-copy {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .nav-link-2-copy.contact-btn-copy.mobile {
    width: 100%;
    margin-bottom: 30px;
  }

  .column-12 {
    min-height: 25vh;
  }

  .tabs-menu-4 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100vw;
    margin-left: 0px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-13 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link-tab-1-3 {
    width: 23%;
    margin-right: 7%;
  }

  .tab-link-tab-1-3.w--current {
    width: 23%;
    margin-right: 7%;
  }

  .tab-link-tab-2-3.tab-link-tab-1-3 {
    width: 25%;
    margin-right: 5%;
    margin-left: 5px;
  }

  .tab-link-tab-3-3.tab-link-tab-1-3 {
    margin-left: 5px;
  }

  .text-block-27 {
    width: 90px;
    font-size: 0.75em;
    line-height: 20px;
    text-align: left;
  }

  .text-block-28 {
    width: 80px;
    font-size: 0.75em;
    line-height: 20px;
    text-align: left;
  }

  .text-block-29 {
    width: 80px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .image-18 {
    min-height: 25vh;
  }

  .text-block-30 {
    padding: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0% 50%;
    background-size: cover;
  }

  .divciudad7 {
    right: 30%;
    bottom: 42%;
    min-width: 52px;
  }

  .text-block-33-7 {
    font-size: 10px;
  }

  .image-21-6 {
    min-width: 15px;
  }

  .text-block-334 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-7 {
    padding-bottom: 50px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-11 {
    -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;
  }

  .divciudad7-1 {
    right: 43%;
    bottom: 5vh;
    min-width: 68px;
  }

  .divciudad7-2 {
    right: 45%;
    min-width: 65px;
  }

  .divciudad7-3 {
    right: 47%;
    min-width: 45px;
  }

  .divciudad7-4 {
    right: 54%;
    min-width: 40px;
  }

  .divciudad7-5 {
    right: 70%;
  }

  .divciudad7-6 {
    right: 73%;
  }

  .divciudad7-7 {
    left: 10%;
    bottom: 80%;
    min-width: 52px;
  }

  .button-11 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-12 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .text-block-335 {
    margin-top: 51px;
    font-size: 24px;
    line-height: 30px;
  }

  .columns-10 {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-4-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    text-align: center;
  }

  .text-blockderechos {
    padding-left: 0px;
    font-size: 8px;
    text-align: center;
  }

  .div-block-71 {
    height: 75px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-ditrans {
    max-width: 100px;
  }

  .navbar-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-28 {
    max-width: 70%;
  }

  .nav-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 60px;
    -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;
    text-align: center;
  }

  .contain-copy.flex.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contain-copy-copy.flex.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-trailer {
    background-position: 100% 100%;
    background-size: cover;
  }

  .section-8-copy {
    height: 20vh;
  }

  .div-block-77 {
    padding-top: 0px;
  }

  .column-13-copy {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-22-copy {
    font-size: 30px;
    text-align: center;
  }

  .text-block-21-copy {
    text-align: center;
  }

  .image-18-copy {
    min-height: 25vh;
  }

  .column-13cat3 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-22-cat3 {
    font-size: 30px;
    text-align: center;
  }

  .text-block-21-cat3 {
    text-align: center;
  }

  .column-12-cat3 {
    min-height: 25px;
  }

  .image-18-cat3 {
    min-height: 25vh;
  }

  .flex-hor-left-middle-copy {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .flex-hor-left-middle-copy.stretch-on-tablet {
    -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;
  }

  .flex-hor-left-middle-copy.team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-hor-left-middle-copy.tablet-reverse-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-blockslogan-copy {
    left: 8%;
    top: 10%;
    bottom: 70%;
    width: 100%;
    max-width: 100%;
  }

  .div-block-68-copy {
    top: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 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;
  }

  .div-block-78 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .take-action-row-copy {
    padding-left: 0px;
  }

  .container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2-ditrans {
    display: none;
  }

  .text-block-337 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-79 {
    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;
  }

  .container-14 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contain-copy.flex.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-80 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-19 {
    padding-right: 0px;
  }

  .columns-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ditrans-fade {
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-ditrans-black {
    max-width: 100px;
  }

  .ditrans-bco {
    padding-left: 20px;
  }

  .login-container-2 {
    min-width: 0px;
    margin-bottom: 0px;
    padding: 20px 15px 0px;
    box-shadow: 1px 1px 8px -1px #6a6a6a;
  }

  .login-head-3 {
    font-size: 22px;
  }

  .login-page-wrapper-2 {
    min-height: 70vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-9 {
    margin-top: 20px;
  }

  .column-20 {
    margin-bottom: 20px;
  }

  .column-21 {
    margin-bottom: 20px;
  }

  .column-22 {
    margin-bottom: 20px;
  }

  .column-23 {
    margin-bottom: 40px;
  }

  .image-34 {
    max-width: 80%;
  }

  .columns-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .columns-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-26 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-35 {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bold-text {
    width: 90px;
    font-size: 0.75em;
    text-align: left;
  }

  .columns-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .list {
    padding-left: 0px;
  }

  .column-27 {
    padding-left: 0px;
  }

  .footer-col-copy {
    width: 90%;
    max-width: 90%;
    margin-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-col-copy.middle {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .icon-3 {
    color: #fff;
  }

  .field-row-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-4 {
    width: 100%;
    padding: 20px 3%;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link-3.button {
    margin-bottom: 10px;
  }

  .nav-link-3.button {
    width: 50%;
    margin-bottom: 10px;
  }

  .relative {
    margin-right: 6px;
    margin-left: 6px;
  }

  .search-bar-2 {
    width: 90%;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .search-submit-2 {
    display: block;
  }

  .image-37 {
    margin-right: 0px;
  }

  .tabs-5 {
    z-index: 9;
    margin-top: 0px;
  }

  .navigation-menu {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 0em;
  }

  .add-to-list-viajes-2.title-wrap {
    height: 7vh;
    margin-bottom: 15%;
    margin-left: 0px;
    padding-left: 2px;
  }

  .dash-row {
    margin-top: 0px;
  }

  .paragraph-3 {
    display: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 2px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 2.5vw;
  }

  .div-block-419 {
    margin-bottom: 5px;
  }

  .col-1-form-text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .col-1-form-text.field-label {
    width: 100%;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pagination-buttontest {
    width: 100%;
    max-width: 250px;
    margin-top: 7%;
  }

  .white-box.link-box.paper-box {
    min-width: 210px;
    margin-bottom: 4%;
  }

  .pricing-column-03 {
    margin-bottom: 0px;
  }

  .div-block-406._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scroll-table-content {
    margin-right: 30px;
  }

  .onboarding-h2 {
    width: 90%;
    margin-bottom: 0px;
  }

  .div-block-412 {
    margin-bottom: 15px;
  }

  .pagination-button-2 {
    display: block;
    width: 100%;
    max-width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }

  .table-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs-menu-5 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .divvideo {
    width: auto;
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-button-2 {
    display: block;
    margin-top: 40px;
    margin-right: 0px;
  }

  .tabs-content-4.white-box {
    width: 100%;
    height: 350px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: none;
  }

  .div-form-fechas.my-form {
    display: block;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-card-pais {
    padding-top: 0px;
  }

  .paises-cards {
    padding: 16px;
  }

  .paises-cards.cont-card {
    position: static;
    min-width: 200%;
    margin: 10px 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .food-card-content.div-block-2 {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination-button {
    width: 100%;
    max-width: 250px;
    margin-top: 7%;
  }

  .box-padding {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0.125em 0em 1em;
  }

  .box-padding.paper-padding {
    padding-right: 1em;
    padding-left: 1em;
  }

  .radio-button-field {
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navigation-icon {
    z-index: 999;
    margin-bottom: 3px;
    font-size: 16px;
  }

  .container-18.cta-section {
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .dash-tab-wrapper {
    padding-top: 0px;
    padding-bottom: 0em;
  }

  .navigation-item {
    width: 100%;
    font-size: 12px;
  }

  .navigation-item.nav-tablet {
    width: 100%;
    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-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  }

  .navigation-item.nav-tablet.w--current {
    width: 168px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  }

  .navigation-item.nav-tablet.w--current:hover {
    width: 100%;
  }

  .navigation-item.nav-tablet.w--current:active {
    width: 100%;
  }

  .col-2-form-input {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-card {
    width: 100%;
  }

  .table-row-2 {
    width: 100%;
  }

  .fechas-inputs {
    display: block;
  }

  .columns-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-418 {
    margin-bottom: 5px;
  }

  .heading-3 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
  }

  .cover-image {
    width: 100px;
    height: 100px;
  }

  .modal-wrapper {
    padding: 30px;
  }

  .search-bar-3 {
    width: 100%;
    margin-left: 0px;
  }

  .checkbox-wrapper-row {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .div-margin-b {
    margin-bottom: 5px;
  }

  .calcular-dona {
    width: 100%;
    max-width: 250px;
    margin-top: 7%;
  }

  .doc-description {
    max-height: 90px;
  }

  .relative-2 {
    margin-right: 6px;
    margin-left: 6px;
  }

  .text-block-113 {
    font-size: 20px;
    text-align: center;
  }

  .form-4 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-413 {
    margin-top: 10px;
    text-align: left;
  }

  .checkbox-list-form {
    padding-left: 0px;
  }

  .header-h4 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .input-field {
    width: 90%;
    margin-top: 10px;
  }

  .field-wrap {
    display: block;
  }

  .text-block-92 {
    text-align: left;
  }

  .contact-form {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-block-421 {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
  }

  .block-circle-2 {
    margin-bottom: 0px;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .radio-button-label-2 {
    width: 150px;
    padding-top: 5px;
  }

  .header-h4test {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 45px;
  }

  .food-image-square {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-dashboard {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
    text-align: center;
  }

  .heading-dashboard-copy {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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: 28px;
  }

  .text-block-345 {
    font-size: 13px;
  }

  .text-block-346 {
    font-size: 16px;
  }

  .text-block-347 {
    font-size: 11px;
    margin-bottom: 0px;
  }

  .columns-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-32 {
    margin-top: 0px;
  }

  .text-block-348 {
    font-size: 12px;
  }

  .text-span-11 {
    color: #eb6e14;
  }

  .link-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    padding-right: 0px;
    -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;
  }

  .column-34 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-35 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns-24 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-25 {
    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;
  }

  .div-block-425.container-19 {
    width: 100%;
  }

  .column-38 {
    display: none;
  }

  .heading-dashboard-1 {
    display: none;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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: 28px;
  }

  .checkbox-4 {
    position: static;
    left: 2%;
    margin-left: 10px;
  }
}

@font-face {
  font-family: 'Obviawide';
  src: url('../fonts/ObviaWide-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Obviawide';
  src: url('../fonts/ObviaWide-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype'), url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}