.ver-mais{
	margin: 40px 0;
}
.ver-mais hr{
	margin-top: -20px;
	width: 80%;
}
.ver-mais a,
.ver-mais div {
	margin: auto;
	color: #fff !important;
	background-color: #79849d;
	border-radius: 0;
	border:none;
	font-weight: bold;
}
.dep{
	position: absolute;
}
.dep p{
	font-size: 24px;
	font-weight: 600;
	color:#233d7e;
}
.dep:after{
	content:"";
	position:absolute;
	top: -25px;
	left: 5%;
	width:50px;
	height:50px;
	background-position:center;
	background-repeat: no-repeat;
	background-image:url("/assets/application/img/depoimentos/aspas.png");
	font-weight: bold;
	color:#848ea4;
	font-style: italic;
}
.dep h5{
	font-size: 15px;
	color: #848ea4;
}
.dep i{
	font-size: 15px;
	color: #848ea4;
}
.dep a{
	font-size: 25px !important;
	width: 40px;
	height: 40px;
	line-height:40px;
	display: inline-block;
	color:#fff;
	background-color: #29c276;
	text-align: center;
}
.dep a i{
	color:#fff;
	font-size: 25px !important;
}


 .pedido{
	background-color: #007eff;

}
 .pedido h2{
	color: #fff;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
}
 .pedido h3{
	font-size: 13px;
	color: #fff;
	margin-bottom: 15px;
}
 .pedido input[type="text"],
 .pedido textarea{
	border: none;
	border-radius: 0;
	background:none;
	border-color: #fff;
}
 .pedido input[type="submit"]{
	margin-top: 18px;
	border-radius: 0;
}

 .pedido input[type="text"]::placeholder,  .pedido textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

 .pedido input[type="text"]:-ms-input-placeholder, .pedido textarea:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: #fff;
}

 .pedido input[type="text"]::-ms-input-placeholder,  .pedido textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.pedido .captcha{
	width: 100%;
}
.fotos div{
	width: 100%;
	height: 195px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
