@charset "utf-8";

body {
  background: #d47600 fixed;
  margin: 0 0 0 0; /* topo direita baixo esquerda */
  font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  overflow-y: hidden;
  overflow-x: hidden;
}
img {
  border: 0;
}

/* CENTER */
.section1,
.section1-content {
  margin: 0 auto; /* centralizar */
}
.section1 {
  background-image: linear-gradient(to bottom right, #ffc71e, #d47600);
  height: 1024px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.section1-content {
  width: 80%;
  height: 70%;
}
.img-maintence {
  max-width: 100%;
  height: auto;
}
/* CENTER */
