@charset "UTF-8";

@font-face {
    font-family:'Futura Bold';
    src: url('../font/FuturaBold.eot');
	src: url('../font/FuturaBold.eot?#iefix') format('embedded-opentype'),
		url('../font/FuturaBold.woff2') format('woff2'),
		url('../font/FuturaBold.woff') format('woff'),
		url('../font/FuturaBold.svg#FuturaBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}
@font-face {
    font-family:'Futura Light';
    src: url('../font/FuturaLight.eot');
	src: url('../font/FuturaLight.eot?#iefix') format('embedded-opentype'),
		url('../font/FuturaLight.woff2') format('woff2'),
		url('../font/FuturaLight.woff') format('woff'),
		url('../font/FuturaLight.svg#FuturaLight') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Futura';
    src: url('../font/FuturaMedium.eot');
	src: url('../font/FuturaMedium.eot?#iefix') format('embedded-opentype'),
		url('../font/FuturaMedium.woff2') format('woff2'),
		url('../font/FuturaMedium.woff') format('woff'),
		url('../font/FuturaMedium.svg#FuturaMedium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

*,
*:before,
*:after {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
html,
body {
	margin: 0;
	padding: 0
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
	color: white;
}
a:focus,
a:hover {
	color: #ccc;
}
body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	min-height: 100vh;
	position: relative;
	font-family: 'Futura Light', Arial, sans-serif;
	font-size: 19px;
	color: white;
	background: rgb(11,72,122);
	background: -moz-linear-gradient(left, rgba(11,72,122,1) 0%, rgba(1,94,159,1) 100%);
	background: -webkit-linear-gradient(left, rgba(11,72,122,1) 0%,rgba(1,94,159,1) 100%);
	background: linear-gradient(to right, rgba(11,72,122,1) 0%,rgba(1,94,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b487a', endColorstr='#015e9f',GradientType=1 );
}
img {
	max-width: 100%;
	border: 0;
}
.font-bold {
	font-family:'Futura Bold';
}
.font-medium {
	font-family:'Futura';
}
.text-success {
	color: #27da27;
}
.text-danger {
	color: #ffcc00;
}
.spc {
	padding-top: 15px;
	padding-bottom: 15px;
}
.form-control {
	background-color: #3b325e;
	background-color: rgba(255,255,255,0.6);
	color: white;
	border: 0;
	border-radius: 4px;
	padding: 12px;
	height: auto;
}
form button {
	background-color: #009900;
	color: white;
	font-size: 15px;
	padding: 5px 25px;
	border: 0;
	text-transform: uppercase;
	border-radius: 21px;
	font-family: 'Futura Bold';
	line-height: 1.5;
}
form button:hover,
form button:focus,
form button:active {
	outline: none;
	background-color: #1fe01f;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: italic;
	color: black;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
	color: black;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
	color: black;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
	color: black;
}
.mobile-center {
	text-align: center
}
.balao {
	border: 2px solid #0890dc;
	font-size: 75%;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 992px) {
	body {
		background: rgb(11,72,122) url(../img/bg.jpg) no-repeat center;
		background-attachment: fixed;
		background-size: cover;
	}
	.fotos {
		width: 50%;
		position: fixed;
		top: 0;
		left: 0;
		background: transparent url(../img/img-desktop.png) no-repeat center;
		background-size: cover;
	}
	.no-padding-left {
		padding-left: 0;
	}
	.text-left.mobile-center {
		text-align: left
    }
	.text-right.mobile-center {
		text-align: right
    }
}
@media screen and (min-width: 1290px) {
	.vertical {
		position: relative;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.vertical--item {
		top: 50%;
		position: relative;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}