@charset "utf-8";

/***********************************************************************************************
						AGENDA DE EVENTOS
/**********************************************************************************************/

/* EVENTOS */             
.e_area_eventos { position: fixed; left: 0; top: 25%; z-index: 200; }
/* BOTÃO */
.e_area_eventos .e_btn_eventos { transform: none; height: 40px; line-height: 40px; white-space: nowrap; font-size: 0 !important; position: absolute; top: 0; left: 0; overflow: hidden; text-align: center; background: #704535; border-bottom: solid 2px #5f3a2d; border-radius: 0 5px 5px 0; cursor: pointer; padding: 0 10px; transition: 0.5s;  }
.e_area_eventos .e_btn_eventos img { display: inline-block; position: relative; top: 7px;}
.e_area_eventos .e_btn_eventos span { display: inline-block; vertical-align: middle; padding: 0 10px; font-size: 16px; position: relative; bottom: 4px; color: #fff;  }
.e_area_eventos .e_btn_eventos:hover { background: #8f5945; }
/* LISTA DE EVENTOS */
.e_area_eventos .e_area_lista_eventos { min-height: 30px; min-width: 320px; position: absolute; top: 0; transform: translateX(-400px); padding: 20px 20px; padding-top: 10px; background: #f4f6f8; border: solid 1px #ddd; display: table; transition: 0.5s; border-radius: 4px; }
.e_area_eventos .e_area_lista_eventos #e_btn_fechar_eventos { background: inherit; border: 0 !important; position: absolute; top: 12px; right: 15px; font-size: 12px; color: #999; padding: 5px 7px; border-radius: 3px; transition: 0.1s; }
.e_area_eventos .e_area_lista_eventos #e_btn_fechar_eventos:hover { color: #e74c3c; cursor: pointer; background: #e7eaeb; }
.e_area_eventos .e_area_lista_eventos .e_titulo_sessao { display: inline-block; font-size: 22px; color: #505050; margin-bottom: 8px; }
.e_area_eventos .e_area_lista_eventos .e_ver_mais { font-size: 10px; margin-bottom: 8px; display: inline-block;}
.e_area_eventos .e_area_lista_eventos .e_lista_eventos { max-height: 192px; overflow: auto; padding-right: 10px; }
.e_area_eventos .e_area_lista_eventos .e_evento { margin-top:5px; background: #fff; border-bottom: solid 1px #e0e3e7; border-radius: 3px; margin-bottom: 10px; font-size: 0; overflow: hidden; position: relative; transition: 0.4s; }
.e_area_eventos .e_area_lista_eventos a:last-child .e_evento { margin-bottom: 0; }
.e_area_eventos .e_area_lista_eventos .e_evento .e_area_img_evento { width: 80px; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; display: inline-block; vertical-align: top; }
.e_area_eventos .e_area_lista_eventos .e_evento .e_area_img_evento img { position: absolute; top: 0; left: 0; transition: 0.2s; width: 80px; height: 116px; object-fit: cover; }
.e_area_eventos .e_area_lista_eventos .e_evento:hover .e_area_img_evento img { transform: scale(1.2); }
.e_area_eventos .e_area_lista_eventos .e_evento .e_area_info_evento { min-height: 80px; padding: 10px; padding-left: 100px; width: 100%; height: 116px;}
.e_area_eventos .e_area_lista_eventos .e_evento .e_area_info_evento .e_data_evento { font-size: 10px; color: #444; }
.e_area_eventos .e_area_lista_eventos .e_evento .e_area_info_evento .e_nome_evento { font-size: 14px; color: #2c3e50; }
.e_area_eventos .e_area_lista_eventos .e_evento:hover .e_area_info_evento .e_nome_evento { color: #ffb940; }


/***********************************************************************************************
						MEDIAS
/**********************************************************************************************/
@media (max-width: 1000px) {

	/* AGENDA */
	.e_area_eventos .e_btn_eventos {width: 45px;}
	.e_area_eventos .e_btn_eventos span { display: none; }

}