.home .expertises_slider h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
}

.fotosslider__fotos{
	margin-top: 30px;
}

.expertises_slider .container-fluid{
	padding: 0;
}

.expertises_slider .tns-controls{
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    height: 0;
}

.expertises_slider .tns-controls,
.expertises_slider .tns-controls button{
	outline: none;
}

.expertises_slider .tns-controls button{
	margin: 0 5px;
	border: none;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #00809f;
	padding: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    font-size: 20px;
}

.expertises_slider .tns-controls button[disabled]{
	cursor: default;
	color: rgba(0, 128, 159, 0.3);
}

.fotos__logo a{
	display: block;
	position: relative;
}

.fotos__logo{
	position: relative;
}

.expertise_bottom{
	padding: 25px 20px 0;
	color: #00a9a1;
	background-color: #ffffff;
	font-family: eurostile;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 350px;
	height: 145px;
}

@media (max-width:767px)
{	
	.expertises_slider .tns-controls button{
		width: 60px;
		height: 60px;
	}
	
	.expertises_slider .tns-controls{
		top: -30px;
	}
	
	.expertises_slider .last-no-margin{
		padding: 0 15px;
	}
	
	.expertise_bottom {
		padding: 10px 15px 0;
		font-size: 18px;
		line-height: normal;
		width: 85%;
		height: auto;
	}
	
	.expertise_bottom .button{
		margin-top: 15px;
	}
	
	.fotosslider__fotos {
		margin-top: 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.expertises_slider .last-no-margin{
		padding: 0 15px;
	}
	
	.home .expertises_slider h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 0;
	}
	
	.expertises_slider .tns-controls{
		left: 435px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.expertises_slider .last-no-margin{
		padding: 0 15px;
	}
	
	.expertises_slider .tns-controls{
		left: 630px;
	}
}