@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
html,
body {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
body {
	background: none;
}
html {
	 background: url("../img/bg-land.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #070707;
}

.formulario {
	position: relative;
		/* background: blue; */
}
.formulario h2 {
	color: #ffffff;
	font-size: 19px;
	margin: 0;
	padding: 15px;
	font-weight: bolder;
	letter-spacing: 2px;
}
.formulario span {
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 3px;
}
.formulario .form textarea{
	width: 100%;
	padding: 2px 12px;
	color: #293359;
}
.formulario button {
	border: none;
	background: #ffffff;
	color: #5b575d;
	font-weight: bolder;
	letter-spacing: 3px;
	font-size: 20px;
	width: 90%;
}
.formulario button:before {
	background: #003f57 !important;
}
.formulario .form {
	margin: 3px 0;
}
.formulario .form-control {
	border-radius: 0;
	font-size: 14px;
	height: 29px;
}
.formulario .terminos a {
	color: #c1c1c1;
	font-size: 13px;
}
section.foot {
	
	background-image: url(../img/bg-foot.png); 
	background-color: #3d3c3c;
	margin: 21px 0 0;
	padding: 0 0 30px;
}
.guepardo {
	margin-top: -25px;
	max-width: 280px;}
.top-promo{
	margin-bottom: 75px;
}
.pck {
	margin-bottom: 10px;
}
.footer-tcc{
	background: #080808!important;
	height: 43px;
	border: none;
	margin-bottom: 0;
}
.footer-tcc a {
	color: #fff;
	transition-duration: all .5s;
	margin: 0 5px 0;
}
.footer-tcc a:hover{
	color: #4e4e4e;
}
a.btn-social{
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-left: -5px;
	background-color: #fff;
	color: #000;
	border-radius: 6px;
	-webkit-transition: all .5s; /* Safari */
	transition: all .5s;
}
a.btn-social:focus,a.btn-social:focus{
	color: #fff;
	background-color: #494949;
}
.absolute {
	position: absolute;
}
header {
	background: url(../img/bg-header.png) repeat;
	margin-bottom: 20px;
	height: 41px;
}
section.foot .texto{
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	margin-top: 30px;
	font-size: 22px;
	text-align: justify;
}
section.foot .texto p{
	line-height: 24px;
}
@media screen and (max-width: 768px) {
	.guepardo{
		margin-top: -15px;
	}
}

img.download{
	max-width: 130px;
	display: inline-block;
}
.form-control{
	padding: 2px 12px;
}