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 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  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;
  position: absolute;
  inset: auto 2rem 9rem;
}

.logo-am {
  width: 17.2rem;
}

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

.logo-iam {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .logos-home {
    flex-flow: column;
    height: 41vh;
  }

  .logo {
    width: 10rem;
  }

  .logo.chico {
    width: 5rem;
  }

  .logo.grande {
    width: 13rem;
  }

  .cont-logo-bottom {
    bottom: 4rem;
  }
}

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


