p.slider-paragraph.paragraph-1 {
  background-color: #474747;
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-family: 'Josefin Sans', sans-serif;
}

.slides_container > .slide.slide-1 {
  margin-top: .4375em;
  margin-bottom: .4375em;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

p.slider-paragraph.paragraph-2 {
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: .8em;
  padding-left: 0;
  background-color: #474747;
  color: #fff;
  text-align: right;
  font-style: normal;
  font-size: .9375em;
  font-family: 'Happy Monkey', cursive;
}

.slides_container > .slide.slide-meio {
  margin-top: .4375em;
  margin-bottom: .4375em;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

div.responsive-slider-picture.picture-meio {
  max-width: none;
  max-height: none;
  height: auto;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

div.responsive-slider-picture.picture-1 {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

a.slider-link-button.button-link-2 {
  position: relative;
  top: .5em;
  width: 100%;
  text-align: center;
}

a.slider-link-button.button-link-1 {
  width: 100%;
  text-align: center;
  white-space: normal;
}.slide {
  display: none;
}
.slide.active {
  display: block;
}
