@charset "utf-8";


/* Geral /////////////////////////////////// */
body { margin:0px; padding:0px; -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; background-color: #000000; color: #fff; font-family: 'Golos Text', sans-serif; }
a { color:inherit; text-decoration:none; }
a:hover { color:inherit; text-decoration: none;}

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;600;900&display=swap');

/*
.background-image: url("img.jpg");
.height: 50vh;
.style="background-image: url('img/foto1.jpg');"
.width: calc(100% - 150px);
.font-family: 'DM Sans', sans-serif;
.font-family: 'Syncopate', sans-serif;
.rgb(0, 0, 0, 0.2)
.rgb(255, 255, 255, 0.2)
*/

/* Bloco Principais /////////////////////////////////// */



.geral{
	font-family: 'Golos Text', sans-serif;
	max-width: 300px;
	margin: 60px auto;
	text-align: center;
}

.logo img{
	width: 50%;
	margin:  0 0 30px 0;
}

.botao{
	width: calc(100% - 44px);
	font-family: 'Golos Text', sans-serif;
	border:1px solid #fff;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 20px;
	font-weight: 600;
	line-height: 17px;
	margin: 0 0 20px 0;
	cursor: pointer;
}

.botao:hover{
	border:1px solid #ff1010;
	color: #ff1010;
}




.infos {
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	font-size: 16px;
	text-transform: uppercase;
	color: #CBCBCB;
}

.infos span{
	width: 100%;
	display: table;
	text-align: center;
	letter-spacing: 2px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 2px 0 5px 0;
}



@media screen and (max-width:700px) {

}




















