@charset "UTF-8";
/* CSS Document */

.top-imp {
    background-color: #F89100;
	color: #000000;
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 9px;
}
.top-imp a {
	color: #000000;
}
.texto-fim {
	text-align: justify;
	font-size: 14px;
}
.titulo-fim {
	font-size: 20px;
	color: #FFFFFF;
}
.orange-imp {
    background-color: #000000;
    color: #F89100;
    padding-top: 50px;
    padding-bottom: 50px;
}
.orange-imp a {
	color: #F29E00;
}
.impe-fim {
	background-color: #F89100;
	color: #000000;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 13px;
}
.impe-fim a {
	color: #000000;
}

.imperialtopo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.texto-laranja {
    color: hsla(0,0%,100%,1.00);
    font-weight: bold;
	align-items: flex-start;
	display: flex;
  flex-direction: column;
}
.texto-laranja p, h1 {
	background-color: #F89100;
	padding: 10px;
	color: #000000;
}
.laranjao {
	background-color: #F89100;
	color: #000000;
    text-align: center;	
}
.imp-ico {
    font-size: 38px;
}
.bairros {
	color: #000000;
}
.bairros a {
	color: #000000;
}
    .cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255,255,255,0.91);
        color: #333;
        padding: 15px 20px;
        text-align: center;
        box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
        z-index: 1000; /* Para garantir que fica por cima de tudo */
    }
    .cookie-banner button {
        margin-left: 20px;
        padding: 8px 15px;
        cursor: pointer;
    }