:root {
  --teal: #1e756e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.c-nav-dropdown-link {
  color: #333;
  text-transform: none;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.b-nav-dropdown {
  background-color: #ffffff26;
  border-radius: 500px;
  padding: 3px;
  transition: all .25s;
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._w-content {
  background-color: #1f1e1d;
  width: 100%;
  height: 100vh;
}

.c-nav {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

._w-nav {
  padding: 40px 2.5%;
}

.c-nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.logo-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.c-nav-items {
  align-items: center;
  display: flex;
}

.c-nav-contact {
  z-index: 5001;
  margin-right: 40px;
  position: relative;
}

.cloneable-area {
  position: relative;
}

._w-nav-contact {
  color: #fff;
}

.c-nav-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-nav-contact-link-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  position: relative;
}

.c-nav-contact-link-text.focus {
  color: #69e1e2;
  position: absolute;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.b-nav-menu-btn.default {
  position: relative;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  width: 70%;
}

.c-body-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._w-body-content {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  position: relative;
}

.c-content-subheader {
  margin-bottom: 10px;
}

.content-subheader-text {
  color: #26a2a3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.b-body-content {
  width: 75%;
}

.c-content-main-description {
  color: #fff;
  margin-bottom: 40px;
}

.c-content-header {
  margin-bottom: 40px;
}

.content-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 54px;
}

.content-header.headerproyecto {
  font-weight: 300;
}

.content-header.tituloheronosotros {
  font-weight: 400;
}

.content-paragraph {
  font-size: 1.2em;
  line-height: 1.3em;
}

.green-text {
  color: #55bea3;
}

._w-content-btn {
  display: inline-block;
}

.c-content-btn-link {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-content-btn-details {
  position: relative;
}

._w-content-btn-details {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

._w-content-btn-details.focus {
  background-image: linear-gradient(45deg, #25a2a3, #58c0a3);
  border-radius: 5px;
  position: absolute;
}

.content-btn-details-text {
  margin-right: 10px;
}

.content-btn-details-icon {
  height: 15px;
}

.content-btn-details-icon.default {
  opacity: .75;
}

.c-body-content-bg-circle {
  z-index: 1;
  border: 1px solid #ffffff0d;
  border-radius: 99999px;
  width: 60vw;
  height: 60vw;
  position: absolute;
  inset: -5% auto auto 40%;
}

.c-body-content-bg-text {
  z-index: 2;
  color: #222;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25vw;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: 0% auto 0% 15%;
  transform: translate(0, -50%)rotate(-90deg);
}

.c-nav-menu-overlay {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.c-nav-menu-content {
  z-index: 1000;
  width: 90%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-col-menu-links {
  flex: 1;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.c-menu-item-text {
  position: relative;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 900;
}

.menu-item-text {
  letter-spacing: 1px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

._w-col-menu-links {
  display: inline-block;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.nav-social-contact-item-link-text {
  color: #999;
  text-decoration: underline;
}

.nav-social-contact-item-link-text.default {
  color: #888;
  position: relative;
}

.nav-social-contact-item-link-text.focus {
  color: #00c3b3;
  position: absolute;
}

.c-nav-social-address {
  margin-bottom: 20px;
}

.c-nav-social-media-item {
  padding: 5px;
  display: inline-block;
}

.c-nav-social-media-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

._w-nav-social-media-link {
  padding: 5px;
  position: relative;
}

._w-nav-social-media-link.focus {
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
  border-radius: 5px;
  position: absolute;
}

.nav-social-media-link-icon {
  height: 20px;
}

.nav-social-media-link-icon.default {
  opacity: .5;
}

.nav-social-media-link-icon.focus {
  opacity: 1;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

._w-created {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created:hover {
  padding-top: 15px;
}

.logo {
  height: 15px;
  margin-right: 5px;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

._w-help-btn {
  background-color: #13131326;
  border: 1px solid #ffffff80;
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px #13131326;
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-weight: 500;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.b-help-btn {
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.close-menu {
  position: relative;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-howto-header {
  padding-right: 40px;
}

.navbar-outer {
  border-bottom: 1px solid #ffffff40;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-item {
  font-weight: 300;
}

.navbar-logo-div {
  width: 130px;
}

.navbar-logo-div.w--current {
  cursor: pointer;
  width: auto;
  max-width: 300px;
}

.paragraph {
  color: #fff;
  text-align: justify;
  width: 55%;
  margin-bottom: 20px;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.hero-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.hero-section.heronosotros {
  height: 65vh;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #c49f5800;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  color: #55bea3;
  background-color: #0d305000;
  border-bottom: 1px solid #55bea3;
  border-radius: 0;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: #ff0004;
  border-bottom: 1px solid red;
  font-weight: 500;
}

.nav-link-2.last {
  margin-right: 10px;
}

.navbar {
  z-index: 1000;
  background-color: #0d305000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-menu-wrapper-2 {
  z-index: 100;
  background-color: #bdbdbd00;
  width: 100vw;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% auto;
}

.menu-button-2 {
  width: 60px;
  height: 60px;
  display: flex;
}

.menu-button-2.w--open {
  z-index: 10001;
  background-color: #c8c8c800;
}

.nav-logo-img {
  cursor: pointer;
  width: 120px;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.global-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding: 7rem 2.5rem;
  display: flex;
  position: static;
}

.global-wrapper.is-in-hero {
  color: #fff;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 940px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 40px;
  position: relative;
}

.global-wrapper.is-in-hero:hover {
  color: #fff;
}

.background-video {
  z-index: -1;
  opacity: .63;
  -webkit-backdrop-filter: saturate(38%);
  backdrop-filter: saturate(38%);
  background-color: #000;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.webflow-native-navbar {
  z-index: 5;
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.global-headline-l {
  color: #fff;
  width: 60%;
  margin-top: auto;
  margin-bottom: 20px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}

.main-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0006;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.button {
  padding: 15px 20px;
}

.button.ctahero {
  text-align: center;
  background-color: #e60004;
  border-radius: 40px;
  width: 250px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  transition: background-color .85s;
}

.button.ctahero:hover {
  background-color: #0d3050;
}

.hero-img-div {
  z-index: 1;
  background-color: #0000009e;
  background-image: linear-gradient(#0d3050b3, #000a13a6);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.section {
  background-color: #f7faef;
  height: auto;
  padding-top: 20px;
  padding-bottom: 100px;
}

.div-block {
  background-color: #fff;
  border-radius: 10px;
  width: 31%;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.text-block {
  color: #55bea3;
  border-bottom: 1px solid #55bea3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 22px;
}

.list-item {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.list {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

.list-2, .list-3 {
  margin-top: 20px;
  padding-left: 20px;
}

.div-block-2 {
  width: 46%;
  margin-top: 10px;
  margin-right: auto;
}

.div-block-2.bloquecardproyectohome {
  color: #fff;
  width: 50%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
}

.div-block-2.rightdiv {
  margin-left: auto;
  margin-right: 0;
}

.div-block-2.bloquedescriptivoproyecto {
  width: 90%;
}

.heading {
  color: #55bea3;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
}

.section-2 {
  background-color: #f7faef;
  padding-top: 40px;
  padding-bottom: 60px;
}

.container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.container-2.btnsnavproyectosmobile {
  display: none;
}

.container-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1px;
}

.button-2 {
  color: #2c2c2c;
  background-color: #3898ec00;
  border: 1px solid #55bea3;
  border-radius: 5px;
  padding-top: 12px;
  font-size: 13px;
  transition: all .7s;
}

.button-2:hover {
  background-color: #55bea3;
}

.button-2.btndark {
  color: #55bea3;
  border-width: 1px;
  font-size: 15px;
}

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

.container-4 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-2 {
  color: #141414;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.navbar-outer-2 {
  border-bottom: 1px solid #ffffff40;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #c49f5800;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-3:hover {
  color: #26a2a3;
  background-color: #0d305000;
  border-bottom: 1px solid #26a2a3;
  border-radius: 0;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.w--current {
  color: #55bea3;
  border-bottom: 1px solid #55bea3;
  font-weight: 500;
}

.nav-link-3.last {
  margin-right: 10px;
}

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

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.webflow-native-navbar-2 {
  z-index: 5;
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 6rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  margin-top: 20px;
}

.footer-dark {
  background-color: #f7faef;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  max-width: 940px;
  height: 1px;
  margin: 70px auto 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.logos-title-large {
  background-color: #092742;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  vertical-align: text-top;
  width: 140px;
  margin-top: auto;
}

.clients-image.logoconv {
  width: 170px;
}

.clients-image.logoequinox {
  vertical-align: baseline;
  width: 130px;
  height: auto;
  margin-top: 0;
}

.clients-image.logoequinox.logoequinoderecha {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.clients-image.logobenicio {
  width: 160px;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 40%;
  margin-right: auto;
}

.image {
  width: 100%;
}

.footer-content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer-copyright-center-2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-69 {
  margin-left: 26%;
  display: flex;
}

.div-block-69.asia {
  margin-top: -15%;
  margin-left: 43%;
}

.div-block-69.euro {
  margin-top: -15%;
  margin-left: 27%;
  font-family: Montserrat, sans-serif;
}

.div-block-69.italiabloque {
  justify-content: space-between;
  align-items: stretch;
  width: 66px;
  margin-top: -7px;
  margin-left: 108%;
  display: flex;
}

.mapdot {
  z-index: 2;
  background-color: #f60;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.mapdot.italypoint {
  background-color: #b4995e;
  width: 20px;
  margin-top: 5px;
  text-decoration: none;
  top: 28%;
  left: 47%;
}

.mapdot.asiapoint {
  background-color: #f600;
  width: auto;
  height: auto;
  text-decoration: none;
  top: 36%;
  left: auto;
  right: 21%;
}

.mapdot.europapoint {
  background-color: #f600;
  width: auto;
  height: auto;
  text-decoration: none;
  display: none;
  top: 23%;
  left: 46%;
}

.mapdot.europapoint.w--current {
  width: 80px;
  margin-top: 1px;
}

.mapdot.latampoint {
  background-color: #f600;
  width: auto;
  height: auto;
  text-decoration: none;
  top: 69%;
  left: 27%;
}

.heromapmobile {
  display: none;
}

.text-block-21 {
  color: #ff6601;
  margin-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-21.sotextfooter {
  color: #55bea3;
  -webkit-text-stroke-color: #b4995e;
  margin-left: 4px;
  font-size: 18px;
  font-weight: 400;
}

.puntoqueseanima {
  background-color: #ff6601;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.puntoqueseanima.sopuntoqueseanima {
  background-color: #55bea3;
}

.div-block-109 {
  width: 30%;
}

.link-7 {
  color: #0d3050;
  text-decoration: none;
}

.link-7.textfooter {
  color: #fff;
  font-size: 14px;
}

.image-24 {
  width: 16px;
  height: 16px;
  margin-left: 0;
  padding-right: 0;
}

.bold-text-72 {
  color: #0d3050;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-72.txtfooter {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.bold-text-72.textfooter {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.container-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-6 {
  color: #0d3050;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link-6.textfooter {
  color: #fff;
  font-family: Exo, sans-serif;
}

.image-23 {
  width: 100%;
}

.mapwrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-wrapper-2 {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-2 {
  width: 200px;
  margin-right: 20px;
}

.footer-block-2 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.section-15 {
  background-color: #0d3150;
  display: block;
}

.paragraph-40 {
  border-left: 1px solid #55bea3;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  line-height: 23px;
}

.paragraph-40.textfooter {
  color: #fff;
  border-left-color: #55bea3;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.div-block-108 {
  width: 30%;
}

.footer-dark-2 {
  background-color: #0d3050;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 15px;
  position: relative;
}

.container-39 {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.paragraph-41, .paragraph-42 {
  color: #141414;
}

.container-40 {
  text-align: center;
}

.bold-text-73 {
  color: #55bea3;
  font-weight: 600;
}

.text-block-22 {
  color: #55bea3;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-74 {
  font-weight: 500;
}

.list-item-2 {
  margin-top: 10px;
}

.bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78 {
  color: #55bea3;
  font-weight: 500;
}

.container-41 {
  margin-top: 40px;
}

.list-4 {
  margin-top: 20px;
}

.bold-text-79 {
  font-weight: 400;
}

.bold-text-80 {
  color: #55bea3;
  font-weight: 400;
}

.bold-text-81, .bold-text-82, .bold-text-83, .bold-text-84, .bold-text-85, .bold-text-86 {
  font-weight: 500;
}

.bold-text-87 {
  font-weight: 400;
}

.bold-text-88 {
  color: #55bea3;
}

.div-block-110 {
  font-size: 16px;
  line-height: 22px;
}

.container-35 {
  max-width: 940px;
}

.image-16 {
  width: 23px;
  margin-top: 5px;
}

.heading-13 {
  color: #0d3050;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.section-20 {
  background-color: #f7faef;
  border-radius: 10px;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  transition: all .5s;
}

.container-38 {
  margin-top: 20px;
}

.paragraph-43 {
  text-align: left;
  width: 98%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.container-36 {
  width: 100%;
  min-width: auto;
  max-width: 940px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.div-block-4.divtitulocontacto {
  width: auto;
}

.code-embed-6 {
  width: 100%;
}

.container-34 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.paragraph-44 {
  border-left: 1px #55bea3;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  line-height: 23px;
}

.bold-text-89 {
  color: #0d3050;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.link-8 {
  color: #0d3050;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link-9 {
  color: #0d3050;
  text-decoration: none;
}

.mapcodemobile {
  display: none;
}

.bold-text-103 {
  font-weight: 500;
}

.section-21 {
  background-color: #f7faef;
  margin-bottom: 40px;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-icon-chat {
  margin-right: 0;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-icon {
  opacity: .67;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #0180a470;
  background-image: linear-gradient(#55bea3, #55bea3);
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #003324;
  transform: scale(1.05);
}

.link-10 {
  color: #0d3050;
}

.slide {
  text-align: center;
  vertical-align: text-bottom;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-right: 40px;
}

.slide.logoequinoxslider {
  text-align: center;
  margin-left: auto;
  margin-right: 0;
}

.slide-2 {
  width: 120px;
  height: 200px;
}

.slider {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  display: flex;
}

.slide-nav {
  display: none;
}

.left-arrow {
  margin-left: -80px;
  padding-top: 20px;
}

.right-arrow {
  margin-top: 20px;
  margin-right: -80px;
}

.code-embed-7 {
  border-radius: 0;
  width: 790px;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-111 {
  border-radius: 0;
  width: auto;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-111.vidmobile {
  width: auto;
  max-width: none;
  height: auto;
}

.youtube {
  border-radius: 10px;
}

.body {
  background-color: #f7faef;
}

.bold-text-104 {
  color: #55bea3;
  font-weight: 500;
}

.div-block-112 {
  border-left: 1px solid #55bea3;
  padding-left: 20px;
}

@media screen and (min-width: 1280px) {
  .nav-logo-img {
    width: 130px;
  }

  .slider {
    justify-content: space-between;
    align-items: center;
  }

  .left-arrow {
    padding-top: 20px;
  }

  .right-arrow {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .global-wrapper {
    max-width: 85rem;
  }

  .global-wrapper.is-in-hero {
    width: 1080px;
    max-width: 1080px;
  }

  .webflow-native-navbar {
    max-width: 85rem;
  }

  .button.ctahero {
    width: 350px;
    margin-left: 20px;
  }

  .container, .container-4, .webflow-native-navbar-2 {
    max-width: 1080px;
  }

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

  .clients-image {
    vertical-align: baseline;
    width: 155px;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .clients-image.logoconv {
    width: 200px;
  }

  .clients-image.logofebe {
    width: 180px;
  }

  .clients-image.logoequinox {
    width: 130px;
  }

  .clients-image.logobenicio {
    width: 210px;
  }

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

  .div-block-69 {
    width: 100px;
    margin-top: -13px;
    margin-left: 24px;
    text-decoration: none;
  }

  .div-block-69.asia {
    margin-top: -13%;
    margin-left: 26%;
  }

  .div-block-69.euro {
    margin-top: -24px;
    margin-left: 22%;
  }

  .div-block-69.italiabloque {
    margin-top: -22px;
  }

  .mapdot.italypoint {
    top: 29%;
  }

  .mapdot.asiapoint {
    background-color: #f600;
    width: auto;
    height: auto;
    text-decoration: none;
    right: 17%;
  }

  .mapdot.europapoint {
    background-color: #f600;
    width: auto;
    height: auto;
    margin-top: -9px;
    text-decoration: none;
    top: 26%;
  }

  .mapdot.europapoint.w--current {
    top: 24%;
  }

  .mapdot.latampoint {
    background-color: #a28c7e00;
    width: auto;
    height: auto;
    text-decoration: none;
  }

  .text-block-21 {
    color: #ff6601;
    margin-top: 10px;
    margin-left: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
  }

  .puntoqueseanima {
    background-color: #ff6601;
    border-radius: 20px;
    width: 20px;
    height: 20px;
  }

  .image-24 {
    width: 16px;
    margin-top: 10px;
    position: static;
    inset: 27px 0% 0% 91px;
  }

  .container-28 {
    max-width: 1080px;
  }

  .mapwrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .container-41 {
    max-width: 1080px;
  }

  .container-38 {
    width: 100%;
    max-width: 1080px;
  }

  .container-36 {
    width: 1080px;
    max-width: 1080px;
  }

  .container-34 {
    max-width: 1080px;
  }

  .slide {
    vertical-align: text-bottom;
    width: 30%;
    height: auto;
    margin-right: 40px;
  }

  .slide-2 {
    height: 120px;
  }

  .left-arrow {
    margin-left: -80px;
  }

  .right-arrow {
    margin-right: -80px;
  }

  .container-42 {
    max-width: 1080px;
  }
}

@media screen and (min-width: 1920px) {
  .global-wrapper {
    max-width: 90rem;
  }

  .global-wrapper.is-in-hero {
    max-width: 1080px;
  }

  .webflow-native-navbar {
    max-width: 90rem;
  }

  .webflow-native-navbar-2 {
    max-width: 1080px;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .navbar-outer {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .navbar-logo-div {
    width: 20%;
  }

  .nav-link-2 {
    color: #000;
    text-align: right;
    margin-bottom: .5rem;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
  }

  .nav-link-2.last {
    margin-right: 0;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    border-radius: 0;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 12px;
    display: flex;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .global-wrapper.is-in-hero {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .webflow-native-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lottie-animation {
    width: 100%;
    height: 100%;
  }

  .navbar-outer-2 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .nav-link-3 {
    color: #000;
    text-align: right;
    margin-bottom: .5rem;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
  }

  .nav-link-3.last {
    margin-right: 0;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
    border-radius: 0;
  }

  .menu-button-3 {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 12px;
    display: flex;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .webflow-native-navbar-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

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

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-faq {
    width: 100%;
  }

  .navbar-logo-div {
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    display: inline-block;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    height: 90vh;
    padding-left: 0;
  }

  .global-wrapper.is-in-hero {
    width: 100%;
    max-width: 95%;
  }

  .webflow-native-navbar {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    display: inline-block;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: center;
    height: 90vh;
    padding-left: 0;
  }

  .webflow-native-navbar-2 {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-block-2 {
    align-items: center;
  }

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

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  .c-nav-contact {
    margin-right: 15px;
  }

  .c-nav-contact-link {
    text-align: right;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-contact-link-text.focus {
    display: none;
  }

  .content-subheader-text {
    font-size: 13px;
    line-height: 16px;
  }

  .b-body-content {
    width: 100%;
    margin-top: auto;
  }

  .c-content-header {
    margin-bottom: 20px;
  }

  .content-header {
    font-size: 24px;
    line-height: 1.1em;
  }

  .content-header.headerproyecto {
    font-size: 30px;
  }

  .content-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .c-nav-menu-content {
    width: 85%;
  }

  .c-col-menu-links {
    margin-bottom: 30px;
  }

  .c-menu-item {
    margin-bottom: 10px;
  }

  .menu-item-text {
    font-size: 2.5em;
  }

  .navbar-outer {
    max-width: none;
  }

  .navbar-logo-div {
    width: 40%;
  }

  .paragraph {
    text-align: left;
    width: 90%;
    font-size: 13px;
    line-height: 19px;
    display: block;
  }

  .hero-section {
    height: 60vh;
    overflow: hidden;
  }

  .hero-section.heronosotros {
    height: 60vh;
  }

  .nav-link-2 {
    font-size: 19px;
    font-weight: 300;
  }

  .nav-link-2.last.w--current {
    font-weight: 300;
  }

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

  .menu-button-2 {
    display: block;
  }

  .nav-logo-img {
    width: 130px;
    max-width: 85%;
  }

  .nav-menu {
    background-color: #fffceae0;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .global-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .global-wrapper.is-in-hero {
    justify-content: center;
    align-items: flex-start;
    max-width: 90%;
    height: 100%;
    padding: 20px 10px;
  }

  .background-video {
    height: auto;
  }

  .webflow-native-navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-text {
    font-weight: 300;
  }

  .global-headline-l {
    width: 90%;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 300;
    line-height: 32px;
  }

  .main-content {
    background-image: none;
    height: auto;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container {
    flex-flow: column;
    margin-top: 0;
  }

  .text-block {
    line-height: 25px;
  }

  .div-block-2 {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2.bloquecardproyectohome {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2.rightdiv {
    margin-bottom: 0;
    margin-right: auto;
  }

  .container-2 {
    margin-top: 20px;
    display: block;
  }

  .container-2.btnsnavproyectosmobile {
    display: flex;
  }

  .container-2.navproyectos {
    display: none;
  }

  .button-2 {
    text-align: center;
    width: 160px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2.btndark {
    width: auto;
    margin-left: 0;
    font-size: 14px;
  }

  .container-4 {
    flex-flow: column;
  }

  .navbar-outer-2 {
    max-width: none;
  }

  .nav-link-3 {
    font-size: 19px;
    font-weight: 300;
  }

  .nav-link-3.last.w--current {
    font-weight: 300;
  }

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

  .nav-menu-2 {
    background-color: #fffceaf2;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .webflow-native-navbar-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-5 {
    max-width: 100%;
  }

  .logos-title-large {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .clients-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .clients-image {
    vertical-align: top;
    max-width: 75%;
    margin-left: 0;
    margin-right: 10px;
    overflow: visible;
  }

  .clients-image.logoconv {
    max-width: 80%;
    margin-left: 20px;
  }

  .clients-image.logofebe {
    max-width: 70%;
    margin-left: 20px;
  }

  .clients-image.logoequinox {
    vertical-align: text-bottom;
    width: auto;
    max-width: 65%;
    margin-top: auto;
    margin-left: 40px;
    margin-right: 25px;
  }

  .clients-image.logobenicio {
    margin-left: 40px;
  }

  .container-6 {
    flex-flow: column;
  }

  .div-block-3 {
    width: auto;
  }

  .footer-content-2 {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 20px;
  }

  .div-block-69 {
    margin-left: 14%;
    display: none;
  }

  .div-block-69.asia {
    margin-top: -13%;
    margin-left: 27%;
  }

  .div-block-69.euro {
    margin-top: -4%;
    margin-left: 14%;
  }

  .mapdot {
    width: 12px;
    height: 12px;
  }

  .mapdot.mapdotitaliamobile {
    margin-top: -53px;
    margin-left: -9px;
  }

  .mapdot.asiapoint {
    top: 35%;
    right: 25%;
  }

  .mapdot.europapoint {
    margin-top: -5px;
  }

  .mapdot.europapoint.w--current {
    margin-top: -4px;
  }

  .heromapmobile {
    margin-top: 47px;
    margin-bottom: 20px;
    display: block;
  }

  .text-block-21 {
    font-size: 16px;
  }

  .puntoqueseanima {
    width: 12px;
    height: 12px;
  }

  .div-block-109 {
    width: 45%;
  }

  .image-24 {
    width: 12px;
  }

  .container-28 {
    text-align: center;
    max-width: none;
  }

  .image-23 {
    margin-left: auto;
    margin-right: auto;
  }

  .mapwrapper {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .footer-wrapper-2 {
    text-align: left;
  }

  .footer-block-2 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer-block-2.logofooter {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-15 {
    text-align: center;
    margin-top: 40px;
    display: none;
  }

  .paragraph-40 {
    margin-left: 0;
    padding-left: 10px;
  }

  .paragraph-40.textfooter {
    margin-left: 0;
  }

  .image-42 {
    text-align: center;
  }

  .div-block-108 {
    width: 45%;
  }

  .footer-dark-2 {
    padding-top: 10px;
  }

  .text-block-22 {
    margin-top: 20px;
  }

  .container-41 {
    max-width: 90%;
  }

  .list-4 {
    padding-left: 20px;
  }

  .container-35 {
    width: 100%;
    max-width: 95%;
  }

  .image-16 {
    width: 29px;
    max-width: 100%;
  }

  .heading-13 {
    font-size: 26px;
  }

  .section-20 {
    padding-bottom: 20px;
  }

  .container-38 {
    width: 90%;
  }

  .container-36 {
    min-width: 95%;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-block-4.divtitulocontacto {
    width: 90%;
    margin-left: 10px;
  }

  .code-embed-6 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-34 {
    flex-flow: column;
  }

  .div-block-101 {
    flex-flow: column;
    margin-top: 20px;
  }

  .paragraph-44 {
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 10px;
  }

  .code-embed-4 {
    display: none;
  }

  .mapcodemobile {
    display: block;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .slide {
    text-align: center;
    width: 48%;
    margin-left: auto;
    margin-right: 0;
  }

  .slider {
    justify-content: space-between;
  }

  .left-arrow {
    margin-top: auto;
    margin-left: 0;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .icon {
    margin-left: 10px;
    margin-right: auto;
  }

  .icon-2 {
    margin-left: auto;
    margin-right: 10px;
  }

  .mask {
    margin-top: auto;
  }

  .image-43 {
    width: 30px;
    max-width: 50%;
    margin-top: 0;
    margin-left: -25px;
    padding-top: 20px;
  }

  .image-44 {
    width: 30px;
    max-width: 50%;
    margin-right: -25px;
    padding-top: 20px;
  }

  .code-embed-7 {
    width: 380px;
    height: auto;
  }

  .div-block-111 {
    border-radius: 10px;
    justify-content: space-between;
    align-items: stretch;
    width: 330px;
    height: 190px;
    display: flex;
  }

  .div-block-112 {
    margin-left: 20px;
    padding-left: 0;
  }
}

#w-node-c5af981d-81b3-9705-a0a8-bbd0ce6b1708-ce6b1701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


