<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 VIDEOS */
#e_conteudo .e_titulos_video {  padding: 0 20px }
#e_conteudo .e_fundo_video {background: #1e272e; margin-bottom: 20px;}
#e_conteudo .e_fundo_video .e_cont_video { padding:20px; }
#e_conteudo .e_fundo_video .e_cont_video .e_area_video { width: 560px; height: 315px; overflow: hidden; position: relative;  float: left;}
#e_conteudo .e_fundo_video .e_cont_video .e_area_video .sw_video_capa { width: 100%; height: 100%; top:0; left: 0; position: absolute; border: 0; }
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros { width: 50%; min-height: 315px;float: right; padding-left: 10px;}
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_outro_titu {font-size: 18px; color:#fff;  margin-bottom: 3px; display: inline-block;}
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_barra_outros_video {height: 290px;  overflow: hidden; overflow-y: scroll; padding-right: 5px;  font-size: 0;}
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_barra_outros_video .e_outros_videos {min-height: 140px; margin-bottom: 10px; background: #2b3d4b; position: relative;}
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_barra_outros_video a:last-child .e_outros_videos  {margin-bottom: 0;}
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_barra_outros_video .e_outros_videos .e_div_img_videos { position: absolute; width: 140px; height: 140px; overflow: hidden; background: blanchedalmond;}
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_barra_outros_video .e_outros_videos .e_div_img_videos img{ position: absolute; top:0; left: 0;}
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_barra_outros_video .e_outros_videos .e_descricao_outros {margin-left: 150px; padding: 15px;}
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_barra_outros_video .e_outros_videos .e_descricao_outros .e_data_video {font-size: 12px; color:#0097e6; margin-bottom: 10px;}
#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_barra_outros_video .e_outros_videos .e_descricao_outros .e_txt_video {font-size: 14px; color:#fff;}

@media (min-width: 1001px) and (max-width: 1200px) {		
    #e_conteudo .e_fundo_video .e_cont_video .e_area_video { width: 50%; }
}

@media (min-width: 801px) and (max-width: 1000px) {
    #e_conteudo .e_fundo_video .e_cont_video .e_area_video { width: 50%;   min-height: 315px; overflow: hidden; position: relative;  float: left;}
}

@media (max-width: 800px) {	
	#e_conteudo .e_fundo_video .e_cont_video .e_area_video { width: 100%; height: calc(56.25vw - 40px); }
	#e_conteudo .e_fundo_video .e_cont_video .e_cont_outros { width: 100%;  padding-left: 0px;}
    #e_conteudo .e_fundo_video .e_cont_video .e_cont_outros .e_outro_titu { margin-top:10px;}
}</pre></body></html>