body {
  overflow: hidden;
}

#fundo {
  max-width: 800px;
  height: 743px;
  background: #ff5811;
  position: relative;
  z-index: -1;
  padding: 8px 16px;
  background: url(../public/assets/Alerta-ecommerce-fundo.png);
  background-size: cover;
  margin: 0 auto;
}

#text {
  color: white;
  font-size: 1.3rem;
  text-align: center;
  font-family: "Comfortaa";
  margin-top: 32px;
}

#fundo strong {
  font-weight: 400;
}

#fundo h2 {
  padding: 3px;
  border: 1px solid white;
  box-shadow: inset 0 0 0.2em white, 0 0 0.2em white;
  font-weight: 400;
  font-size: 1.4rem;
}

#fundo h3 {
  font-weight: 400;
  text-align: left;
  padding: 0 16px;
  margin: 3rem 0;
  font-size: 1.2rem;
}

#fundo h3:last-of-type {
  margin-bottom: 8px;
}

#fundo h3:first-of-type {
  margin-top: 32px;
}

#fundo h4 {
  font-weight: 400;
  margin-top: 16px;
  padding: 0;
  font-size: 1.19rem;
}

#fundo h4:last-of-type {
  margin-top: 0;
}

#barra-azul {
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  background: #0cb1b5;
  bottom: 0;
  left: 0;
}

#monitor {
  width: 40%;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%);
}

#celular {
  width: 15%;
  position: absolute;
  bottom: 0%;
  left: 22%;
}

#logo {
  width: 23%;
  position: absolute;
  right: 0%;
  bottom: 10%;
  transform: translate(-50%);
}

@media screen and (min-width: 600px) {
  #barra-azul {
    height: 100px;
  }

  #monitor {
    bottom: 50%;
  }

  #celular {
    bottom: 30%;
  }

  #logo {
    width: 20%;
  }
}

@media screen and (min-width: 720px) {
  #monitor {
    width: 30%;
  }

  #celular {
    width: 10%;
  }
}
