#slider{
	border-bottom:3px solid #942D58;
}
#principal-slider{
	position:relative;
	width:100%;
	background:#eeeeee;
	overflow:hidden;
}
#principal-slider ul{
	height:100%;
	max-width:100%;
	max-height:100%;
	min-height:300px;
	max-height:600px;
}
#principal-slider li{
	width:100%;
	height:100%;
}
@media screen and (max-width:1000px){
	#principal-slider ul{
		min-height:600px !important;
	}
}
#principal-slider .shadow{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
#principal-slider .figure{
	display:inline-block;
}
#principal-slider figcaption{
	background:#BBBE32;
	height:50px;
	width:auto;
	color:#ffffff;
	border-radius:25px;
	padding:0 10px;
	padding-right:15px;
	margin-left:4px;
	font-family:Poppins, Lato, Helvetica;
	font-weight:600;
	font-size:16px;
}
#principal-slider figcaption figure{
	width:60px;
	height:60px;
	background:#9FA22A;
	border-radius:50%;
	margin-left:-14px;
	margin-right:10px;
}
#principal-slider figcaption figure img{
	width:auto !important;
	height:auto !important;
}
#principal-slider .text{
	max-width:500px;
	white-space:normal;
}
#principal-slider h1{
	position:relative;
	font-size:30px;
	font-weight:bold;
	font-family:Poppins, lato;
	color:#ffffff;
	line-height:120%;
	text-shadow:3px 3px 4px rgba(0,0,0,0.2);
}
#principal-slider button{
	background:transparent;
	font-family:Poppins, lato;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	height:40px;
	text-align:center;
	padding:0 15px;
	border:2px solid #ffffff;
	border-radius:20px;
}
#principal-slider button:hover{
	color:#333333;
	background:#ffffff;
}
@media screen and (max-width:600px){
	#principal-slider .text, #principal-slider .button34{
		display:none;
	}
}
#principal-slider .tp-bannertimer{
	display:none !important;
}

#home-servicos li{
	margin:10px;
}
#home-servicos li figure{
	width:190px;
	height:190px;
	background:#68051B;
	border-radius:50%;
}
#home-servicos li figure img{
	max-width:70%;
	max-height:70%;
}
#home-servicos li figcaption{
	font-size:25px;
	color:#68051B;
	font-style:italic;
	font-weight:600;
	padding:20px 0;
	text-align:center;
}
@media screen and (max-width:800px){
	#home-servicos li figure{
		width:120px;
		height:120px;
	}
	#home-servicos li figcaption{
		font-size:20px;
	}
}


#home-contato{
	background:#68051B;
}
#home-contato h1{
	font-weight:200;
	font-size:50px;
	color:#ffffff;
	padding:30px 20px;
	text-align:center;
}
#home-contato .page{
	min-height:140px;
	padding:20px 0;
}
#home-contato ul li{
	margin:5px;
}
#home-contato ul li figure{
	width:36px;
	height:36px;
	border:2px solid #ffffff;
	border-radius:100%;
	color:#ffffff;
	margin-right:10px;
	text-align:center;
	vertical-align:middle;
	line-height:32px;
}
#home-contato ul li figcaption{
	font-weight:600;
	color:#ffffff;
}

#home-noticias{
	background:#E7E4E7;
}
#home-noticias .head h4{
	font-size:35px;
	font-weight:200;
	color:#666666;
	font-style:italic;
}
#home-noticias .head hr{
	position:relative;
	width:140px;
	height:3px;
	border:0;
	background:#68051B;
	margin:10px 0;
	left:0;
}
#home-noticias ul{
	margin:0;
	padding:0;
}
#home-noticias li{
	margin-left:50%;
	left:-285px;
}
@media screen and (max-width:1200px){
	#home-noticias .head h4{
		text-align:center;
	}
	#home-noticias .head hr{
		margin-left:50%;
		left:-70px;
	}
}

@media screen and (max-width:600px){
	#home-noticias li{
		left:-150px;
	}
}
