@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
.banner{
	background: url(../imagens/banner-contato.jpg);
	min-height:300px;
	margin-top:-30px;
}
.banner h1{
	font-family: 'Neucha', cursive;
	color:#fff;
	font-size:42px;
	text-align:center;
	padding-top:100px;
}
.intro-texto span{
	color:#006633;
	font-size:16px;
	font-weight:700;
}
.intro-texto{
	width: 90%;
	margin:-20px auto 0 auto;
}
.intro-texto h1{
	font-family: 'Neucha', cursive;
	color:#d60707;
}
.intro-texto p{
	font-size: 18px;
	line-height: 40px;
	text-align:justify;
}
.coluna{
	float:left;
	width:45%;
}
.coluna span{
	color:#990000;
	font-size:18px;
}
.coluna a{
	text-decoration:none;
	color:#333333;
	text-align:left;
}
.coluna a:hover{
	text-decoration:none;
	color:#00CC00;
}
.cx-servicos3-right{
	padding:10px;
	width:45%;
	float:right;
	font-size:16px;
	text-align:left;
	line-height:30px;
}
.cx-servicos3{
	padding:10px;
	width:45%;
	float:left;
}
.cx-servicos3 span{
	font-size:16px;
	text-align:center;
	color:#7b5919;
}
.cx-servicos3 label {
    display: block;
    margin: 0px 0px 5px;
}
.cx-servicos3 input[type="text"], .cx-servicos3 input[type="email"], .cx-servicos3 textarea,.cx-servicos3 select{
    color: #888;
    height: 24px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 95%;
	border:#7b5919 1px solid;
	border-radius: 5px;
}
.cx-servicos3 select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 95%;
    height: 30px;
}
.cx-servicos3 textarea{
    height:100px;
}

.cx-servicos3 input.botao{	
	background:#7b5919;
	color:#FFFFFF;	
	border:1px solid #7b5919;
	padding: 10px 30px;
}
@media all and (max-width : 640px) {
.cx-servicos3{
	width:100%;
}
.cx-servicos3-right{
	width:100%;
	float:left;
}
}