.slide {
  position: relative;
}

/* #texto_carousel--site {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -50px;
  margin-left: 20px;
} */

img.imgrede01 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  display: grid;
  grid-template-columns: 2;
  grid-template-rows: auto;
}
.box1 {
  grid-row-start: 1;
}
.box2 {
  grid-column-start: 2;
}
.box3 {
  grid-row-start: 2;
  grid-column-start: 2;
}
/* 
.footer {
  background-image: url("assets/imagens/rodape01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
