body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Header-Large-01-lasArtes.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.section-home {
  max-height: none;
}

.slider {
  width: 100%;
  height: 100vh;
}

.slide-1 {
  width: 100%;
  max-width: none;
  background-image: url('../images/bg-asuncion.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.mask {
  position: static;
  width: 100%;
}

.container {
  display: block;
  width: 1280px;
  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;
}

.brand {
  width: 120px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn-header-menu {
  padding: 4px 0px 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.btn-header-menu.w--current {
  border-bottom: 4px solid #fff;
  color: #fff;
  text-decoration: none;
}

.btn-header-menu.btn-idioma {
  font-weight: 600;
}

.flat-button-basic {
  padding: 8px 32px;
  border-radius: 200px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 32px;
  font-weight: 600;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.body {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #1e2023;
}

.content-button {
  display: block;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline-button {
  display: none;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.underline-button.btn-header-active {
  display: none;
  width: 100%;
  height: 0px;
  background-color: #fff;
}

.info-slider {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 100vh;
  -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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.title-selider {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 96px;
  line-height: 104px;
  font-weight: 700;
}

.sub-title-header {
  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;
}

.name-project-header {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.name-project-header.bold-type {
  font-weight: 600;
}

.content-info-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 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;
}

.flat-button.primary-blue {
  margin-top: 0px;
  padding: 16px 32px;
  border-radius: 200px;
  background-color: #317de0;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
}

.slide-nav {
  width: auto;
  margin-top: 10px;
  margin-bottom: 35px;
  margin-left: -836px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-2 {
  width: 100%;
  max-width: none;
  background-image: url('../images/bg-lasartes.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  width: 100%;
  max-width: none;
  background-image: url('../images/bg-libertador-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section {
  position: relative;
  width: 1280px;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #000;
}

.content-section.content-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  padding: 96px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-section.cs-proyecto {
  padding-top: 0px;
}

.content-section._2-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.content-section._2-cols-iguales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-section.b4 {
  overflow: hidden;
  padding-top: 168px;
}

.cotent-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  padding-top: 96px;
  padding-bottom: 96px;
  -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;
}

.section-contact.bg-white {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.contact-left {
  width: 410px;
  margin-right: 10px;
}

.contact-right {
  width: 750px;
  padding-left: 20px;
}

.title-contact {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #1e2023;
  font-size: 64px;
  line-height: 72px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 48px;
  font-family: 'Open Sans', sans-serif;
  color: #1e2023;
  font-size: 19px;
  line-height: 24px;
}

.spacer-contact {
  width: 1px;
  height: 680px;
  background-color: #1e2023;
}

.form-contact {
  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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.col-left-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.col-right-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #1e2023;
  font-family: Montserrat, sans-serif;
}

.item-form {
  width: 100%;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #1e2023;
  font-family: Montserrat, sans-serif;
}

.field-label {
  font-family: Montserrat, sans-serif;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
}

.field-label-3 {
  font-family: Montserrat, sans-serif;
}

.field-label-4 {
  font-family: Montserrat, sans-serif;
}

.field-label-5 {
  font-family: Montserrat, sans-serif;
}

.field-label-6 {
  font-family: Montserrat, sans-serif;
}

.field-label-7 {
  font-family: Montserrat, sans-serif;
}

.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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.form-block {
  display: none;
  margin-top: 48px;
}

.select-field.background-dark {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #1e2023;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.footer.background-dark {
  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;
  -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: #1e2023;
}

.data-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.office-footer {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.title-office-footer {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
}

.text-footer {
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 24px;
}

.rrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.link-instagram {
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url('../images/Insta.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-instagram:hover {
  background-image: url('../images/Insta-hover.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-facebook {
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url('../images/Face.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-facebook:hover {
  background-image: url('../images/Face-hover.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-linkedin {
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url('../images/Link.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-linkedin:hover {
  background-image: url('../images/Link-hover.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-youtube {
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url('../images/Youtube.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-youtube:hover {
  background-image: url('../images/Youtube-hover.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.links-rrss-footer {
  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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.section-estrategia {
  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;
  border-style: none;
  border-width: 1px;
  border-color: #1e2023;
  color: #1e2023;
}

.cols-estrategia {
  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;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.heading {
  background-color: #1e2023;
  color: #fff;
}

.heading.h2-title {
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.heading.h2-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.content-items-estrategia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.item-estrategia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.h6-title {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.body-small-text {
  margin-top: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.section-nuestro-compromiso {
  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;
}

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

.info-nuestro-compromiso {
  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;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
}

.h3-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
}

.h3-title.color-dark {
  color: #1e2023;
  font-size: 48px;
  font-weight: 700;
}

.image-2 {
  width: 60%;
  border: 1px none #000;
}

.section-un-equipo {
  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;
}

.cols-un--equipo {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-xl-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 32px;
}

.body-xl-text.text-thumb {
  line-height: 24px;
}

.item-equipo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.item-equipo.hidden {
  display: none;
}

.h7-subtitle-small {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.img-team {
  min-width: 0px;
  margin-bottom: 24px;
  padding-bottom: 0px;
}

.h2-title {
  max-width: 800px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.h2-title.color-white {
  color: #fff;
}

.bloque-title-subtitle {
  width: 100%;
}

.bloque-title-subtitle.title-nuestro-compromiso {
  width: 40%;
}

.h4-title {
  width: 116%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 56px;
}

.body-medium-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.body-medium-text.margin-0 {
  margin-top: 0px;
}

.arrow-logo {
  width: 50%;
}

.info-header-proyecto {
  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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.section-ficha-proyecto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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: none;
  border-width: 1px;
  border-color: #1e2023;
  color: #1e2023;
}

.cols-ficha-proyecto {
  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;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.col-left-ficha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.col-right-ficha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.ficha-caracteristicas-proyecto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item-ficha-proyecto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.item-estrategia-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.title-ficha-proyecto {
  padding-bottom: 20px;
}

.flat-button-outline {
  margin-top: 24px;
  padding: 8px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 200px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 32px;
  font-weight: 600;
}

.section-imagenes-proyecto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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: none;
  border-width: 1px;
  border-color: #1e2023;
  color: #1e2023;
}

.listado-proyectos {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.thumb-proyecto {
  position: relative;
  overflow: hidden;
  width: 32%;
  cursor: pointer;
}

.thumb-proyecto.opacity-proyecto {
  display: block;
  opacity: 0;
  cursor: default;
}

.thumb-proyecto.opacity-proyecto.hidden2 {
  display: none;
}

.thumb-proyecto.hidden {
  display: none;
}

.listado-proyectos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lightbox-link {
  position: relative;
}

.info-proyecto-thumb {
  position: absolute;
  bottom: 16px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.image-4 {
  width: 56px;
  max-width: 56px;
  margin-left: 8px;
}

.gradient-thumb {
  position: absolute;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  height: 30%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
}

.lightbox-link-2 {
  position: relative;
}

.lightbox-link-3 {
  position: relative;
}

.lightbox-link-4 {
  position: relative;
}

.lightbox-link-5 {
  position: relative;
}

.lightbox-link-6 {
  position: relative;
}

.lightbox-link-7 {
  position: relative;
}

.lightbox-link-8 {
  position: relative;
}

.lightbox-link-9 {
  position: relative;
}

.lightbox-link-10 {
  position: relative;
}

.lightbox-link-11 {
  position: relative;
}

.lightbox-link-12 {
  position: relative;
}

.image-5 {
  width: 100%;
  max-width: none;
}

.image-6 {
  max-width: none;
}

.sectio-proyectos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Header-Large--Proyectos.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sectio-proyectos.section-home {
  max-height: none;
}

.section-lasartes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Header-XL-01-lasArtes.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-lasartes.section-home {
  max-height: none;
}

.header-nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Header-Large-Nosotros.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header-nosotros.section-home {
  max-height: none;
}

.section-asunc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-asunc.section-home {
  max-height: none;
}

.section-delcentro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_1.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-delcentro.section-home {
  max-height: none;
}

.section-montevideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_2.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-montevideo.section-home {
  max-height: none;
}

.section-vila {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_3.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-vila.section-home {
  max-height: none;
}

.section-mb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_4.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-mb.section-home {
  max-height: none;
}

.header-servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Header-Large---Servcios.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header-servicios.section-home {
  max-height: none;
}

.section-gestion-integral {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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: none;
  border-width: 1px;
  border-color: #1e2023;
  color: #1e2023;
}

.cols-gestion {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.header-gestion-int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.col-gestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.content-items-gestion {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.idiomas-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.section-home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.section-parallax-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 100vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: linear-gradient(129deg, #0d213b 37%, #174e97);
  color: #fff;
}

.section-parallax-text.text-parallax {
  height: auto;
  margin-top: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block {
  position: relative;
  height: 100vw;
}

.text-block-2 {
  position: static;
  color: #fff;
}

.content-text-parallax {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.link-text-parallax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.link-parallax-section {
  font-family: Montserrat, sans-serif;
}

.image-9 {
  width: 24px;
  height: 24px;
  max-width: none;
}

.h2-title-reveal-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.h2-title-reveal-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.h3-title-reveal-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
}

.h3-title-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
}

.h3-title-reveal-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
}

.h3-title-reveal-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
}

.image-10 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: 0%;
  z-index: 1;
  width: 600px;
  max-width: none;
}

.content-text-parallax-mobile {
  position: relative;
  z-index: 2;
  display: none;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.section-video-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #000;
}

.section-video-1.video-container {
  display: block;
  width: 100%;
  max-width: 1920px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.html-embed {
  width: 100%;
  height: auto;
}

.html-embed.video {
  display: block;
}

.html-embed.video2 {
  display: block;
}

.section-video-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #000;
}

.section-video-2.video-container {
  display: block;
  overflow: hidden;
  max-width: 1920px;
}

.section-proyectos-home {
  position: relative;
  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-color: #000;
}

.title-proyectos-home {
  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-11 {
  width: 24px;
}

.section-libertador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_5.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-libertador.section-home {
  max-height: none;
}

.section-carmelo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_6.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-carmelo.section-home {
  max-height: none;
}

.section-caamano {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_7.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-caamano.section-home {
  max-height: none;
}

.section-batlle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_8.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-batlle.section-home {
  max-height: none;
}

.section-vitriumone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_9.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-vitriumone.section-home {
  max-height: none;
}

.section-tigre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_10.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-tigre.section-home {
  max-height: none;
}

.section-mimo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_11.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-mimo.section-home {
  max-height: none;
}

.section-duos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_12.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-duos.section-home {
  max-height: none;
}

.section-serra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -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('../images/Large_13.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-serra.section-home {
  max-height: none;
}

.listado-proyectos-serena {
  display: none;
  -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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.menu-button-2 {
  display: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-24 {
  display: none;
}

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

.parallax-wipper {
  height: 200vh;
}

.image-26 {
  width: 56px;
  margin-left: 8px;
}

.section-real-state {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.col-right-real {
  width: 60%;
}

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

.col-left-real {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-span {
  color: #317de0;
}

.section-atencion-personalizada {
  position: relative;
  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;
  background-color: #fff;
}

.col-left-atencion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.col-right-atencion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  color: #1e2023;
  font-size: 17px;
  line-height: 24px;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #317de0;
  font-size: 24px;
  line-height: 32px;
}

.section-2 {
  position: relative;
  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;
  background-color: #fff;
}

.section-contamos-equipo {
  position: relative;
  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;
  background-color: #fff;
}

.bloques-home-x-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b4-img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 72px;
  padding-left: 72px;
  -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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.b4-text {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #0d213b;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #0d213b;
  font-size: 19px;
  line-height: 24px;
}

.b4-img-2 {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.image-28 {
  margin-left: -244px;
}

.image-29 {
  position: relative;
  z-index: 1;
}

.b4-img-3 {
  width: 60%;
  margin-left: -244px;
}

.b4-img-4 {
  position: static;
  z-index: 1;
}

.b4-title-1 {
  font-family: Montserrat, sans-serif;
  color: #0d213b;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.b4-title-2 {
  font-family: Montserrat, sans-serif;
  color: #0d213b;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.b4-title-4 {
  font-family: Montserrat, sans-serif;
  color: #0d213b;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.b4-text-1 {
  font-family: Montserrat, sans-serif;
  color: #0d213b;
  font-size: 19px;
  line-height: 24px;
}

.b4-text-2 {
  font-family: Montserrat, sans-serif;
  color: #0d213b;
  font-size: 19px;
  line-height: 24px;
}

.b4-text-4 {
  font-family: Montserrat, sans-serif;
  color: #0d213b;
  font-size: 19px;
  line-height: 24px;
}

.flat-button-proyect {
  margin-top: 24px;
  padding: 8px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 200px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
}

.flat-button-hidden {
  display: none;
  margin-top: 24px;
  padding: 8px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 200px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 32px;
  font-weight: 600;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.link-block:active {
  color: #fff;
}

.link-block:visited {
  color: #fff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1e252d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.header-gracias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  margin-top: 100px;
  margin-bottom: 0px;
  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;
}

.header-gracias.section-home {
  max-height: none;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-30 {
  width: 205px;
  height: 225px;
  margin-right: 72px;
}

.text-block-92 {
  max-width: 436px;
  margin-top: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.h2-title-copy {
  max-width: 436px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #1e2023;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.h2-title-copy2 {
  max-width: 436px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #1e2023;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.h2-title-copy {
  max-width: 800px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.back-slider-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url('../images/h1-optg.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.simbool-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 250px;
}

.back-slider-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url('../images/h3-opt.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.back-slider-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url('../images/h2-opt.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cols-equipo {
  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;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.content-section-bloque-4 {
  position: relative;
  width: 1280px;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #000;
}

.content-section-bloque-4.content-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  padding: 96px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-section-bloque-4.cs-proyecto {
  padding-top: 0px;
}

.content-section-bloque-4._2-cols {
  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;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.content-section-bloque-4._2-cols-iguales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-section-bloque-4.b4 {
  overflow: hidden;
  padding-top: 120px;
}

.content-section-pr-home {
  position: relative;
  width: 1280px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
}

.content-section-pr-home.content-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  padding: 96px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-section-pr-home.cs-proyecto {
  padding-top: 0px;
}

.content-section-pr-home._2-cols {
  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;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.content-section-pr-home._2-cols-iguales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-section-pr-home.b4 {
  overflow: hidden;
  padding-top: 168px;
}

.body-medium-text-copy {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.body-medium-text-copy.margin-0 {
  margin-top: 0px;
}

.cols-estrategia-copy {
  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;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.content-items-estrategia-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.content-video-inst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  -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;
}

.html-embed-6 {
  width: 100%;
  height: auto;
}

.v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 675px;
  -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;
}

.html-embed-768 {
  display: none;
  width: 1200px;
}

.html-embed-320 {
  display: none;
  width: 1200px;
}

.section-video-1-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #000;
}

.section-video-1-copy.video-container {
  display: block;
  width: 100%;
  max-width: 1920px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1e2023;
}

.underline-button-copy {
  display: none;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.underline-button-copy.btn-header-active {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.section-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #000;
}

.section-video.video-container {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 1920px;
  background-color: #fff;
}

.html-embed-copy {
  width: 100%;
  height: auto;
}

.html-embed-copy.video {
  display: block;
}

.html-embed-copy.video2 {
  display: block;
  width: auto;
}

.html-embed-copy.video2.mobilevideo {
  display: none;
}

.gradient-thumb-copy {
  position: absolute;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  height: 30%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
}

.html-embed-769 {
  margin-top: 48px;
  margin-bottom: 15px;
}

.flat-button-outline-copy {
  margin-top: 24px;
  padding: 8px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 200px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #317de0;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  color: #317de0;
}

.link-tw {
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url('../images/icon-tw.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-tw:hover {
  background-image: url('../images/icon-tw-hover.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.title-agenda {
  height: 128px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #1e2023;
  font-size: 64px;
  line-height: 72px;
}

.section-17 {
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.html-embed-770 {
  margin-bottom: 80px;
}

.link-instagram-2 {
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url('../images/Insta.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-instagram-2:hover {
  background-image: url('../images/Insta-hover.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-32 {
  width: 30px;
  min-width: 30px;
}

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

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  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;
  text-align: center;
}

.button-2 {
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url('../images/Link.svg');
  background-position: 0px 0px;
  background-size: 30px 30px;
}

.button-2:hover {
  background-image: url('../images/Link-hover.svg');
}

.item-estrategia-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.item-estrategia-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.underline-button-copy-copy {
  display: none;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.underline-button-copy-copy.btn-header-active {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.h2-title-doblemobile {
  display: none;
  max-width: 800px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.h2-title-doblemobile.color-white {
  color: #fff;
}

.container-mobile {
  display: none;
  width: 1280px;
  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;
}

.btn-header-menu-copy {
  padding: 4px 0px 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.btn-header-menu-copy.w--current {
  border-bottom: 4px solid #fff;
  color: #fff;
  text-decoration: none;
}

.btn-header-menu-copy.btn-idioma {
  font-weight: 600;
}

.btn-header-abierto-mobile {
  padding: 4px 0px 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.btn-header-abierto-mobile.w--current {
  border-bottom: 4px solid #fff;
  color: #fff;
  text-decoration: none;
}

.btn-header-abierto-mobile.btn-idioma {
  font-weight: 600;
}

.idiomas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.html-embed-copy-copy {
  width: 100%;
  height: auto;
}

.html-embed-copy-copy.video {
  display: block;
}

.html-embed-copy-copy.video2 {
  display: block;
  width: auto;
}

.html-embed-copy-copy.video2.mobilevideo {
  display: none;
}

.nav-menu-desk {
  display: none;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.menu-desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.navbar-en {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (min-width: 1280px) {
  .slider {
    overflow: hidden;
  }

  .slide-1 {
    width: 100%;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flat-button-basic:hover {
    background-color: #317de0;
    color: #fff;
  }

  .title-selider {
    font-size: 80px;
    line-height: 80px;
  }

  .name-project-header {
    font-size: 24px;
    line-height: 32px;
  }

  .name-project-header.bold-type {
    font-size: 24px;
    line-height: 42px;
  }

  .flat-button.primary-blue {
    margin-top: 8px;
  }

  .flat-button.primary-blue:hover {
    background-color: #0d213b;
  }

  .slide-2 {
    width: 100%;
  }

  .slide-3 {
    width: 100%;
  }

  .content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 64px;
    padding-bottom: 64px;
    -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;
  }

  .content-section.content-xl {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-section._2-cols {
    width: 1200px;
  }

  .cotent-section {
    width: 1300px;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .contact-left {
    margin-right: 40px;
    padding-right: 0px;
  }

  .contact-right {
    width: 650px;
    padding-left: 40px;
  }

  .title-contact {
    font-size: 48px;
    line-height: 64px;
  }

  .text-block {
    width: 90%;
  }

  .text-footer {
    color: #fff;
  }

  .cols-estrategia {
    width: 90%;
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-items-estrategia {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .item-estrategia {
    width: 27%;
  }

  .h3-title.color-dark {
    font-size: 32px;
    line-height: 40px;
  }

  .body-xl-text {
    font-size: 17px;
  }

  .item-equipo {
    width: 30%;
  }

  .h2-title {
    max-width: 800px;
    color: #fff;
  }

  .h2-title.color-white {
    font-size: 48px;
    line-height: 56px;
  }

  .bloque-title-subtitle {
    width: auto;
  }

  .h4-title {
    padding-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  .body-medium-text {
    font-size: 14px;
  }

  .flat-button-outline:hover {
    border-color: #317de0;
    color: #317de0;
  }

  .flat-button-outline.b4-cta-4:hover {
    border-color: #317de0;
    color: #317de0;
  }

  .section-parallax-text.text-parallax {
    background-image: linear-gradient(129deg, #0d213b 37%, #174e97);
  }

  .section-video-1.video-container {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .col-right-real {
    width: 50%;
  }

  .col-left-real {
    width: 50%;
  }

  .col-right-atencion {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .b4-img-2 {
    width: 100%;
  }

  .b4-img-3 {
    width: 60%;
  }

  .flat-button-proyect:hover {
    border-color: #317de0;
    opacity: 1;
    color: #317de0;
  }

  .link-block:hover {
    opacity: 0.7;
  }

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

  .header-gracias {
    margin-top: 100px;
  }

  .text-block-92 {
    padding-bottom: 40px;
  }

  .back-slider-1 {
    background-image: url('../images/h1-optg.jpg');
    background-position: 100% 100%;
  }

  .simbool-1 {
    width: 270px;
  }

  .back-slider-3 {
    background-image: url('../images/h3-opt.jpg');
    background-position: 100% 100%;
  }

  .back-slider-2 {
    background-image: url('../images/h2-opt.jpg');
    background-position: 100% 100%;
  }

  .cols-equipo {
    width: auto;
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .content-section-bloque-4 {
    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;
  }

  .content-section-bloque-4.content-xl {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-section-bloque-4.b4 {
    display: block;
    width: 1200px;
  }

  .content-section-pr-home {
    display: block;
    width: 1200px;
    -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;
  }

  .content-section-pr-home.content-xl {
    padding-right: 20px;
    padding-left: 20px;
  }

  .body-medium-text-copy {
    font-size: 19px;
    line-height: 32px;
  }

  .cols-estrategia-copy {
    width: 90%;
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-items-estrategia-copy {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .v {
    width: 1200px;
    height: 675px;
  }

  .html-embed-768 {
    width: 1200px;
  }

  .html-embed-320 {
    width: 1200px;
  }

  .section-video-1-copy.video-container {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1e2023;
  }

  .html-embed-copy.video2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background-image: linear-gradient(180deg, #000, #fff);
  }

  .flat-button-outline-copy:hover {
    border-color: #317de0;
    color: #317de0;
  }

  .flat-button-outline-copy.b4-cta-4:hover {
    border-color: #317de0;
    color: #317de0;
  }

  .link-2 {
    color: #fff;
    text-decoration: none;
  }

  .link-2:hover {
    color: #317de0;
  }

  .link-3 {
    color: #fff;
    font-style: normal;
    text-decoration: none;
  }

  .link-3:hover {
    color: #317de0;
  }

  .title-agenda {
    font-size: 48px;
    line-height: 64px;
  }

  .item-estrategia-copy {
    width: 27%;
  }

  .item-estrategia-copy {
    width: 27%;
  }

  .h2-title-doblemobile {
    max-width: 800px;
    color: #fff;
  }

  .h2-title-doblemobile.color-white {
    font-size: 48px;
    line-height: 56px;
  }

  .html-embed-copy-copy.video2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background-image: linear-gradient(180deg, #000, #fff);
  }

  .navbar-en {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bold-text {
    width: 41%;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    height: 770px;
  }

  .slider {
    width: 100%;
    height: 100vh;
  }

  .slide-1 {
    width: 100%;
  }

  .mask {
    width: 100%;
  }

  .info-slider {
    height: 100vh;
  }

  .title-selider {
    font-size: 96px;
    line-height: 96px;
  }

  .name-project-header {
    font-size: 32px;
    line-height: 40px;
  }

  .name-project-header.bold-type {
    font-size: 32px;
    line-height: 40px;
  }

  .slide-nav {
    margin-top: 10px;
    margin-bottom: 64px;
  }

  .slide-2 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .content-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .content-section.b4 {
    padding-top: 172px;
  }

  .cotent-section {
    width: 1300px;
    padding-top: 96px;
    padding-bottom: 96px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cotent-section.sep-contacto {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .title-contact {
    font-size: 64px;
    line-height: 72px;
  }

  .text-block {
    width: 100%;
  }

  .text-footer {
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .cols-estrategia {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .content-items-estrategia {
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .item-estrategia {
    width: 30%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h6-title {
    font-size: 24px;
    line-height: 32px;
  }

  .h3-title.color-dark {
    font-size: 32px;
    line-height: 40px;
  }

  .item-equipo {
    width: 30%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .item-equipo.hidden {
    display: none;
  }

  .h2-title {
    max-width: 860px;
    color: #fff;
  }

  .h2-title.color-white {
    font-size: 64px;
    line-height: 72px;
  }

  .bloque-title-subtitle {
    width: auto;
  }

  .h4-title {
    font-size: 37px;
  }

  .sectio-proyectos {
    height: 770px;
  }

  .section-lasartes {
    height: 770px;
  }

  .header-nosotros {
    height: 640px;
  }

  .section-asunc {
    height: 770px;
    background-image: url('../images/Large.jpg');
  }

  .section-delcentro {
    height: 770px;
    background-image: url('../images/Large_1.jpg');
  }

  .section-montevideo {
    height: 770px;
    background-image: url('../images/Large_2.jpg');
  }

  .section-vila {
    height: 770px;
    background-image: url('../images/Large_3.jpg');
  }

  .section-mb {
    height: 770px;
    background-image: url('../images/Large_4.jpg');
  }

  .header-servicios {
    height: 770px;
  }

  .section-parallax-text.text-parallax {
    height: auto;
  }

  .content-text-parallax {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-video-1.video-container {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .section-proyectos-home {
    background-color: #000;
  }

  .section-libertador {
    height: 770px;
    background-image: url('../images/Large_5.jpg');
  }

  .section-carmelo {
    height: 770px;
    background-image: url('../images/Large_6.jpg');
  }

  .section-caamano {
    height: 770px;
    background-image: url('../images/Large_7.jpg');
  }

  .section-batlle {
    height: 770px;
    background-image: url('../images/Large_8.jpg');
  }

  .section-vitriumone {
    height: 770px;
    background-image: url('../images/Large_9.jpg');
  }

  .section-tigre {
    height: 770px;
    background-image: url('../images/Large_10.jpg');
  }

  .section-mimo {
    height: 770px;
    background-image: url('../images/Large_11.jpg');
  }

  .section-duos {
    height: 770px;
    background-image: url('../images/Large_12.jpg');
  }

  .section-serra {
    height: 770px;
    background-image: url('../images/Large_13.jpg');
  }

  .section-real-state {
    background-color: #000;
  }

  .col-right-real {
    width: 50%;
  }

  .col-left-real {
    width: 50%;
  }

  .col-left-atencion {
    width: 50%;
  }

  .col-right-atencion {
    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;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-28 {
    margin-left: -245px;
  }

  .b4-img-3 {
    width: 60%;
    margin-left: -245px;
  }

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

  .section-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -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;
  }

  .content-thankyou {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    margin-bottom: 72px;
    -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;
    -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;
  }

  .heading-11 {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    text-align: center;
  }

  .text-block-91 {
    margin-top: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
  }

  .button {
    margin-top: 40px;
    color: #64a730;
  }

  .button:hover {
    background-color: #64a730;
    color: #fff;
  }

  .header-gracias {
    height: 770px;
    margin-top: 100px;
  }

  .h2-title-copy {
    color: #fff;
  }

  .h2-title-copy2 {
    color: #1e2023;
  }

  .h2-title-copy {
    max-width: 550px;
    color: #fff;
  }

  .back-slider-1 {
    background-image: url('../images/h1-optg.jpg');
  }

  .simbool-1 {
    width: 350px;
  }

  .cols-equipo {
    width: auto;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .content-section-bloque-4.b4 {
    padding-top: 120px;
  }

  .content-section-pr-home.b4 {
    padding-top: 172px;
  }

  .body-medium-text-copy {
    font-size: 19px;
    line-height: 32px;
  }

  .cols-estrategia-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .content-items-estrategia-copy {
    -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;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-31 {
    max-width: none;
  }

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

  .v {
    width: 1200px;
    height: 675px;
  }

  .html-embed-768 {
    width: 1200px;
  }

  .html-embed-320 {
    width: 1200px;
  }

  .section-video-1-copy.video-container {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1e2023;
  }

  .title-agenda {
    font-size: 64px;
    line-height: 72px;
  }

  .item-estrategia-copy {
    width: 30%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .item-estrategia-copy {
    width: 30%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h2-title-doblemobile {
    max-width: 860px;
    color: #fff;
  }

  .h2-title-doblemobile.color-white {
    font-size: 64px;
    line-height: 72px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/Header-XL-01-lasArtes.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .slider {
    display: block;
    width: 100%;
    height: 100vh;
    max-width: 1920px;
    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;
  }

  .slide-1 {
    overflow: hidden;
    width: 100%;
    max-width: none;
    background-image: none;
  }

  .slide-1.bg-slide-1 {
    background-image: url('../images/bg-asuncion.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .mask {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container {
    display: block;
    width: 1600px;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .brand {
    display: block;
    width: 120px;
  }

  .navbar {
    position: fixed;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 96px;
    -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;
  }

  .menu-button {
    overflow: hidden;
  }

  .nav-link {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
  }

  .btn-header-menu {
    margin-right: 0px;
    margin-left: 0px;
    padding: 4px 0px 8px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
  }

  .btn-header-menu.btn-idioma {
    font-weight: 400;
  }

  .flat-button-basic {
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px 32px;
    border-radius: 200px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #000;
    line-height: 32px;
    font-weight: 600;
  }

  .flat-button-basic.primary-blue {
    background-color: #317de0;
    color: #fff;
  }

  .nav-menu {
    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;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .body {
    overflow: visible;
    max-width: 1920px;
    margin-left: auto;
    background-color: #000;
  }

  .content-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .underline-button {
    display: none;
    overflow: visible;
    width: 100%;
    height: 4px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .underline-button.btn-header-active {
    display: block;
  }

  .info-slider {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    height: 100vh;
    max-height: none;
    -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;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .title-selider {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 96px;
    line-height: 96px;
  }

  .sub-title-header {
    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;
  }

  .name-project-header {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }

  .name-project-header.bold-type {
    font-weight: 600;
  }

  .content-info-slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 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;
  }

  .flat-button {
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px 32px;
    border-radius: 200px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    color: #000;
    line-height: 32px;
    font-weight: 600;
  }

  .flat-button.primary-blue {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #317de0;
    color: #fff;
  }

  .slide-nav {
    margin-bottom: 120px;
    margin-left: -847px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

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

  .slide-3 {
    max-width: none;
    background-image: url('../images/bg-libertador-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .content-section {
    display: block;
    width: 1600px;
    background-color: transparent;
  }

  .content-section.background-dark {
    background-color: #1e2023;
  }

  .content-section.content-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1600px;
    padding-top: 120px;
    padding-right: 0px;
    padding-bottom: 120px;
    -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;
    background-color: transparent;
  }

  .content-section._2-cols {
    width: 1600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .content-section.b4 {
    padding-top: 171px;
  }

  .cotent-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1600px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 120px;
    padding-bottom: 120px;
    -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;
  }

  .section-contact {
    margin-right: auto;
    margin-left: auto;
  }

  .section-contact.bg-white {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .contact-left {
    display: block;
    width: 410px;
    max-width: none;
    -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;
  }

  .contact-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-contact {
    max-width: none;
    margin-bottom: 24px;
    font-family: Montserrat, sans-serif;
    color: #1e2023;
    font-size: 64px;
    line-height: 72px;
  }

  .text-block {
    max-width: none;
    margin-bottom: 48px;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 24px;
  }

  .spacer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1px;
    height: 699px;
    min-height: 1px;
    padding-right: 0px;
    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: #1e2023;
    opacity: 0.2;
  }

  .form-contact {
    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;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .col-left-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .col-right-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-field {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #1e2023;
    font-family: Montserrat, sans-serif;
  }

  .item-form {
    width: 100%;
  }

  .textarea {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #1e2023;
    font-family: 'Open Sans', sans-serif;
  }

  .field-label {
    font-family: Montserrat, sans-serif;
  }

  .field-label-2 {
    font-family: Montserrat, sans-serif;
  }

  .field-label-3 {
    font-family: Montserrat, sans-serif;
  }

  .field-label-4 {
    font-family: Montserrat, sans-serif;
  }

  .field-label-5 {
    font-family: Montserrat, sans-serif;
  }

  .field-label-6 {
    font-family: Montserrat, sans-serif;
  }

  .field-label-7 {
    font-family: Montserrat, sans-serif;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 750px;
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form-block {
    margin-top: 48px;
  }

  .select-field {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000;
    background-color: #fff;
  }

  .select-field.background-dark {
    border-bottom-color: #1e2023;
    font-family: Montserrat, sans-serif;
  }

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

  .footer.background-dark {
    background-color: #1e2023;
  }

  .data-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .office-footer {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .title-office-footer {
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .text-footer {
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 24px;
  }

  .rrss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link-instagram {
    width: 44px;
    height: 44px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url('../images/Insta.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .link-instagram:hover {
    background-image: url('../images/Insta-hover.svg'), url('../images/Insta.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }

  .link-facebook {
    width: 44px;
    height: 44px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url('../images/Face.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .link-facebook:hover {
    background-image: url('../images/Face-hover.svg');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-linkedin {
    width: 44px;
    height: 44px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url('../images/Link.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .link-linkedin:hover {
    background-image: url('../images/Link-hover.svg');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .link-youtube {
    width: 44px;
    height: 44px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url('../images/Youtube.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .link-youtube:hover {
    background-image: url('../images/Youtube-hover.svg');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .links-rrss-footer {
    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;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-estrategia {
    background-color: #1e2023;
  }

  .cols-estrategia {
    width: 100%;
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .heading.h2-title {
    background-color: transparent;
  }

  .heading.h2-title {
    background-color: transparent;
  }

  .content-items-estrategia {
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .item-estrategia {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h6-title {
    font-size: 32px;
    line-height: 40px;
  }

  .body-small-text {
    font-size: 14px;
    line-height: 24px;
  }

  .section-nuestro-compromiso {
    border-style: none;
    border-width: 1px;
    border-color: #1e2023;
    background-color: #1e2023;
  }

  .h3-title._1 {
    opacity: 0.2;
  }

  .h3-title._2 {
    opacity: 0.2;
  }

  .h3-title._3 {
    opacity: 0.2;
  }

  .h3-title.color-dark {
    font-size: 48px;
    line-height: 56px;
  }

  .un-equipo-left {
    width: 60%;
  }

  .img-team {
    width: 100%;
  }

  .h2-title {
    font-size: 64px;
    line-height: 72px;
  }

  .h2-title._1 {
    opacity: 0.2;
  }

  .h2-title._2 {
    opacity: 0.2;
  }

  .h2-title.color-white {
    font-size: 64px;
    line-height: 72px;
  }

  .bloque-title-subtitle.title-nuestro-compromiso {
    width: 30%;
  }

  .h4-title {
    width: 116%;
    white-space: normal;
  }

  .body-medium-text {
    width: 100%;
    line-height: 32px;
    font-weight: 400;
  }

  .section-ficha-proyecto {
    background-color: #1e2023;
  }

  .cols-ficha-proyecto {
    grid-column-gap: 320px;
    grid-row-gap: 320px;
  }

  .col-right-ficha {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
  }

  .flat-button-outline {
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px 32px;
    border-radius: 200px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #000;
    line-height: 32px;
    font-weight: 600;
  }

  .flat-button-outline.primary-blue {
    background-color: #317de0;
    color: #fff;
  }

  .section-imagenes-proyecto {
    background-color: #1e2023;
  }

  .thumb-proyecto {
    position: relative;
    opacity: 1;
  }

  .thumb-proyecto.opacity-proyecto {
    opacity: 0;
  }

  .image-thumb-proyecto {
    width: 100%;
    cursor: pointer;
  }

  .listado-proyectos-section {
    margin-right: 0px;
    margin-left: 0px;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .lightbox-link {
    width: 100%;
  }

  .info-proyecto-thumb {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .gradient-thumb {
    height: 30%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent, #000);
  }

  .lightbox-link-2 {
    width: 100%;
  }

  .lightbox-link-3 {
    width: 100%;
  }

  .lightbox-link-4 {
    width: 100%;
  }

  .lightbox-link-5 {
    width: 100%;
  }

  .lightbox-link-6 {
    width: 100%;
  }

  .lightbox-link-7 {
    width: 100%;
  }

  .lightbox-link-8 {
    width: 100%;
  }

  .lightbox-link-9 {
    width: 100%;
  }

  .lightbox-link-10 {
    width: 100%;
  }

  .lightbox-link-11 {
    width: 100%;
  }

  .lightbox-link-12 {
    width: 100%;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .image-8 {
    max-width: none;
  }

  .sectio-proyectos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/Header-XL--Proyectos.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-lasartes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/Header-XL-01-lasArtes.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .header-nosotros {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/Header-XL--Nosotros.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-asunc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-delcentro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_1.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-montevideo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_2.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-vila {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_3.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_4.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .header-servicios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/Header-XL--Servcios-Reduced.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-gestion-integral {
    background-color: #1e2023;
  }

  .cols-gestion {
    grid-column-gap: 320px;
    grid-row-gap: 320px;
  }

  .content-items-gestion {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section-home {
    left: 0px;
    right: 0px;
    max-width: none;
  }

  .section-parallax-text.text-parallax {
    display: block;
    height: auto;
  }

  .content-text-parallax {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .link-text-parallax {
    border: 1px none #000;
    border-radius: 100px;
    opacity: 1;
  }

  .h2-title-reveal-1 {
    opacity: 0.1;
    font-size: 64px;
    line-height: 72px;
  }

  .h2-title-reveal-1._1 {
    opacity: 0.2;
  }

  .h2-title-reveal-1._2 {
    opacity: 0.2;
  }

  .h2-title-reveal-2 {
    opacity: 0.1;
    font-size: 64px;
    line-height: 72px;
  }

  .h2-title-reveal-2._1 {
    opacity: 0.2;
  }

  .h2-title-reveal-2._2 {
    opacity: 0.2;
  }

  .h3-title-reveal-3 {
    opacity: 0.1;
  }

  .h3-title-reveal-3._1 {
    opacity: 0.2;
  }

  .h3-title-reveal-3._2 {
    opacity: 0.2;
  }

  .h3-title-reveal-3._3 {
    opacity: 0.2;
  }

  .h3-title-copy._1 {
    opacity: 0.2;
  }

  .h3-title-copy._2 {
    opacity: 0.2;
  }

  .h3-title-copy._3 {
    opacity: 0.2;
  }

  .h3-title-reveal-4 {
    opacity: 0.1;
  }

  .h3-title-reveal-4._1 {
    opacity: 0.2;
  }

  .h3-title-reveal-4._2 {
    opacity: 0.2;
  }

  .h3-title-reveal-4._3 {
    opacity: 0.2;
  }

  .h3-title-reveal-5 {
    opacity: 0.1;
  }

  .h3-title-reveal-5._1 {
    opacity: 0.2;
  }

  .h3-title-reveal-5._2 {
    opacity: 0.2;
  }

  .h3-title-reveal-5._3 {
    opacity: 0.2;
  }

  .image-10 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 10%;
    bottom: 0%;
    width: 700px;
    max-width: none;
  }

  .section-video-1.video-container {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1920px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1e2023;
  }

  .html-embed.video {
    display: block;
    width: 900px;
    -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;
  }

  .html-embed.video2 {
    display: block;
  }

  .section-video-2.video-container {
    max-width: 1920px;
  }

  .section-proyectos-home {
    background-color: #000;
  }

  .section-libertador {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_5.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-carmelo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_6.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-caamano {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_7.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-batlle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_8.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-vitriumone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_9.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-tigre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_10.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-mimo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_11.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-duos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_12.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-serra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    -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('../images/XL---1920x640_13.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .parallax-wipper {
    overflow: visible;
  }

  .section-real-state {
    background-color: #000;
  }

  .col-right-real {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .col-left-real {
    width: 40%;
  }

  .col-right-atencion {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-contamos-equipo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-width: 1920px;
  }

  .b4-img {
    padding-right: 96px;
    padding-left: 96px;
  }

  .b4-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-28 {
    margin-left: -306px;
  }

  .b4-img-3 {
    width: 60%;
    margin-left: -306px;
  }

  .flat-button-proyect {
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px 32px;
    border-radius: 200px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 32px;
    font-weight: 600;
  }

  .flat-button-proyect.primary-blue {
    background-color: #317de0;
    color: #fff;
  }

  .flat-button-hidden {
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px 32px;
    border-radius: 200px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #000;
    line-height: 32px;
    font-weight: 600;
  }

  .flat-button-hidden.primary-blue {
    background-color: #317de0;
    color: #fff;
  }

  .header-gracias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 640px;
    margin-top: 100px;
    margin-bottom: 0px;
    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;
  }

  .h2-title-copy {
    font-size: 64px;
    line-height: 72px;
  }

  .h2-title-copy._1 {
    opacity: 0.2;
  }

  .h2-title-copy._2 {
    opacity: 0.2;
  }

  .h2-title-copy2 {
    font-size: 64px;
    line-height: 72px;
  }

  .h2-title-copy2._1 {
    opacity: 0.2;
  }

  .h2-title-copy2._2 {
    opacity: 0.2;
  }

  .h2-title-copy {
    font-size: 64px;
    line-height: 72px;
  }

  .h2-title-copy._1 {
    opacity: 0.2;
  }

  .h2-title-copy._2 {
    opacity: 0.2;
  }

  .html-embed-5 {
    overflow: visible;
  }

  .back-slider-1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    background-image: url('../images/h1-optg.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .simbool-1 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 350px;
  }

  .back-slider-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    background-image: url('../images/h3-opt.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .back-slider-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    background-image: url('../images/h2-opt.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cols-equipo {
    width: auto;
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .content-section-bloque-4 {
    display: block;
    width: 1600px;
    background-color: transparent;
  }

  .content-section-bloque-4.background-dark {
    background-color: #1e2023;
  }

  .content-section-bloque-4.content-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1600px;
    padding-top: 120px;
    padding-right: 0px;
    padding-bottom: 120px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }

  .content-section-bloque-4._2-cols {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-section-bloque-4.b4 {
    padding-top: 120px;
  }

  .content-section-pr-home {
    display: block;
    width: 1600px;
    padding-top: 100px;
    background-color: transparent;
  }

  .content-section-pr-home.background-dark {
    background-color: #1e2023;
  }

  .content-section-pr-home.content-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1600px;
    padding-top: 120px;
    padding-right: 0px;
    padding-bottom: 120px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }

  .content-section-pr-home._2-cols {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-section-pr-home.b4 {
    padding-top: 171px;
  }

  .body-medium-text-copy {
    width: 100%;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
  }

  .cols-estrategia-copy {
    width: 100%;
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .content-items-estrategia-copy {
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-video-inst {
    position: relative;
    display: block;
  }

  .html-embed-6 {
    width: 100%;
    height: auto;
  }

  .v {
    width: 1200px;
    height: 675px;
  }

  .html-embed-768 {
    display: none;
    width: 1200px;
  }

  .html-embed-320 {
    display: none;
    width: 1200px;
  }

  .section-video-1-copy.video-container {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1920px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1e2023;
  }

  .underline-button-copy {
    display: none;
    overflow: visible;
    width: 100%;
    height: 4px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .underline-button-copy.btn-header-active {
    display: block;
  }

  .section-video.video-container {
    position: relative;
    max-width: 1920px;
  }

  .html-embed-copy.video {
    display: block;
    width: 900px;
    -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;
  }

  .html-embed-copy.video2 {
    display: block;
  }

  .gradient-thumb-copy {
    height: 30%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: linear-gradient(180deg, transparent, #fff);
  }

  .flat-button-outline-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px 32px;
    border-radius: 200px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 32px;
    font-weight: 600;
  }

  .flat-button-outline-copy.primary-blue {
    background-color: #317de0;
    color: #fff;
  }

  .link-tw {
    width: 44px;
    height: 44px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url('../images/icon-tw.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .link-tw:hover {
    background-image: url('../images/icon-tw-hover.svg');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .title-agenda {
    max-width: none;
    margin-bottom: 24px;
    font-family: Montserrat, sans-serif;
    color: #1e2023;
    font-size: 64px;
    line-height: 60px;
  }

  .link-instagram-2 {
    width: 44px;
    height: 44px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    background-image: url('../images/Insta.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .link-instagram-2:hover {
    background-image: url('../images/Insta-hover.svg'), none;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }

  .item-estrategia-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .item-estrategia-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .underline-button-copy-copy {
    display: none;
    overflow: visible;
    width: 100%;
    height: 4px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .underline-button-copy-copy.btn-header-active {
    display: block;
  }

  .h2-title-doblemobile {
    font-size: 64px;
    line-height: 72px;
  }

  .h2-title-doblemobile._1 {
    opacity: 0.2;
  }

  .h2-title-doblemobile._2 {
    opacity: 0.2;
  }

  .h2-title-doblemobile.color-white {
    font-size: 64px;
    line-height: 72px;
  }

  .container-mobile {
    display: none;
    width: 1600px;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .btn-header-menu-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding: 4px 0px 8px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
  }

  .btn-header-menu-copy.btn-idioma {
    font-weight: 400;
  }

  .btn-header-abierto-mobile {
    margin-right: 0px;
    margin-left: 0px;
    padding: 4px 0px 8px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
  }

  .btn-header-abierto-mobile.btn-idioma {
    font-weight: 400;
  }

  .html-embed-copy-copy.video {
    display: block;
    width: 900px;
    -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;
  }

  .html-embed-copy-copy.video2 {
    display: block;
  }

  .nav-menu-desk {
    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;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .navbar-en {
    position: fixed;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 96px;
    -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;
  }
}

@media screen and (max-width: 991px) {
  .section {
    width: 100%;
    background-image: url('../images/Header-Medium-01-lasArtes.jpg');
  }

  .container {
    display: none;
    width: 90%;
  }

  .navbar {
    z-index: 999;
    background-color: #1e2023;
  }

  .btn-header-menu {
    font-size: 44px;
    line-height: 64px;
    font-weight: 400;
  }

  .btn-header-menu.w--current {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .flat-button-basic {
    margin-top: 45px;
  }

  .nav-menu {
    padding-top: 40px;
    padding-bottom: 75px;
    -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;
    background-color: #1e2023;
  }

  .content-button {
    display: block;
    margin-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: 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;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    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;
    text-align: left;
  }

  .info-slider {
    width: 90%;
  }

  .title-selider {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 56px;
  }

  .name-project-header {
    font-size: 24px;
    line-height: 32px;
  }

  .content-info-slider {
    width: 100%;
  }

  .flat-button.primary-blue {
    margin-bottom: 0px;
  }

  .slide-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-section {
    width: 90%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content-section.content-xl {
    width: 90%;
  }

  .content-section._2-cols {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-section.b4 {
    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;
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .cotent-section {
    width: 90%;
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-left {
    width: 100%;
  }

  .contact-right {
    width: 100%;
  }

  .title-contact {
    margin-top: 0px;
    font-size: 48px;
  }

  .text-block {
    font-size: 17px;
  }

  .spacer-contact {
    width: 100%;
    height: 1px;
    margin-top: 56px;
    margin-bottom: 40px;
  }

  .data-footer {
    grid-column-gap: 40px;
  }

  .office-footer {
    display: 8pxpx;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .title-office-footer {
    margin-bottom: 16px;
  }

  .rrss {
    margin-bottom: 0px;
  }

  .image {
    width: 100px;
    max-width: none;
  }

  .cols-estrategia {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-column-gap: 48px;
    grid-row-gap: 40px;
  }

  .heading.h2-title {
    font-size: 48px;
    line-height: 56px;
  }

  .content-items-estrategia {
    width: 100%;
    margin-top: 0px;
    -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-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;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .item-estrategia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .info-nuestro-compromiso {
    -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;
    grid-row-gap: 40px;
  }

  .h3-title {
    margin-bottom: 0px;
  }

  .image-2 {
    width: 100%;
  }

  .body-xl-text {
    width: 100%;
  }

  .item-equipo {
    width: 46%;
  }

  .img-team {
    width: 100%;
  }

  .h2-title {
    font-size: 48px;
    line-height: 56px;
  }

  .bloque-title-subtitle {
    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;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bloque-title-subtitle.title-nuestro-compromiso {
    width: 100%;
  }

  .h4-title {
    margin-bottom: 0px;
  }

  .body-medium-text {
    line-height: 32px;
    font-weight: 400;
  }

  .arrow-logo {
    width: 25%;
  }

  .info-header-proyecto {
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cols-ficha-proyecto {
    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-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .col-left-ficha {
    width: 100%;
  }

  .col-right-ficha {
    width: 100%;
    margin-top: 0px;
    -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;
  }

  .ficha-caracteristicas-proyecto {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .item-ficha-proyecto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .item-estrategia-copy {
    display: 40pxpx;
    width: 46%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .thumb-proyecto {
    width: 47%;
  }

  .thumb-proyecto.opacity-proyecto {
    display: none;
  }

  .sectio-proyectos {
    width: 100%;
    background-image: url('../images/Header-Medium--Proyectos-Reduced.jpg');
  }

  .section-lasartes {
    width: 100%;
    background-image: url('../images/Header-Medium-01-lasArtes.jpg');
  }

  .header-nosotros {
    width: 100%;
    background-image: url('../images/Header-Medium-01-lasArtes.jpg');
  }

  .section-asunc {
    width: 100%;
    background-image: url('../images/medium.jpg');
  }

  .section-delcentro {
    width: 100%;
    background-image: url('../images/medium_1.jpg');
  }

  .section-montevideo {
    width: 100%;
    background-image: url('../images/medium_2.jpg');
  }

  .section-vila {
    width: 100%;
    background-image: url('../images/medium_3.jpg');
  }

  .section-mb {
    width: 100%;
    background-image: url('../images/medium_4.jpg');
  }

  .header-servicios {
    width: 100%;
    background-image: url('../images/Header-Medium--Servcios-Reduced.jpg');
  }

  .cols-gestion {
    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-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-column-gap: 48px;
    grid-row-gap: 40px;
  }

  .col-gestion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-items-gestion {
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .idiomas-mobile {
    display: block;
  }

  .content-text-parallax {
    position: relative;
    z-index: 2;
    width: 80%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2-title-reveal-1 {
    font-size: 48px;
    line-height: 48px;
  }

  .h2-title-reveal-2 {
    font-size: 48px;
    line-height: 48px;
  }

  .h3-title-reveal-3 {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .h3-title-copy {
    margin-bottom: 0px;
  }

  .h3-title-reveal-4 {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .h3-title-reveal-5 {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .image-10 {
    right: 5%;
    width: 400px;
  }

  .content-text-parallax-mobile {
    position: relative;
    z-index: 2;
    display: none;
    width: 80%;
  }

  .section-video-1.video-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-proyectos-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-libertador {
    width: 100%;
    background-image: url('../images/medium_5.jpg');
  }

  .section-carmelo {
    width: 100%;
    background-image: url('../images/medium_6.jpg');
  }

  .section-caamano {
    width: 100%;
    background-image: url('../images/medium_7.jpg');
  }

  .section-batlle {
    width: 100%;
    background-image: url('../images/medium_8.jpg');
  }

  .section-vitriumone {
    width: 100%;
    background-image: url('../images/medium_9.jpg');
  }

  .section-tigre {
    width: 100%;
    background-image: url('../images/medium_10.jpg');
  }

  .section-mimo {
    width: 100%;
    background-image: url('../images/medium_11.jpg');
  }

  .section-duos {
    width: 100%;
    background-image: url('../images/medium_12.jpg');
  }

  .section-serra {
    width: 100%;
    background-image: url('../images/medium_13.jpg');
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .col-right-real {
    width: 100%;
  }

  .col-left-real {
    width: 100%;
  }

  .col-left-atencion {
    width: 100%;
  }

  .col-right-atencion {
    width: 100%;
  }

  .bloques-home-x-4 {
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bloques-home-x-4.invert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .b4-img {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .b4-text {
    width: 100%;
  }

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

  .image-28 {
    margin-left: auto;
  }

  .b4-img-3 {
    width: 100%;
    margin-left: auto;
  }

  .header-gracias {
    width: 100%;
  }

  .h2-title-copy {
    font-size: 48px;
    line-height: 56px;
  }

  .h2-title-copy2 {
    font-size: 48px;
    line-height: 56px;
  }

  .h2-title-copy {
    font-size: 48px;
    line-height: 56px;
  }

  .back-slider-1 {
    background-position: 50% 50%;
  }

  .back-slider-3 {
    background-position: 50% 50%;
  }

  .back-slider-2 {
    background-position: 50% 50%;
  }

  .cols-equipo {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-column-gap: 48px;
    grid-row-gap: 40px;
  }

  .content-section-bloque-4 {
    width: 90%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content-section-bloque-4.content-xl {
    width: 90%;
  }

  .content-section-bloque-4._2-cols {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-section-bloque-4.b4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .content-section-pr-home {
    width: 90%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content-section-pr-home.content-xl {
    width: 90%;
  }

  .content-section-pr-home._2-cols {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-section-pr-home.b4 {
    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;
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .body-medium-text-copy {
    line-height: 32px;
    font-weight: 400;
  }

  .cols-estrategia-copy {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-column-gap: 48px;
    grid-row-gap: 40px;
  }

  .content-items-estrategia-copy {
    width: 100%;
    margin-top: 0px;
    -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-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;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .html-embed-6 {
    display: block;
    width: 100%;
  }

  .v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    -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;
  }

  .html-embed-768 {
    display: block;
    width: auto;
  }

  .html-embed-320 {
    width: auto;
  }

  .section-video-1-copy.video-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .html-embed-copy.video2 {
    display: none;
  }

  .title-agenda {
    margin-top: 0px;
    font-size: 48px;
  }

  .item-estrategia-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .item-estrategia-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .h2-title-doblemobile {
    display: none;
    font-size: 48px;
    line-height: 56px;
  }

  .container-mobile {
    display: block;
    width: 90%;
  }

  .btn-header-menu-copy {
    font-size: 44px;
    line-height: 64px;
    font-weight: 400;
  }

  .btn-header-menu-copy.w--current {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .btn-header-abierto-mobile {
    font-size: 44px;
    line-height: 64px;
    font-weight: 400;
  }

  .btn-header-abierto-mobile.w--current {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .idiomas {
    display: block;
  }

  .html-embed-copy-copy.video2 {
    display: none;
  }

  .nav-menu-desk {
    padding-top: 40px;
    padding-bottom: 75px;
    -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;
    background-color: #1e2023;
  }

  .navbar-en {
    z-index: 999;
    background-color: #1e2023;
  }
}

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

  .container {
    width: 90%;
  }

  .navbar {
    z-index: 999;
    height: 64px;
  }

  .nav-menu {
    background-color: #1e2023;
  }

  .info-slider {
    width: 90%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .title-selider {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 64px;
  }

  .sub-title-header {
    font-size: 32px;
  }

  .name-project-header {
    font-size: 24px;
    line-height: 32px;
  }

  .slide-nav {
    margin-left: -440px;
  }

  .slide-2 {
    width: 100%;
  }

  .content-section.content-xl {
    width: 90%;
  }

  .content-section.b4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cotent-section {
    width: 90%;
    padding-top: 64px;
    padding-bottom: 64px;
    -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-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 16px;
  }

  .contact-right {
    width: 100%;
  }

  .title-contact {
    margin-top: 0px;
    font-size: 48px;
  }

  .text-block {
    font-size: 17px;
  }

  .spacer-contact {
    width: 100%;
    height: 1px;
  }

  .footer.background-dark {
    width: 100%;
  }

  .content-items-estrategia {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h3-title.color-dark {
    font-size: 32px;
    line-height: 40px;
  }

  .body-xl-text {
    font-size: 17px;
    line-height: 24px;
  }

  .h2-title {
    font-size: 32px;
    line-height: 40px;
  }

  .sectio-proyectos {
    width: 100%;
  }

  .section-lasartes {
    width: 100%;
  }

  .header-nosotros {
    width: 100%;
  }

  .section-asunc {
    width: 100%;
  }

  .section-delcentro {
    width: 100%;
  }

  .section-montevideo {
    width: 100%;
  }

  .section-vila {
    width: 100%;
  }

  .section-mb {
    width: 100%;
  }

  .header-servicios {
    width: 100%;
  }

  .content-text-parallax {
    display: none;
  }

  .content-text-parallax-mobile {
    display: block;
  }

  .section-video-1.video-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-libertador {
    width: 100%;
  }

  .section-carmelo {
    width: 100%;
  }

  .section-caamano {
    width: 100%;
  }

  .section-batlle {
    width: 100%;
  }

  .section-vitriumone {
    width: 100%;
  }

  .section-tigre {
    width: 100%;
  }

  .section-mimo {
    width: 100%;
  }

  .section-duos {
    width: 100%;
  }

  .section-serra {
    width: 100%;
  }

  .menu-button-2 {
    color: #fff;
    font-size: 40px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .image-24 {
    display: none;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 19px;
    line-height: 24px;
  }

  .text-block-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .b4-title-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .b4-title-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .b4-title-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .b4-text-1 {
    font-size: 14px;
    line-height: 20px;
  }

  .b4-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .b4-text-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .header-gracias {
    width: 100%;
    background-image: none;
  }

  .h2-title-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .h2-title-copy2 {
    font-size: 32px;
    line-height: 40px;
  }

  .h2-title-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .simbool-1 {
    display: none;
  }

  .content-section-bloque-4.content-xl {
    width: 90%;
  }

  .content-section-bloque-4.b4 {
    padding-top: 48px;
    padding-bottom: 48px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-section-pr-home.content-xl {
    width: 90%;
  }

  .content-section-pr-home.b4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-items-estrategia-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .html-embed-768 {
    display: none;
  }

  .html-embed-320 {
    display: block;
  }

  .section-video-1-copy.video-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .html-embed-copy.video2 {
    display: none;
  }

  .title-agenda {
    margin-top: 0px;
    font-size: 48px;
  }

  .h2-title-doblemobile {
    display: none;
    font-size: 32px;
    line-height: 40px;
  }

  .container-mobile {
    width: 90%;
  }

  .html-embed-copy-copy.video2 {
    display: none;
  }

  .nav-menu-desk {
    background-color: #1e2023;
  }

  .navbar-en {
    z-index: 999;
    height: 64px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: url('../images/Header-Small-01-lasArtes.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .container {
    display: none;
    margin: 25px 0px;
  }

  .brand {
    padding-left: 3px;
  }

  .navbar {
    z-index: 999;
    height: 100px;
    background-color: #1e2023;
  }

  .btn-header-menu {
    padding-left: 10px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
  }

  .btn-header-menu.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #317de0;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
  }

  .btn-header-menu.btn-idioma {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
  }

  .btn-header-menu.open.w--current {
    font-size: 32px;
  }

  .flat-button-basic {
    display: block;
    width: 157px;
    margin-top: 32px;
    margin-left: 16px;
    clear: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu {
    height: 100vh;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 75px;
    background-color: #1e2023;
  }

  .body {
    margin-right: auto;
    margin-left: auto;
    background-color: #1e2023;
  }

  .content-button {
    margin-left: 0px;
  }

  .underline-button.btn-header-active {
    display: block;
    height: 4px;
  }

  .title-selider {
    padding-left: 0px;
    font-size: 40px;
    line-height: 48px;
  }

  .flat-button.primary-blue {
    width: auto;
    font-size: 17px;
    text-align: center;
  }

  .content-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .content-section.content-xl {
    padding-top: 48px;
    padding-bottom: 48px;
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-section.b4 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .cotent-section {
    padding-top: 48px;
    padding-bottom: 48px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .title-contact {
    font-size: 32px;
  }

  .text-block {
    margin-top: 0px;
  }

  .spacer-contact {
    margin-top: 48px;
    margin-bottom: 32px;
  }

  .form-contact {
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .col-left-contact {
    width: 100%;
  }

  .col-right-contact {
    width: 100%;
  }

  .form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .data-footer {
    width: 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;
  }

  .office-footer {
    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-footer {
    text-align: center;
  }

  .links-rrss-footer {
    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;
  }

  .content-items-estrategia {
    -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;
  }

  .item-estrategia {
    display: block;
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h6-title {
    margin-right: 0px;
  }

  .body-small-text {
    margin-top: 0px;
  }

  .info-nuestro-compromiso {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .h3-title {
    width: 100%;
  }

  .item-equipo {
    width: 100%;
  }

  .h2-title {
    display: none;
    margin-top: auto;
    margin-bottom: auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }

  .h4-title {
    font-size: 32px;
    line-height: 40px;
  }

  .body-medium-text {
    margin-bottom: 0px;
    font-size: 17px;
  }

  .info-header-proyecto {
    width: 90%;
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .col-right-ficha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ficha-caracteristicas-proyecto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-ficha-proyecto {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .item-estrategia-copy {
    width: 100%;
  }

  .flat-button-outline {
    width: auto;
    text-align: center;
  }

  .flat-button-outline.b4-cta-1 {
    width: auto;
  }

  .flat-button-outline.b4-cta-4 {
    width: auto;
  }

  .flat-button-outline.b4-cta-2 {
    width: auto;
  }

  .thumb-proyecto {
    width: 100%;
  }

  .thumb-proyecto.opacity-proyecto {
    display: none;
  }

  .image-thumb-proyecto {
    overflow: visible;
  }

  .image-3 {
    width: 40%;
  }

  .sectio-proyectos {
    height: 30vh;
    background-image: url('../images/Header-Small--Proyectos.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-lasartes {
    background-image: url('../images/Header-Small-01-lasArtes.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .header-nosotros {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    background-image: url('../images/Header-Small-01-lasArtes.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .header-nosotros.h-margin {
    height: 200px;
    margin-top: 100px;
  }

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

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

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

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

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

  .header-servicios {
    height: 200px;
    background-image: url('../images/Header-Small---Servcios-Reduced.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .header-servicios.h-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
  }

  .header-gestion-int {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .col-gestion {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-items-gestion {
    -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;
  }

  .idiomas-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -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: 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: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .section-parallax-text.text-parallax {
    height: auto;
  }

  .content-text-parallax {
    display: none;
  }

  .link-text-parallax {
    text-decoration: none;
  }

  .link-text-parallax.color-white {
    color: #fff;
    text-decoration: overline;
  }

  .link-parallax-section {
    color: #fff;
    text-decoration: none;
  }

  .h2-title-reveal-1 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }

  .h2-title-reveal-2 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }

  .h3-title-reveal-3 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .h3-title-copy {
    width: 100%;
  }

  .h3-title-reveal-4 {
    width: 100%;
  }

  .h3-title-reveal-5 {
    width: 100%;
  }

  .image-10 {
    display: none;
    overflow: visible;
  }

  .content-text-parallax-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .menu-button-2 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .image-24 {
    display: none;
  }

  .icon-2 {
    display: block;
    border: 0px solid transparent;
    color: #fff;
    font-size: 30px;
  }

  .image-25 {
    display: inline-block;
    width: 100px;
    margin-top: 13px;
  }

  .text-block-3 {
    font-family: Montserrat, sans-serif;
  }

  .bloques-home-x-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .b4-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flat-button-proyect {
    width: 100%;
    text-align: center;
  }

  .flat-button-hidden {
    width: 100%;
    text-align: center;
  }

  .div-block-23 {
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    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;
  }

  .image-30 {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-92 {
    padding-bottom: 40px;
  }

  .h2-title-copy {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }

  .h2-title-copy2 {
    font-family: Montserrat, sans-serif;
    color: #133055;
    font-size: 32px;
    line-height: 40px;
  }

  .h2-title-copy {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-24 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-section-bloque-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .content-section-bloque-4.content-xl {
    padding-top: 48px;
    padding-bottom: 48px;
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-section-bloque-4.b4 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .content-section-pr-home {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .content-section-pr-home.content-xl {
    padding-top: 48px;
    padding-bottom: 48px;
    -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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-section-pr-home.b4 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .body-medium-text-copy {
    margin-bottom: 0px;
    font-size: 17px;
  }

  .content-items-estrategia-copy {
    -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;
  }

  .underline-button-copy.btn-header-active {
    display: none;
  }

  .html-embed-copy.video2 {
    display: none;
  }

  .html-embed-copy.video2.mobilevideo {
    display: block;
  }

  .flat-button-outline-copy {
    width: 100%;
    text-align: center;
  }

  .title-agenda {
    height: 96px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
  }

  .html-embed-770 {
    display: none;
  }

  .item-estrategia-copy {
    display: none;
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .item-estrategia-copy {
    display: none;
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .underline-button-copy-copy.btn-header-active {
    display: none;
  }

  .h2-title-doblemobile {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }

  .container-mobile {
    margin: 25px 0px;
  }

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

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

  .btn-header-menu-copy {
    font-size: 14px;
    line-height: 44px;
    font-weight: 400;
  }

  .btn-header-menu-copy.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    font-weight: 700;
  }

  .btn-header-menu-copy.btn-idioma {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
  }

  .btn-header-menu-copy.open.w--current {
    font-size: 32px;
  }

  .btn-header-abierto-mobile {
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
  }

  .btn-header-abierto-mobile.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #317de0;
    font-size: 14px;
    line-height: 44px;
    font-weight: 700;
  }

  .btn-header-abierto-mobile.btn-idioma {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
  }

  .btn-header-abierto-mobile.open.w--current {
    font-size: 32px;
  }

  .idiomas {
    display: none;
    width: 80px;
    -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: 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: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .html-embed-copy-copy.video2 {
    display: none;
  }

  .html-embed-copy-copy.video2.mobilevideo {
    display: block;
    width: 320px;
    height: 320px;
  }

  .nav-menu-desk {
    height: 100vh;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 75px;
    background-color: #1e2023;
  }

  .navbar-en {
    z-index: 999;
    height: 100px;
    background-color: #1e2023;
  }
}

