/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500");

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	color: #252445;
	background: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	outline: none;
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #252445;
}

.container{
	/*background-image: url(../images/cunho_esq.png);*/
	
}

.cunho{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 500px;
    height: auto;
	opacity: 0.5;
}


/* Header */
.famag-header {
	padding: 2.5em 2em 2em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	

}

.logo{
	
	width:440px;
	transition-duration:0.5s;
	
}
/* Logo */
.logosupport{
    letter-spacing: 2px;
    display: inline-block;
    position: absolute;
    font-size: 10px;
    top: 90px;
    left: 100px;
    font-family: 'Poppins';
    color: white;
    font-weight: bold;


}
.entrar{
    text-align: center;
    width: 200px;
    letter-spacing: 2px;
    display: inline-block;
    position: absolute;
    font-size: 22px;
    top: 40px;
    left: 670px;
    font-family: 'Poppins';
    color: white;
    background-color: #4BADE9;
    font-weight: bold;
    -webkit-filter: drop-shadow(5px 5px 3px #222 );
    filter: drop-shadow(5px 5px 3px #222);
    height: 178px;
	line-height: 175px;
	transition-duration: 1s;
	cursor:pointer;
}

.entrar:hover{
	background-color: white;
    color: #4BADE9;
}

.entrar2{
    display:none;
}

.image-preload {
	position: absolute;
	left: -9999px;
}

.area {
	position: relative;
	height: 100vh;
	width: 100vw;
	background: url(../images/rain/background/texture-rain-bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
}

.nosupport {
	display: none;
	margin: 0 auto;
	font-size: 1.25em;
	padding: 1em;
	position: fixed;
	bottom: 0;
	width: 100vw;
	text-align: center;
	background: #a74e71;
	z-index: 1000;
}

.no-webgl .nosupport {
	display: block;
}

@media screen and (max-width: 50em) {
	.famag-header {
		width: 98%;
		text-align: center;
		display: block;
		font-size: 0.75em;
	
	}
	.logo{
		width: 350px;
		height: auto;
	}

	.cunho{
		position: fixed;
		top: 0px;
		left: -35%;
		z-index: 1;
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.logosupport{


		letter-spacing: 2px;
		display: block;
		position: relative;
		font-size: 10px;
		top: -28px;
		left: 30px;
		font-family: 'Poppins';
		color: white;
		font-weight: bold;
		
	
	}

	.entrar2{
		text-align: center;
		display: block;
		position: absolute;
		width:100%;
		top:120px;
		left:0px;
	}

	.entrar2 .btn{
		text-align: center;
		letter-spacing: 2px;
		display: inline-block;
		width:300px;
		font-size: 18px;
		font-family: 'Poppins';
		color: white;
		border:3px solid #4BADE9;
		border-radius:10px;
		font-weight: bold;
		-webkit-filter: drop-shadow(5px 5px 3px #222 );
		filter: drop-shadow(5px 5px 3px #222);
		transition-duration: 1s;
		cursor: pointer;
		left: 0px;
	}

	.entrar2 .btn:hover{
		
		background-color:  #4BADE9;
		color:  white;
	}

	.famag-header {
		
		bottom: 120px;
		left: 0;
	
	}
}

@media screen and (max-width: 900px) {
	.entrar{
		display:none;
	}
}

