* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

header {
	width: 100%;
	height: 50px;
	background-image: url(../images/textura_top.png);
	position: absolute;
	top: 0;
	z-index: 1024;
}

.container {
	text-align: center;
	width: 100%;
	height: 100hv;
	overflow: auto;
	z-index: 4096;
	position: fixed;
	top: 25%;
}

#acoes {
	display: flex;
	justify-content: center;
	align-items: center;
}

a#slack {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 39px;
    width: 329px;
    border: 1px solid #8e24aa;
    font-size: 24px;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    background: #8e24aa;
}

#slack img {
	width: 30px;
}

a#whatsapp {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 39px;
    width: 329px;
    border: 1px solid #43A047;
    font-size: 24px;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    background: #43A047;
}

#whatsapp img {
        width: 30px;
}

@media only screen and (min-width: 768px){
	.container #logo {
		width: 600px;
	}
}

@media only screen and (max-width: 768px){
	.container #logo {
		width: 100%;
	}
}

.container label {
	color: #A4A4A4;
	font-size: 20px;
}


.container button i {
	display: block;
	font-size: 100px;
}

footer {
	width: 100%;
	height: 100px;
	position: absolute;
	background-image: url('../images/textura_bottom.png');
	background-position: bottom !important;
	bottom: 40px;
	text-align: center;
	z-index: 1024;
}

footer img {
	margin-top: 40px;
	width: 115px;
}

.copyright {
	text-align: center;
	background-color: #1e1f1e;
	color: #fff;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2048;
	font-size: 14px;
}

.alert {
	position: absolute !important;
	top: 100px;
	width: 100%;
}

.blocking_screen{
	display: none;
    background: #000;
    bottom: 0;
    color: #3465a4;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    opacity: 0.5;
}

.blocking_screen .img-loading{
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: 300px;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 999999;
}
