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

.body-home {
  background-image: url('../images/Home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-home {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.logos-home {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 99rem;
  display: flex;
}

.logo {
  width: 16rem;
}

.logo.chico {
  width: 8rem;
}

.logo.grande {
  width: 19.1rem;
}

.cont-logo-bottom {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 99rem;
  display: flex;
}

.logo-am {
  width: 17.2rem;
}

.logo-solo-iam {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.logo-iam {
  width: 40%;
}

.mex-ny {
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 11.1rem;
  margin-bottom: 11.1rem;
  display: flex;
}

.text-mxny {
  color: #9c917a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1em;
}

.col-a-sub-footer {
  flex-flow: column;
  width: 9.5rem;
  display: flex;
}

.col-b-new-footer {
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 38.5%;
  padding-top: 3.6rem;
}

.links-footer {
  flex-flow: row;
  margin-bottom: .7rem;
  display: flex;
}

.col-a-new-footer {
  flex: none;
  width: 21.3%;
  padding-top: 3.4rem;
  padding-bottom: 3.6rem;
  padding-left: 4rem;
}

.label {
  color: #0d0d0d;
  margin-bottom: .8rem;
  font-size: .89rem;
  font-weight: 400;
  line-height: 1em;
}

.big-link-new-footer {
  color: #0d0d0d;
  margin-top: .7rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.btn-newsletter {
  color: #fff;
  text-align: center;
  background-color: #0d0d0d;
  border-radius: .9rem;
  width: 32.4%;
  padding: .9rem 0 .95rem;
  font-size: .9rem;
  line-height: 1em;
}

.link-footer-info {
  float: right;
  clear: both;
  color: #0d0d0d;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.link-new-footer {
  color: #0d0d0d;
  margin-bottom: .8rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.input-and-btn {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.logo-new-footer-img {
  width: 9.8rem;
}

.bottom-links {
  flex-flow: column;
  display: flex;
}

.col-c-new-footer {
  width: 100%;
  padding-top: 3.6rem;
  padding-right: 2rem;
}

.form-newsletter {
  margin-bottom: 3rem;
}

.container-new-footer {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f3f3f354;
  border-radius: 1.8rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.press-label {
  color: #0d0d0d;
  text-align: right;
  margin-bottom: .9rem;
  font-size: .87rem;
  font-weight: 500;
  line-height: 1em;
}

.footer-new {
  z-index: 4;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition: all .5s;
  position: fixed;
  inset: auto 0% -25rem;
}

.input-newsletter {
  color: #0d0d0d;
  background-color: #f3f3f354;
  border: .1rem solid #0d0d0d;
  border-radius: .9rem;
  width: 65.5%;
  height: 2.85rem;
  margin-bottom: 0;
  padding: 0 1rem;
  font-size: .9rem;
  line-height: 1rem;
}

.input-newsletter::placeholder {
  color: #0d0d0d;
}

.correo-text {
  color: #9c917a;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1em;
}

.correo {
  color: #9c917a;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section-home {
    justify-content: space-between;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .logos-home {
    flex-flow: column;
    height: 41vh;
  }

  .logo {
    width: 10rem;
  }

  .logo.chico {
    width: 5rem;
  }

  .logo.grande {
    width: 13rem;
  }

  .cont-logo-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    bottom: 4rem;
  }

  .mex-ny {
    margin-top: 0;
    margin-bottom: 0;
  }

  .col-b-new-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .col-a-new-footer {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .btn-newsletter {
    font-size: .5rem;
  }

  .link-footer-info {
    float: none;
    display: block;
  }

  .logo-new-footer-img {
    width: 7rem;
  }

  .col-c-new-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .press-label {
    text-align: left;
    margin-bottom: .4rem;
  }

  .input-newsletter {
    height: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .logo-iam {
    width: 80%;
  }

  .mex-ny {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .col-b-new-footer {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-a-new-footer {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .label {
    width: 30%;
    line-height: 1.2em;
  }

  .btn-newsletter {
    width: 50%;
  }

  .col-c-new-footer {
    padding-top: 4rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-new-footer {
    flex-flow: wrap;
  }

  .footer-new {
    padding: 4rem 2rem;
    position: static;
  }

  .input-newsletter {
    width: 49%;
  }
}

@media screen and (max-width: 479px) {
  .mex-ny {
    justify-content: space-around;
    align-items: center;
  }

  .text-mxny {
    font-size: 1.4rem;
  }

  .label {
    width: 50%;
  }

  .press-label {
    margin-bottom: .2rem;
  }

  .input-newsletter {
    width: 48%;
  }
}


