.items-carousel-section.logos
{
	padding-top:70px;
	padding-bottom:70px;
	background:#F4F4F4;
}

.items-carousel-section.fototexto
{
	padding-top:120px;
	padding-bottom:120px;
	background:#fff;
}

.carouselitems
{
	width:950px;
	max-width:70%;
}

 /* the slides */
 .carouselitems .slick-slide {
      margin: 0 25px;
	 height:auto;
  }

  /* the parent */
 .carouselitems .slick-list {
      margin: 0 -25px;
  }

.titulocarousel
{
	font-size:33px;
	line-height:34px;
	display:inline-block;
	margin:0 auto;
	margin-bottom:58px;
}

.items-carousel-section.logos .titulocarousel div
{
	position:relative;
	background:#F4F4F4;
	padding:0px 20px;
	font-family: 'Roboto Condensed', cursive;
}

.items-carousel-section.fototexto .titulocarousel div
{
	position:relative;
	background:#fff;
	padding:0px 20px;
	font-family: 'Roboto Condensed', cursive;
}

.titulocarousel:before
{
	content:'';
	position:absolute;
	width:130%;
	left:-15%;
	top:50%;
	height:2px;
	background: #BF930D;
}

.textocarousel
{
	margin-top:15px;
	font-size:16px;
	line-height:19px;
	color:#000;
}

.carouselitems .slick-next
{
	width:46px;
	height:46px;
	background:url(../../img/next.svg) no-repeat center center;
	background-size:46px 46px;
	right:-70px;
}

.carouselitems .slick-prev
{
	width:46px;
	height:46px;
	background:url(../../img/prev.svg) no-repeat center center;
	background-size:46px 46px;
	left:-70px;
}

.carouselitems .slick-prev:before, .carouselitems .slick-next:before
{
	display:none;
}

@media (min-width: 992px)
{
	.titulocarousel
	{
		font-size:42px;
		line-height:44px;
	}
}