@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900|Raleway&display=swap');
@media screen{
	*{
		margin: 0px;
		padding: 0px;
		scrollbar-width: thin;
	}
	body::-webkit-scrollbar{
		display:none;
		width:16px;
		background-color:#cccccc;
	}
	body scrollbar{
		display:none;
		width:16px;
		background-color:#cccccc;
	}
	body::-moz-scrollbar{
		display:none;
		width:16px;
		background-color:#cccccc;
	}
	body:-ms-scrollbar{
		display:none;
		width:16px;
		background-color:#cccccc;
	}
	.clinks:hover{
		background: #EEE;
	}
	.clinks input[type='button']{
		cursor:pointer;
		outline: none;
		background: #f68e38;
		border:0px;
		color:white;
	}
	.clinks input[type='button']:active{
		background: #f89f55;
		color: white;
	}
	.desc-contato{
		font-size: 16px;
		border: 0px solid black;
		color: #555;
		font-variant: small-caps;
		
	}
	.header{
		position: fixed;
		width: 100%;
		height: 53px;
		top: 0;
		color:white;
		font-weight: normal;
		font-size: 32px;
		padding-top: 5px;

	}
	.header table td{
		height: 1px;
	}
	.titulo{
		font-variant: small-caps;
		font-weight: bold;
		height: 53px;
	}
	.content{
		margin-top:70px;
	}
	.logos{
		width: 56px;
	}
	#empty-space{
		height: 42px;
	}


	.btn-acessar_agora{
		width: 214px;
	}
	.clinks{
		width:320px;
	}
	.footer{
		position: fixed;
		padding-top: 0px;
		width: 100%;
		height: 41px;
		bottom: 0;
	
		-webkit-transition: height 200ms, opacity 200ms;
	}
	.footer:active{
		height: 36px;
		opacity: 0.8;
	}

	.footer img{
		margin-top: 7px;
		width: 35px;
	}
	
	
	
	
}
@media (min-width: 320px){

}
@media (min-width: 360px){
}
@media (min-width: 480px){
}
@media (min-width: 600px){
}