h4.carousel_titulo span {
    vertical-align: bottom;
    line-height: 18px;
}

a.prev {
    background: url(../img/arrow-left.png) center no-repeat;
}

a.next {
    background: url(../img/arrow-right.png) center no-repeat;
}


/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #fff;
  color: #505050;
}

/* Slides */
.mySlides {
  display: none;
  /*padding: 40px 80px 40px 80px;*/
  padding: 40px 120px 40px 120px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    margin-top: -30px;
    padding: 16px;
    color: #0e386a;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-indent: -9999em;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  /*background-color: rgba(0,0,0,0.8);*/
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.carousel_titulo{
     font-family: 'myriad-pro-black';
    border-bottom:1px solid #d0d0d0;
    padding-bottom: 3%;
    margin-bottom:2%;
    color: #0e386b;
    text-transform: uppercase;
	display: table;
    width: 100%;
}
.carousel_titulo img{
    width: 50px;
    margin-right: 2%;
}
.carousel_texto_justificado{
    text-align: justify;
    font-family: 'HelveticaNeue-Roman';
    line-height: 175%;
	font-size: 17px;
}

@media screen and (max-width:800px ) {
    .mySlides {
      display: none;
      padding: 40px 50px 40px 50px;
      text-align: center;
    }


}
@media screen and (max-width:478px ) {
h4.carousel_titulo span {
    vertical-align: bottom;
    line-height: 150%;
    display: block;
    margin-top: 10px;
}
}

