@charset "UTF-8";
/* CSS Document */
.ui-datepicker-header .ui-datepicker-title select {
	color: black;
}
body {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -100;
}
a:link {
	outline: none;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
/*********/
/*header*/
/*********/
.header {
	position: relative;
	background-color: #FFFFFF;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}
.header .logo {
	margin: 10px 0px;
	width: 200px;
}
.badge-giveaway {
	position: absolute;
	left: 100px;
	z-index: 2;
	bottom: 300px;
}
.image-left {
	position: absolute;
	left: 0px;
	z-index: 1;
	bottom: 0px;
}
.image-right {
	position: absolute;
	right: 25px;
	z-index: 1;
	bottom: 90px;
}
.banner {
	padding-bottom: 30px;
}
.banner .formulario {
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 30px;
	width: 420px;
	min-height: 500px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 00px;
	position: relative;
	z-index: 3;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}
.banner .formulario h1 {
	font-family: 'Amatic SC', cursive;
	font-size: 55px;
	color: #ec3b63;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}
.banner .formulario h1 span {
	font-family: 'Pacifico', cursive;
	font-size: 35px;
	display: block;
	color: #ec3b63;
	text-transform: none;
}
.banner .formulario h2 {
	font-family: 'Pacifico', cursive;
	font-size: 28px;
	color: #ec3b63;
	margin-top: 0px;
}
.banner .formulario p {
	font-size: 12px;
	margin-top: 10px;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
	border-radius: 2px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 16px;
	padding: 10px;
	display: none;
}
.banner .form {
	margin-top: 5px;
	color: #333333;
	font-weight: 500;
	font-size: 13px;
	text-align: left;
}
.banner .form input {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 0px;
	outline: none;
	background-color: #f7f7f7;
	border: solid 1px #dedecf;
	padding-left: 10px;
}
.banner .form .gender label {
	font-weight: 500;
}
.banner .form .gender label:nth-child(2) {
	margin-right: 10px;
}
.banner .form .form-control {
	border-radius: 5px;
	height: 39px;
}
.banner .textCondicoes {
	font-size: 12px;
	color: #5e5e5e;
	font-weight: 400;
	margin-top: 4px;
}
.banner .textCondicoes a:link, .textCondicoes a:hover, .textCondicoes a:visited {
	font-size: 12px;
	color: #5e5e5e;
	text-decoration: underline;
}
.banner .form .btn {
	font-family: 'Kavoon', cursive;
	margin-top: 20px;
	background-color: #ec3b63;
	font-size: 22px;
	color: #fff;
	border-radius: 5px;
	outline: none;
	border-radius: 5px;
	padding: 10px 20px;
	-webkit-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}
.banner .form .btn:hover, .banner .btn:focus {
	color: #FFF;
	background: #d11d45;
	outline: none;
}
 .banner .form-control::-webkit-input-placeholder {
color:#333333;
}  /* WebKit, Blink, Edge */
.banner .form-control:-moz-placeholder {
color:#333333;
}  /* Mozilla Firefox 4 to 18 */
.banner .form-control::-moz-placeholder {
color:#333333;
}  /* Mozilla Firefox 19+ */
.banner .form-control:-ms-input-placeholder {
color:#333333;
}  /* Internet Explorer 10-11 */
.banner .form-control::-ms-input-placeholder {
color:#333333;
}  /* Microsoft Edge */
p.thanks {
	font-size: 18px;
	padding-top: 20px;
}
/*********/
/*geral*/
/*********/
.geral {
	padding-bottom: 20px;
}
.geral h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 0px;
}
.geral h3 {
	font-size: 16px;
	text-transform: uppercase;
}
.geral p {
	font-size: 14px;
	line-height: 22px;
}
.geral .bg {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	padding: 30px 0px;
	margin-bottom: 20px;
}

.modal .close {
	position: absolute;
	z-index: 1;
	right: -15px;
	top: -16px;
	opacity: 1;
	outline: none;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 400;
}
.modal .modal-content{ padding: 40px;}
.modal .close:hover {
	opacity: 0.8;
}
.modal h2{ font-size:20px; margin: 0px; text-transform: uppercase; margin-bottom: 0px;}
.modal p{ margin-top:30px; font-size: 13px; margin-left: 15px;}
.modal p b{margin-left: -15px; font-size: 15px;}

 @media (min-height:772px) {
body {
	height: 100vh;
}
.banner .formulario {
	margin-top: 140px;
}
}
 @media (max-width:1200px) {
.header .logo {
	margin: 10px 0px;
	width: 200px;
	margin-top: 15px;
}
.banner .formulario {
	margin-top: 30px;
}
.image-left {
    left: -25px;
}
.image-right{
	right: -20px;
}
}
 @media (max-width:992px) {
.banner .formulario {
	margin-top: 20px;
}
.image-right {
    right: -16px;
    width: 204px;
    top: 180px;
}
.image-left {
    left: -34px;
    width: 400px;
    top: 200px;
}
}
@media (max-width:767px) {
.header, .banner {
	text-align: center;
}
.header .logo {
	position: relative;
	margin-top: 10px;
}
.banner .formulario {
	width: 100%;
	margin-top: 20px;
	padding: 15px;
}
body {
	padding-bottom: 10px;
	height: inherit;
}
.banner .images {
	margin: auto;
	margin-top: 20px;
}
.banner .images {
	width: 100%;
	max-width: 402px;
}
}
 @media (max-width:465px) {
.banner .images {
	width: 100%;
}
.banner .formulario h1 {
	font-size: 45px;
}
.banner .formulario h1 span {
	font-size: 35px;
}
.banner .formulario h2 {
	font-size: 20px;
	margin-top: 5px;
}
}
