:root {
  --orange-red: #f26524;
  --dark-orange: #f57e25;
  --dark-slate-grey: #3d3d3d;
  --orange-terra: #d55225;
  --orange: #f7941e;
  --black: black;
  --old-lace: #e4dfcd;
  --light-blue: #a4bbc3;
  --white: white;
  --medium-blue: #0a0ab9;
  --yellow-egg: #fbad18;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #121217;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--orange-red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

h2 {
  color: var(--dark-orange);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

p {
  color: #616167;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #0a0ab9;
  border-left: 2px solid #0a0ab9;
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Lora, sans-serif;
  font-size: 27px;
  font-style: italic;
  line-height: 37px;
}

.banner {
  background-color: #212127;
  height: 100vh;
  position: relative;
}

.hamburger-icon {
  float: left;
  cursor: pointer;
  background-color: #fff;
  width: 100px;
  height: 80px;
  padding-top: 13px;
  position: relative;
  overflow: hidden;
}

.brand-logo {
  float: left;
  background-color: var(--orange-red);
  background-image: url('../images/Arkterra-logotipo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
  width: 300px;
  height: 80px;
}

.brand-logo.w--current {
  background-color: var(--orange-red);
  background-size: 190px;
  width: 300px;
  height: 80px;
}

.left-navigation {
  z-index: 998;
  background-color: var(--orange-red);
  width: 0%;
  height: 100%;
  margin-top: 0;
  padding-top: 80px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.logo-wrapper {
  z-index: 999;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
}

.section {
  border-bottom: 1px solid #ececec;
  padding: 100px 10px;
  position: relative;
  overflow: hidden;
}

.section.less-padding {
  padding-top: 70px;
  padding-bottom: 60px;
}

.section.less-padding.no-line {
  display: block;
}

.section.light-gray {
  background-color: #f5f5f7;
}

.section.light-gray.no-line {
  padding-top: 85px;
  padding-bottom: 85px;
  display: block;
}

.section.no-line {
  border-bottom-style: none;
  display: none;
}

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

.section.project.no-line {
  padding-top: 21px;
  padding-bottom: 40px;
  display: block;
}

.section.grey {
  background-color: #0000;
  background-image: linear-gradient(#3d3d3d, #3d3d3d);
  background-position: 0 0;
  border-bottom-style: none;
}

.section.in-team {
  padding-bottom: 200px;
}

.section.in-team.no-line {
  display: none;
}

.section.more-padding {
  padding-top: 200px;
}

.section.in-blog-device {
  padding-top: 110px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.section.no-border {
  border-bottom-style: none;
  padding-top: 100px;
  padding-bottom: 50px;
  display: block;
}

.container-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.line-1 {
  background-color: var(--orange-red);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 18px;
}

.line-2 {
  background-color: var(--orange-red);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 25px;
}

.line-3 {
  background-color: var(--orange-red);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 32px;
}

.navigation-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 33px;
  text-decoration: none;
  display: block;
}

.text-block {
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}

.text-block.project-label {
  background-color: var(--orange-red);
  color: #fff;
  width: 210px;
  padding-top: 13px;
  padding-left: 13px;
  padding-right: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.nav-line-wrapper {
  display: inline-block;
}

.line-effect {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.line-effect.orange {
  background-color: var(--orange-terra);
  margin-left: 0;
}

.line-effect.normal {
  margin-left: 0;
}

.dropdown-toggle {
  color: #fff;
  padding: 0 25px 0 0;
}

.drop-arrow {
  margin-top: 8.5px;
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding-top: 15px;
  position: relative;
}

.top-margin {
  margin-top: 50px;
  display: block;
}

.top-margin.more {
  margin-top: 100px;
  display: block;
}

.top-margin.less {
  margin-top: 20px;
}

.top-margin.in-team {
  margin-top: 160px;
}

.top-margin.otro-servicio {
  margin-top: 100px;
  display: none;
}

.navigation-fixed {
  padding-top: 50px;
  padding-left: 100px;
}

.dropdown-link {
  color: #fffc;
  text-transform: capitalize;
  padding-left: 0;
  font-size: 17px;
  font-weight: 400;
  transition: all .3s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #fff;
}

.top-content {
  background-color: #fff;
  font-family: Barlow, sans-serif;
  line-height: 20px;
}

.social-icon {
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_ffffff_none-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 40px;
  height: 40px;
  margin-right: 2px;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_ffffff_none-4.png');
}

.social-icon.insta {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-4.png');
  background-size: 19px;
}

.social-icon.vimeo {
  background-image: url('../images/icn-vimeo-bl.png');
  background-size: 24px;
}

.social-icon.call {
  background-image: url('../images/call-answer.svg');
}

.social-icon.mail {
  background-image: url('../images/envelope-8.svg');
}

.div-block-2 {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.text-top {
  color: #fff;
  font-weight: 400;
}

.phone-wrapper, .social-wrapper {
  margin-top: 50px;
}

.vertical-column-flex {
  align-items: center;
  display: flex;
}

.image-overflow {
  z-index: 2;
  border-radius: 5px;
  max-width: none;
  max-height: 100%;
  display: inline-block;
  position: relative;
}

.image-overflow.second {
  width: 700px;
}

.image-overflow.second.left {
  left: -160px;
}

.image-overflow.in-project {
  border-radius: 0;
  max-height: 800px;
  overflow: visible;
}

.image-overflow.clientes {
  width: 700px;
}

.image-overflow.clientes.left {
  left: -160px;
}

.top-small-title {
  color: #818187;
  margin-bottom: 15px;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}

.top-small-title.white {
  color: #fff;
}

.top-small-title.white.smaller, .top-small-title.smaller {
  font-size: 15px;
}

.top-small-title.smaller.in-blog {
  margin-bottom: 13px;
}

.top-small-title.white-label {
  color: #ffffffe6;
  letter-spacing: 1px;
  margin-bottom: 13px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.align-center {
  text-align: center;
  font-family: Barlow, sans-serif;
}

.top-title {
  margin-bottom: 80px;
}

.top-title.less {
  margin-bottom: 40px;
}

.features-icon {
  background-image: url('../images/light-bulb-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-icon.ico-2 {
  background-image: url('../images/engineer.svg');
}

.features-icon.ico-3 {
  background-image: url('../images/tools.svg');
}

.features-icon.left {
  margin-left: 0;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  padding: 17px 30px 15px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
  position: relative;
}

.button:hover {
  color: #fff;
}

.button.button-white {
  color: #fff;
  border-color: #fff;
}

.button.button-white:hover {
  color: var(--dark-orange);
}

.button.in-password:hover {
  background-color: #0a0ab9;
}

.button-overlay {
  background-color: var(--dark-orange);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.button-overlay.overlay-white {
  background-color: #fff;
}

.button-text {
  z-index: 2;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.features-wrapper {
  padding: 22px 50px;
}

.align-right {
  text-align: right;
}

.project-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.project-wrapper.bpadding {
  padding-top: 25px;
  padding-bottom: 20px;
}

.project-content {
  width: 100%;
  position: relative;
}

.project-content.add-margin {
  width: 100%;
  margin-bottom: 20px;
}

.white-square {
  z-index: 3;
  background-color: #fff;
  padding: 60px;
  position: relative;
  left: 50px;
}

.white-square.left {
  left: -160px;
}

.lightbox-link {
  position: relative;
}

.heading-white {
  color: #fff;
}

.play-button {
  width: 60px;
  height: 60px;
}

.project-overlay {
  background-color: #3d3d3d59;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.project-full {
  padding: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  text-decoration: none;
}

.logo-client {
  float: left;
  opacity: .65;
  border: 1px solid #3030af;
  width: 50%;
  height: 220px;
  margin-bottom: -1px;
  margin-right: -1px;
}

.logo-client.logo-1 {
  background-image: url('../images/spectrum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
  border-color: #5f5f5f;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 150px;
}

.logo-client.logo-2 {
  background-image: url('../images/apolo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-3 {
  opacity: .65;
  background-image: url('../images/cayala.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 260px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-4 {
  background-image: url('../images/premiere.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-5 {
  background-image: url('../images/sur.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-6 {
  background-image: url('../images/proporcion-y-escala.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-7 {
  background-image: url('../images/capital-buró.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 260px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-8 {
  background-image: url('../images/darcon-bl.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 270px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-9 {
  background-image: url('../images/gdh.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-10 {
  opacity: .7;
  background-image: url('../images/6-arquitectos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 320px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-11 {
  background-image: url('../images/eikon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-12 {
  background-image: url('../images/tir.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-13 {
  background-image: url('../images/tarc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-14 {
  background-image: url('../images/urbop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-15 {
  background-image: url('../images/transac.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 270px;
  border-color: #5f5f5f;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 150px;
}

.logo-client.logo-16 {
  background-image: url('../images/victoria.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 270px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-17 {
  opacity: .65;
  background-image: url('../images/axis.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-18 {
  background-image: url('../images/alte.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  border-color: #5f5f5f;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 150px;
}

.logo-client.logo-19 {
  background-image: url('../images/comosoa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-20 {
  background-image: url('../images/bloque.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-21 {
  background-image: url('../images/ubica.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 240px;
  border-color: #5f5f5f;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 150px;
}

.logo-client.logo-22 {
  background-image: url('../images/obiols.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-23 {
  background-image: url('../images/origo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 270px;
  border-color: #5f5f5f;
  height: 150px;
}

.logo-client.logo-24 {
  background-image: url('../images/piegatto.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  border-color: #5f5f5f;
  height: 150px;
}

.team-wrapper {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.team-content {
  text-align: center;
  background-color: #0a0ab9;
  height: 130px;
  padding: 30px;
  position: absolute;
  bottom: -57px;
  left: 9px;
  right: 30px;
  overflow: hidden;
}

.div-block-3 {
  position: relative;
  right: 30px;
}

.social-wrapper-team {
  opacity: 0;
}

.testimonials-wrapper {
  text-align: center;
  background-color: #fff;
  width: 90%;
  height: 380px;
  margin: 50px auto 60px;
  padding: 20px 28px;
  transition: box-shadow .3s;
  display: block;
  position: relative;
}

.testimonials-wrapper:hover {
  box-shadow: 0 8px 12px 2px #0000002e;
}

.testimonials-wrapper.move-down {
  margin-top: 100px;
}

.testimonials-wrapper.no-margin {
  margin-bottom: 0;
}

.testimonials-photo {
  opacity: 1;
  background-image: url('../images/arquitectura-e-interiores.svg');
  background-repeat: no-repeat;
  background-size: 80px;
  border-radius: 0%;
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: block;
  position: relative;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/visualizacion.svg');
  background-position: 50%;
  background-size: 80px;
  width: 100px;
}

.testimonials-photo.photo-3 {
  background-image: url('../images/animacion.svg');
  background-position: 50% 100%;
  background-size: 80px;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 100px;
}

.testimonials-photo.photo-4 {
  background-image: url('../images/vr.svg');
  background-position: 50%;
  background-size: 80px;
  width: 100px;
}

.testi-title {
  color: #3b3025;
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-paragraph {
  color: #919197;
  margin-bottom: 0;
  font-style: italic;
}

.blog-wrapper {
  width: 97%;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.blog-wrapper.in-blog {
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-content {
  margin-top: 20px;
  padding-right: 15px;
}

.blog-title {
  color: var(--orange);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.read-more {
  color: var(--orange-terra);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.read-more.in-form {
  margin-top: 10px;
}

.read-more.white-more {
  color: #fff;
}

.half-part-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.half-part-wrapper.full {
  height: 100vh;
}

.half-part {
  background-color: var(--orange-red);
  flex-basis: 50%;
  height: 700px;
  position: relative;
}

.half-part.with-image {
  background-color: #fff;
  background-image: url('../images/about-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-part.with-image.full {
  background-image: url('../images/Itaca---Exterior-01-2017-web.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.half-part.video {
  background-color: #0000;
}

.half-part.full {
  height: 100%;
}

.container-center {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.footer {
  padding-top: 80px;
  padding-bottom: 11px;
}

.footer-wrapper {
  margin-left: 50px;
  margin-right: 50px;
}

.copyright {
  color: #717177;
  margin-top: 15px;
  font-style: italic;
}

.copyright._2 {
  margin-top: 0;
  padding-right: 10px;
  display: inline-block;
}

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

.link-footer {
  color: #616167;
  cursor: pointer;
  margin-bottom: -1px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-footer:hover {
  color: var(--orange-red);
}

.text-field {
  background-color: #fff;
  border-style: none;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 15px;
}

.text-field.area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 80px;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  line-height: 26px;
}

.success-message {
  color: #fff;
  background-color: #2aa07f;
}

.error-message {
  color: #fff;
  background-color: #cc1f1f;
}

.form-block {
  width: 80%;
  margin-bottom: 0;
}

.background-video {
  height: 100%;
}

.column {
  flex: 0 auto;
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.sub-banner {
  background-image: linear-gradient(#0000 15%, #ffffff8c 75%), linear-gradient(#ffffff78, #ffffff78), url('../images/cover-grid-3.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.team-second-wrapper {
  text-align: center;
}

.team-photo {
  background-image: url('../images/team-7.jpg');
  background-position: 43% 13%;
  background-repeat: no-repeat;
  background-size: 350px;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.team-photo.team-3 {
  background-image: url('../images/team-6.jpg');
  background-position: 50% 21%;
  background-size: 350px;
}

.team-photo.team-4 {
  background-image: url('../images/team-5.jpg');
  background-position: 50% 23%;
  background-size: 300px;
}

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

.team-photo.team-6 {
  background-image: url('../images/team-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-photo.team-7 {
  background-image: url('../images/team-8.jpg');
  background-size: cover;
}

.team-photo.team-8 {
  background-image: url('../images/team-11.jpg');
  background-size: cover;
}

.project-wrapper-list {
  background-color: #fafafa;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.project-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 300px;
  margin-right: 50px;
}

.div-block-5 {
  flex-basis: 50%;
}

.project-grid-title {
  color: var(--dark-orange);
  margin-top: 0;
  font-size: 45px;
}

.paragraph-project {
  color: #919197;
  margin-bottom: 5px;
  margin-right: 5px;
  font-style: italic;
  display: inline-block;
}

.paragraph-project.name {
  color: #515157;
}

.bottom-margin {
  margin-bottom: 20px;
}

.map {
  filter: grayscale();
  border-radius: 3px;
  height: 200px;
}

.blog-page-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  background-color: var(--orange-red);
  text-align: center;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  padding-top: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.image {
  width: 100%;
}

.slider {
  background-color: #0000;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.slider.hero {
  background-image: linear-gradient(to top, #000, #fff);
}

.center-banner {
  z-index: 10;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-nav {
  display: none;
}

.slider-heading {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 8px #0000008c;
  background-color: #0000;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 200;
  line-height: 65px;
  display: inline-block;
  position: relative;
  top: 75px;
}

.slider-heading.second-slider {
  font-size: 60px;
  top: 76px;
}

.scroll-down-wrapper {
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

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

.hero-loadbar {
  z-index: 10;
  background-color: var(--orange-red);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-1 {
  background-image: linear-gradient(#000000a6, #fff0 70%), url('../images/hero--avia.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#0000009e, #fff0 69%), url('../images/El-Pulté--Vista01-Laguna-web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#14131299, #fff0 58%), url('../images/01-Alameda---Casa-3-Ampliada-frontal-V2-web.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.banner-block {
  width: 105%;
  height: 90px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: relative;
  left: -18px;
}

.banner-block-wrapper {
  display: inline-block;
  position: relative;
}

.banner-block-wrapper.move-second {
  top: -90px;
}

.utility-page-wrap {
  background-color: #000;
  background-image: linear-gradient(#000000e8, #000000e8), url('../images/Mask-Group-9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 700px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-image {
  color: var(--black);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.redes-block {
  margin-bottom: 16px;
}

.icn_block {
  width: 30px;
  height: 30px;
}

.icn_block.naranja {
  float: left;
  border: 0px solid var(--orange-red);
  background-color: #0000;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 5px;
  transition: border .35s;
}

.icn_block.naranja:hover {
  border-style: solid;
  border-width: 1px;
}

.icn_block.decolor {
  float: left;
  filter: none;
  margin-right: 15px;
  padding: 3px;
  transition: all .4s;
}

.icn_block.decolor:hover {
  filter: grayscale(90%);
}

.heading {
  color: var(--orange-red);
}

.slider-nav {
  bottom: -52px;
}

.slide-clientes {
  padding: 6px;
}

.slider-arrow.aright {
  left: -58px;
}

.slider-arrow.aleft {
  right: -58px;
}

.logo-footer.w--current {
  padding-top: 2px;
  padding-bottom: 2px;
}

.adxlink, .adxlink.w--current {
  color: #4ed4ea;
  cursor: pointer;
  text-decoration: none;
}

.icon {
  margin-top: auto;
  margin-bottom: auto;
}

.img-block.paddtb {
  padding-top: 50px;
  padding-bottom: 50px;
}

.img-h-container {
  width: 100%;
  height: auto;
  margin: 45px auto;
  display: block;
  overflow: hidden;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.columna-right-align {
  text-align: right;
  flex: 0 auto;
}

.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.no-margin.col-izq {
  padding-right: 10px;
}

.no-margin.col-der {
  padding-left: 10px;
}

.no-margin.col-centro {
  padding-left: 5px;
  padding-right: 5px;
}

.image-hover {
  transition: transform .3s ease-in;
  overflow: hidden;
}

.image-hover:hover {
  transform: scale(1.06);
}

.hover-contain {
  margin-bottom: 5px;
  overflow: hidden;
}

.column-3 {
  align-self: flex-start;
}

.slide-4 {
  background-image: linear-gradient(#000000a6, #fff0 70%), url('../images/cover-siteArtboard-5.jpg');
  background-position: 0 0, 50% 78%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#000000a6, #fff0 70%), url('../images/hero-airali.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.embed-video {
  border-radius: 0;
  height: 120px;
  overflow: hidden;
  box-shadow: 0 0 19px -1px #00000059;
}

.hover-contain-light2-prueba {
  margin-bottom: 5px;
  overflow: hidden;
}

.div50 {
  float: left;
  flex: none;
  width: 100%;
  padding: 10px 8px;
}

.div33 {
  float: left;
  width: 100%;
  padding: 16px 8px;
  display: block;
}

.div33.margen-centro {
  padding-top: 5px;
}

.flex-box {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: baseline;
  width: 1170px;
  display: block;
}

.img {
  width: 100%;
}

.logo-proyecto {
  width: auto;
  max-width: 80%;
  height: 80px;
  margin-bottom: 5px;
  display: none;
}

.slide-6 {
  background-image: linear-gradient(#000000a6, #fff0 70%), url('../images/cover-siteArtboard-6.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-line {
  border-bottom: 1px solid #ffffff8f;
  width: 200px;
}

.div-line.margintop {
  border-bottom-width: 2px;
  border-bottom-color: #ffffffb3;
  width: 50px;
  margin-bottom: 20px;
}

.adxfooter {
  text-align: center;
  border-top: 2px solid #0000000d;
  margin-top: 19px;
  padding-top: 21px;
}

.grid-prestigio {
  grid-template-columns: .5fr 1fr 1fr 1fr .75fr;
  grid-template-areas: ". . . . ."
                       ". . . . .";
}

.text-link-center {
  color: #818187;
  text-align: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

.txt-link {
  color: #f26524;
  text-decoration: none;
  transition: letter-spacing .3s;
}

.txt-link:hover {
  letter-spacing: 1px;
  text-indent: 0;
  column-span: none;
}

.txt-link:active {
  color: var(--dark-orange);
}

.hidden {
  display: none;
}

.heading-2 {
  color: #f26524;
}

.heading-2.txt-center {
  text-align: center;
}

.player-layer {
  z-index: 3;
  background-image: linear-gradient(#0000008c, #0000008c);
  width: 100%;
  height: 100%;
  position: absolute;
}

.padding-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.slide-7 {
  background-image: linear-gradient(#14131299, #fff0 58%), url('../images/hero-trento.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 79px;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
}

.container {
  padding-top: 101px;
}

.image-2 {
  text-align: center;
  width: 150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.head-menu {
  z-index: 95;
  width: 100%;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.lottie-animation {
  width: 75px;
}

.link-icon-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32 {
  width: 125px;
}

.wraper-logo {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.image-34 {
  width: 25px;
}

.image-34._2 {
  width: 30px;
}

.content-link {
  margin-top: 18px;
  margin-bottom: 18px;
  transition: transform .4s;
}

.content-link:hover {
  transform: translate(0, -10px);
}

.content-link.mobile {
  display: none;
}

.wraper-munu {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.wraper-munu.inside {
  z-index: 99;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 18%;
}

.grid-8.gracias {
  margin-top: 37px;
  position: absolute;
}

.link-block-4 {
  background-color: var(--old-lace);
}

.link-block-4.insied {
  background-color: var(--light-blue);
}

.image-35 {
  width: 15px;
}

.wraper-all-menu {
  z-index: 81;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#000000eb, #000000eb), url('../images/Mask-Group-7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-3 {
  color: #fff;
  text-align: center;
  border-bottom: 1px #666464;
  width: 400px;
  margin-top: 22px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 36px;
  text-decoration: none;
}

.link-3:hover {
  transform: translate(0);
}

.link-3.desktop {
  border-bottom-style: none;
  font-size: 36px;
  font-weight: 400;
}

.link-3.desktop.w--current {
  transition: transform .4s;
}

.link-3.mobile {
  display: none;
}

.section-header {
  background-image: linear-gradient(#00000057, #00000057);
  height: 100vh;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.container-general {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.container-general.footer {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.titulo-principal {
  color: #fff;
  text-align: center;
  width: auto;
  margin: 0 0 28px;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.titulo-principal.hero {
  margin-bottom: 25px;
  font-family: Barlow, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.titulo-principal.logos {
  text-align: center;
  margin-bottom: 25px;
}

.titulo-principal.reel {
  margin-bottom: 0;
}

.titulo-principal.portafolio {
  margin-bottom: 72px;
}

.boton-fondo-obscuro {
  background-color: var(--old-lace);
  color: var(--black);
  border: 2px #fff;
  margin-top: 0;
  padding: 12px 16px;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  transition: transform .4s;
}

.boton-fondo-obscuro:hover {
  transform: translate(0, -10px);
}

.boton-fondo-obscuro.w--current {
  font-weight: 500;
}

.headins-secundario-fondo-obscuro {
  color: #fff;
  text-align: center;
  height: 50px;
  margin-top: 38px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.titulo-principal-fondo-claro {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.titulo-principal-fondo-claro.footer {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}

.image-36 {
  width: 75px;
}

.container-services {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 6px;
  padding: 0;
  transition: transform .4s;
  display: flex;
  box-shadow: 4px 4px 10px 1px #0000004d;
}

.container-services:hover {
  transform: translate(0, -10px);
}

.container-services.mobile {
  display: flex;
}

.image-4 {
  width: 90px;
}

.boton-fondo-claro {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  transition: transform .4s;
}

.boton-fondo-claro:hover {
  transform: translate(0, -10px);
}

.text-block-3 {
  color: #fff;
  text-align: center;
  border: 1px #000;
  margin-top: 17px;
  margin-bottom: 22px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.wraper-list-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 16px;
  padding-bottom: 36px;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 25px;
  display: none;
}

.parrafo-fondo-claro {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 10px;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  line-height: 26px;
}

.section-services {
  background-color: #e4dfcd99;
  background-image: url('../images/FORMA-BLANCA.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 121px;
  padding-bottom: 140px;
}

.container-popup-1._2, .container-popup-1._3, .container-popup-1._4 {
  display: none;
}

.container-services-copy {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.container-services-copy.mobile {
  display: flex;
}

.icon-mobile {
  width: 100px;
}

.container-popup-1-copy._1 {
  display: none;
}

.section-servicess-mobile {
  background-color: #e4dfcd4d;
  background-image: url('../images/FORMA-BLANCA.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 68px;
  padding-bottom: 68px;
  display: none;
}

.about-us {
  background-color: #0006;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.div-block-4 {
  padding-left: 573px;
}

.image-6 {
  width: 150px;
  max-width: 80%;
  margin-bottom: 20px;
}

.parafo-fondo-obscuro {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}

.parafo-fondo-obscuro.logo {
  color: #bbb;
}

.parafo-fondo-obscuro.cleintes {
  text-align: center;
  margin-bottom: 25px;
}

.section5-call-to-action {
  background-color: var(--old-lace);
  height: auto;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.botn-call-to-action {
  color: #000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.botn-call-to-action:hover {
  transform: translate(0, -10px);
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 11px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.img-logos {
  width: 250px;
}

.mask {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-10 {
  background-color: #fff0;
  border-radius: 0;
  width: 14px;
  padding: 0;
  position: static;
  inset: auto 0% 0%;
  transform: rotate(0);
}

.image-10.left {
  width: 14px;
  transform: rotate(180deg);
}

.slide-8 {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.left-arrow {
  padding-bottom: 0;
  inset: 0% auto 0% 0%;
}

.slide-nav-2 {
  display: none;
}

.div-block-12 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-arrow {
  inset: 0% 0% 0% auto;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 11px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-13.rigt {
  background-color: #fff;
  width: 40px;
  height: 40px;
  inset: 50% auto 0% 0%;
}

.div-block-13.rigt.logi {
  background-color: #fff0;
  width: 30px;
  height: 100%;
  padding: 0;
  inset: auto 0% 0% auto;
}

.div-block-13.left {
  background-color: #fff;
  width: 40px;
  height: 40px;
  inset: 50% 0% 0% auto;
}

.div-block-13.left.logo {
  background-color: #fff0;
  width: 30px;
  height: 100%;
  padding: 0 0 10px;
  inset: 0% auto 0% 0%;
}

.container-logo {
  border: 1px #7b7b7b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-14 {
  width: 80%;
}

.grid-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 27px;
}

.section-logo {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 32px;
}

.image-12 {
  width: 10%;
  height: 10%;
  display: none;
  position: absolute;
  inset: 42% 0% 0% 47%;
}

.container-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.content-video {
  width: 100%;
  margin-top: 87px;
  margin-bottom: 87px;
}

.section-video {
  background-color: #000;
  margin-top: -5px;
  padding-top: 85px;
  overflow: hidden;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 74px;
  display: flex;
}

.image-9 {
  margin-left: 29px;
}

.section-portafolio {
  background-color: #000;
  margin-top: -2px;
  padding-top: 108px;
  padding-bottom: 62px;
  overflow: hidden;
}

.slider-container-info {
  width: 100%;
  margin-right: 24px;
  padding-right: 0;
}

.mask-2 {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding-right: 75%;
}

.container-im-portafolio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-3 {
  background-color: #0000;
  height: auto;
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 41px;
  padding-left: 0;
}

.right-arrow-2 {
  z-index: 5;
  inset: 0% 0% 0% auto;
}

.img-logo-portafolio {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 2%;
}

.img-portafolio {
  height: 600px;
  min-height: auto;
  max-height: none;
  transition: transform .4s;
}

.img-portafolio:hover {
  transform: translate(0, -10px);
}

.left-arrow-2 {
  z-index: 5;
  inset: 0% auto 0% 0%;
}

.submit-button-2 {
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
}

.field-form {
  background-color: #0000;
  border: 1.5px solid #000;
}

.field-form.mensaje {
  height: auto;
}

.image-28 {
  width: 16px;
  margin-right: 5px;
}

.link-block {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  justify-items: center;
  padding-right: 52px;
}

.section-footer {
  background-color: var(--old-lace);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.image-13 {
  width: 200px;
  padding-top: 28px;
}

.form {
  margin-bottom: 26px;
  padding-right: 64px;
}

.div-block-16 {
  width: 60%;
  height: 100%;
  max-height: 100%;
  padding-top: 41px;
  padding-bottom: 33px;
  padding-left: 8%;
}

.form-block-2 {
  display: block;
}

.div-block-17 {
  width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-bottom: 0;
  padding-left: 104px;
}

.text-block-5 {
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.div-block-11 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section-7 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-block-10 {
  font-family: Barlow, sans-serif;
}

.link-block-3 {
  color: #000;
  font-family: Barlow, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block-5 {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Barlow, sans-serif;
  text-decoration: none;
}

.div-block-32 {
  display: flex;
}

.image-31 {
  width: 90px;
  margin-left: 5px;
  padding-right: 5px;
}

.image-31._2 {
  width: 30px;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  width: 50%;
  padding-right: 5px;
}

.div-block-35 {
  width: 50%;
  padding-left: 5px;
}

.section-politicas {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper-area1-services {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 375px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.image-37 {
  width: 20px;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 0;
  display: grid;
}

.div-block-37 {
  background-color: #be3434;
  width: 50%;
  height: auto;
  padding: 41px;
}

.container-services-copy {
  cursor: crosshair;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 375px;
  max-height: none;
  margin: auto;
  padding: 0;
  transition: transform .4s;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-services-copy:hover {
  transform: translate(0, -10px);
}

.wraper-content {
  z-index: auto;
  background-color: var(--black);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 375px;
  margin-top: 0;
  padding: 0 19px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lottie-animation-2 {
  width: 35px;
  position: static;
  inset: auto 0% 0% 40%;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-38 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-39 {
  background-image: url('../images/Mask-Group-10.svg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
}

.div-block-43, .div-block-44 {
  width: 50%;
  display: flex;
}

.div-block-45 {
  display: flex;
}

.background-video-2 {
  z-index: -1;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.section-header-politicas {
  background-color: var(--black);
  color: var(--black);
  padding-top: 25px;
  padding-bottom: 25px;
}

.contenedor {
  align-items: center;
  max-width: 85%;
  height: 625px;
  display: flex;
}

.contenedor.politicas {
  flex-direction: column;
  justify-content: center;
  height: auto;
}

.heading-22 {
  color: var(--black);
  margin-top: 50px;
  margin-bottom: 49px;
  font-family: Barlow, sans-serif;
}

.text-politicas {
  text-align: justify;
  font-size: 18px;
  line-height: 27px;
}

.link-block-9 {
  background-color: var(--black);
  color: #edeeef;
  margin-bottom: 47px;
  padding: 12px 20px;
  text-decoration: none;
  transition: transform .35s;
}

.link-block-9:hover {
  transform: translate(0, -10px);
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.image-39 {
  width: 32px;
}

.image-40 {
  width: 14px;
}

.image-41 {
  width: 30px;
}

.text-block-11 {
  font-family: Barlow, sans-serif;
  position: static;
}

.text-block-12 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
}

.text-span {
  text-transform: uppercase;
}

.section-9 {
  background-color: var(--old-lace);
  background-image: url('../images/FORMA-BLANCA.svg'), linear-gradient(to bottom, var(--old-lace), var(--old-lace));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-23 {
  color: #000;
  text-align: center;
  font-family: Barlow, sans-serif;
}

.text-block-13 {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 21px;
}

.text-block-14 {
  color: #000;
  margin-top: 12px;
}

.image-42 {
  margin-bottom: 42px;
}

.background-video-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.lottie-animation-4 {
  width: 48px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 4%;
}

.html-embed {
  margin-left: auto;
  margin-right: auto;
}

.container-video--mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: relative;
}

.container-video-tablet {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.heading-24 {
  color: #fff;
  width: 90%;
  max-width: 90%;
}

.paragraph {
  color: #9e9e9e;
}

.button-2 {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.textarea {
  background-color: #fff0;
  border: 1px solid #000;
}

html.w-mod-js [data-ix="left-navigation-initial"] {
  width: 0;
}

html.w-mod-js [data-ix="navbar-front"] {
  opacity: 0;
  transform: translate(-40px);
}

html.w-mod-js [data-ix="navbar-line-initial"] {
  width: 0%;
}

html.w-mod-js [data-ix="arrow-dropdown-initial"] {
  transform: rotate(-90deg);
}

html.w-mod-js [data-ix="button-initial-app"] {
  width: 0%;
}

html.w-mod-js [data-ix="project-title-on-initial"] {
  opacity: 0;
  transform: translate(-20px);
}

html.w-mod-js [data-ix="move-social-icon-on-team"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-left-1"], html.w-mod-js [data-ix="fade-left-on-load"], html.w-mod-js [data-ix="fade-left-on-load-2"], html.w-mod-js [data-ix="fade-left-on-load-3"], html.w-mod-js [data-ix="fade-left-on-load-4"], html.w-mod-js [data-ix="fade-left-on-load-5"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="fade-left-on-load-6"], html.w-mod-js [data-ix="fade-left-on-load-7"] {
  opacity: 0;
  transform: translate(-100px);
}

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

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"], html.w-mod-js [data-ix="fade-up-4"], html.w-mod-js [data-ix="fade-up-1-on-load"], html.w-mod-js [data-ix="fade-up-2-on-load"], html.w-mod-js [data-ix="fade-up-3-on-load"], html.w-mod-js [data-ix="fade-up-4-on-load"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="preloader"] {
  display: block;
}

html.w-mod-js [data-ix="hero-loader-on-load"] {
  width: 0;
}

html.w-mod-js [data-ix="banner-block-on-load"], html.w-mod-js [data-ix="banner-block-on-load-2"] {
  width: 0%;
}

html.w-mod-js [data-ix="click-porcentaje-50"] {
  width: 50%;
}

html.w-mod-js [data-ix="click-porcentaje-33"] {
  width: 33%;
}

@media screen and (min-width: 1280px) {
  .container-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-4 {
    padding-left: 617px;
  }

  .section-footer {
    background-position: 150% 100%;
  }

  .wraper-area1-services {
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
  }

  .div-block-36 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-services-copy {
    height: 375px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wraper-content {
    align-items: center;
    height: 375px;
    margin-top: 0;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .titulo-principal.hero {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-size: 64px;
    font-weight: 400;
  }

  .div-block-13.rigt, .div-block-13.left {
    background-color: #fff;
  }

  .mask-2 {
    padding-right: 80%;
  }

  .img-logo-portafolio {
    bottom: 3%;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-family: Barlow, sans-serif;
    font-size: 18px;
  }

  strong {
    font-family: Barlow, sans-serif;
  }

  .slide-nav {
    display: none;
  }

  .head-menu {
    position: fixed;
    inset: 0% 0% auto;
  }

  .image-34 {
    width: auto;
  }

  .wraper-munu {
    position: absolute;
  }

  .wraper-munu.inside {
    inset: 0% 0% auto;
  }

  .grid-8.gracias {
    margin-top: 10px;
  }

  .image-35 {
    width: auto;
  }

  .wraper-all-menu {
    display: none;
  }

  .section-header {
    background-image: linear-gradient(#0003, #0003);
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .container-general {
    max-width: 60%;
  }

  .titulo-principal.logos {
    text-align: center;
    margin-top: auto;
    margin-bottom: 25px;
  }

  .boton-fondo-obscuro {
    background-color: var(--old-lace);
    color: var(--black);
    transition: transform .4s;
  }

  .boton-fondo-obscuro:hover {
    transform: translate(0, -10px);
  }

  .titulo-principal-fondo-claro {
    margin-bottom: 25px;
  }

  .boton-fondo-claro {
    border-style: solid;
    border-width: 3px;
  }

  .parrafo-fondo-claro {
    margin-bottom: 25px;
  }

  .section-services {
    background-color: #e4dfcd99;
    background-position: 100%;
    background-size: cover;
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .container-popup-1-copy._1 {
    display: none;
  }

  .about-us {
    color: #12121752;
    background-color: #0006;
    background-image: none;
    height: 625px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .div-block-4 {
    padding-left: 703px;
  }

  .image-6 {
    margin-bottom: 25px;
  }

  .parafo-fondo-obscuro {
    color: #fff;
  }

  .section5-call-to-action {
    background-color: #e4dfcd;
  }

  .heading-8 {
    margin-top: 4px;
    font-family: Barlow, sans-serif;
  }

  .mask {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-8 {
    padding-top: 0;
  }

  .left-arrow {
    inset: 0% auto 0% 0%;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: space-between;
  }

  .right-arrow {
    inset: 0% 0% 0% auto;
  }

  .div-block-13.rigt {
    inset: 50% auto 0% 0%;
  }

  .div-block-13.left {
    inset: 50% 0% 0% auto;
  }

  .slide {
    padding-top: 0;
  }

  .grid-4 {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .div-block-15 {
    text-align: center;
    width: 100%;
  }

  .section-logo {
    padding-top: 110px;
  }

  .container-video {
    background-image: none;
    height: auto;
  }

  .content-video {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-video {
    border: 1px #000;
    margin-top: -4px;
    padding-top: 150px;
    padding-bottom: 160px;
  }

  .section-video.locomotive-scroll {
    padding-bottom: 100px;
  }

  .div-block {
    margin-bottom: 53px;
  }

  .section-portafolio {
    margin-top: -3px;
    padding-top: 0;
  }

  .slider-container-info {
    width: 100%;
    max-width: none;
    margin-top: auto;
    margin-left: 0;
    margin-right: 29px;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 85% 0 0;
    overflow: hidden;
  }

  .container-im-portafolio {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-3 {
    width: 100%;
    margin: 0 0 25px;
    padding: 0 0 69px;
  }

  .right-arrow-2 {
    z-index: 10;
    inset: 0% 0% 0% auto;
  }

  .img-portafolio {
    width: auto;
  }

  .left-arrow-2 {
    z-index: 10;
  }

  .section-footer {
    background-color: #e4dfcd;
    background-image: linear-gradient(#0000, #0000);
    margin-top: -6px;
    overflow: hidden;
  }

  .image-13 {
    text-align: center;
    width: 250px;
    padding-top: 0;
  }

  .div-block-16 {
    padding-left: 16%;
  }

  .div-block-17 {
    justify-content: flex-end;
    padding-left: 0;
    display: flex;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .label-form {
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .field-label-2 {
    font-family: Barlow, sans-serif;
    font-size: 18px;
  }

  .wraper-area1-services {
    overflow: visible;
  }

  .div-block-36 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-services-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wraper-content {
    height: 375px;
    margin-top: 0;
    position: absolute;
    inset: 0%;
  }

  .div-block-39 {
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-42 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-2 {
    height: 100%;
    margin-bottom: 0;
  }

  .contenedor {
    max-width: 70%;
    height: 625px;
  }

  .heading-22 {
    font-family: Barlow, sans-serif;
  }

  .section-9 {
    background-image: url('../images/FORMA-BLANCA.svg'), linear-gradient(#e4dfcd, #e4dfcd);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .heading-23 {
    color: #000;
  }

  .text-block-13 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 26px;
  }

  .text-block-14 {
    color: #000;
    margin-top: 0;
  }

  .image-42 {
    margin-bottom: 80px;
  }

  .container-video--mobile, .container-video-tablet {
    background-image: none;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  p {
    max-width: 600px;
  }

  .banner {
    height: 800px;
  }

  .section {
    padding-left: 15px;
  }

  .section.in-blog-device {
    padding-top: 180px;
  }

  .navigation-fixed {
    padding-top: 40px;
    padding-left: 40px;
  }

  .vertical-column-flex {
    display: block;
  }

  .image-overflow {
    max-height: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-overflow.second.left {
    left: 0;
  }

  .image-overflow.in-project {
    max-height: auto;
    width: 100%;
  }

  .image-overflow.clientes.left {
    left: 0;
  }

  .button.button-white {
    padding-top: 14px;
    padding-bottom: 13px;
  }

  .features-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .align-right.make-left {
    text-align: left;
  }

  .white-square {
    padding: 50px;
    left: 0;
  }

  .white-square.left {
    left: 0;
  }

  .project-title {
    font-size: 28px;
    line-height: 38px;
  }

  .team-wrapper {
    width: 60%;
    margin-bottom: 40px;
  }

  .team-content {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .div-block-3 {
    right: 0;
  }

  .blog-wrapper.in-blog {
    width: 80%;
  }

  .half-part-wrapper {
    display: block;
  }

  .half-part-wrapper.full {
    height: 1000px;
  }

  .half-part {
    flex: 0 0 50%;
  }

  .half-part.full {
    float: left;
    flex: 1;
    width: 100%;
  }

  .copyright {
    margin-top: 20px;
  }

  .blog-page-wrapper {
    width: 95%;
  }

  .collection-item {
    width: 50%;
    margin-bottom: 20px;
  }

  .margin-device {
    margin-top: 100px;
  }

  .center-banner {
    width: 760px;
    top: 24%;
  }

  .slider-heading {
    font-size: 50px;
    top: 75px;
  }

  .slider-heading.second-slider {
    font-size: 50px;
    top: 74px;
  }

  .slide-1 {
    background-size: auto, cover;
  }

  .banner-block {
    height: 70px;
  }

  .banner-block-wrapper.move-second {
    top: -80px;
  }

  .utility-page-wrap {
    height: 800px;
  }

  .slide-6 {
    background-size: auto, cover;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .wraper-all-menu {
    display: none;
  }

  .container-general.footer2 {
    max-width: 100%;
  }

  .container-general.services {
    max-width: 95%;
  }

  .titulo-principal.hero {
    line-height: 64px;
  }

  .titulo-principal.logos {
    text-align: center;
  }

  .headins-secundario-fondo-obscuro {
    font-size: 21px;
  }

  .container-services.mobile {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: none;
  }

  .container-popup-1._4 {
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
    margin: auto;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .container-services-copy.mobile {
    background-color: #000;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-4 {
    padding-left: 0;
  }

  .parafo-fondo-obscuro.logo {
    text-align: center;
    max-width: none;
  }

  .parafo-fondo-obscuro.cleintes {
    max-width: none;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .div-block-13.rigt {
    inset: auto 0% 0% auto;
  }

  .div-block-13.left {
    inset: auto auto 0% 0%;
  }

  .div-block-14 {
    width: 100%;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-15 {
    width: 100%;
  }

  .container-video {
    height: auto;
    display: flex;
  }

  .content-video, .div-block {
    width: 100%;
  }

  .mask-2 {
    padding-right: 60%;
  }

  .slider-3 {
    margin-left: 0;
    padding-bottom: 70px;
  }

  .right-arrow-2 {
    inset: 0% 40% 0% auto;
  }

  .left-arrow-2 {
    inset: 0% auto 0% 40%;
  }

  .form {
    padding-right: 0;
  }

  .div-block-16 {
    width: 100%;
    margin-bottom: 27px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-17 {
    width: 100%;
    height: 450px;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .wraper-area1-services {
    height: 375px;
  }

  .div-block-36 {
    flex-direction: row;
    display: flex;
  }

  .container-services-copy {
    width: 100%;
    position: relative;
  }

  .div-block-39 {
    background-image: url('../images/Mask-Group-10.svg');
    background-size: cover;
    width: 100%;
    height: 450px;
  }

  .lottie-animation-3 {
    width: 35px;
  }

  .div-block-43 {
    width: 100%;
  }

  .div-block-44 {
    flex-direction: row;
    width: 100%;
  }

  .html-embed {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-video--mobile {
    height: 400px;
  }

  .container-video-tablet {
    height: auto;
    display: flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 600px;
  }

  .navigation-fixed {
    padding-top: 20px;
    padding-left: 20px;
  }

  .features-wrapper {
    margin-bottom: 30px;
  }

  .team-wrapper {
    width: 90%;
  }

  .blog-wrapper.in-blog {
    width: 100%;
  }

  .footer-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-block {
    width: 100%;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .sub-banner {
    height: 500px;
  }

  .project-wrapper-list {
    display: block;
  }

  .project-photo {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-5 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-page-wrapper, .collection-item {
    width: 100%;
  }

  .margin-button {
    margin-top: 10px;
  }

  .center-banner {
    width: 480px;
  }

  .slider-heading {
    font-size: 40px;
    top: 72px;
  }

  .slider-heading.second-slider {
    top: 73px;
  }

  .hero-loadbar {
    display: none;
  }

  .banner-block {
    left: -14px;
  }

  .utility-page-content {
    width: 400px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .mask-2 {
    padding-right: 50%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  .banner {
    height: 100vh;
  }

  .hamburger-icon {
    width: 80px;
    height: 70px;
    padding-top: 7px;
    padding-bottom: 6px;
  }

  .brand-logo {
    background-size: 200px;
    width: 240px;
    height: 70px;
  }

  .brand-logo.w--current {
    background-color: var(--orange-red);
    background-size: 190px;
    width: 240px;
    height: 70px;
  }

  .left-navigation {
    width: 0%;
  }

  .section {
    padding-bottom: 40px;
  }

  .section.less-padding.no-line {
    padding-bottom: 0;
  }

  .section.light-gray.no-line {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.project.nopadding2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section.in-blog-device {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section.no-border {
    padding-top: 50px;
  }

  .container-fluid {
    padding-bottom: 10px;
  }

  .top-margin {
    display: block;
  }

  .image-overflow {
    margin-top: 20px;
  }

  .image-overflow.second {
    display: none;
  }

  .image-overflow.clientes {
    display: block;
  }

  .top-small-title.white-label {
    font-style: normal;
  }

  .align-center.center-device {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    margin-top: 20px;
  }

  .white-square {
    padding: 20px;
    display: none;
  }

  .project-full {
    padding-bottom: 35px;
    padding-left: 20px;
  }

  .project-title {
    font-size: 23px;
    line-height: 33px;
  }

  .navigation-wrapper {
    background-color: var(--orange-red);
    width: 100%;
    height: auto;
  }

  .logo-client {
    width: 100%;
  }

  .logo-client.logo-1 {
    width: 50%;
  }

  .logo-client.logo-2 {
    background-size: 220px;
    width: 50%;
  }

  .logo-client.logo-3, .logo-client.logo-4 {
    width: 50%;
  }

  .logo-client.logo-5 {
    background-size: 120px;
    width: 50%;
  }

  .logo-client.logo-6 {
    background-size: 110px;
    width: 50%;
  }

  .logo-client.logo-7 {
    background-size: 120px;
    width: 50%;
  }

  .logo-client.logo-8 {
    background-size: 110px;
    width: 50%;
  }

  .logo-client.logo-9, .logo-client.logo-10 {
    background-size: 170px;
    width: 50%;
  }

  .logo-client.logo-11 {
    width: 50%;
  }

  .logo-client.logo-12 {
    background-size: 140px;
    width: 50%;
  }

  .logo-client.logo-13 {
    background-size: 160px;
    width: 50%;
  }

  .logo-client.logo-14 {
    background-size: 150px;
    width: 50%;
  }

  .logo-client.logo-15 {
    background-size: 190px;
    width: 50%;
  }

  .logo-client.logo-16 {
    background-size: 160px;
    width: 50%;
  }

  .logo-client.logo-17 {
    background-size: 150px;
    width: 50%;
  }

  .logo-client.logo-18 {
    background-size: 190px;
    width: 50%;
  }

  .logo-client.logo-19 {
    background-size: 150px;
    width: 50%;
  }

  .logo-client.logo-20 {
    background-size: 160px;
    width: 50%;
  }

  .logo-client.logo-21 {
    background-size: contain;
    width: 50%;
  }

  .logo-client.logo-22 {
    background-size: 176px;
    width: 50%;
  }

  .logo-client.logo-23 {
    background-size: contain;
    width: 50%;
  }

  .logo-client.logo-24 {
    background-size: 110px;
    width: 50%;
  }

  .blog-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .blog-content {
    padding-right: 0;
  }

  .half-part.video {
    display: none;
  }

  .project-photo {
    height: 350px;
  }

  .slider {
    height: 100%;
  }

  .center-banner {
    width: 100%;
  }

  .slider-heading {
    font-size: 38px;
    line-height: 45px;
    top: 100px;
    bottom: 100px;
  }

  .slider-heading.second-slider {
    font-size: 38px;
    line-height: 45px;
    top: 86px;
    bottom: 91px;
  }

  .scroll-down-wrapper {
    bottom: 85px;
    left: 0;
    right: 0;
  }

  .slide-3 {
    background-image: linear-gradient(#141312bf 8%, #fff0 58%), url('../images/01-Alameda---Casa-3-Ampliada-frontal-V2-cover.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .banner-block {
    width: 100%;
    height: 62px;
    left: -7px;
  }

  .banner-block-wrapper.move-second {
    top: -56px;
  }

  .utility-page-content {
    width: 300px;
  }

  .icn_block.naranja {
    transition: border .35s, padding .35s;
  }

  .icn_block.naranja:hover {
    padding: 5px;
  }

  .slider-arrow.aleft {
    right: -52px;
  }

  .logo-footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
  }

  .div50 {
    flex: none;
    width: 100%;
  }

  .div33 {
    width: 100%;
  }

  .flex-box {
    flex-flow: column wrap;
    place-content: flex-start space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .slide-7 {
    background-image: linear-gradient(#141312bf 8%, #fff0 58%), url('../images/01-Alameda---Casa-3-Ampliada-frontal-V2-cover.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lottie-animation {
    width: 60px;
  }

  .image-32 {
    width: 100px;
  }

  .content-link {
    display: flex;
  }

  .content-link.mobile {
    margin-top: 18px;
    margin-bottom: 18px;
    display: flex;
  }

  .content-link.desktop {
    display: flex;
  }

  .grid-8 {
    width: 60%;
    bottom: 10%;
  }

  .grid-8.gracias {
    margin-top: 0;
    position: absolute;
  }

  .wraper-all-menu {
    display: none;
  }

  .link-3 {
    text-align: center;
    border-bottom: 1px #666464;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 26px;
    text-decoration: none;
    display: block;
  }

  .link-3.w--current {
    font-weight: 400;
    text-decoration: none;
  }

  .link-3.desktop {
    font-size: 26px;
    display: flex;
  }

  .link-3.mobile {
    display: block;
  }

  .link-3.mobile.w--current {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-header {
    background-image: linear-gradient(#0000003b, #0000003b);
    background-position: 0 0;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-general {
    max-width: 90%;
    height: auto;
  }

  .container-general.header {
    height: auto;
  }

  .container-general.footer {
    max-width: 100%;
  }

  .container-general.footer2 {
    max-width: 96%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    inset: 0%;
  }

  .titulo-principal {
    width: 80%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .titulo-principal.hero {
    text-align: center;
    width: 100%;
    font-size: 48px;
    line-height: 46px;
  }

  .titulo-principal.logos {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }

  .titulo-principal.reel {
    width: auto;
  }

  .titulo-principal.portafolio {
    width: 100%;
    margin-bottom: 30px;
  }

  .boton-fondo-obscuro {
    border-bottom-width: 1px;
    margin-top: 30px;
  }

  .headins-secundario-fondo-obscuro {
    height: 50px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .titulo-principal-fondo-claro {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .container-services.mobile {
    margin: 0;
    padding: 20px 10px;
    box-shadow: 3px 3px 8px #00000026;
  }

  .container-services.mobile:hover {
    transform: none;
  }

  .boton-fondo-claro {
    margin-top: 52px;
    margin-bottom: 0;
    box-shadow: 4px 4px 9px -1px #00000026;
  }

  .text-block-3 {
    color: #fff;
    text-align: center;
    border: 1px #000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: Barlow, sans-serif;
    font-size: 18px;
  }

  .grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 25px;
    display: grid;
  }

  .parrafo-fondo-claro {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .section-services {
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
  }

  .section-services.locomotive-scroll {
    overflow: visible;
  }

  .image-25 {
    width: 30px;
    display: block;
    position: absolute;
    inset: 2% 3% auto auto;
  }

  .container-popup-1 {
    z-index: 99;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-popup-1._2, .container-popup-1._3 {
    display: none;
  }

  .container-popup-1._4 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .image-21 {
    width: 100px;
  }

  .container-services-copy.mobile {
    background-color: #000;
    height: auto;
    margin: 0;
    padding: 20px 10px;
    display: flex;
    box-shadow: 3px 3px 8px #00000026;
  }

  .container-services-copy.mobile:hover {
    box-shadow: none;
    transform: none;
  }

  .arrow-services {
    width: 17px;
  }

  .icon-mobile {
    width: 70px;
    height: 70px;
  }

  .icon-mobile._2 {
    width: 80px;
    height: 70px;
  }

  .container-popup-1-copy {
    z-index: 99;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-popup-1-copy._1 {
    display: none;
  }

  .section-servicess-mobile {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
    overflow: visible;
  }

  .div-block-7 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    height: 130px;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
  }

  .about-us {
    background-color: #0006;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
  }

  .div-block-4 {
    padding-left: 0;
  }

  .parafo-fondo-obscuro {
    color: #ffffffcf;
    text-align: left;
    font-size: 18px;
  }

  .parafo-fondo-obscuro.logo {
    text-align: center;
  }

  .section5-call-to-action {
    height: auto;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .botn-call-to-action {
    color: #e4dfcd;
    background-color: #000;
    border-radius: 0;
    box-shadow: 1px 1px 8px -4px #000000b3;
  }

  .heading-8 {
    color: #fff;
    font-size: 18px;
  }

  .img-logos {
    width: 125px;
  }

  .mask {
    padding-bottom: 0;
  }

  .slider-2 {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 51px;
  }

  .image-10 {
    width: 14px;
    min-width: 0;
  }

  .slide-8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    inset: 0% auto 0% 0%;
  }

  .slide-nav-2 {
    display: none;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .right-arrow {
    inset: 0% 0% 0% auto;
  }

  .div-block-13 {
    inset: auto 0% 0% auto;
  }

  .div-block-13.rigt {
    background-color: #fff;
    width: 28px;
    height: 28px;
    inset: auto 0% 0% auto;
  }

  .div-block-13.rigt.logi {
    width: 8px;
    inset: auto 0% 0% auto;
  }

  .div-block-13.left {
    background-color: #fff;
    width: 28px;
    height: 28px;
    inset: auto auto 0% 0%;
  }

  .div-block-13.left.logo {
    width: 8px;
  }

  .slide {
    margin-bottom: 0;
    padding: 0;
  }

  .div-block-14 {
    width: 100%;
    margin-top: 0;
  }

  .grid-4 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .div-block-15 {
    width: 100%;
  }

  .section-logo {
    padding-top: 100px;
    padding-bottom: 75px;
    overflow: hidden;
  }

  .container-video {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
    display: flex;
  }

  .content-video {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-video {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 39px;
  }

  .div-block {
    width: 100%;
  }

  .image-9 {
    width: 30px;
  }

  .section-portafolio {
    padding-top: 50px;
    overflow: hidden;
  }

  .slider-container-info {
    margin-right: 0;
    padding-right: 0;
  }

  .mask-2 {
    height: auto;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-im-portafolio {
    margin-right: 0;
  }

  .slider-3 {
    padding-left: 0;
  }

  .right-arrow-2 {
    inset: 0% 35% 0% auto;
  }

  .img-logo-portafolio {
    margin-top: 5px;
  }

  .img-portafolio {
    width: 85%;
    height: auto;
    max-height: none;
  }

  .left-arrow-2 {
    inset: 0% auto 0% 35%;
  }

  .container-im-portafolio-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-28 {
    margin-right: 10px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    padding-right: 0;
  }

  .section-footer {
    z-index: 10;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .image-13 {
    width: 175px;
    padding-top: 89px;
  }

  .form {
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-16 {
    width: 90%;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .form-block-2 {
    margin-bottom: 25px;
  }

  .div-block-17 {
    background-image: url('../images/k.svg');
    background-position: 40% 30%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 400px;
    min-height: auto;
    max-height: none;
    margin-top: -34px;
    padding-left: 18px;
    overflow: hidden;
  }

  .div-block-11 {
    flex-direction: column;
    display: block;
    overflow: hidden;
  }

  .section-7 {
    z-index: auto;
    height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    inset: auto 0% 0%;
  }

  .text-block-9, .text-block-10 {
    text-align: center;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    margin-top: 6px;
  }

  .div-block-32 {
    flex-direction: column;
  }

  .label-form {
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .section-8 {
    background-color: #000;
    height: 5px;
  }

  .section-politicas {
    height: auto;
  }

  .div-block-36 {
    display: none;
  }

  .container-services-copy.mobile {
    padding: 20px 12px;
    box-shadow: 3px 3px 8px #00000026;
  }

  .smoot-scroll {
    max-height: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-39 {
    background-size: cover;
    width: 100%;
    height: 300px;
    max-height: 300px;
    padding-top: 0;
    display: block;
  }

  .div-block-40 {
    padding-bottom: 0;
  }

  .div-block-41 {
    width: 100%;
    display: flex;
  }

  .lottie-animation-3 {
    width: 25px;
  }

  .div-block-45 {
    display: flex;
  }

  .background-video-2 {
    height: 100%;
  }

  .heading-22 {
    font-size: 27px;
    line-height: 32px;
  }

  .text-block-12 {
    text-align: center;
    width: 70%;
    margin-bottom: 0;
    line-height: 26px;
  }

  .section-9 {
    background-color: #0000;
    background-image: url('../images/FORMA-BLANCA.svg'), linear-gradient(#e4dfcd99, #e4dfcd99);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .heading-23 {
    font-size: 26px;
    line-height: 26px;
  }

  .text-block-13 {
    text-align: center;
    margin-bottom: 0;
  }

  .background-video-3 {
    height: 100vh;
  }

  .html-embed {
    margin-left: 3px;
    margin-right: 0;
    padding-right: 0;
  }

  .container-video--mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-video-tablet {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
    display: flex;
  }
}

#w-node-f1c71b5d-4d93-2a55-43f6-e95b3f8f4906-011573de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f59ecdba-4d72-9296-295e-682749e965ab-011573dc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_768c82cb-a063-3ce8-ae45-257809753be8-011573dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dbda1398-1f78-f352-e376-65556f3a75e4-011573dc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_86cb6857-1c7a-8a78-abc5-fc748bb7dd0d-011573dc {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_53f2bbcc-6500-4712-f3c1-535e82c0aadf-011573dc {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2bfbd651-2df7-1b29-4385-72ab906e5238-e3893494 {
  place-self: center;
}

#w-node-edeb4439-9623-e858-cae1-1fcacc9ebcb5-e3893494 {
  place-self: stretch stretch;
}

#w-node-_5efb7d21-3084-9166-6d74-4264ccd34194-e3893494, #w-node-_5efb7d21-3084-9166-6d74-4264ccd341a0-e3893494, #w-node-_5efb7d21-3084-9166-6d74-4264ccd341a7-e3893494 {
  place-self: auto;
}

#w-node-_764891cd-6116-22d0-04b8-9e7e5e2b0a62-e3893494, #w-node-_9d49b546-948e-dbbc-f002-4ad4a2607e84-e3893494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6129ebec-02df-c444-e385-bacf91ab29c7-d1f837c7 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_6129ebec-02df-c444-e385-bacf91ab29c7-d1f837c7 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_504412bc-12e2-e852-21c6-a72deb8b42b3-807eb1ff, #w-node-_504412bc-12e2-e852-21c6-a72deb8b42b5-807eb1ff, #w-node-_504412bc-12e2-e852-21c6-a72deb8b42ba-807eb1ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_504412bc-12e2-e852-21c6-a72deb8b42bc-807eb1ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_504412bc-12e2-e852-21c6-a72deb8b42a9-807eb1ff, #w-node-_504412bc-12e2-e852-21c6-a72deb8b42b0-807eb1ff, #w-node-_504412bc-12e2-e852-21c6-a72deb8b42b7-807eb1ff {
    grid-column: span 1 / span 1;
  }

  #w-node-_5efb7d21-3084-9166-6d74-4264ccd34194-e3893494, #w-node-_5efb7d21-3084-9166-6d74-4264ccd34199-e3893494 {
    place-self: stretch stretch;
  }
}


