 @charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);*/

					
body {
    background-attachment: fixed;
    background-color: rgba(0, 216, 255, 1);
    background-image: url("../images/bg.png");
    background-position: center bottom;
    background-size: cover;
    margin: 0;
    padding: 20px;
}

a{
	color: red;
	text-decoration: none;
	cursor:pointer;
}
a:hover{

	
}
a:hover {
	position:relative;
	top:1px;
}
.clear {
    clear: both;
}
html {
    position: relative;
    min-height: 100%;
}
 #resultado2{
	background-image: url(../images/fondo.jpg);
	background-size: cover;
}
#page-2{
	height:100%;
	}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: black;
}
b{
	font-weight: 600;
}

.comparte {
    background-color: #fff;
    border-radius: 1000px;
    color: rgba(0, 216, 255, 1);
    font-size: 29px;
    margin: 10px;
    padding: 6px 9vw;
	z-index:10;
	position:relative;
}
#social {
    margin-top: -22px;
    position: sticky;
    z-index: 18;
}

h2.zorionak {
    background-color: white;
    color: rgba(0, 216, 255, 1);
    display: inline-block;
    font-family: "Comic Sans MS";
    font-size: 60px;
    font-weight: normal;
    left: 50%;
    margin: auto;
    padding: 11px;
    position: absolute;
    text-align: center;
    transform: rotate(-3deg) translate(-50%);
    width: auto;
}




/* General ID
-------------------------------------------------------------------------*/
.wrapper{
	width: 960px;
	margin: 120px auto 0;
}
.wrapper_inner{
	width: 960px;
	margin: 0 auto 0;
}
.wrapper.margin1{
	width: 960px;
	margin: 70px auto 0;
}
.wrapper.foot{
	width: 960px;
	margin: 0 auto 0;
}
.content{
	margin: 0 auto;
	padding-top:40px;
	height:100%;	
}
.content.foot{
	padding: 0 30px;
	float: inherit;
	margin:0 auto 0;
	width: 900px;
	margin-bottom:0;
}


/* Titulos
-------------------------------------------------------------------------*/
h1 {
    color: rgba(255, 255, 255, 1);
    font-family: "Comic Sans MS";
    font-size: 180px;
    margin-top: 50px;
    text-align: center;
}
h1 a{
	float: left;
	width: 288px;
	height: 73px;
	background: url(../img/logo_menu.jpg) no-repeat 0 0;
}
h1 a span{
	display: none;
}
h2 {
    color: rgba(255, 255, 255, 1);
    font-family: "Comic Sans MS";
    font-size: 30px;
    font-weight: normal;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 800px;
}
h2 span{
	font-weight: 400;
}
h3{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	color: white;
	font-size:40px;
	font-weight: 300;
}
h4{
	color: #ffffff;
    display: table-cell;
    float: left;
    font-size: 35px;
    line-height: 31px;
    margin: 0 0 0;
    text-align: center;
    width: 100%;
    font-weight: 400;
}


p{
	color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-weight: 300;
	  font-family: "Comic Sans MS";
}
p a{
		color: #ffffff;
	}
.gracias{
	font-size:50px;
	padding-top:50px;
	margin-bottom:10%
	}

.grey {	color:#444;}

/* INICIO
-------------------------------------------------------------------------*/
#header{
	margin: 0 auto 0;
	width: 100%;
	position: absolute;
	top: 0px;
	background-color: #6C5726;
	overflow: hidden;
	position: relative;
	padding: 50px 0px;
}
#header table, #footer table{
	height: 100%;
	width: 100%;
}
#header table td, #footer table td{
	vertical-align: middle;
}
#header .content{
	color: #FFFFFF;
    float: left;
    font-size: 50px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 30px;
    text-align: center;
    border-top: 10px solid #A48E4E;
    border-bottom: 10px solid #A48E4E;
    width: 100%;
}

#header .content > div, #footer .content > div{
	display: inline-block;
}

#footer{
	width:100%;
	background-color: #6C5726;
	border-top: 20px dotted #A48E4E;
	height: 200px;
}


.line{
	
	padding: 75px 0px;
	width:100%;
	/*border-top: 20px dotted #A48E4E;*/
}



.machinecontainer{
	height:120px;
	overflow:hidden;
	}

#textMachine, #textMachine2{
	width:520px;
	height: 67px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	font-family: "Comic Sans MS";
}
#textMachine > *, #textMachine2 > *{
	padding: 0px 0px;
}

#machine1{
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	}
#machine3{
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	}
.slotMachine{
	font-family: "Comic Sans MS";
	font-size:44px;
	width:33%;
	height: 120px;
	overflow: hidden;
	float:left;
	text-align: center;
	/*background-color:rgba(0,227,251,1);*/
	background-color:rgba(255,255,255,1);
	border:0px;
	color:rgba(0,216,255,1);
	position:relative;
	cursor:pointer;


	}
#machine1,#machine2{
	margin-right:0.5%;
	}

.slot i{
	display:none;
	position:absolute;
	right:40px;
	Top:38px
	
	
	}
.slot:hover i{
	display:none;
	}

.slot:hover{
	opacity:0.3;
}
	
