@charset "UTF-8";

.footer-text i {
    color: white;
	font-size: 34px;
}

.publi_detalhe_galeria {
	width: 18%;
	margin: 5px;
}

.publi_detalhe_imagem {
	width: 300px;
	float: right;
	cursor: pointer;
}
#publi_detalhe input {
	margin-bottom: 10px;
}
#publi_detalhe h1 { font-size: 18px; margin-bottom: 10px }
#publi_detalhe h2 { font-size: 17px; margin-bottom: 10px }
#publi_detalhe h3 { font-size: 16px; margin-bottom: 10px }
#publi_detalhe p { 
	font-size: 16px; 
	margin-bottom: 15px;
}

.slides-detalhe div { 
	padding: 0;
	background: white;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.slides div { padding: 0; color: #333; text-align: left; font-size: 16px; background: white }
.slides div img { float: left; margin: 0 10px 10px 0; padding: 1px; width: auto; height: 200px }
.slides div { top: 0; left: 0; width: 100% }
.slides h1 { font-size: 18px; margin-bottom: 10px }
.slides h2 { font-size: 17px; margin-bottom: 10px }
.slides h3 { font-size: 16px; margin-bottom: 10px }
.slides p { 
	font-size: 16px; 
	margin-bottom: 15px;
}
.slides a {
    text-decoration: none;
    color: #808080;
}

.noticia { height: 320px; }

.info-box-trans {
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: left;
    background-color: white; 
    color: #808080; 
    opacity: 0.82;
    filter: alpha(opacity=82); /* For IE8 and earlier */
}
