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

.container {
  display: inline;
}

.image {
  margin-top: 13px;
  margin-left: 21px;
}

.navbar {
  position: fixed;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}

.nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #636363;
}

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

.slide {
  background-image: url('../images/Slide-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  min-height: 100vh;
  padding-top: 60px;
}

.nosotros {
  padding-top: 12%;
  padding-bottom: 12%;
}

.titulo-1 {
  position: static;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #747373;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  text-transform: none;
}

.img-texto-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-texto-home._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.img-texto-home.proyecto.x {
  display: none;
}

.img-nosotros {
  max-width: 40%;
  margin-right: 0%;
}

.img-nosotros._2 {
  max-width: 40%;
}

.imagen-de-servicio {
  opacity: 1;
}

.texto {
  width: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.parrafo-1 {
  font-family: 'Open Sans', sans-serif;
  color: #878787;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.super-titulo {
  font-family: 'Open Sans', sans-serif;
  color: #bbb;
  font-size: 70px;
  text-align: center;
}

.valores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 12%;
  padding-bottom: 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f1f1f1;
}

.grid {
  margin-top: 129px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.titullo-valor {
  color: #636363;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.div-block {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.img-icono {
  height: 60px;
}

.proyectos {
  padding-top: 12%;
  padding-bottom: 12%;
}

.grid-2 {
  margin-top: 47px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 39px;
  grid-template-areas: "Area Area Area Area-2"
    "Area-5 Area-6 Area-7 Area-8"
    "Area-3 Area-3 Area-4 Area-4";
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 39px auto 39px auto;
  grid-template-rows: auto auto auto;
}

.contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  min-width: 40%;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #636363;
  font-size: 16px;
  font-weight: 600;
}

.select-field {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: rgba(99, 99, 99, 0.66);
  font-weight: 400;
}

.submit-button {
  background-color: #636363;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 89px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  min-width: 30%;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 16px;
}

.paragraph-2 {
  margin-top: 107px;
  color: #636363;
  text-align: center;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: #2d5fd3;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  position: relative;
  margin-right: 16px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-social-media {
  margin-right: 18px;
}

.image-2 {
  display: none;
}

.contenedor {
  display: block;
  padding-right: 15%;
  padding-left: 15%;
}

.link-block-2 {
  display: none;
}

.lightbox-link {
  display: none;
}

.pop-up-window {
  position: fixed;
  z-index: 22;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.81);
}

.columnas {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-div {
  max-width: 50%;
}

.text-div {
  max-width: 40%;
  padding-left: 46px;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  color: #e9e9e9;
  font-size: 31px;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  color: #e9e9e9;
  font-size: 16px;
  line-height: 24px;
}

.slider-2 {
  height: auto;
}

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

.icono-x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: block;
  cursor: pointer;
}

.image-4 {
  max-width: 80%;
  padding: 19px;
}

.block-overlay {
  position: absolute;
}

.block-overlay:hover {
  z-index: 2;
  background-color: #797979;
}

.proyect-grid {
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.proyect-link {
  position: relative;
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(105, 105, 105, 0.59);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.overlay:hover {
  opacity: 1;
}

.proyect-name {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

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

.proyecto-link {
  position: relative;
  width: auto;
  height: auto;
}

.slide-3 {
  background-image: url('../images/Slide-21.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Slide-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.proyecto-cel-view {
  display: none;
}

.image-8 {
  width: auto;
  height: 35px;
}

.pop-up-window-2 {
  position: fixed;
  z-index: 22;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.81);
}

.pop-up-window-3 {
  position: fixed;
  z-index: 22;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.81);
}

.pop-up-window-4 {
  position: fixed;
  z-index: 22;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.81);
}

.pop-up-window-5 {
  position: fixed;
  z-index: 22;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.81);
}

.pop-up-window-6 {
  position: fixed;
  z-index: 22;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.81);
}

.pop-up-window-7 {
  position: fixed;
  z-index: 22;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.81);
}

