.contact{
	padding: 20px 0 110px;
	margin: 0 auto;
	max-width: 800px;
}
.contact h3{
	text-align: center;
	margin-bottom: 30px;
}
.contact .options{
	color: #757575;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
}
.contact .options > li{
	display: inline;
	margin-right: 20px;
}
.contact .options > li.active{
	font-weight: 600;
	color: #141414;
	border-bottom: 2px solid #141414;
}
.contact .options > li span.mob{
	display: none;
}
.contact #contactForm .zend_form{
	padding: 40px 0 30px;
	margin: 0 auto;
	max-width: 400px;
}
.contact #contactForm .zend_form > *{
	display: block;
}
.contact #contactForm .zend_form dt{
	margin-bottom: 10px;
}
.contact #contactForm .zend_form dd{
	margin-left: 0;
	margin-bottom: 20px;
}
.contact #contactForm .zend_form input:not(.btn), .contact #contactForm .zend_form select,
.contact #contactForm .zend_form textarea{
	border: 1px solid #dedede;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
	height: 40px;
}
.contact #contactForm .zend_form select{
	background-color: #fff;
}

.contact #contactForm .zend_form textarea{
	line-height: 1.4rem;
	height: 150px;
}
.contact #contactForm .zend_form #enviar-label{
	display: none;
}
.contact #contactForm .zend_form #body-element,
.contact #contactForm .zend_form #enviar-element{
	margin-bottom: 10px;
}
#enviar{
	margin: 0px auto;
}
#enviar[disabled="disabled"]{
	background-color: #dedede;
}
.textContent, #thanks{
	padding-top: 40px;
}
.textContent{
	line-height: 1.8rem;
	margin-left: 45px;
	margin-right: 45px;
}
.textContent h3{
	font-weight: 500;
	margin-top: 30px;
}
#thanks, .securityText{
	text-align: center;
}
#slider{
	width: 280px;
	height: 50px;
	color: #66696d;
	border: 1px solid #dedede;
	border-radius: 50px;
	margin: 0 auto;
	padding: 3px 7px;
}
.securityText, #slider{
	margin-bottom: 20px;
}
#slider > div{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
#slider img{
	height: 100%;
	cursor: pointer;
	position: relative;
	left: 0%;
	vertical-align: middle;
	display: inline-block;
}
#slider span{
	margin-left: 40px;
}
#loading{
	display:none; 
	background-color: #F8F8F8; 
	opacity: 0.5; 
	position: absolute;
	height: 100%; 
	width: 100%; 
	top: 0;
	left: 0;
}
#loading img{
	position: absolute;
	left: 50%;
	margin: -16px 0 0 -16px;
	top: 50%;
}

@media screen and (max-width: 939px){
	.contact{
		padding: 20px 30px 60px;
	}
	.contact #contactForm .zend_form textarea{
		font-weight: 400;
	}
	.contact #contactForm .zend_form #body-element{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 639px){
	.contact .options{
		display: flex;
		display: -webkit-flex;
		margin-bottom: 5px;
		padding-bottom: 0;
	}
	.contact .options > li{
		-webkit-flex: 1;
		margin-right: 0;
		padding-bottom: 5px;
		text-align: center;
	}
	.contact .options > li span.mob{
		display: inline-block;
	}
	.contact .options > li span.mob + span{
		display: none;
	}
}