/*Bloque 01 -----------------------*/
/* .nova1 {
  background: url("../img/main/heading-section-bg-scaled.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */
.container-nova1 {
  display: grid;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem 0;
}

.container-nova1 > div {
  grid-column: span 12;
  padding: 0 1rem;
}

.content-nova1 {
  text-align: center;
}

.content-nova1 h3 {
  text-align: center;
}
.nova1 img {
  max-width: 100%;
  height: auto;
}

/*Bloque 02-------------------------*/

.nova2 {
  margin-top: 2rem;
}

.container-nova2 {
  display: grid;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: repeat(20, 1fr);
  min-height: 580px;
  /* gap: 2rem 0; */
}

.container-nova2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.container-nova2 > div:first-child {
  grid-column: span 20;
}

.container-nova2 > div:nth-child(2) {
  grid-column: span 20;
  padding: 0 1rem;
}

.container-nova2 > div:nth-child(3) {
  grid-column: span 20;
}

.container-nova2 > div:last-child {
  grid-column: span 20;
  margin-top: 2rem;
}

.mid-grid {
  padding: 0 1rem;
}

.mid-grid > div {
  padding: 1rem 0;
}
.mid-grid h4 {
  font-weight: 300 !important;
  font-size: 40px;
  color: #D02552;
}
.mid-grid span {
  font-family: var(--fuente-principal);
  font-size: 16px;
  font-weight: 500;
  color: rgb(64, 63, 75);
  letter-spacing: 3.08px;
  line-height: 19.2px;
}
/*Bloque 3*/

.proyectos {
  padding: 6rem 0 1rem 0;
}
.proyectos a {
  font-family: var(--fuente-principal);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}

.proyecto-img {
  position: relative;
  width: 100%;
  height: 265px;
  overflow: hidden;
}

