<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* GALERIA DE FOTOS */
#e_conteudo .e_area_galeria_fotos {padding: 20px 15px; font-size: 0;}
#e_conteudo .e_area_galeria_fotos { padding-left: 5px; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos { position: relative;}
#e_conteudo .e_area_galeria_fotos .e_cont_fotos .e_foto {position: relative; overflow: hidden; margin: 5px; float: left; background: #000;}
#e_conteudo .e_area_galeria_fotos .e_cont_fotos .e_foto img { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos .e_foto .e_area_texto {position: absolute; background: rgba(0, 0, 0, 0);  width: 100%; height: 100%; text-align: center; visibility: hidden; transform: translateY(-100%); transition: .4s cubic-bezier(0.25, 0.46, 0.45, 0.94)}
#e_conteudo .e_area_galeria_fotos .e_cont_fotos .e_foto:hover .e_area_texto {visibility: visible; background: rgba(0, 0, 0, 0.75); transform: translateY(0); }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos .e_foto .e_area_texto .e_cont_texto {position: absolute; width: 80%; height: auto; top: 50%; transform: translate(-50%, -50%); display: inline-block; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos .e_foto .e_area_texto .e_cont_texto .e_data_foto { font-size: 14px; color: seagreen; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos .e_foto .e_area_texto .e_cont_texto .e_texto_foto { font-size: 14px; color: #fff; }
/* l8 */
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 { height: 650px; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(1) .e_foto { width: calc(45% - 10px);  height: 315px; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(8) .e_foto { width: calc(45% - 10px);  height: 315px; position: absolute; right: 0; bottom: 0; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(2) .e_foto { width: calc(20% - 10px);  height: 152px; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(3) .e_foto { width: calc(20% - 10px);  height: 152px; position: absolute; right:  0; left: 10%; top: 168px; margin: auto;}
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(4) .e_foto { width: calc(35% - 10px);  height: 315px; position: absolute; right: 0; top: 0; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(5) .e_foto { width: calc(35% - 10px);  height: 315px; position: absolute; left: 0; bottom: 0; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(6) .e_foto { width: calc(20% - 10px);  height: 152px; position: absolute; bottom: 168px; right: 10%; left: 0; margin: auto; }
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(7) .e_foto { width: calc(20% - 10px);  height: 152px; position: absolute; left: 0; right: 10%; margin: auto; bottom: 5px; }
/* l6 */
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l6 .e_foto { width: calc(33.3% - 10px);  height: 315px; }
/* l4 */
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l4 .e_foto { width: calc(50% - 10px);  height: 315px; }
/* l2 */
#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l2 .e_foto { width: calc(50% - 10px);  height: 315px; }

@media (max-width: 1000px) {
	/* GALERIA DE FOTOS l8 */
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(1) .e_foto { width: calc(50% - 10px);  height: 315px; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(2) .e_foto { width: calc(50% - 10px);  height: 315px; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(3) .e_foto { width: calc(50% - 10px);  height: 315px; position: relative; right:  0; left: 0; top: 0; margin: 5px;}
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(4) .e_foto { width: calc(50% - 10px);  height: 315px; position: relative; right: 0; top: 0; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(5) .e_foto { width: calc(50% - 10px);  height: 315px; position: relative; left: 0; bottom: 0; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(6) .e_foto { width: calc(50% - 10px);  height: 315px; position: relative; bottom: 0; right: 0; left: 0; margin: 5px; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(7) .e_foto { width: calc(50% - 10px);  height: 315px; position: relative; left: 0; right: 0; margin: 5px; bottom: 0; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(8) .e_foto { width: calc(50% - 10px);  height: 315px; position: relative; right: 0; bottom: 0; }

	/* l6 */
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l6 .e_foto { width: calc(50% - 10px);  height: 315px; }
}

@media (max-width: 800px) {
	/* GALERIA DE FOTOS l8 */
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 { height: auto; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(1) .e_foto { width: calc(50% - 10px);  height: 24vh; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(2) .e_foto { width: calc(50% - 10px);  height: 24vh; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(3) .e_foto { width: calc(50% - 10px);  height: 24vh; position: relative; right:  0; left: 0; top: 0; margin: 5px;}
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(4) .e_foto { width: calc(50% - 10px);  height: 24vh; position: relative; right: 0; top: 0; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(5) .e_foto { width: calc(50% - 10px);  height: 24vh; position: relative; left: 0; bottom: 0; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(6) .e_foto { width: calc(50% - 10px);  height: 24vh; position: relative; bottom: 0; right: 0; left: 0; margin: 5px; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(7) .e_foto { width: calc(50% - 10px);  height: 24vh; position: relative; left: 0; right: 0; margin: 5px; bottom: 0; }
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l8 a:nth-child(8) .e_foto { width: calc(50% - 10px);  height: 24vh; position: relative; right: 0; bottom: 0; }

	
	/* l6 */
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l6 .e_foto { width: calc(50% - 10px);  height: 24vh; }
	/* l4 */
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l4 .e_foto { width: calc(50% - 10px);  height: 24vh; }
	
	/* l2 */
	#e_conteudo .e_area_galeria_fotos .e_cont_fotos.l2 .e_foto { width: calc(100% - 10px);  height: 24vh; }
}</pre></body></html>