@charset "utf-8";

/* ************************************************************************************************************************************
				AGENDA DE EVENTOS
************************************************************************************************************************************ */

/* RESET DOS ESPAÇAMENTOS */
#agd_conteudo, #agd_conteudo *, #agd_conteudo *:before, #agd_conteudo *:after { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0); }
#agd_conteudo img { border: 0; margin: 0; }

/* CONTAGEM */
#agd_conteudo .agd_area_contagem { display: flex; flex: 30%; align-items: center; justify-content: end; text-align: right; }
#agd_conteudo .agd_area_contagem .agd_titulo_contagem { display: inline-block; vertical-align: middle; font-size: 13px; font-weight: 900; font-style: italic; padding: 5px 10px; }
#agd_conteudo .agd_area_contagem .agd_contagem { width: 36px; height: 36px; line-height: 36px; text-align: center; position: relative; border-radius: 100%; overflow: hidden; flex-shrink: 0; font-size: 15px; font-weight: 900; letter-spacing: -.05em; }
#agd_conteudo .agd_area_contagem .agd_contagem svg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#agd_conteudo .agd_area_contagem .agd_contagem path { transition: 1s linear, stroke .2s ease; }
/* CONTAGEM - INÍCIO */
#agd_conteudo .agd_inicio .agd_titulo_contagem { color: #279432; }
#agd_conteudo .agd_inicio .agd_contagem { background: #36ad42; color: #04611c; }
#agd_conteudo .agd_inicio .agd_contagem svg { stroke: #279432 }
/* CONTAGEM - ENCERRADA */
#agd_conteudo .agd_encerrado .agd_titulo_contagem { color: #cd5746; }
#agd_conteudo .agd_encerrado .agd_contagem { background: #cd5746; color: #851e0e; }
#agd_conteudo .agd_encerrado .agd_contagem svg { stroke: #b34534 }
/* CONTAGEM - ACABANDO */
#agd_conteudo .agd_acabando .agd_titulo_contagem { color: #e98c00; }
#agd_conteudo .agd_acabando .agd_contagem { background: #fdac32; color: #9e5113; }
#agd_conteudo .agd_acabando .agd_contagem svg { stroke: #e98c00 }
/* CONTAGEM - REGRESSIVA */
#agd_conteudo .agd_regressiva .agd_titulo_contagem { color: #117bd8; }
#agd_conteudo .agd_regressiva .agd_contagem { background: #57b1ff; color: #01559d; }
#agd_conteudo .agd_regressiva .agd_contagem svg { stroke: #248ae3; animation: agd_contagem 2s linear infinite; }
#agd_conteudo .agd_regressiva .agd_contagem path { stroke: #248ae3; animation: agd_contagem_path 3s linear infinite; }
@keyframes agd_evento_iniciado { 0%, 30% { transform: scale(1); } 35%, 38% { transform: scale(.8); } 60% { transform: scale(1.2) rotate(720deg); } 65% { transform: scale(.8) rotate(720deg); }  70%, 100% { transform: scale(1) rotate(720deg); } }
@keyframes agd_contagem { to { transform: rotate(360deg);} }
@keyframes agd_contagem_path { 0% { stroke-dashoffset:560; } 48% { stroke-dashoffset:455; } 48.001% { stroke-dashoffset:420; } 99.999% { stroke-dashoffset:310; } 100% { stroke-dashoffset:480; } }

@media (min-width: 1000px) {
	#agd_conteudo .agd_acabando .agd_contagem .swfa,
	#agd_conteudo .agd_inicio .agd_contagem .swfa { will-change: transform; animation: agd_evento_iniciado 5s ease infinite; }
}

/* ************************************************************************************************************************************
				LISTAGEM
************************************************************************************************************************************ */
#agd_conteudo .agd_area_listagem { font-size: 0; }

