/*
Author: Diego Fernandes
Author URI: https://parnet.com.br
*/

/*--GERAL--------------------------------*/

body { margin:0; font-weight:400; font-size: 16px; font-family: 'Montserrat', sans-serif; -webkit-font-smoothing: antialiased; }
::-moz-selection{background:#FFA53B}
::selection{background:#FFA53B}
a { text-decoration:none; cursor: pointer}
img { border:0; vertical-align:top;}

.const { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; background-repeat: no-repeat; background-position: center; background-size: cover; }	
.const table { width: 100%; min-height: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; }
.logo { width: 90%; max-width: 330px; margin: 0 auto; display: block; }
h1 { font-size: 42px; line-height:46px; color: #FFF; margin: 50px auto; }
h1 b { color: #ebe602; display: block;}

.centra { width: 90%; max-width: 1100px; margin: 0 auto; }
 
.holdaMid { color: #FFF; font-size: 17px; display: block; margin: 0; font-weight: 500;}
.midias { display: block; margin: 20px 0 0 0;}
.midias a { color: #ebe602; font-size: 22px; margin: 0 3px; }
.midias a:hover { color: #FFF; }

@media screen and (max-width:1000px)
{
	.logo { max-width: 200px}
	h1 { font-size: 33px; line-height: 36px; margin: 70px auto}
	.holdaMid { font-size: 15px;}
}
@media screen and (max-width:600px)
{
	.logo { max-width: 130px}
	h1 { font-size: 25px; line-height: 28px; margin: 50px auto}
}