@charset "utf-8";
/* CSS Document */
#intro {
position: absolute;
top: 90px;
left: 375px;	
width: 473px;
height: 148px;
font-family: 'Roboto', sans-serif;	
font-size: 12px;
color: #f5f5f5;
}

#intro h1 {
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-style: italic;
	
}

#intro p {
margin-top: 8px;
}

#entradilla {
position: absolute;
top: 287px;
left: 190px;
width: 580px;
height: 50px;
}

#entradilla h2 {
font-size: 18px;
font-family: 'Roboto', sans-serif;
font-style: italic;	
text-align:  center;	
color: #deec0e;
text-shadow: 0px 0px 4px #000;
}

#entradilla h2 span {
font-size: 23px;
}

#selector {
width: 845px;
height: 260px;	
position: absolute;
top: 365px;
left: 110px;
}

#selector .modulo {
width: 228px;
float: left;
margin-right: 29px;
height: 228px;
}

#selector .image {
border: solid 2px #08a30c;
width: 220px;		
}

#selector .description {
padding-top: 10px;
color:#fff;
font-size: 11px;
font-family: 'Roboto', sans-serif;
padding-left: 5px;
padding-right: 5px;
}

#selector .description a{
color:#ffe112;
}

#selector .description .arrow-right {
vertical-align: -6px;
margin-left: 5px;
}


#legales {
font-size: 10px;
color: #fff;
width: 750px;
text-align: center;
font-family: 'Roboto', sans-serif;	
margin-top: 600px;
margin-left:auto;
margin-right: auto;
	
}

#contiene_age_content {
font-family: 'Roboto', sans-serif;
z-index: 10000000;
background-color:rgba(0,0,0,0.8);
top: 0;
left: 0;
right: 0;
bottom: 0;
position:fixed;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition: opacity 0.5s 100ms cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 0.5s 100ms cubic-bezier(0.23, 1, 0.32, 1);

}

#ageWrapper {
width: 100%;
height: auto;
background-color: #fff;
text-align: center;
padding: 15px;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #000000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: greyscale;
-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

#agever {
	position: absolute;
	top: 350px;
	width: 100%;
	height: 250px;
	z-index: 10000;
}

#agever .content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#agever .text {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #fff;
	width: 220px;
	top: 100px;
	left:125px;	
}

#agever h1 {
	margin: 0px!important;
	padding: 0px!important;
	position: absolute;
	top: -50px;
	left: 0px;
	color: #5ee200;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	line-height: 22px;
}

#agever .form .input{
	width: 67px;
	height: 49px;
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	text-align: center;	
}

#agever .form .boton{
	float: right;
	margin-top: 10px;
}

.watermark{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	width: 25px;
	height: 14px;	
	top: -18px !important;	
	color:#666;
}

.watermarkActive{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	width: 25px;
	height: 14px;
	top: -18px !important;
	color:#000;
}

#agever .form {
	position: absolute;
	top: 75px;
	left: 365px;
}


.edad-error,
.edad-menor,
.aceptar-politica {
	position: relative;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #b03d4a ;
	text-align: center;
	padding:0 0 0 0;
	border:1px solid #b03d4a ;
	background: #fff;
	float:left;
	width:100%;
}

.edad-error a,
.edad-menor a
{
	color: #666;
}

#agever.textlink {
	position: absolute;
	bottom: 100px;
	left: 190px;
	font-size: 30px;	
}

#acceso {
	font-size: 15px;
	height: 45px;
	margin: 0 auto 0 260px;
	position: absolute;
	top: 450px;
	width: 500px;
}

.boton{
	background: #af7245;
	color: #ffffff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px !important;
	padding: 10px 30px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;	
}

#age_content {
	text-align: center;
	padding: 0;
	margin: 80px 0 80px -330px;
	/*height: calc(100% - 160px);*/
	max-width: 660px;
	position: absolute;
	/* top: 0; */
	left: 50%;
	width: 100%;
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #212120;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: greyscale;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.age_wrapper {
width: 470px;
padding-top: 290px;
text-align: center;
height: 250px;	
}

.age_verify h1 {
max-width: 200px;
margin: 0 auto;
}

#logoverif a, #logoverif a img{
width: 100%;
}

.age_verify h2 {
color: #212121;
font-size: 15px;
margin-bottom: 20px;
line-height: 20px;
font-family:'Raleway', Arial, Helvetica, sans-serif;
font-weight: 700;
}
	
.age_verify h1:first-letter {
	font-size: 26px;
}

.age_verify p {
	margin-top: 0;
	margin-bottom: 10px;
}

.age_verify p.msg {
	color: #D00001;
	font-weight: bold;
}

.age_verify #uniform-country {
	width:100% !important;
}

.age_form{
	width:100%;
	margin:0 auto;
	padding:20px 0;
}

.age_form label {
	font-size:12px;
}

.age_form label a{
	color:#af7245;
	cursor: pointer;
}

.form-row button.btn.btn--primaryfilled.btn--block.js-enter {
	background: #af7245 !important;
	border: none;
	border-radius: 0 !important;
	cursor: pointer;
}

.form-row button.btn.btn--primaryfilled.btn--block.js-enter:hover {
	background: #ad8364;
}

.age_form.country {
	float: left;
}

.age_form.date {
	float: right;
	padding-bottom: 25px;
	padding-top: 0;
}

.age_form.date input{
margin-right:10px;
}

.age_form.date input{
margin-right:5px;
}

.age_form.date h2{
margin-bottom: 20px;
min-height: 45px;
}