.proyecto-img .img-edificio {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.proyecto-img .img-edificio img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.proyecto-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.proyecto-img .cuadro1 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.proyecto-img .cuadro1 .cuadro1-container {
  max-width: 40px;
  height: 40px;
  opacity: 0;
}

.proyecto-img .cuadro1 img {
  max-width: 100%;
  height: auto;
}
.proyecto-img .cuadro1 {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(208, 37, 82, 0.9);
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}

.proyecto-img .cuadro1 {
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.proyecto-img:hover .cuadro1 {
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.proyecto-img:hover .cuadro1 {
  transition: all 0.3s ease;
  opacity: 1;
}

.proyecto-img:hover .img-edificio img {
  transform: scale(1.3);
  transition: all 3s ease;
}

.proyecto-img:hover .cuadro1-container {
  opacity: 1;
  transition: all 0.3s ease;
}
.proyectos h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.proyectos-grid {
  max-width: 80%;
  margin: 4rem auto 3rem auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.proyectos .ali {
  max-width: 90%;
  margin: 1.5rem auto 0;
  text-align: center;
}

.proyectos-grid .pro {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.75rem;
  padding-bottom: 4rem;
}

.blog-text {
  background-color: #ffffff !important;
  padding: 35px 15px 28px 15px;
}

.proyectos p {
  font-size: 15px;
}

.propiedad-desc {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  align-items: center;
}
.img-loc {
  display: inline-block;
}
.img-loc img {
  max-width: 20px;
}

.cuadro1 {
  flex-direction: row;
  align-items: center;
}
.proyecto-img .cuadro1 h4 {
  font-family: var(--fuente-principal);
  margin: 0 0 0 0.4rem;
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3.03px;
}

.flex-footer {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 1rem;
}
.flex-footer img {
  margin-right: 1.4rem;
  max-width: 20px;
}
.flex-footer span {
  display: inline-block;
  font-family: var(--fuente-principal);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28.8px;
}
.final-nova {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgb(236, 236, 236);
  padding: 35px 0 20px 0;
  display: flex;
  justify-content: space-between;
}

/*Contacto-------------------------*/

.contacto {
  max-width: 1300px;
  margin: 7rem auto 9rem auto;
}

.contacto label,
.contacto input::placeholder,
.contacto textarea::placeholder,
.contacto select,
.contacto textarea,
.contacto button {
  font-family: var(--fuente-principal);
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.contacto input,
.contacto select,
.contacto textarea {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 25px;
  max-width: 93%;
  min-width: 200px;
  padding: 14px 19px;
  vertical-align: top;
  outline: none;
}

.contacto h2 {
  text-align: center;
}
.contacto p {
  max-width: 75%;
  margin: 0 auto 3rem auto;
  text-align: center;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 0 1rem;
}

.form-grid .form-col {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.75rem;
}

.contacto button {
  font-size: 12px;
  background: transparent;
  cursor: pointer;
  height: 46px;
  border-width: 1px;
  max-width: 200px;
  line-height: 16px;
  padding-bottom: 14px;
  padding-top: 14px;
  width: auto;
  text-transform: uppercase;
}

.contacto button:hover {
  background-color: #000;
  color: white;
}
.contacto select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (min-width: 25em) {
  /* small 400px */
}

@media only screen and (min-width: 38em) {
  /* medium 608px */
}

@media only screen and (min-width: 48em) {
  /* medium 768px */
}

@media only screen and (min-width: 61.938em) {
  /* large 991px*/

  .nova1 {
    padding-bottom: 5rem;
  }

  .container-nova1 {
    padding-top: 5rem;
  }

  .container-nova1 > div {
    grid-column: span 4;
    padding: 0 2rem;
  }

  .innova-services > div {
    grid-column: span 4;
  }
  .container-01 > div:first-child {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
  }
  .container-01 > div:last-child {
    min-height: 768px;
  }

  .form-grid {
    padding: 0;
  }

  .form-grid .form-col {
    grid-column: span 6;
  }

  .innova-services {
    max-width: 1300px;
    margin: 5rem auto 3rem auto;
    gap: 1.75rem 3rem;
  }

  .proyectos-grid {
    max-width: 1400px;
    gap: 0 2.5rem;
  }

  .proyectos-grid .pro {
    grid-column: span 4;
    padding-bottom: 5rem;
  }

  .contacto p {
    max-width: 50%;
  }
}

@media only screen and (min-width: 64em) {
  /* medium 1024px */

  .nova2 {
    margin-top: 6rem;
  }

  .container-nova2 {
    display: grid;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(50, 2%);
    grid-template-rows: repeat(50, 2%);
    height: 580px;
  }

  .container-nova2 > div:first-child {
    grid-column: 1 / 9;
    grid-row: 1 / 29;
  }

  .container-nova2 > div:nth-child(2) {
    grid-column: 10 / 25;
    grid-row: 1 / 29;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .container-nova2 > div:nth-child(3) {
    grid-column: 1 / 25;
    grid-row: 29 / 51;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .container-nova2 > div:last-child {
    grid-column: 28 / 51;
    grid-row: 1 / 51;
    margin-top: 0;
  }

  .container-nova2 > div:last-child img,
  .container-nova2 > div:first-child img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .container-01 > div:last-child {
    height: 768px;
    min-height: 100vh;
  }

  .mid-grid > div {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    place-content: center;
    text-align: center;
  }

  .mid-grid > div h4 {
    text-align: center;
    padding-bottom: 1rem;
    font-size: 50px;
    letter-spacing: normal;
  }

  .mid-grid > div span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.08px;
    line-height: 22.2px;
  }
}

@media only screen and (min-width: 75em) {
  /*  large 1200px */

  .proyectos .ali {
    max-width: 50%;
    font-size: 16px;
  }

  .container-nova2 {
    display: grid;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(50, 2%);
    grid-template-rows: repeat(50, 2%);
    height: 580px;
  }

  .container-nova2 > div:first-child {
    grid-column: 1 / 10;
    grid-row: 1 / 29;
  }

  .container-nova2 > div:nth-child(2) {
    grid-column: 10 / 25;
    grid-row: 1 / 29;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .container-nova2 > div:nth-child(3) {
    grid-column: 1 / 25;
    grid-row: 29 / 51;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .container-nova2 > div:last-child {
    grid-column: 26 / 51;
    grid-row: 1 / 51;
    margin-top: 0;
  }
  .container-01 > div:first-child {
    height: 100vh;
    padding: 2.25rem 7.7rem;
  }
}
@media only screen and (min-width: 90em) {
  /* extra large 1440px */
}
