:root {
  --white-title: #fff;
  --grey: #dddddd87;
  --size: 0px;
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.image {
  margin-top: 10px;
  margin-left: -11px;
  margin-right: 76px;
  padding-top: 0;
  position: static;
}

.container {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  display: flex;
}

.container-2 {
  color: #000;
  object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: inline;
  position: static;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 4;
  float: none;
  clear: none;
  opacity: .78;
  filter: blur();
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: #f1eeee30;
  background-clip: border-box;
  border-radius: 4px;
  margin-top: 0;
  padding: 10px 100px 20px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  cursor: pointer;
  object-fit: scale-down;
  max-width: 300px;
  margin-left: 100px;
  padding-top: 18px;
  padding-left: 0;
  padding-right: 10px;
  display: inline-block;
  overflow: auto;
}

.nav-link {
  color: #0d0d0e;
  text-align: center;
  word-break: normal;
  flex-direction: row;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.nav-link.w--current:visited {
  color: #000;
}

.nav-menu {
  color: #000;
  text-align: center;
  white-space: normal;
  word-break: normal;
  cursor: pointer;
  object-fit: scale-down;
  background-color: #fff0;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: block;
  position: static;
}

.brand {
  cursor: pointer;
}

.brand.w--current {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.brand.w--current:hover {
  pointer-events: auto;
}

.body {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.homesection {
  object-fit: scale-down;
  background-color: #cd474703;
  background-image: url('../images/escala-grises-techo-edificio-moderno-ventanas-vidrio-luz-sol-1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: static;
}

.heading-home-title {
  z-index: 0;
  color: var(--white-title);
  letter-spacing: 5px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  column-count: auto;
  white-space: break-spaces;
  cursor: auto;
  object-fit: fill;
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
  height: 350px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 100px;
  font-size: 90px;
  font-weight: 500;
  line-height: 85px;
  display: flex;
  position: relative;
}

.heading1 {
  clear: right;
  white-space: break-spaces;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
  display: flex;
  position: relative;
  inset: 29px auto 0% 0%;
}

.bold-text {
  font-size: 100px;
  font-weight: 300;
}

.columns {
  flex-direction: row;
  display: flex;
}

.column {
  flex: 1;
  align-self: center;
}

.paragraph {
  z-index: 0;
  object-fit: scale-down;
  position: relative;
}

.sectioncertificate {
  background-image: url('../images/fotogirado.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  display: inline;
  position: static;
}

.paragraph-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  margin-left: 0;
  padding-right: 579px;
  display: flex;
  position: relative;
  top: -52px;
  left: 486px;
}

.containersection {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block {
  opacity: 1;
  background-color: #fff0;
  margin-left: 100px;
}

.flex-block {
  background-color: #0000;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  padding-top: 220px;
  position: static;
}

.div-block-2 {
  z-index: auto;
  position: relative;
}

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

.flex-block-2 {
  flex-flow: column wrap;
  align-content: center;
  align-items: stretch;
  display: flex;
}

.image-2 {
  margin-left: 154px;
  padding-left: 0;
}

.quick-stack {
  grid-column-gap: 23px;
  grid-row-gap: 100px;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  order: 1;
  align-self: flex-end;
  margin: 153px 0 0 42px;
  display: block;
}

.headingfinal {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff0;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  align-self: stretch;
  align-items: center;
  margin: 24px auto 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.headingfinal.jump {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.headingfinal.izqu {
  align-items: flex-start;
}

.paragraph-3 {
  align-self: flex-start;
  margin-top: 0;
  padding-top: 20px;
  font-size: 15px;
  line-height: 35px;
}

.whoami {
  height: 72vh;
  margin: 0 auto 100px;
  padding-top: 40px;
  padding-bottom: 0;
}

.contacto {
  background-color: #e7e7e72e;
  height: 80vh;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 20px 10px 120px;
}

.div-block-5 {
  margin: 20px 220px;
}

.how_wrap {
  color: #2c2c2c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  display: block;
}

.h2 {
  color: #2c2c2c;
  letter-spacing: 1px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: -6px;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.how_grid {
  float: left;
  clear: left;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  aspect-ratio: auto;
  overflow-wrap: break-word;
  object-fit: scale-down;
  flex: 0 auto;
  grid-template-rows: 400px;
  grid-template-columns: 1fr 1fr minmax(50px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  justify-items: start;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.how_block {
  color: #2c2c2c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 1px;
  display: block;
}

.work-image {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 350px;
  margin-bottom: 33px;
  display: block;
}

.work-image:hover {
  opacity: .42;
}

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

.title.centre {
  color: #2c2c2c;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  flex-flow: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  display: block;
}

.how_text {
  color: #2c2c2c;
  text-align: center;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.servicios {
  justify-content: center;
  align-items: center;
  width: 99.9998%;
  height: 82vh;
  margin-top: 10px;
  display: block;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-6 {
  opacity: 1;
  margin-top: 74px;
  margin-left: 140px;
  margin-right: 140px;
}

.footer {
  background-color: #9b9b9b4d;
  padding-top: 51px;
  padding-bottom: 20px;
}

.proyectos {
  background-color: #dddddd87;
  margin-top: 10px;
  padding: 10px 20px 40px;
  display: block;
}

.headin {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  display: flex;
}

.cell {
  align-items: flex-start;
}

.div-block-7 {
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 0;
}

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

.quick-stack-2 {
  grid-column-gap: 23px;
}

.image-4, .image-5 {
  align-self: flex-end;
}

.quick-stack-3 {
  grid-column-gap: 18px;
  grid-row-gap: 53px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  grid-template-rows: 200px 200px 200px 200px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 66px;
  margin-left: 140px;
  margin-right: 140px;
  display: grid;
}

.quick-stack-4 {
  grid-column-gap: 19px;
  grid-row-gap: 0px;
  margin-top: 0;
  padding-top: 0;
}

.image-6, .image-7 {
  align-self: flex-end;
}

.cell-2 {
  align-items: center;
  display: flex;
}

.surname {
  word-break: keep-all;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 60px;
  font-weight: 300;
  line-height: 50px;
}

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

.heading3 {
  margin-top: 114px;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.nav-link-2 {
  color: #0d0d0e;
  font-weight: 600;
}

.nav-link-3 {
  color: #0d0d0e;
  background-color: #0000;
  font-weight: 600;
}

.image-8 {
  align-self: flex-end;
  display: block;
}

.name {
  margin-top: 0;
  margin-left: 5px;
  padding-left: 0;
  font-size: 70px;
  font-weight: 500;
}

.smalltitle {
  margin-top: 0;
  margin-left: 5px;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-4 {
  text-align: justify;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 500;
}

.cell-3 {
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 85px;
  padding-right: 205px;
}

.button {
  color: #000;
  cursor: pointer;
  background-color: #27292b00;
  border: 2px solid #000;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 18px;
  margin-left: 5px;
}

.button:hover {
  opacity: .66;
}

.container-4 {
  flex-flow: row;
  align-items: flex-end;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  display: flex;
}

.div-block-9 {
  flex: none;
}

.image-9 {
  order: -1;
  align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.imageprofile {
  margin-top: 10px;
}

.flex-block-3 {
  flex-wrap: wrap;
}

.conmet {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 300;
  line-height: 45px;
}

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

.heading-2 {
  margin-top: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
}

.link1 {
  color: #000;
  flex: 0 auto;
  order: 1;
  margin-top: 1px;
  margin-left: 25px;
  padding-top: 0;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.div-block-10 {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-10:hover {
  opacity: .55;
}

.flex-block-4 {
  display: block;
}

.image-12 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff0;
  background-clip: border-box;
  border-radius: 0;
}

.headingfooter {
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  order: -1;
  align-self: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}

.headingfooter:hover {
  opacity: .49;
}

.finaldiv {
  flex-direction: column;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.rrss {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link, .link-2 {
  color: #000;
}

.link-3 {
  color: #1a1a1a;
}

.image-14 {
  text-align: center;
  order: -1;
  align-self: center;
  padding-bottom: 0;
  display: inline-block;
}

.container-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contacting {
  margin-bottom: 20px;
}

.container-proyectos {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.big-proyect {
  height: 100%;
  display: inline-block;
  position: absolute;
}

.big-proyect-copy {
  height: 515px;
}

.small-proyect {
  max-width: 100%;
  height: 45px;
  display: block;
  position: absolute;
}

.image-15 {
  max-width: 45%;
  position: static;
}

.heading-3 {
  color: #3330;
}

.heading-4 {
  color: #000;
  text-align: left;
  margin-top: 156px;
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
}

.utility-page-wrap {
  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: 260px;
  display: flex;
}

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

.proyect {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 30px;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template: "Area" 115px
  / 1fr .25fr 1fr;
  grid-auto-flow: column;
}

.div-block-11 {
  margin: 0 40px 60px;
}

.third-width {
  width: 33.333%;
}

.section {
  color: #5c5c5c;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.projects {
  color: #4d4d4d;
  border-top: 1px solid #ededed;
  padding-top: 0;
  padding-bottom: 0;
}

.half-width {
  width: 50%;
}

.quarter-width {
  width: 25%;
}

.project-row {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin: 40px 0 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.project-row.teal {
  background-image: linear-gradient(to right, #00b7ff, #00f59b);
}

.project-row.blue {
  background-color: #fff;
  background-image: none;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-row.ima {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #fff0;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.project-wrapper {
  background-color: #c4c4c49e;
  padding: 11px 19px 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-lik {
  float: left;
  color: #fff;
  background-image: url('../images/5-ESTRAT.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 25%;
  height: 350px;
  text-decoration: none;
  transition: opacity .25s;
  display: block;
  position: relative;
}

.project-lik:hover {
  opacity: .5;
}

.project-lik.project-9 {
  background-image: url('../images/beach-1600px.jpg');
}

.project-lik.project-2 {
  background-image: url('../images/sand.jpg');
  justify-content: center;
  display: block;
}

.project-lik.project-8 {
  background-image: url('../images/lake.jpg');
}

.project-lik.project-10 {
  background-image: url('../images/beach2jpg');
}

.project-lik.project-7 {
  background-image: url('../images/oceans.jpg');
}

.project-lik.project-6 {
  background-image: url('../images/sunrise.jpg');
}

.project-lik.project-4 {
  background-image: url('../images/1920_U2_Pindado-Leralta-Julia_PVII_ENTREGA-4_04.webp');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 350px;
}

.project-lik.project-1 {
  background-image: url('../images/bob-van-aubel-ray-bans.jpg');
}

.project-lik.project-5 {
  background-image: linear-gradient(#ffffff36, #ffffff36), url('../images/interior-desing.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 35%;
}

.project-lik.project-3 {
  background-image: url('../images/LAMI.jpg');
  background-position: 100% 100%;
  background-size: cover;
  padding: 0;
}

.project-lik.exp {
  background-image: url('../images/07-PAR.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  width: 35%;
  height: 350px;
  margin-right: 0;
  padding-right: 0;
}

.project-lik.ph {
  background-color: #e9e9e900;
  background-image: url('../images/IMG_9007-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  margin-left: 0;
}

.tag {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
}

.tag.cas, .tag.bc {
  color: #000;
}

.headin-copy {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto 53px;
  font-size: 45px;
  display: flex;
}

.container-7 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-5 {
  color: #000;
  background-color: #fff0;
}

.heading-6, .heading-7, .heading-8 {
  color: #000;
}

.h {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 45px;
}

.heading-9 {
  color: #000;
}

.div-block-12 {
  margin-left: 40px;
  margin-right: 40px;
}

.section-title {
  background-color: var(--grey);
  height: 40vh;
  padding-top: 220px;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Montserrat, sans-serif;
}

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

.headingtitleproyects {
  color: #000;
  padding: 20px;
  font-size: 50px;
  font-weight: 500;
  display: block;
}

.divproyects {
  padding: 0 40px 10px 0;
}

.div-block-13 {
  padding-top: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.heading-10 {
  color: #fff;
  padding-left: 100px;
  font-size: 30px;
  font-weight: 500;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 0;
  }

  .container-2 {
    float: none;
    clear: right;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: scale-down;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: 75px;
    display: block;
    position: static;
  }

  .navbar {
    aspect-ratio: auto;
    object-fit: contain;
    margin-top: 0;
    padding: 10px 60px 15px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .logo {
    max-width: 140px;
    margin-left: 10px;
  }

  .nav-link {
    z-index: 2;
    aspect-ratio: auto;
    opacity: 1;
    mix-blend-mode: normal;
    object-fit: contain;
    background-color: #fff;
    border-radius: 0;
    flex-flow: wrap;
    order: 0;
    place-content: flex-start center;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0;
  }

  .nav-menu {
    z-index: 25;
    opacity: 1;
    flex-direction: column;
    order: 0;
    align-self: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
  }

  .menu-button {
    z-index: 5;
    object-fit: scale-down;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
    padding: 20px;
    display: block;
  }

  .menu-button:hover {
    pointer-events: auto;
    background-color: #b4b4b485;
  }

  .menu-button.w--open {
    padding: 29px;
  }

  .homesection {
    background-position: 50%;
    height: 95vh;
  }

  .heading-home-title {
    object-fit: scale-down;
    flex-flow: row;
    height: 400px;
    margin-left: 0;
    padding-top: 135px;
    padding-left: 0;
    font-size: 65px;
    font-weight: 500;
    line-height: 70px;
    position: relative;
  }

  .icon {
    aspect-ratio: auto;
    flex: 1;
    align-self: auto;
    margin-top: 0;
    padding-top: 0;
    display: inline-block;
  }

  .flex-block {
    float: none;
    direction: ltr;
    text-indent: 0;
    column-count: 0;
    white-space: nowrap;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 198px;
    padding-left: 0;
    line-height: 30px;
    display: block;
  }

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

  .quick-stack {
    flex: 1;
    order: 0;
    align-self: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-4 {
    aspect-ratio: auto;
    margin-top: 124px;
    margin-left: 21px;
    padding-left: 0;
    padding-right: 20px;
  }

  .headingfinal {
    text-align: center;
    flex-direction: column;
    flex: 1;
    order: -1;
    align-self: flex-start;
    align-items: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    display: block;
  }

  .whoami {
    flex-direction: column;
    align-items: center;
    height: 50%;
    margin: 6px auto 0;
    padding: 20px 10px 10px;
    display: flex;
  }

  .contacto {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 55vh;
    margin-top: 10px;
    padding: 40px;
    display: block;
  }

  .div-block-5 {
    display: block;
  }

  .how_wrap {
    flex-direction: row;
    flex: none;
    padding-top: 0;
    padding-bottom: 80px;
    display: flex;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .how_grid {
    grid-column-gap: 17px;
    grid-row-gap: 14px;
    flex: 1;
    grid-template: "." 400px
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start;
    place-items: center stretch;
    width: auto;
    margin-top: 20px;
    margin-bottom: 19px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    position: relative;
  }

  .how_block {
    height: auto;
  }

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

  .how_text {
    margin-bottom: auto;
  }

  .servicios {
    width: auto;
    height: 110vh;
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .div-block-6 {
    float: left;
    clear: left;
    aspect-ratio: auto;
    object-fit: scale-down;
    flex-wrap: wrap;
    align-content: stretch;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

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

  .proyectos {
    height: auto;
    margin-top: 0;
    padding-top: 37px;
    display: block;
    position: static;
  }

  .headin {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 18px;
    font-size: 35px;
    display: block;
  }

  .headin.hh1 {
    margin-top: 0;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .surname {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 35px;
    line-height: 40px;
  }

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

  .image-8 {
    flex: 0 auto;
    order: 0;
    position: static;
  }

  .name {
    margin-bottom: 0;
    font-size: 40px;
  }

  .smalltitle {
    font-size: 18px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .cell-3 {
    padding-top: 0;
    padding-right: 0;
  }

  .button {
    border-width: 2px;
    border-radius: 0;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around flex-start;
    align-self: center;
    align-items: flex-end;
    margin: 0 20px;
    padding-top: 0;
    display: flex;
  }

  .image-9 {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .flex-block-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .conmet {
    float: left;
    clear: both;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: break-word;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 27px;
    display: block;
  }

  .container-5 {
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 0;
    display: block;
  }

  .heading-2 {
    float: none;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 27px;
  }

  .link1 {
    margin-left: 10px;
    font-size: 20px;
  }

  .div-block-10 {
    margin-top: 40px;
  }

  .image-12, .image-13 {
    max-width: 75%;
  }

  .finaldiv {
    padding-bottom: 0;
  }

  .contacting {
    margin-top: 100px;
    font-size: 30px;
  }

  .heading-4 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .proyect {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .grid {
    grid-template-columns: .75fr .5fr .75fr;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-11 {
    margin-bottom: 20px;
  }

  .project-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start space-around;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .project-row.ima {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-lik.project-4 {
    width: 45%;
    height: 300px;
    margin-left: 10px;
    margin-right: 0;
  }

  .project-lik.project-5 {
    width: 35%;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .project-lik.project-3 {
    width: 30%;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .project-lik.exp {
    align-self: flex-start;
    margin-left: 10px;
    margin-right: auto;
  }

  .project-lik.ph {
    order: 0;
    align-self: auto;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }

  .headin-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .container-7 {
    margin-top: 0;
    display: block;
  }

  .h {
    float: none;
    direction: ltr;
    text-align: center;
    letter-spacing: normal;
    text-indent: 0;
    column-count: auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-top: 27px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
  }

  .section-title {
    height: 35vh;
    padding-top: 171px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .headingtitleproyects {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 45px;
  }

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

  .div-block-13 {
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-14, .div-block-15 {
    height: 15px;
  }

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

@media screen and (max-width: 767px) {
  .container {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .container-2 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 40px;
    display: block;
    position: static;
    left: -1%;
  }

  .navbar {
    margin-top: 0;
    padding: 16px 40px;
  }

  .logo {
    margin-left: 0;
  }

  .nav-link {
    float: right;
    clear: none;
    aspect-ratio: auto;
    object-fit: contain;
    flex-direction: column;
    flex: 0 auto;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    display: block;
    position: relative;
    left: 0;
  }

  .nav-menu {
    float: none;
    clear: none;
    aspect-ratio: auto;
    text-align: justify;
    flex-flow: column;
    place-content: flex-end center;
    align-items: center;
    width: 101vw;
    min-width: auto;
    margin-top: 10px;
    margin-left: -3px;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 90% 0% auto 0;
    overflow: hidden;
  }

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

  .menu-button {
    padding-top: 20px;
    display: block;
  }

  .menu-button.w--open {
    flex-direction: column;
    padding: 20px;
    display: block;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .homesection {
    background-image: url('../images/escala-grises-techo-edificio-moderno-ventanas-vidrio-luz-sol-1.jpg');
    background-position: 50% 75%;
    background-size: auto;
    background-attachment: fixed;
    height: 85vh;
    position: static;
  }

  .heading-home-title {
    align-items: flex-start;
    height: 180px;
    margin: 60px 40px 0 -20px;
    padding-top: 0;
    padding-left: 0;
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
    display: flex;
    position: static;
  }

  .icon {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 25px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .flex-block {
    flex-direction: row;
    align-items: center;
    padding-top: 140px;
    padding-left: 0;
    display: block;
  }

  .div-block-4 {
    flex: 0 auto;
    order: 1;
    align-self: flex-end;
    margin: 20px auto 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 20px;
    display: block;
  }

  .headingfinal {
    text-align: center;
    letter-spacing: 2px;
    mix-blend-mode: normal;
    background-color: #fff0;
    border: 1px solid #0000;
    border-radius: 0;
    flex: 0 auto;
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    display: block;
  }

  .headingfinal.jump {
    text-align: center;
    margin-top: 10px;
  }

  .whoami {
    flex-direction: row;
    align-items: flex-end;
    height: 95%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: block;
  }

  .contacto {
    text-align: left;
    height: 40vh;
    margin-top: 0;
    padding: 0 0 10px;
    display: block;
  }

  .how_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 0 auto;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: center;
    margin-bottom: -38px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 75px;
    display: block;
    position: static;
  }

  .how_grid {
    grid-column-gap: 25px;
    grid-row-gap: 31px;
    grid-template-rows: 355px 379px;
    grid-template-columns: .75fr .75fr;
    grid-auto-flow: column;
    place-content: space-around start;
    place-items: stretch stretch;
    height: auto;
    margin-top: 20px;
    font-size: 142px;
    position: static;
  }

  .how_block {
    max-width: 300px;
  }

  .work-image {
    margin-bottom: 24px;
  }

  .title.centre {
    font-size: 19px;
  }

  .servicios {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: space-around center;
    align-items: stretch;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-6 {
    flex: 1;
    order: -1;
    align-self: flex-start;
    display: block;
  }

  .footer {
    padding-top: 30px;
  }

  .proyectos {
    background-color: var(--grey);
    flex-flow: column;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
    position: static;
  }

  .headin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .surname {
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
  }

  .name {
    margin-left: 2px;
    font-size: 27px;
    line-height: 30px;
  }

  .smalltitle {
    margin-top: 9px;
    margin-left: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2px;
    font-weight: 500;
  }

  .button {
    margin-top: 10px;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    display: inline-block;
  }

  .container-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    place-content: center;
    align-self: flex-start;
    align-items: flex-end;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 0 4px;
    display: flex;
  }

  .image-9 {
    aspect-ratio: auto;
    object-fit: contain;
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    max-width: 100%;
    height: 350px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .flex-block-3 {
    flex-flow: column wrap;
    flex: 0 auto;
    order: 0;
    place-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .conmet {
    float: left;
    clear: left;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .container-5 {
    margin-top: 0;
    margin-left: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .link1 {
    word-break: break-all;
    overflow-wrap: normal;
    margin-left: 0;
  }

  .div-block-10 {
    margin-top: 10px;
  }

  .flex-block-4 {
    order: 0;
  }

  .image-12, .image-13 {
    max-width: 50%;
  }

  .contacting {
    font-size: 30px;
  }

  .heading-4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .proyect {
    margin-top: 0;
    font-size: 17px;
    line-height: 20px;
    display: block;
  }

  .div-block-11 {
    margin-bottom: 20px;
  }

  .third-width {
    width: 100%;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .half-width, .quarter-width {
    width: 100%;
  }

  .mobile-padding-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .project-row {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin: 20px 0 0;
    display: flex;
  }

  .project-row.ima {
    aspect-ratio: auto;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: center;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .project-wrapper {
    background-color: #dfdfdf52;
  }

  .project-lik {
    width: 50%;
    height: 280px;
  }

  .project-lik.project-4 {
    background-position: 50%;
    height: 200px;
    margin-left: 0;
  }

  .project-lik.project-5 {
    background-position: 100%;
    height: 200px;
  }

  .project-lik.project-3 {
    background-image: url('../images/LAMI.jpg');
    background-position: 50%;
    background-size: cover;
    height: 200px;
  }

  .project-lik.exp {
    background-position: 50% 100%;
    order: 0;
    align-self: auto;
    width: 35%;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .project-lik.ph {
    height: 200px;
    margin-left: 0;
  }

  .tag {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 700;
  }

  .tag.bc {
    color: #000;
  }

  .headin-copy {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heading-5, .heading-6, .heading-7, .heading-8 {
    margin-bottom: 3px;
    font-size: 19px;
    line-height: 20px;
  }

  .h {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .heading-9 {
    color: #000;
    margin-bottom: 3px;
    font-size: 19px;
    line-height: 20px;
  }

  .section-title {
    height: auto;
    padding-top: 156px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .headingtitleproyects {
    margin-bottom: 0;
    padding: 10px 0 20px;
    font-size: 35px;
    line-height: 35px;
  }

  .divproyects {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-13 {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 13px;
  }

  .container-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    object-fit: contain;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    position: static;
    left: 0%;
    overflow: hidden;
  }

  .navbar {
    z-index: 25;
    aspect-ratio: auto;
    object-fit: none;
    object-position: 0% 0%;
    border-radius: 0;
    margin-top: 1px;
    padding: 5px 0 9px;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .logo {
    max-width: 90px;
    padding-top: 0;
  }

  .nav-link {
    opacity: 1;
    word-break: normal;
    object-fit: contain;
    object-position: 50% 0%;
    background-color: #fff;
    flex-wrap: wrap;
    align-content: stretch;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 18px;
    display: flex;
    position: relative;
    left: 0;
  }

  .nav-menu {
    aspect-ratio: auto;
    object-fit: contain;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: stretch;
    width: 100vw;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 92%;
    left: 0;
    overflow: hidden;
  }

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

  .menu-button {
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 0%;
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    margin-top: 0;
    padding: 11px 10px 10px;
    font-size: 25px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .menu-button.w--open {
    border-radius: 3px;
    padding: 20px;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .homesection {
    background-image: url('../images/escala-grises-techo-edificio-moderno-ventanas-vidrio-luz-sol-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    align-items: stretch;
    height: 60vh;
    margin-top: 0;
    padding-top: 10px;
    display: flex;
  }

  .heading-home-title {
    aspect-ratio: auto;
    letter-spacing: 1px;
    object-fit: contain;
    object-position: 50% 50%;
    flex-flow: column wrap;
    align-items: flex-start;
    height: 85px;
    margin-top: 0;
    margin-left: 5px;
    padding-top: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    display: block;
    overflow: visible;
  }

  .icon {
    align-items: flex-start;
    display: block;
  }

  .div-block {
    margin-left: 40px;
  }

  .flex-block {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 220px;
    display: block;
  }

  .div-block-4 {
    flex: 1;
    order: 1;
    align-self: stretch;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .headingfinal {
    word-break: keep-all;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    position: static;
  }

  .whoami {
    flex-flow: column wrap;
    align-content: space-around;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    display: block;
  }

  .contacto {
    height: 45vh;
    margin-bottom: 0;
    padding: 0 20px 20px;
    display: block;
  }

  .how_wrap {
    padding-top: 36px;
    padding-bottom: 10px;
  }

  .h2 {
    font-size: 40px;
  }

  .how_grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex: 0 auto;
    order: 3;
    grid-template-rows: 336px 356px 337px 308px 0;
    grid-template-columns: 1.25fr;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    align-content: stretch;
    align-self: auto;
    height: 80%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .how_block {
    flex-wrap: nowrap;
    padding-left: 0;
  }

  .work-image {
    float: none;
    width: 400px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.centre {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .how_text {
    margin-top: 3px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .servicios {
    object-fit: contain;
    height: 150vh;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
    position: static;
  }

  .div-block-6 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .footer {
    margin-top: 1px;
    padding-top: 25px;
  }

  .proyectos {
    background-color: var(--grey);
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-top: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px;
    display: block;
    position: relative;
  }

  .headin {
    opacity: 0;
    text-align: center;
    align-self: auto;
    margin-bottom: 0;
    font-size: 30px;
    display: block;
  }

  .headin.hh1 {
    color: #2e2e2e;
  }

  .div-block-8 {
    display: block;
  }

  .surname {
    padding-top: 6px;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 25px;
  }

  .name {
    margin-top: 0;
    margin-left: 2px;
    font-size: 35px;
    line-height: 38px;
  }

  .smalltitle {
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 25px;
  }

  .paragraph-4 {
    margin-top: 7px;
    margin-left: 0;
  }

  .button {
    text-align: center;
    overflow-wrap: break-word;
    margin-top: 18px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    display: block;
  }

  .container-4 {
    flex-wrap: wrap;
    margin-top: 0;
    display: block;
  }

  .image-9 {
    aspect-ratio: auto;
    object-fit: scale-down;
    flex: 0 auto;
    order: -1;
    align-self: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .imageprofile {
    flex: 1;
    order: 0;
    align-self: flex-end;
    margin-top: 0;
  }

  .image-11 {
    padding-top: 0;
  }

  .flex-block-3 {
    aspect-ratio: auto;
    flex-direction: column;
    flex: 1;
    align-self: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .conmet {
    text-align: left;
    white-space: pre-wrap;
    word-break: keep-all;
    overflow-wrap: anywhere;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 25px;
    line-height: 25px;
    display: block;
  }

  .container-5 {
    flex-flow: column wrap;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 26px;
  }

  .link1 {
    word-break: break-all;
    margin-top: 0;
    font-size: 18px;
  }

  .div-block-10 {
    text-align: left;
    align-items: center;
  }

  .flex-block-4 {
    flex-flow: column wrap;
    flex: 0 auto;
    order: -1;
    align-content: flex-start;
    align-self: center;
    align-items: center;
    display: none;
  }

  .image-12 {
    max-width: 27%;
    margin-top: 1px;
    padding-bottom: 0;
  }

  .image-13 {
    max-width: 32%;
  }

  .headingfooter {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .rrss {
    flex-direction: column;
  }

  .link-2 {
    margin-top: 10px;
    font-size: 15px;
  }

  .container-6 {
    padding-top: 28px;
  }

  .contacting {
    margin-top: 141px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }

  .heading-4 {
    margin-top: 20px;
    display: block;
  }

  .proyect {
    font-size: 15px;
  }

  .grid {
    grid-template-rows: 66px;
    grid-template-columns: .5fr .5fr .75fr;
    grid-auto-flow: column;
  }

  .div-block-11 {
    margin-bottom: 0;
  }

  .mobile-padding-wrapper {
    margin-top: 247px;
  }

  .project-row {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column wrap;
    place-content: center flex-start;
    align-items: stretch;
    margin-top: 0;
  }

  .project-row.ima {
    flex-direction: column;
    place-content: center flex-start;
    align-items: stretch;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .project-wrapper {
    background-color: #dfdfdf8c;
    padding-top: 0;
  }

  .project-lik.project-4 {
    align-self: flex-end;
    width: 95%;
    margin-top: 15px;
    margin-left: 0;
    padding-top: 0;
  }

  .project-lik.project-5 {
    background-image: url('../images/interior-desing.png');
    background-position: 0%;
    background-size: auto;
    align-self: flex-end;
    width: 95%;
    height: 150px;
    margin-top: 15px;
  }

  .project-lik.project-3 {
    background-position: 50% 100%;
    align-self: flex-end;
    width: 95%;
    height: 150px;
    margin-top: 10px;
    padding-top: 0;
  }

  .project-lik.exp {
    background-position: 50% 100%;
    align-self: flex-end;
    width: 95%;
    margin-top: 15px;
  }

  .project-lik.ph {
    align-self: flex-end;
    width: 95%;
    height: 150px;
    margin-top: 10px;
  }

  .headin-copy {
    opacity: 0;
    text-align: center;
    align-self: auto;
    margin-bottom: 0;
    font-size: 30px;
    display: block;
  }

  .heading-5, .heading-6, .heading-7 {
    margin-top: 10px;
  }

  .h {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-8 {
    padding-top: 20px;
  }

  .heading-9 {
    margin-top: 10px;
  }

  .section-title {
    background-color: #1a1a1aa1;
    height: auto;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingtitleproyects {
    margin-bottom: 0;
    font-size: 25px;
  }

  .div-block-13 {
    padding: 10px 20px;
  }

  .heading-10 {
    padding-left: 0;
    font-size: 20px;
  }

  .container-9 {
    max-width: none;
  }
}

#w-node-_27b173fa-631a-12d3-30ae-a6874bb6ae43-a0f78b14 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_27b173fa-631a-12d3-30ae-a6874bb6ae37-a0f78b14 {
  order: -9999;
  place-self: center;
}

#w-node-_27b173fa-631a-12d3-30ae-a6874bb6ae3d-a0f78b14 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-e033939b-e6a2-394d-a97b-606baf043a22-a0f78b14 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0ef9ceea-224b-3b86-6dea-d561a46840d2-a0f78b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_2cbcaf2e-01c9-3f68-8a83-039039e4020c-a0f78b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc63cda7-c513-7c9f-c77c-9e1c4b5d59e0-a0f78b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_27b173fa-631a-12d3-30ae-a6874bb6ae37-a0f78b14, #w-node-_27b173fa-631a-12d3-30ae-a6874bb6ae3d-a0f78b14 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27b173fa-631a-12d3-30ae-a6874bb6ae43-a0f78b14 {
    align-self: start;
  }

  #w-node-_27b173fa-631a-12d3-30ae-a6874bb6ae37-a0f78b14 {
    place-self: start center;
  }

  #w-node-e033939b-e6a2-394d-a97b-606baf043a22-a0f78b14 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27b173fa-631a-12d3-30ae-a6874bb6ae3d-a0f78b14 {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
    place-self: start center;
  }

  #w-node-cc63cda7-c513-7c9f-c77c-9e1c4b5d59e0-a0f78b14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}


