/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 5px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 366px;
  background-color: #777;
}
.carousel-item > img {
  width: 1150px;
  height: 366px;
}
#myCarousel {
  width: 1150px;
  height: 366px;
  overflow: hidden;
}

.imagem-fundo {
    background-image: url('imagens/slide1.jpg');
    width:1150px;
    height:366px;
}
