@import url("custom.css"); 	/* cor padrao em preto */
/*@import url("custom_verde.css");	*/ /* cor verde */
/*@import url("custom_amarelo.css");*/	/* cor amarelo */

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

div.politica {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index:9999999;
  background: #1f4f66;
  color: white;
  padding: 5px 20px;
}