@font-face{
	font-family: Roboto;
	src: url("../fonts/Roboto-Regular.ttf") format('truetype');
}
@font-face{
	font-family: Roboto-Bold;
	src: url("../fonts/Roboto-Bold.ttf") format('truetype');
}
@font-face{
	font-family: Bebas;
	src: url("../fonts/BebasNeue-Book.ttf") format("truetype");
}

#topo{
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
}

#topo section{
	background-color:#000;
	padding: 0 !important;
	/*opacity: 0.95;*/
}

#content{
    background-color: #fff;
    padding-top: 15px;
}

@media (max-width: 767px) {
	
	section.container{
		width: 100% !important;
	}	
}

@media (min-width: 768px) {
		
	body{
		background-image: url('../img/fundo_original.png');
	}
}


@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

.modal-dialog{
   width:90% !important;
   margin-left: auto !important;
   margin-right: auto !important;
}

.navbar{
	border-radius: 0px !important;
}