@charset "utf-8";
/* CSS Document */

body {
    background: url(img/bg.jpg) center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #ccc;
}

body, html { height: 100%; padding: 0; margin: 0; }

h1 {
	color: #FFF;
    font-size: 38px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
	padding: 1em 0;
}

h2 {
	color: #FFF;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
	padding: 1em 0;
}

h1, h2 { }
h3, h4 { }

	
img { display: inline-block; }

/* LINKS */

a:link, a:visited {
	color: #ffffff;
	}

a:hover, a:active {
	color: #cccccc;
	}

.wrap {
	background: rgba(0,0,0,0.7);
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wrap-form {
	background: rgba(0,0,0,1);
	position: relative;
	width: 100%;
	padding: 3% 0;
}

.wrap-center-child {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);;
	-moz-transform: translate(-50%, -50%);;
	-ms-transform: translate(-50%, -50%);;
	-o-transform: translate(-50%, -50%);;
	transform: translate(-50%, -50%);;
	max-width: 650px;
	width: 80%;

}

.wrap-center-child-form {
	max-width: 650px;
	margin: 0 auto;
	clear: both;
	width: 80%;

}

.logo img { max-width: 400px; width: 100%; height: auto; }
a.button { 
	text-decoration: none;
	display: inline-block;    
	height: 30px;
    padding: 10px 19px 0 16px!important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #222;
    -moz-box-shadow: 3px 3px 0 #222;
    -webkit-box-shadow: 3px 3px 0 #222;
    box-shadow: 3px 3px 0 #222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#222')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#000000');
    background-image: -moz-linear-gradient(top,#FCDF9D,#F9D078)!important;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#F9D078),color-stop(1,#FCDF9D))!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCDF9D', endColorstr='#F9D078')!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCDF9D', endColorstr='#F9D078')"!important;
	margin: 0 20px 0 0
}

input[type=text],input[type=email], select, textarea {
    width: 96%;
    padding: 2%;
    border: 0;
    border-radius: 4px;
    resize: vertical;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

fieldset { border: 0; padding: 0; margin: 0;}

label {
    padding: 20px 12px 12px 0;
    display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
}

input[type=submit] {
    text-decoration: none;
	display: inline-block;    
    padding: 10px 19px 10px 16px!important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #222;
    -moz-box-shadow: 3px 3px 0 #222;
    -webkit-box-shadow: 3px 3px 0 #222;
    box-shadow: 3px 3px 0 #222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#222')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#000000');
    background-image: -moz-linear-gradient(top,#FCDF9D,#F9D078)!important;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#F9D078),color-stop(1,#FCDF9D))!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCDF9D', endColorstr='#F9D078')!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCDF9D', endColorstr='#F9D078')"!important;
	margin: 20px 20px 0 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
}

.input-group { padding: 30px 0 20px 0; }
.input-group ul { padding: 0; margin: 0 ; }
.input-group ul li { 
list-style: none;
}
.input-group strong { font-size: 16px; color: #FCDF9D; }
#label-acordgdpr  { font-size: 16px; color: #FCDF9D; padding: 0; }
#footer { color: #8A8A8A; }

@media only screen and (max-width: 600px) {
   h1 {
	color: #FFF;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
	padding: 1em 0;
} 
	
	   h2 {
	color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
	padding: 1em 0;
} 
}