body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #014d7b;
  background-color: #014d7b;
  color: #edeff2;
  font-size: 1em;
  line-height: 120%;
}

.button.full-width:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #014d7b;
  background-color: transparent;
  color: #313131;
}

.section {
  position: relative;
  margin-bottom: 10px;
  padding: 50px 40px;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 35px 0px;
  background-color: #7a9fc9;
  background-image: none;
  background-size: auto;
  color: #edeff2;
}

.call-to-action-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.hero-heading {
  margin-bottom: 3%;
  padding-right: 50px;
  padding-left: 50px;
  color: #edeff2;
  font-size: 3em;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 6%;
  padding-right: 50px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  color: #edeff2;
  font-size: 1.1em;
  line-height: 120%;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #014d7b;
  color: #edeff2;
  font-size: 1em;
  line-height: 120%;
}

.hollow-button.white:hover {
  border-color: #014d7b;
  background-color: #014d7b;
  color: #fff;
}

.hollow-button.red {
  margin-bottom: 0px;
  border-color: #014d7b;
  background-color: #014d7b;
  color: #edeff2;
  font-size: 1em;
  line-height: 120%;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #313131;
  font-size: 2em;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 45.1%, 0.8);
  font-size: 1.1em;
  line-height: 120%;
  text-align: center;
}

.section-subheading.center.historia {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 45.1%, 0.9);
}

.section-title-group {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fafafa;
}

.form-field {
  min-height: 45px;
  margin-top: 0px;
  margin-right: 1px;
  margin-bottom: 20px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
  font-size: 1em;
  line-height: 120%;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  overflow: auto;
  max-height: 30vh;
  max-width: 100%;
  min-height: 110px;
  font-size: 1em;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  width: 20%;
  height: 50px;
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: hsla(0, 0%, 45.1%, 0.66);
  font-size: 1em;
  line-height: 120%;
}

