/*_______________ carreguem les fonts per al renderitzat ok en tots els navegadors*/
body:after {
	content: '';
	background-size: cover;
}
html { height: 100%; }
body{
	background: #fff;
	font-family: "Montserrat", Verdana, Arial, Sans;
	background-size: cover;
}
video{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity
}
#fons{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#peli{
    color: #000;
    padding-bottom: 1rem;
     margin-top: 5%;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 10px;
     font-size: 1.2rem;   
 background-color: #fffffff0;
    min-height: 80%;
    width: 80%;
    position: fixed;
    
	
}
hr{border-top: 1px solid #ff9d1b}
h1{
	font-size: 1.5rem;
	margin: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	/*text-shadow: 0px 0px 5px rgba(0,0,0,0.50);*/
}
.any2 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 14rem;
    line-height: 14rem;
    color: #ff9d1b;
    font-weight: 600 !important;
    letter-spacing: -1rem;
	display:block;
		-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
	}

.any{
    font-size: 3rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 2rem;
    color: #ff9d1b;
    font-weight: 600 !important;	
}
p{
	font-size: 1rem;
	margin: 0;
	text-align: center;
}
p.userc{
	font-size: 1.5rem;
	margin: 0;
	text-align: center;
}

a:hover{background:rgba(0,0,0,.9)}
.stopfade{opacity:.5}
.botonm{
	font-family: "Montserrat", Verdana, Arial, Sans;
	display: block;
	color: #fff;
	text-decoration: none;
	background: rgba(0,0,0,.7);
	padding: 1.5rem;
	margin: 1rem auto;
	-webkit-transition: .6s background;
	transition: .6s background;
	text-align: center;
	border: none;
	width: 30%;
	min-width: 400px;
	font-size: 1.3rem;
	position: relative;
    z-index: 1000;
	border-radius: 25px;
}


#peli button{
	display: block;
	width: 40%;
	padding: .4rem;
	border: none;
	margin: 1rem auto;
	font-size: 0,5rem;
	background: rgba(255,255,255,.23);
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s background;
	transition: .3s background
}
#peli button:hover{
	background: rgba(0,0,0,.5);
}
.cf-hidden { display: none; } 
.cf-invisible { visibility: hidden; }
p input[type=password],
p input[type=text] {
    border:1px solid #ccc;
    color:#666;
      height: 50px;
    margin:3px 0px;
	min-width: 60%;
	font-size: 1.2rem;
padding-left: 20px;
padding-right: 20px;
}



@media only screen and (max-width: 1000px) 
   {
.botonm{
font-size: 40px;
width: 90%;
}
p input[type=password], p input[type=text]  {font-size: 3rem;  width: auto; height: 80px; min-width: 80%;}
h1{font-size: 2rem;
}
p{font-size: 2rem;
}
}


	
