body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body {
	font-family: "Hind", sans-serif;
	font-size: 1rem;
	line-height: 1;
	color: #141414;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper-container {
	margin: 0 auto;
	max-width: 400px;
	padding: 15px;
	position: relative;
}
#contactForm .zend_form {
	margin: 0 auto;
}
#contactForm .zend_form > * {
	display: block;	
}
#contactForm .zend_form dt {
	margin-bottom: 10px;
}
#contactForm .zend_form dd {
	margin-bottom: 20px;
	margin-left: 0;
}
#contactForm .zend_form input:not(.btn), 
#contactForm .zend_form select,
#contactForm .zend_form textarea {
	border: 1px solid #dedede;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
	height: 40px;
}
#contactForm .zend_form select {
	background-color: #fff;
}
#contactForm .zend_form textarea {
	height: 150px;
	line-height: 1.4rem;
}
#contactForm .zend_form #enviar-label {
	display: none;
}
#contactForm .zend_form #body-element,
#contactForm .zend_form #enviar-element {
	margin-bottom: 10px;
}
#enviar {
	margin: 0px auto;
}
#enviar[disabled="disabled"] {
	background-color: #dedede;
	cursor: initial;
}
#thanks {
	display: none;
	padding-top: 40px;
}
#thanks,
.securityText {
	text-align: center;
}
#slider {
	border-radius: 50px;
	border: 1px solid #dedede;
	color: #66696d;
	height: 50px;
	margin: 0 auto;
	max-width: 280px;
	padding: 3px 7px;
}
.securityText, 
#slider {
	margin-bottom: 20px;
}
#slider > div{
	display: inline-block;
	height: 100%;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
	width: 100%;
}
#slider img {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	left: 0%;
	position: relative;
	vertical-align: middle;
}
#slider span {
	margin-left: 40px;
}
#loading {
	background-color: #F8F8F8;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}
#loading img {
	position: absolute;
	left: 50%;
	margin: -16px 0 0 -16px;
	top: 50%;
}
.btn {
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	background-color: #c51111;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	min-width: 160px;
	padding: 14px 30px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 164px;
}