@charset "utf-8";

/* EVENTOS */
#e_conteudo .e_area_eventos {position: fixed; left: 0; top: 25%; z-index: 1000; font-size: 0;}
/* BOTÃO */
#e_conteudo .e_area_eventos .e_btn_eventos {position: absolute; top: 0; left: 0; width: 150px; height: 50px; background: #4b4d4c; border: 1px solid #f2f8fa; border-bottom-right-radius: 10px; border-top-right-radius: 10px; overflow: hidden; text-align: center; cursor: pointer; transition: .4s ease; z-index: 1;}
#e_conteudo .e_area_eventos .e_btn_eventos::after {content:""; position: absolute; bottom: 0; right: -20px; width: 40px; height: 50px; background: #51a664; transform: skewX(-39deg); z-index: 1;}
#e_conteudo .e_area_eventos .e_btn_eventos .e_titulo_btn_eventos {font-size: 16px; line-height: 50px; color: #fff; text-transform: capitalize;}
#e_conteudo .e_area_eventos .e_btn_eventos .e_titulo_btn_eventos .fa {display: none;}
#e_conteudo .e_area_eventos .e_btn_eventos .fa-plus {position: absolute; right: 7px; bottom: 7px; font-size: 12px; color: #4b4d4c; z-index: 10;}
/* TOPO EVENTOS */
#e_conteudo .e_area_eventos .e_cont_eventos {position: absolute; top: 0; left: -400px; width: 300px; background: #eceff3; border: 1px solid #4b4d4c; text-align: center; border-bottom-right-radius: 10px; border-top-right-radius: 10px; padding: 20px; transition: .4s ease; z-index: 10;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_titulo_comum {margin: 0; margin-bottom: 20px; text-align: left;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_titulo_comum .e_link_vermais {float: none; display: inline-block; vertical-align: top; margin-left: 20px; width: 20px; height: 20px; padding: 0; text-align: center;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_titulo_comum .e_link_vermais .fa {position: relative;}
#e_conteudo .e_area_eventos .e_cont_eventos #e_btn_fechar_evento {position: absolute; top: 20px; right: 20px; font-size: 12px; color: #e71e1e; border-radius: 4px; padding: 3px 5px; border: 0; transition: .3s; cursor: pointer;}
#e_conteudo .e_area_eventos .e_cont_eventos #e_btn_fechar_evento:hover {background: #d2d5d9;}
#e_conteudo .e_area_eventos .e_cont_eventos #e_btn_fechar_evento:active {transform: scale(.9);}
/* SLIDE EVENTOS */
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos {position: relative; width: 100%; height: 330px; border-radius: 10px; overflow: hidden; text-align: left; margin-bottom: 20px;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .e_slide_eventos {position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; margin: 0;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .slider_eventos {position: relative;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .slider_eventos ul {position: relative; height: auto; margin: 0; padding: 0; list-style: none;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .slider_eventos ul li {float: left; position: relative; display: block;}
/* CONTEÚDO EVENTO */
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .slider_eventos .e_evento {position: relative; width: 260px; height: 330px; background: #fff; border-radius: 10px; padding: 10px; margin-right: 20px;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .slider_eventos .e_evento .e_data {margin: 20px;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .slider_eventos .e_evento .e_img_evento {position: relative; width: 100%; height: 150px; border-radius: 10px; box-shadow: 0 0 5px #4b4d4c; overflow: hidden; margin-bottom: 20px;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .slider_eventos .e_evento .e_nome_evento {width: 100%; font-size: 15px; color: #4b4d4c; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 10px;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .slider_eventos .e_evento .e_descricao_evento {width: 100%; height: 48px; font-size: 14px; color: #636566; line-height: 16px; overflow: hidden; margin-bottom: 15px;}
#e_conteudo .e_area_eventos .e_cont_eventos .e_area_slide_eventos .slider_eventos .e_evento .e_local_evento {width: 100%; height: 32px; font-size: 14px; color: #636566; line-height: 16px; overflow: hidden;}
/* SETAS SLIDE */
#e_conteudo .e_area_eventos .e_cont_eventos .slider_seta {display: inline-block; vertical-align: middle; width: 30px; height: 30px; font-size: 13px; color: #fff; line-height: 30px; background: #4b4d4c; border-radius: 10px; text-align: center; transition: .3s;}
#e_conteudo .e_area_eventos .e_cont_eventos .slider_anterior {left: 70px;}
#e_conteudo .e_area_eventos .e_cont_eventos .slider_proxima {right: 70px;}
#e_conteudo .e_area_eventos .e_cont_eventos .slider_seta:hover {background: #3ba252;}
#e_conteudo .e_area_eventos .e_cont_eventos .slider_seta:active {transform: scale(.9);}
#e_conteudo .e_area_eventos .e_cont_eventos .e_paginacao_eventos {display: inline-block; vertical-align: middle; width: 60px; font-size: 12px; color: #4b4d4c; text-align: center;}

@media (max-width: 1000px) {
	/* EVENTOS */
	#e_conteudo .e_area_eventos {top: 80px;}
	#e_conteudo .e_area_eventos .e_btn_eventos {width: 70px;}
	#e_conteudo .e_area_eventos .e_btn_eventos .e_titulo_btn_eventos .e_text_eventos {display: none;}
    #e_conteudo .e_area_eventos .e_btn_eventos .e_titulo_btn_eventos .fa {display: inline-block; font-size: 20px; margin-right: 20px;}
}