body {
	margin: 0; 
	padding:0;
	margin-top:0;
}


a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
}





#topo	 { 
	width:100%;
	margin: 0; 
	padding:0;
	float:left;
	position: relative;
	//border:1px solid blue;
	background-color: #ca0000;
	font-family: 'Lato', sans-serif; /* Geneva, Arial, Helvetica, sans-serif;*/
	border-bottom:2px solid white;
}






/* PARA SMARTPHONE #############################################################################################################*/

@media only screen and (max-width: 480px){
	
	#topo { 
		height:50px; 
	}



	#menu_links {
		display:none;
	}



	ul { 
		margin:0; 
		list-style:none;
		padding:0;
	}
	
	
		
	#menu_links_mobile li {
		display:none; 
		float: left; 
		position: relative; 
		background: #ca0000 ; 
		top: 51px; 
		width: 89.5%; 
		height:30px; 
		padding-top: 15px; 
		padding-left: 10%;
		cursor: pointer;
		font-weight: bold; 
		font-size: 12px;
		border: 1px solid #FFFFFF;
	}
	
	
	
	#bt_menu { 
		position:absolute; 
		width:10%; 
		right:0px; 
		cursor:pointer; 
		padding-right:3%; 
		text-align:right; 
		margin-top: 7px; 
		//border: 1px solid black;
	}
		
	
	#menu_links {
		display:none;
	}
	
	
	#logo { 
		position:absolute; 
		width:85%; 
		left: 0px; 
		top:8px; 
		text-align:center; 
		//border: 1px solid green;
	}

	#logo img { 
		height: 60px;
		width: 180px;
		margin: 0px 0 0 40px;
		border: 0;		
	}	


	
}





/* PARA TABLET #############################################################################################################  */

@media only screen and (min-width: 481px) and (max-width: 1024px){
	
	#topo { 
		height:80px; 
	}
	
	
	#menu_links {
		display:none;
	}


	ul { 
		margin:0; 
		list-style:none;
		padding:0;
	}
	
		
	#menu_links_mobile li {
		display:none; 
		float: left; 
		position: relative; 
		background: #ca0000 ; 
		top: 81px; 
		width: 89.5%; 
		height:40px; 
		padding-top: 25px; 
		padding-left: 10%;
		cursor: pointer;
		font-weight: bold; 
		font-size: 12px;
		border: 1px solid #FFFFFF;
	}
		
		
	#bt_menu { 
		position:absolute; 
		width:10%; 
		cursor: pointer; 
		text-align:right; 
		right:0px; 
		margin:20px 3% 0 0; 
		//border: 1px solid black;
	}
	
	
	#logo { 
		position:absolute; 
		width:85%; 
		text-align:center; 
		padding-left: 5%;
		//border:1px solid green;
	}



	#logo img { 
		height: 80px;
		width: 220px;
		margin: 20px 0 0 40px;
		border: 0;		
	}	


}




/* PARA PC #############################################################################################################*/

@media only screen and (min-width: 1025px){


#topo {
	width:100%;
	height: 90px;
	position:fixed;
}


#logo {
	width:30%;
	height: 100%;
	position:absolute; 
	float:left;
	//border:1px solid green;
	padding-top: 8px;
	padding-left: 4%; 
	text-align:center; 

}


#menu_links_mobile {
	display:none;
}
 

#menu_links { 
	width: 70%;
	height:100%;
	float:right;
	//border: 1px solid blue;
	//padding-left:2%;
}

.txt_links{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;

}


<!-- DROPDOWN MENU -->
	
.dropbtn {
    //background-color:  #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {  
	/* BOTAO COM O NOME DO LINK */
	position: relative;
    display: inline-block;
	//width: 16%;
	//padding-left: 10px;
	//border: 1px solid blue;
	text-align:center;
	//padding-top: 35px;
	float:right;
	padding:35px 20px 0px 40px;  /* ESPAÇAMENTO ENTRE OS LINKS NO MENU */
}

.dropdown-conteudo {
	 /* CONTEUDO DOS MENUS QUE ABREM */
    display: none;
    position: absolute;
	width: 200px;  /* LARGURA DA BARRA */
    background-color: #f9f9f9;    /* QUASE BRANCO */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	//margin-top:10px;

}

.dropdown-conteudo a {
	/* LINKS DOS CONTEUDOS DAS CAIXAS*/
    color: #333333;
    padding: 18px 30px;
	font-size:14px;
    text-decoration: none;
    display: block;
}

.dropdown-conteudo a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-conteudo {
    display: block;
}

.dropdown:hover .dropbtn {

    //background-color: #3e8e41;
		color:#FFFFFF;
}






#bt_menu{ 
	display:none;
}







}