html, body {
    overflow-x: hidden;
}
a{
	color:#fff;
}
a:hover{
	color:#c8c8c8;
}
h2{
	font-size:60px;
	margin:30px;
	font-weight: 10000;
}
h3{
	font-size:25px;
	text-align:right;
	margin:0px;
	font-weight: 100;
}
body{
	background-image: url('images/out-0.png');
	background-size:100% 100%;
	background-attachment:relative;
	color:#fff;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    font-weight:100;
	-webkit-font-smoothing: antialiased;
	margin:0px;
}
hr{
	width:40%;
	border:1px solid #fff;
	
}
.page_wrapper{
	margin-top:10%;
	display:table;
	width:100%;
}
.header{
	border-bottom:1px solid #fff;
	width:100%;
	padding:10px;
}
.navigation_wrapper{
	width:80%;
	margin:0px auto;
}
.logo{
	display: inline;
	font-size:25px;
}
.navigation{
	margin-left:10%;
	display: inline;
	white-space: nowrap;
}
.navigation a{
	text-decoration:none;
	padding:13px;
}
.navigation a:hover{
	text-decoration:none;
	padding:13px;
	color:#000;
	background:#fff
}
.table{
	display:table;
	width:100%;
	margin:0px auto;
}
.table_cell{
	display:table-cell;
	vertical-align: top;
	text-align:center;
}
.half{
	width:50%;
}
.quater{
	width:25%;
}
.right{
	border-left:1px solid #fff;
}
.float_message{
	margin-left:10%;
}
.content{
	margin:10%;
}
.drop{
	width:30px;
	float:right;
	
}
.footer{
	padding-top:20px;
	border-top:1px solid #fff;
	width:30%;
	margin:0px auto;
	margin-top:100px;
}
.overlay{
	position:absolute;
	left:0px;
	bottom:0px;
	width:200px;
}
.overlay_right{
	position:absolute;
	right:0px;
	bottom:0px;
	width:200px;
}

.overlay_upside{
	position:absolute;
	right:0px;
	top:0px;
}
.hex{width:300px;}
.hex_top{width:200px;}
.my-button {
    background-color: rgba(32, 35, 78, 0.5); /* Un color de fondo semitransparente */
    border: none; /* Ningún borde */
    color: #ffffff; /* Color de texto blanco */
    padding: 10px 20px; /* Algún relleno para hacer que el botón sea más grande */
    text-align: center; /* Alineación de texto centrada */
    text-decoration: none; /* No hay subrayado de texto */
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.my-button:hover {
	background-color: #444;
}
.form-group input {
    background-color: rgba(32, 35, 78, 0.5);
    width: 80%;
    height: 50px;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	transition: all 0.3s ease-in-out;
}
/*Login Styling*/
#outer_table{
	background:none;
	width:100%;
}
#inner_table{
	background:none;
	width:100%;
}
#main{
	background:none;
}

form{
	
	font-size:20px;
	width:60%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    font-weight:100;
	-webkit-font-smoothing: antialiased;

}

#email_form{
	width:100%;
}
#inner_table td{
	color:#fff!important;
}
#inner_table a{
	color:#fff!important;
}
/*CODE INPUT*/
#inner_table input[name=code]{
	font-size:50px!important;
	height:59px;
	border:1px solid #fff;
	border-radius:0px 5px 5px 0px;
	width:100%;
}

/*SUBMIT BUTTON*/
#inner_table input[type=submit]{
	display:block;
	font-size:20px!important;
	border-radius: 5px;
	padding:16px;
	margin-top:20px;
	color:#fff;
	border:1px solid #fff;
	background:none;
	cursor:pointer;
	transition:background 0.3s, color 0.3s;
	width:100%;
}
#inner_table input[type=submit]:hover{
	background:#fff;
	color:#000;
}

/*DATA INPUT (name, age etc)*/
#inner_table input[name=data1]{
	font-size:50px!important;
	height:59px;
	background:none;
	border:1px solid #fff;
	width:100%!important;
	color:#fff;
}
#inner_table input[name=data2]{
	font-size:50px!important;
	height:59px;
	background:none;
	border:1px solid #fff;
	width:100%!important;
	color:#fff;
}
#inner_table input[name=data3]{
	font-size:50px!important;
	height:59px;
	background:none;
	border:1px solid #fff;
	width:100%!important;
	color:#fff;
}

/*FACBOOK*/
#facebook_button_initial{
	background:none!important;
	color:#fff!important;
	border:1px solid #fff!important;
	cursor:pointer;
	transition:background 0.3s;
	padding:16px!important;
	color:#fff!important;	
}
#facebook_button_initial:hover{
	background:rgba(255,255,255,0.5)!important;
}
#facebook_button_initial a{
	color:#fff!important;	
}
#facebook_button_initial a:hover{
	color:#000!important;
}


	

/*Email*/
#email_button_initial{
	background:none!important;
	color:#fff!important;
	border:1px solid #fff!important;
	cursor:pointer;
	transition:background 0.3s;
	padding:16px!important;
	width: 48%!important;
	font-size: 20px!important;
}
#email_button_initial:hover{
	background:rgba(255,255,255,0.5)!important;
}
#email_button_initial a{
	color:#fff!important;
}
#email_button_initial a:hover{
	color:#000!important;
}

/*CAROUSEL*/

.code_label{
	display: inline;
	color: #000;
	padding: 7px;
	position: absolute;
	margin-left: -55px;
	border:1px solid #fff;
	border-right:0px;
	border-radius:5px 0px 0px 5px;
}
.code_label .image{
	width:41px;
}




.carousel{
	overflow:hidden;
}
.carousel_item_1{
	width:40%;
	transition:margin-left 2s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	margin-left:0%;
	position:absolute;
}
.carousel_item_2{
	width:40%;
	transition:margin-left 2s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	margin-left:-100%;
	position:absolute;
}

@media (max-width: 1500px) {
	h2{
		font-size:30px;
	}
	h3{
		font-size:20px;
		white-space:nowrap;
	}

	.content{
		margin:0px;
	}
	#form{
		width:80%;
	}
	.overlay_upside{
		display:none;
	}
	.overlay{
		display:none;
	}
	h3{
		position: absolute;
		right: 30px;
	}
	.table_cell{
		display:block;
		width:100%;
	}
	.right{
		border-left:0px;
	}
	.carousel_item_1{
		width:90%;
		position:relative;
	}
	.carousel_item_2{
		width:90%;
		position:relative;
		margin-top:-50px;
		white-space:nowrap;
	}
}
