/*Carrosel Produtos*/
.blue h2{
    margin-top: 5vh;
    color: #005aa7;
}

.testimonials {
	position: relative;
	padding-top: 80px;
}
.testimonials:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ddd;
}
#customers-natal .item{
	background-color: #f3ecda;
    border-bottom: 15px solid #005aa7;
}
#customers-natal .item-details {
	background-color: #ffffff;
	color: #005aa7;
	padding: 20px 10px;
	text-align: left;
    box-shadow: 6px 6px 8px -2px  rgba(0,0,0,0.3);
    border-left: 10px solid #ffc300;
}

#customers-natal .item-details h6 {
	font-family: Roboto;
    font-size: 2.4vh;
    line-height: 4vh;
    text-transform: uppercase;
    color: #005aa7;
    font-weight: 900;
    letter-spacing: 2px;
	margin: 0 0 15px;
    border-width: 0px 0px 2px 0px;
    border-image: linear-gradient(90deg, #85754e 3%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 9;
    border-style: solid;
	
}
#customers-natal .item-details p a{
	text-decoration: none;
	color: #ffc300;
	font-size: 1.7vh;
}
#customers-natal .item-details p span {
	background-color: #005aa7;
	padding: 6px;
	border: none;
	border-radius: 1px;
	float: right;
}
#customers-natal .item-details p {
	font-family: Roboto;
    font-size: 2vh;
    text-transform: uppercase;
    color: #005aa7;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 15px;
}



#customers-natal .item {
	text-align: center;
	padding: 20px;
	margin-bottom: 80px;
}
 
.img-responsive{
	transition: all .5s ease-in-out;
	margin-bottom: -25px;
}
.img-responsive:hover{
	transform: scale(1.3) translate(0px, -35px);
	
}