@media screen and (max-width: 991px) {
  .titulo-1 {
    font-size: 26px;
  }

  .img-texto-home {
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-texto-home._2 {
    padding-bottom: 60px;
  }

  .img-nosotros {
    max-width: 40%;
    margin-right: 5%;
    margin-left: 0%;
  }

  .img-nosotros._2 {
    margin-left: 5%;
  }

  .texto {
    max-width: 50%;
    margin-top: 0px;
    margin-left: 5%;
    padding-left: 0px;
  }

  .texto._2 {
    margin-right: 5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .parrafo-1 {
    font-size: 16px;
    line-height: 22px;
  }

  .grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2 {
    grid-template-areas: "Area Area Area Area-2"
      ". . . ."
      "Area-3 Area-3 Area-4 Area-4";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contacto {
    padding-right: 5%;
    padding-left: 5%;
  }

  .form-block {
    min-width: 50%;
  }

  .div-block-3 {
    min-width: 40%;
    margin-top: 21px;
  }

  .contenedor {
    padding-right: 5%;
    padding-left: 5%;
  }

  .columnas {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .slide-div {
    max-width: 80%;
  }

  .text-div {
    max-width: 80%;
    padding-left: 0px;
  }

  .proyect-grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-left: 1px;
  }

  .navbar {
    z-index: 2;
  }

  .nav-link {
    background-color: #fff;
  }

  .slider {
    z-index: 1;
  }

  .nosotros {
    padding-right: 0%;
  }

  .img-texto-home {
    padding: 0px 5% 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: left;
  }

  .img-texto-home._2 {
    padding-right: 5%;
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .img-texto-home.proyecto {
    padding-top: 32px;
  }

  .img-texto-home.proyecto.x {
    display: block;
  }

  .img-nosotros {
    display: none;
    overflow: hidden;
    height: 250px;
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .imagen-de-servicio {
    min-width: 600px;
    border-radius: 11px;
  }

  .texto {
    width: auto;
    max-width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0px;
  }

  .texto._2 {
    margin-right: 0%;
  }

  .grid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .grid-2 {
    display: none;
  }

  .form-block {
    min-width: 100%;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    margin-top: 64px;
  }

  .paragraph-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .image-2 {
    display: block;
    margin-top: 52px;
    margin-bottom: 38px;
  }

  .contenedor {
    display: block;
    padding-right: 0%;
    padding-left: 0%;
  }

  .link-block-2 {
    display: block;
    margin-top: 37px;
  }

  .lightbox-link {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    margin-top: 42px;
  }

  .proyecto-cel-view {
    display: block;
    margin-top: 62px;
    margin-bottom: 34px;
  }

  .proyecto-button {
    margin-top: 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    background-color: rgba(56, 152, 236, 0);
    font-family: 'Open Sans', sans-serif;
    color: rgba(99, 99, 99, 0.87);
    text-decoration: none;
  }

  .button {
    position: static;
  }

  .div-block-5 {
    position: relative;
  }

  .lightbox-link-2 {
    margin-top: 14px;
  }

  .image-6 {
    width: auto;
    height: 50px;
  }

  .image-7 {
    width: auto;
    height: 43px;
  }
}

@media screen and (max-width: 479px) {
  .titulo-1 {
    font-size: 20px;
    line-height: 26px;
  }

  .img-texto-home {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .img-texto-home._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .img-nosotros {
    height: 300px;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .imagen-de-servicio {
    border-radius: 0px;
  }

  .texto {
    width: auto;
    margin-right: 0%;
    margin-left: 0%;
  }

  .super-titulo {
    font-size: 40px;
  }

  .grid {
    margin-top: 66px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contenedor {
    padding-left: 0%;
  }

  .proyect-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .image-7 {
    height: 40px;
  }
}

#w-node-ede5a4ee-c144-d6f4-8bdc-f14a6b46ea22-8336a48f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a701b8bb-fea3-583e-666a-375b12657cdb-8336a48f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b75cacd3-7bba-57ff-2095-235f56fd82a7-8336a48f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_63f387fc-c3a6-1c33-6def-5b2bc870cbe7-8336a48f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_18ae99af-cee1-102b-5491-ab9987f5ee59-8336a48f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9b0f4b4-ebc0-70f3-8e7a-016c769c79b4-8336a48f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_48790dde-e5c7-2d5e-fc4f-7156435f5d2f-8336a48f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_27a5e690-0262-3c7d-4ba2-c062dd450da5-8336a48f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}