.age_form.date label.btn_sel_year {
	margin: 0 5px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding: 0 50px;
	position: relative;
	text-transform: uppercase;
	background-color: #212120;
	height: 60px;
	line-height: 56px;
	border: 3px solid #212120;
}

.age_form.date label.btn_sel_year:hover {
	color: #212120;
	background-color: #fff;
}

.age_form.date label.btn_sel_year_active {
	color: #af7245 !important;
	background-color: #fff;
	border: 3px solid #af7245;
}

.age_form.recuerda {
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	padding: 5px 0 20px;
}

.age_form.button{
	padding:0;
}

.age_form #day {
	width:10%;
	background-color: inherit;
	border: 1px solid #666;
	text-align: center;
	-moz-appearance: textfield;
	border-radius: 0;
	height: 56px;
	outline: medium none;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.age_form #month {
	width:10%;
	background-color: inherit;
	border: 1px solid #666;
	text-align: center;
	-moz-appearance: textfield;
	border-radius: 0;
	height: 56px;
	outline: medium none;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.age_form #year {
	width:50%;
	background-color: inherit;
	border: 1px solid #666;
	text-align: center;
	-moz-appearance: textfield;
	border-radius: 0;
	height: 56px;
	outline: medium none;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.age_form select {
	color: #af7245;
	background-color: rgb(255, 255, 255);
	line-height: 1.5em;
	border: 2px solid #af7245;
	border-image: initial;
	padding: 9px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	height: 60px;
	outline: medium none;
	cursor:pointer;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: 500;
	text-transform: uppercase;
	text-align:-moz-center;
	text-align:-webkit-center;
	text-align: center;
	background-image: url("../images/arrow-select-3.png");
	background-position: right center;
	background-repeat: no-repeat;
	-ms-text-align-last: center;
	-moz-text-align-last: center;	
	-webkit-text-align-last: center;	
	text-align-last: center; 	
	-webkit-font-smoothing: antialiased;
	transition: border-color 0.1s ease, box-shadow 0.2s ease;
}


input#year {
	border-radius: 0;
	border:2px solid #af7245 !important;
	color:#af7245;
}

.age_form select option{
text-align-last: center; 	
-ms-text-align-last: center;
-moz-text-align-last: center;	
-webkit-text-align-last: center;	
text-align:-moz-center;
text-align:-webkit-center;
text-align: center;
}

.age_submit {
background: #af7245;
color: #ffffff;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 14px;
font-weight: bold;
margin-top: 30px;
padding: 4px 20px;
text-transform: uppercase;
cursor: pointer;
position: relative;
}

.age_footer {
position: absolute;
float: right; 
border-bottom: 2px solid #98B6D9;
font-size: 10px;
Top:550px;
margin-left: 10px;
margin-top: 130px;
width: 900px;
height: 45px;
}

.age_footer p {
	margin-bottom: 2px;
}

.age_footer .legal {
	float: left;
	padding-top: 8px;
}

.copyright {
	float: left;
	padding: 40px 0 0;
	position: relative;
}

.copyright p {
	color: #212120;
	font-size: 11px;
	font-weight: 500;
}

.age_footer .moderation {
	width: 215px;
	float: right;
	text-align:right;
	margin-left: 200px;
	margin-top:-20px;
}
.age_footer .moderation p {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 9px;
}

.age_footer img {
	/*width:125px;*/
	/*height:24px;*/
	margin-left: 56px;
	border:0px;
}

.age_form.legal p {
	font-size: 12px;
	color: #212120;
}

.age_form.recuerda label {
	color: #212121;
	font-size: 15px;
	padding-left: 5px;
}

.age_form.legal {
	padding:0;
	float:left;
}

.age_form.legal p {
	font-size: 12px;
	color: #212120;
	line-height: 18px;
	padding: 0 11%;
}

.age_form.legal p a {
	color: #212120;
	font-weight: 700;
}

.age_form.legal p a:hover {
	color: #af7245;
	text-decoration:none;
}


/* ---- RESPONSIVE verificador edad ----*/


@media (max-width: 1366px) {

#age_content {
	margin: 20px 0 20px -330px;
}

}


@media only screen and (min-width:769px) and (max-width: 1024px) {

#ageWrapper {
	padding: 3% 10%;
}

.age_form.country {
	float: left;
	padding: 0;
}

.age_verify h2 {
	margin-bottom: 5px;
}

.age_form.date h2 {
	margin-bottom: 5px;
}

.age_form.legal a img {
	max-width: 170px;
}

}


@media (max-width: 768px) {

#age_content {
	margin: 90px 0 90px -330px;

}	
	
}



@media (max-width: 767px) {

#age_content {
	margin: 18% 10%;
	height: 80%;
	left: 0;
	width: 80%;
}

.age_verify h1 {
	max-width: 120px;
}

.age_form {
	padding: 0 0 20px;
}

.age_verify h2 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top:5px;
}

.age_form select {
	width: 100%;
	height:50px;
}

.age_form.date {
	padding-bottom: 15px;
}

.age_form.date h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 15px;
	min-height: auto;
}

.age_form.date label.btn_sel_year {
	padding: 0 30px;
	height: 40px;
	line-height: 36px;
}

.age_form.recuerda label {
	font-size: 13px;
}

.age_form.legal p {
	font-size: 10px;
	line-height: 13px;
	padding: 0;
}

.age_form.copyright {
	padding: 20px 0 0;
}

.copyright p {
	font-size: 10px;
}

}


@media (max-width: 380px) {

#age_content {
	margin: 20px;
	left: 0;
	width: calc(100% - 40px);
}

}