.grid-image {
  width: 100px;
  height: 110px;
  margin-bottom: 19px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.nav-link {
  display: block;
  margin-top: 0px;
  padding: 20px 0px;
  color: #edeff2;
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #7a9fc9;
}

.nav-link.w--current {
  color: #014d7b;
  font-size: 1.1em;
}

.nav-link.w--current:hover {
  color: #7a9fc9;
}

.nav-menu {
  position: relative;
  float: none;
}

.logo-link {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.banner {
  width: auto;
  height: 100%;
  margin-top: 0px;
  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/paperwork-filing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/paperwork-filing.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.column-0-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.content {
  width: auto;
  height: 100%;
}

.success-message {
  background-color: #78828c;
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
  color: #edeff2;
  font-size: 1em;
  line-height: 120%;
  font-weight: 400;
}

.body {
  padding-left: 250px;
  background-color: #fff;
}

.image {
  margin-top: -80px;
  opacity: 0.9;
}

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

.fotoequipo {
  width: 50%;
  height: 320px;
  background-image: url('../images/GladysCepeda.jpeg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.texto-equipo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
}

.block-quote {
  border-left-style: none;
  font-family: Lato, sans-serif;
  font-size: 1em;
  text-align: left;
}

.paragraph {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #313131;
  font-size: 18px;
}

.paragraph-2 {
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 45.1%, 0.8);
  font-size: 18px;
}

.paragraph-3 {
  margin-bottom: 0px;
  padding-right: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 0.8em;
  line-height: 20px;
  text-align: left;
}

.paragraph-4 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 0.8em;
  line-height: 20px;
  text-align: left;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 0.8em;
  line-height: 20px;
  text-align: left;
}

.paragraph-6 {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 0.8em;
  line-height: 20px;
  text-align: left;
}

.heading {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #313131;
  font-size: 1.3em;
}

.paragraph-7 {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 120%;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 0px;
  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;
  text-align: center;
}

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

.paragraph-8 {
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 120%;
}

.div-block-3 {
  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: 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-2 {
  margin-top: 0px;
  background-color: #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title-group-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.section-title-group3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section-title-group-4 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  background-color: #fff;
}

.image-2 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.map {
  width: 75%;
  height: 300px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.link-block {
  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;
  text-decoration: none;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 1.2em;
  line-height: 120%;
  text-decoration: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-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;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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-decoration: none;
}

.heading-3 {
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 1.3em;
  line-height: 120%;
}

.heading-4 {
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.3em;
}

.heading-5 {
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.3em;
}

.heading-6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #313131;
  font-size: 1.3em;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  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;
}

.div-block-7 {
  width: 30%;
  height: 100px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/Logo-AFG-grande-sin-fondo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-9 {
  position: static;
  left: 0px;
  width: 50vh;
  height: 50vh;
  background-image: url('../images/afg-ilustracion-finaal.png');
  background-position: 0px 0px;
  background-size: cover;
}

.logo-link-mobile {
  display: none;
  margin-top: -60px;
  margin-bottom: 60px;
  float: none;
  text-align: center;
}

.phoneicon {
  margin-right: 5px;
  opacity: 0.8;
}

.grid-image-copy {
  width: 100px;
  height: 110px;
  margin-bottom: 19px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-0-padding-copy {
  display: block;
  -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-0-padding-copy2 {
  display: block;
  -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;
}

.grid {
  margin-top: 180px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(25%, 35%)) minmax(25%, 35%);
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-heading-equipo {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading-equipo.centered {
  display: none;
  margin-top: 0px;
  color: #313131;
  font-size: 2em;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.tabs {
  margin-top: 100px;
}

.div-block-10 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-link-tab-1 {
  width: 25%;
}

.tab-link-tab-1.w--current {
  background-color: #7a9fc9;
}

.tab-link-tab-2 {
  width: 25%;
}

.tab-link-tab-3 {
  width: 25%;
}

.tab-link-tab-4 {
  width: 25%;
}

.heading-8 {
  margin-bottom: 0px;
  font-size: 20px;
}

.tabs-content {
  background-color: transparent;
}

.link-block-4 {
  text-decoration: none;
}

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

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

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

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

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

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #313131;
  }
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .call-to-action-section {
    padding: 40px;
  }
  .section-heading.centered {
    margin-top: 0px;
  }
  .section-subheading.center {
    margin-bottom: 10px;
    font-size: 1em;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .footer.center {
    background-color: #edeff2;
  }
  .hero-title-wrapper {
    top: 40%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .left-navigation {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 75px;
    float: none;
    -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;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #313131;
  }
  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4%;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .body {
    padding-left: 0px;
    background-color: #fff;
  }
  .image {
    margin-top: 0px;
    opacity: 0.9;
  }
  .teamgroup {
    margin-bottom: 5px;
  }
  .texto-equipo {
    height: 100%;
  }
  .icon {
    font-size: 1.4em;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 4%;
    bottom: auto;
    background-color: transparent;
  }
  .map {
    margin-bottom: 45px;
  }
  .heading-7 {
    font-family: Lato, sans-serif;
    color: #f0f0f0;
    font-weight: 400;
  }
  .div-block-9 {
    width: 45vh;
    height: 45vh;
  }
  .logo-link-mobile {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 18px;
    float: left;
  }
  .section-heading-equipo.centered {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.section-gray {
    background-color: #fff;
  }
  .call-to-action-section {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-subheading {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-heading.centered {
    font-size: 1.8em;
  }
  .section-subheading.center {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero-title-wrapper {
    top: 35%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-navigation {
    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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .logo-link {
    display: none;
  }
  .banner {
    height: 100%;
    margin-top: 1px;
  }
  .column-0-padding {
    margin-top: 5px;
    margin-bottom: 30px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image {
    margin-left: 0px;
  }
  .fotoequipo {
    height: 320px;
  }
  .texto-equipo {
    height: auto;
  }
  .paragraph {
    padding-bottom: 10px;
  }
  .paragraph-7 {
    margin-top: 20px;
    text-align: center;
  }
  .div-block {
    margin-top: 20px;
  }
  .icon {
    font-size: 1.4em;
  }
  .menu-button {
    margin-right: 0px;
    margin-left: 310px;
  }
  .columns {
    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;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-7 {
    width: 50%;
  }
  .div-block-8 {
    -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-9 {
    width: 40vh;
    height: 40vh;
    margin-top: 0px;
  }
  .link-block-3 {
    display: block;
    width: 150px;
    height: 50px;
  }
  .logo-link-mobile {
    display: block;
  }
  .column-0-padding-copy {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-0-padding-copy2 {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .section {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .call-to-action-section {
    margin-bottom: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .call-to-action-heading {
    margin-bottom: 10px;
  }
  .hero-heading {
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 2em;
  }
  .hero-subheading {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .hollow-button.red {
    margin-bottom: 0px;
  }
  .section-heading.centered {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.6em;
  }
  .section-subheading.center {
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-subheading.center.historia {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-title-group {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .footer-text {
    font-size: 1em;
    font-weight: 300;
  }
  .hero-title-wrapper {
    top: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .left-navigation {
    -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;
  }
  .logo-link {
    display: none;
  }
  .banner {
    height: 100%;
    margin-bottom: 0px;
  }
  .column-0-padding {
    margin-top: 13px;
    margin-bottom: 13px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content {
    margin-bottom: 0px;
  }
  .teamgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fotoequipo {
    width: 100%;
    height: 250px;
  }
  .texto-equipo {
    width: 80%;
    -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;
  }
  .block-quote {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph-2 {
    text-align: center;
  }
  .heading {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .paragraph-7 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-2 {
    padding-left: 0px;
  }
  .icon {
    font-size: 1.4em;
    line-height: 100%;
  }
  .columns {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-4 {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .section-title-group-copy {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .section-title-group3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-title-group-4 {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  .map {
    width: 90%;
  }
  .heading-2 {
    font-size: 1em;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-2 {
    margin-left: 0%;
  }
  .heading-3 {
    font-size: 1em;
  }
  .heading-4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .heading-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .heading-6 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .container {
    margin-top: 20px;
  }
  .div-block-7 {
    width: 60%;
    height: 150px;
    margin-bottom: 0px;
  }
  .div-block-8 {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-9 {
    width: 30vh;
    height: 30vh;
    margin-top: 10px;
  }
  .logo-link-mobile {
    display: block;
    margin-top: 0px;
    margin-left: 4%;
  }
  .column-0-padding-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-0-padding-copy2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-heading-equipo.centered {
    margin-bottom: 10px;
    font-size: 1.6em;
  }
}

#w-node-d56714951acc-ac38fcde {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6691d304d912-ac38fcde {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d56714951acf-ac38fcde {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

