.background {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: relative;
}

.img-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: 2em;
  margin-right: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: absolute;
}

.logo-dayu {
  color: #fff;
  width: 300px;
}

.heding1 {
  color: #fff;
  text-align: center;
  text-wrap: balance;
  font-family: Montserrat, sans-serif;
}

.text-block1 {
  color: #e2e2e2;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-group {
  flex-flow: column;
  display: flex;
}

.lottie-size {
  width: 8em;
}

.contact {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.whatsapp {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  text-decoration: none;
  display: grid;
}

.icon-embed-medium {
  color: #25d366;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.text-block-number {
  color: #e2e2e2;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.fondo {
  opacity: .9;
  background-color: #0b612a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.div-agrupacion {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo-dayu {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .div-center {
    flex-flow: row;
  }

  .heding1.edition {
    font-size: 24px;
    line-height: 1.2;
  }

  .lottie-size {
    width: 5em;
  }

  .contact {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .div-agrupacion {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }
}

@media screen and (max-width: 479px) {
  .div-center {
    flex-flow: column;
  }

  .logo-dayu {
    width: 250px;
  }

  .contact {
    flex-flow: column;
  }
}