/* CALENDÁRIO */
#agd_conteudo .agd_area_calendario_agenda { background: #f5f6f7 url("/imgcomum/agd_bg_calendario.svg") fixed; background-size: 330px; border: solid 1px #f0f1f2; border-radius: 4px; padding: 10px; margin-top: 20px; margin-bottom: 100px; font-size: 0 }
#agd_conteudo .agd_area_calendario_agenda .agd_area_info_agenda { width: 55%; display: inline-block; vertical-align: top; padding: 20px; }
#agd_conteudo .agd_area_calendario_agenda .agd_area_info_agenda .agd_titulo_agenda { font-size: 22px; color: #45454b; }
#agd_conteudo .agd_area_calendario_agenda .agd_area_info_agenda .agd_descricao_agenda { line-height: 2em; font-size: 13px; color: #56565b; margin-top: 17px; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda { width: 45%; display: inline-block; vertical-align: top; padding: 0 20px; }
/* SW CALENDÁRIO */
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario { max-width: 440px; margin-bottom: -80px; }
/* NAVEGAÇÃO */
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_navegacao_calendario { border: 0; padding: 10px; text-align: center; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_navegacao_calendario { border: 0; padding: 10px; text-align: center; }
/* SELECT */
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_navegacao_calendario.sw_nav_select select { height: 34px; padding: 0 10px; margin: 3px; border: solid 1px #ebeced; border-radius: 6px; background: #fff; font-size: 13px; color: #0c78c5; font-weight: 900; }

/* DIAS */
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_area_dias_calendario { background: #fff; box-shadow: 0 10px 15px -2px rgba(0,0,0,0.075); border-radius: 6px; padding: 15px; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_area_dias_calendario li { height: 40px; line-height: 40px; }
/* SEMANA */
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_semana_calendario { background: none; padding: 5px; padding-top: 0; border-bottom: solid 1px #e3e4e5; margin-bottom: 10px; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_semana_calendario .sw_dia_semana { color: #45454b; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_semana_calendario li:first-child .sw_dia_semana { color: #dc2330; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_semana_calendario li:last-child .sw_dia_semana { color: #0c78c5; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario { background: none; }
/* DIA */
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia { font-size: 13px; color: #444; cursor: default; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia span { min-width: 28px; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia span:before { width: 28px; height: 28px; border-radius: 50%; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia_atual { font-weight: 900; color: #0082de; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia_atual span:before { background: rgba(0,0,0,0.05); }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia_nulo { opacity: .25; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia_postagem span { color: #fff; cursor: pointer; font-weight: bold; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia_postagem span:before { background: #0f65a2; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia_postagem span:hover:before,
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia_postagem.active span:before { background: #0081d6; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_dias_mes_calendario .sw_dia_postagem span:active:before { transform: scale(.9); }
/* CARREGANDO */
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_carregando_calendario { background: #fff; box-shadow: 0 0 25px rgba(0,0,0,0.05); border-radius: 5px; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_carregando_calendario div { font-weight: 900; }
#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario .sw_carregando_calendario div .swfa { color: #0081d6; }

@media (max-width: 800px) {
	#agd_conteudo .agd_area_calendario_agenda  { margin-bottom: 30px; }
	#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda,
	#agd_conteudo .agd_area_calendario_agenda .agd_area_info_agenda { width: auto; display: block; padding: 0; }
	#agd_conteudo .agd_area_calendario_agenda .agd_area_info_agenda { padding: 10px; padding-bottom: 0; }
	/* SW CALENDÁRIO */
	#agd_conteudo .agd_area_calendario_agenda .agd_calendario_agenda .sw_calendario { margin-bottom: 0; }
}


/* BUSCA */
#agd_conteudo .sw_area_busca .agd_campos_periodo { display: none; }
#agd_conteudo .sw_area_busca .form_descricao { width: 50%; width: calc(100% - 485px); }
#agd_conteudo .sw_area_busca .form_categoria { width: 20%; width: 225px; }
#agd_conteudo .sw_area_busca .form_data_inicial,
#agd_conteudo .sw_area_busca .form_data_final { width: 15%; width: 130px; }
#agd_conteudo .sw_area_busca .form_situacao { width: 100%; margin: 1% 0; }
#agd_conteudo .sw_area_busca .sw_form_btn_buscar { display: block; width: 80%; max-width: 300px; margin: auto; margin-top: 10px; }

@media (max-width: 800px) {
	#agd_conteudo .sw_area_busca .form_descricao { width: 100%; }
	#agd_conteudo .sw_area_busca .form_categoria { width: 50%; }
	#agd_conteudo .sw_area_busca .form_data_inicial,
	#agd_conteudo .sw_area_busca .form_data_final { width: 25%; }

}
@media (max-width: 600px) {
	#agd_conteudo .sw_area_busca .form_categoria { width: 100%; }
	#agd_conteudo .sw_area_busca .form_data_inicial,
	#agd_conteudo .sw_area_busca .form_data_final { width: 50%; }
}


/* LISTAGEM */
#agd_conteudo .agd_area_listagem_eventos .agd_evento { margin-bottom: 30px; }
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_cont_evento { position: relative; }
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem { width: 230px; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; background: #111; }
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem img { position: absolute; top: 0; left: 0; z-index: 0; }
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem img:first-child { object-fit: contain; transform: scale(1.2); opacity: 0; z-index: 1; }
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem .agd_calendario_evento_listagem { width: 50px; position: absolute; left: 15px; bottom: 15px; z-index: 2; background: #fff; border-radius: 4px; padding: 7px; font-size: 20px; color: #47474b; text-align: center; text-transform: uppercase; font-weight: 500; }
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem .agd_calendario_evento_listagem strong { font-weight: 900; letter-spacing: -.025em; }
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem .agd_calendario_evento_listagem span { font-size: .5em; letter-spacing: .1em; display: block; }
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_cont_evento .agd_nome_evento { margin: 0; }
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_info_evento_listagem { margin-left: 230px; padding-left: 5px; }
/* #agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_info_evento_listagem .agd_categoria_evento .swfa { color: #fff; } */
#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_titulo_contagem_listagem { min-height: 40px; display: flex; flex: 100%; align-items: center; justify-content: space-between; padding: 5px; margin-bottom: 10px; }


@media (min-width: 1000px) {
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem img { will-change: transform, filter; transition: .25s ease; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem:hover img { filter: blur(6px) brightness(.9); opacity: .8; transform: scale(1.2); }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem:hover img:first-child { filter: none; opacity: 1; transform: scale(1); }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem .agd_calendario_evento_listagem { transition: .5s cubic-bezier(0.41, 0.36, 0.01, 1.32); }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem:hover .agd_calendario_evento_listagem { transform: translate(-150%, 150%); }
}
@media (max-width: 600px) {
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_cont_evento { padding: 0; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_titulo_contagem_listagem { flex-direction: column; align-items: center; margin-bottom: 5px; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_cont_evento .agd_nome_evento { text-align: center; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_titulo_contagem_listagem .agd_area_contagem { flex-direction: column; margin-top: 10px; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_titulo_contagem_listagem .agd_area_contagem .agd_contagem { order: -1; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem { width: auto; height: auto; position: relative; padding-top: 50%; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem img { filter: blur(6px) brightness(.9); opacity: .8; transform: scale(1.2); }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_img_evento_listagem img:first-child { filter: none; opacity: 1; transform: scale(1); }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_info_evento_listagem { margin-left: 0; padding: 15px; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_info_evento_listagem .agd_cont_info_evento  {padding: 10px 15px; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_info_evento_listagem .agd_descricao_evento { display: none; }
	#agd_conteudo .agd_area_listagem_eventos .agd_evento .agd_area_info_evento_listagem .agd_data_evento { margin: 7px 0; }
}


/* ************************************************************************************************************************************
				INTERNA
************************************************************************************************************************************ */
#agd_conteudo .agd_area_agenda_interna { padding-top: 20px; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento { text-align: center; display: -webkit-flex; justify-content: space-between; gap: 20px; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_cont_info_evento { font-size: 0; text-align: left; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_area_titulo_evento { font-size: 0; display: -webkit-flex; align-items: center; margin-bottom: 15px; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_area_titulo_evento .agd_calendario_evento { width: 50px; background: #0f65a2; border-radius: 4px; padding: 7px; font-size: 20px; color: #fff; text-align: center; text-transform: uppercase; font-weight: 500; margin-right: 15px; flex-shrink: 0; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_area_titulo_evento .agd_calendario_evento strong { font-weight: 900; letter-spacing: -.025em; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_area_titulo_evento .agd_calendario_evento span { font-size: .5em; letter-spacing: .1em; display: block; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_area_titulo_evento .agd_titulo_evento { font-size: 17px; color: #35353b; display: inline-block; vertical-align: middle; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_resumo_evento { font-size: 13px; color: #75757b; line-height: 1.75em; margin-bottom: 15px; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_area_contagem { justify-content: start; text-align: left; }
/* INFO */
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_info_evento { font-size: 0; margin: 15px 0; display: flex; align-items: center; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_info_evento .swfa { width: 32px; height: 32px; line-height: 32px; background: #e8e9eb; border-radius: 100%; flex-shrink: 0; font-size: 14px; color: #414548; text-align: center; vertical-align: middle; margin-right: .75em; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_info_evento div { display: inline-block; vertical-align: middle; font-size: 13px; color: #56565b; }
#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_info_evento div strong { font-weight: 900; font-size: 15px; color: #414548; margin-right: .15em; }
/* #agd_conteudo .agd_area_agenda_interna .agd_area_info_evento .agd_info_categoria .swfa { color: #fff; } */

/* FOTOS */
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento { width: 420px; display: inline-block; flex-shrink: 0; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_area_slide_fotos { border: solid 7px #fff; border-radius: 4px; background: #ebeced; box-shadow: 0 3px 15px -2px rgba(0,0,0,0.15); margin-right: 20px; position: relative; z-index: 1; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_img_evento { position: relative; padding-top: 75%; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_img_evento img { position: absolute; top: 0; left: 0; object-position: center 25%; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_img_evento .swfa { width: 70px; height: 70px; line-height: 70px; text-align: center; background: #333; background: rgba(0,0,0,0.65); font-size: 20px; color: #fff; position: absolute; top: 50%; left: 50%; margin-left: -35px; margin-top: -35px; border-radius: 100%; transform: scale(.8); opacity: 0; transition: .15s ease; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_img_evento:hover .swfa { transform: scale(1); opacity: 1; }
/* SETAS */
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_seta { width: 40px; height: 40px; line-height: 40px; color: #fff; background: none; border: 0; border-radius: 100%; text-align: center; opacity: 1; transition: .2s ease; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_seta:hover { background: rgba(0,0,0,0.25); }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_seta .swfa { font-size: 18px; line-height: inherit; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_seta:hover { opacity: 1; transition: 0.1s; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_seta:active { background: rgba(0,0,0,0.75); color: #fff; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_seta.sw_slider_anterior { left: 15px; box-shadow: none; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_seta.sw_slider_posterior { right: 15px; box-shadow: none; }
/* SETAS DESATIVADAS */
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_lmt.limit_l .sw_slider_anterior,
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_lmt.limit_r .sw_slider_posterior { opacity: .2; background: none; color: #fff; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .sw_slider_lmt.limit_l.limit_r .sw_slider_seta { opacity: 0; visibility: hidden; }
/* THUMBNAILS */
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_area_thumbnails { text-align: center; background: #ebeced; margin-top: -190px; padding: 20px; padding-top: 205px; border-radius: 6px; position: relative; z-index: 0; margin-left: 20px; padding-right: 35px; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_area_thumbnails .agd_thumbnail { width: 34px; height: 34px; display: inline-block; vertical-align: middle; margin: 3px; border-radius: 100%; overflow: hidden; filter: grayscale(1); cursor: pointer; transition: .15s ease; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_area_thumbnails .agd_thumbnail img { object-position: center 25%; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_area_thumbnails .agd_thumbnail:hover { opacity: .8; }
#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_area_thumbnails .agd_thumbnail.ativo { transform: scale(1.25); filter: none; margin: 3px 10px; opacity: 1; }
@media (max-width: 800px) {
	#agd_conteudo .agd_area_agenda_interna .agd_area_info_evento { flex-direction: column; }
	#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento { width: auto; display: block; }
	#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_area_slide_fotos { margin: 0; }
	#agd_conteudo .agd_area_agenda_interna .agd_area_fotos_evento .agd_area_thumbnails { border-radius: 0; padding-left: 10px; padding-right: 10px; margin-left: 0; box-shadow: -50vw 0 0 #ebeced, 50vw 0 0 #ebeced; }

}

/* DESCRIÇÃO */
#agd_conteudo .agd_area_agenda_interna .agd_area_descricao_evento { margin: 30px 0; }
#agd_conteudo .agd_area_agenda_interna .agd_area_descricao_evento .agd_descricao { font-size: 14px; color: #75757b; line-height: 1.5em; }


/* MAPA */
#agd_conteudo .agd_area_agenda_interna .agd_area_mapa_evento { margin-top: 40px; }
#agd_conteudo .agd_area_agenda_interna .agd_area_mapa_evento .agd_mapa_evento { padding-top: 30%; position: relative; }
#agd_conteudo .agd_area_agenda_interna .agd_area_mapa_evento .agd_mapa_evento iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 0; border-radius: 4px; }
@media (max-width: 800px) {
	#agd_conteudo .agd_area_agenda_interna .agd_area_mapa_evento .agd_mapa_evento { padding-top: 80%; }
}