#containerborder{
	border:6px solid rgba(255,255,255,1);
	border-radius:50px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	
	}

.slotMachineButton{
	width:100px;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.slotMachineButton {
	background-color: #ffffff;
	display: inline-block;
	color: rgba(0,216,255,1);
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	height: 45px;
	line-height: 45px;
	padding-top: 10px;
	padding-bottom:0px;
	width: 140px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin-top: 80px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
    font-size: 26px;
    height: 36px;
    line-height: 36px;
    margin-top: 0;
    width: 120px;
}
#slotMachineButton1 i, .corazon i{
	opacity:0.2;
	}
#slotMachineButton1:hover i, .corazon:hover i{
	opacity:1;
	}	
	
.corazon{
	background-color: #ffffff;
	display: inline-block;
	color: rgba(0,216,255,1);
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	height: 45px;
	line-height: 45px;
	padding-top: 7px;
	padding-bottom:3px;
	width: 140px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	
    font-size: 26px;
    height: 36px;
    line-height: 36px;
    margin-top: 0;
    width: 120px;
	
	}
.slotMachineButton:hover {
	
}.slotMachineButton:active {
	position:relative;
	top:1px;
}
.noBorder{
	border:none !important;
	background: transparent !important;
}
.slotMachine .slot{
	/*width:100px;*/
	height:120px;
}
#titulo_result{
	margin-bottom:40px;
	font-size:130px;
 
}
input{
	background-color:transparent;
	border:0px;
	width:100%;
	text-align:center;
	font-family: "Comic Sans MS";;
	color:rgba(255,255,255,1);
	font-size:30px;
	margin-bottom:10%;
	}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
}
::-webkit-input-placeholder::after{ font-family: fontAwesome; content:'\f040  ';}
::-moz-placeholder::after  { font-family: fontAwesome; content:'\f040 ';} /* firefox 19+ */
:-ms-input-placeholder::after  { font-family: fontAwesome; content:'\f040  ';  } /* ie */
input:-moz-placeholder::after  { font-family: fontAwesome; content:'\f040  ';  }



#social p{
	font-size:40px;
	}
.triple_info {
    bottom: auto;
    left: auto;
    line-height: 157%;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
	margin-top:40px;
	
	
}	
.circle1 {
	width: 100px;
	height: 100px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position:absolute;
}
#contenido{
	position:absolute;
	top:20px;
	z-index:99;
	width:100%;
	}
.slotMachineGradient:hover i{
	display:none;

	}



body > svg:not(:root){
overflow-y: hidden;
overflow-x: hidden;
height:0;
}

#page-2 {
	background: #6cc88a;
}
#link{
	height:100%;
	}
	
h1.resultado {
    border: 10px dashed white;
    border-radius: 340px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-family: "Comic Sans MS";
    font-size: 100px;
    height: 181px;
    line-height: 149px;
    margin-top: 50px;
    padding: 40px 60px;
    text-align: center;
    width: auto;
}

.festibalak {
    font-size: 23px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 1300px) {
	
	h1.resultado {
    font-size: 64px;
	}
}

	
@media (max-width: 800px) {
	
.slot.triple{
	
}
	
.content{
	padding-top:0;
}

	.machinecontainer{
		height:360px;
		}
	.slotMachine{
		margin-bottom:2px;
		width:100%;
		height:100px;
		font-size:36px;
		}
	#machine1{
	border-bottom-left-radius: 0px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
		}
	#machine3{
	border-top-right-radius: 0px;
	border-bottom-left-radius: 25px;
		}
	h1 {
    font-size: 54px;
	margin-top:10px;


	}
	h2 {
    font-size: 15px;
    padding-top: 8px;
    width: 270px;
	
}
	#containerborder {
    height: 305px;
    width: 218px;
}
	.slotMachineButton {
    font-size: 26px;
    height: 36px;
    line-height: 36px;
    margin-top: 0;
    width: 120px;
}
		.corazon{
    font-size: 26px;
    height: 36px;
    line-height: 36px;
    width: 120px;
			}
		.slot i{
			display:inline-block;
			position:relative;
			right:-20px;
			top:0;
			}
	.gracias {
		font-size:25px;
		}
	#titulo_result {
		font-size:45px
		}
	#social p {
		font-size:30px;
		margin-top:20%
		
		}
	

h1.resultado {
    border: 3px dashed white;
    border-radius: 340px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-family: "Comic Sans MS";
    font-size: 22px;
    height: auto;
    line-height: 39px;
    margin-top: 50px;
    padding: 5px 19px;
    text-align: center;
    width: auto;
}

h2.zorionak {
    background-color: white;
    color: rgba(0, 216, 255, 1);
    display: inline-block;
    font-family: "Comic Sans MS";
    font-size: 22px;
    font-weight: normal;
    left: 13%;
    margin: auto;
    padding: 11px;
    position: absolute;
    text-align: center;
    transform: rotate(-5deg);
    width: auto;
}

}



@media (min-height: 800px) {
	.contenedor-principal{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width:100%;
		
	}
	
	.triple_info {
    bottom: 20px;
    left: 0;
    line-height: 157%;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
}
	
}