@import url(https://fonts.googleapis.com/css?family=Droid+Sans|Roboto|Roboto+Slab|Open+Sans|Oswald|Open+Sans+Condensed:300|f&display=swap);
/*@import url(https://fonts.googleapis.com/css?family=Droid+Sans|Roboto|Open+Sans|Oswald|Open+Sans+Condensed:300);*/

/** Boxes da Capa */
.box-welcome fieldset {
    border: 2px solid #CCC;
    padding: 0 8px 10px;
    float:left; 
    margin-right: 10px;
}

.box-welcome legend {
    color: #555;
    font-size: 1.5em;
    padding: 0 6px;
}

.box-noticias fieldset {
    border: 2px solid #CCC;
    padding: 0 8px 10px;
    float:left; 
    margin-right: 10px;
}

.box-noticias legend {
    color: #555;
    font-size: 1.5em;
    padding: 0 6px;
}

.box-welcome.right fieldset {
	padding: 2px 5px;
	margin-bottom: 10px;
}

.box-welcome.right legend {
	font-size: 1.1em;
}

.boxContador {
	border-radius:5px 5px 5px 5px;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	border: 1px solid #c1c1c1;
    background-color: #F1F1F1;
    margin-bottom: 10px;
    padding: 10px;
}

.boxContador h2 {
	font-size: 1.2em;
	color: #555;
}

.boxContador {
	font-size: 1.1em;
}

.boxMainTopRight {
	float: right;
}

.boxButton {
	border-radius:5px 5px 5px 5px;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	display:inline-block;
	background-color: #F1F1F1;	
    border: 1px solid #c1c1c1;
    margin-bottom: 10px;
    padding: 10px;
	font-size: 1.5em;
	color: #555;
	text-decoration: none;
	font-family: Verdana;
}

.boxButton:hover {
	background-color:#e1e1e1;
	text-decoration: none;
	color: #333;
}

.boxButton img {
	vertical-align: top;
	margin-right: 10px;
	float: left;
	border: 0;
}

.capa.boxButton {}

/** Definições do Layout **/
html, body {
	height: 100%;
}

body {
	background: #e6eef0;
	font-family: Open Sans !important;
	font-size: 14px;
	line-height: 1.9em;
}

.lang-link img {
	border-color: #fff!important;
}

.lang-link.selected img {
	border-color: #000!important;
}

#site {
	width: 970px;
	margin-top: 20px!important;
}

.centro {
	margin: auto!important;
	float: inherit!important;
}

.clear {
	width: 100%;
	clear: both;
	display: block;
}

/* Cabeçalho */
#cabecalho {
	margin: -10px 0 0;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
	
	#logo-evento {
		 
	}
	
	#titulo-evento {
		font-weight: bold;
		font-size: 22px;
		color: #fff;
		text-align: left;
		text-transform: uppercase;
		margin: 6px 0 18px 5px;
		display: none;
	}
	
	#data-evento {
		text-align: right;
	}
	
	.topo-titulo, .topo-descricao {
		font-family: 'Oswald',sans-serif;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 1.30em;
		margin: 5px 0;
	}
	
	#data-evento .topo-titulo {
		font-weight: normal;
	}
	
	.topo-descricao { 
		font-size: 17px;
		font-weight: normal;
	}
	
	#data-evento .topo-descricao {
		font-size: 15px;
	}
	
	#flags {
		text-align: right;
	}

#shadow {
	background: none repeat scroll 0 0 #e6eef0;
    /* box-shadow: 0 0 15px #333; */
    padding: 0 15px 0 15px;
}
	
/* Menu Superior */
#menu-superior, #menu-superior .widget-menu {	
    position: relative;
	display: table;	
}
#menu-superior, #menu-superior-dropdown {
    width: 970px !important;
    margin: 0 0 10px -15px;
	background: none repeat scroll 0 0 #f84a57;
}
	#menu-superior ul {
		list-style: none;
		display: table-row;
		margin: 0;
	}
	#menu-superior li {
		display: table-cell;
		padding: 13px 15px;
    	text-align: center !important;
    	position: relative;
	}	
	#menu-superior-dropdown ul ul {
		margin-top: 13px;
	}
	#menu-superior-dropdown ul ul li {
		border-top: 1px solid #ee3e57;
		padding: 9px 16px;
	}
	#menu-superior li {
		display: table-cell;
	}
	#menu-superior li, #menu-superior-dropdown li {
		padding: 13px 16px;
    	text-align: left;
		background: #f84a57;
	}
	
	#menu-superior li a,
	#menu-superior-dropdown li a {
		color: #fff;
	    font-family: Arial, 'Trebushet MS', sans-serif;
	    font-size: 16px;
	    font-weight: normal;
	    letter-spacing: 0px;
    	text-decoration: none;
	}
	#menu-superior li a {
	    letter-spacing: 1px;
	}	
	
	#menu-superior li a.selected, #menu-superior li a:hover,
	#menu-superior-dropdown li a.selected, #menu-superior-dropdown li a:hover{
		color: #c6d9e2;
	}

/* Menu dropdown ANPEPP */
#menu-superior-dropdown-anpepp .widget-menu {
	width: 940px !important;
    margin: 0 0 5px 0;
	background: none repeat scroll 0 0 #fff;
	display: table;
	text-align: center;
}
#menu-superior-dropdown-anpepp ul {
	display: table-row;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-superior-dropdown-anpepp li {
	display: table-cell;
	position: relative;
	padding: 20px 16px;
	text-align: center;
	position: relative;
	background: #ffffff;
}
#menu-superior-dropdown-anpepp ul li ul > li { 
	display: block;
	background: #BBDCEB;
	text-align: left;
}
#menu-superior-dropdown-anpepp ul li ul > li:hover {
	background: #fff;
	color: #000;
}
#menu-superior-dropdown-anpepp ul ul {
	position: absolute;
	left: 0;
	z-index: 999999;
	margin-top: 13px;
}
#menu-superior-dropdown-anpepp ul ul li {
	border-top: 1px solid #ffffff;
	padding: 9px 16px;
}
#menu-superior-dropdown-anpepp a {
	color: black;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
	text-decoration: none;
}
#menu-superior-dropdown-anpepp ul ul li {
	padding-left: 26px;
}

#menu-superior-dropdown-anpepp ul ul ul li {
	top: -45px !important;
	left: 42px !important;
}

#menu-superior-dropdown-anpepp li a.selected, #menu-superior-dropdown-anpepp li li a:hover{
	background: #fff;
	color: #EE314D;
}

/* Corpo */
#corpo {
	position: relative;
	*position: inherit;
}
	
	/* Menu da Esquerda */
	#menu-esquerda {
		font-size: 16px;
	}
	
	#menu-esquerda ul {
		list-style: none;
		margin: 0 10px 0 0;
        background-color: #3d8e8b;
	}
	
	#menu-esquerda ul li {
		display: block;
		position: relative !important;
		background-color: #409592;
		font-size: 16px;
		text-transform: uppercase;
	}

	#menu-esquerda ul ul li {
		display: block;
		position: relative !important;
		background-color: #94bcb4;
		font-size: 16px;
	}

	#menu-esquerda li {
		border-bottom: 2px solid #3d8e8b;
	}

	#menu-esquerda li li {
		border-bottom: 1px solid #304871;
	}
	#menu-esquerda ul ul li:last-child {
		border-bottom: none transparent;
	}
	
	#menu-esquerda li a {
		display: block; 
		padding: 10px 20px 10px 20px;
		font-family: Roboto Slab;
		font-weight: normal;
		font-size: 90%;
		text-decoration: none;
		text-align: right;
		color: white;
	}

	#menu-esquerda li li a {
		display: block;
		padding: 5px 15px 5px 20px;
		text-decoration: none;
		text-align: right;
		font-size: 80%;
		color: #144f56;
	}

	#menu-esquerda li :hover {
		background-color: #304871;
	}
	
	#menu-esquerda li a.selected, #menu-esquerda li a:hover {
		background-color: #304871;
		color: white;
	}

	#menu-esquerda li li a.selected, #menu-esquerda li li a:hover {
		background-color: #94bcb4;
		color: darkblue;
	}
	
	#menu-esquerda li ul {
		margin: 0;
		font-size: 90%;
		list-style: disc outside none;
	}
	
	#menu-esquerda-spacer {
		margin-right: 0;
		border-right: 0px solid #CCC;
	}
	
	/* Box de newsletter */
	#box-newsletter {
	    margin: 10px 15px 0 0;
	    font-size: 80%;
	    width: 190px;
	    padding: 10px;
	    background-color: #72a6bb;
		font-family: Roboto;
		color: #FFF;
	}
	#box-newsletter b {
		font-weight: normal;
	}
	
	#box-newsletter h4,
	#box-search h4 {
		font-size: 16px;
	}
	
	/* Conteúdo */
	#conteudo{
		padding: 0px 10px 10px 10px;
		background: #FFF;
	}
	#conteudo.site-capa {
		background: transparent;
		padding: 1px 0 1px 20px;
	}
	
	#conteudo-spacer #grid-third-col {
		margin-right: -10px;
	}
	
	.box-welcome fieldset, .box-noticias fieldset {
		margin-bottom: 15px;
	}
	
/* Rodapé */
#rodape {
	position: relative;
	margin-top: 20px;
}

	/* Banners da capa */
	.banner-capa {}
	
	.banner-capa .titulo {
		font-size: 14px;
		font-stretch: semi-condensed;
		font-variant: small-caps;
		font-weight: normal;
		font-family: 'Oswald',sans-serif;
		text-align: center;
	}

	#banner-topo-anpepp2019 {
		width: 720px;
		margin: 2px 0 8px 220px;
		background-color: white;
	}
	
/* Desenvovido */
#desenvolvido {
	text-align: center;
	text-decoration: none !important;
	margin: 4px 8px;
	display: block;
	font-size: 14px;
	color: black;
}
#desenvolvido a {
	color: dodgerblue;
	text-decoration: none !important;
}
.bigbutton{
	font-size: 20px!important;
}

.simple-collapsible {
	background: #fff !important;
	border-radius: 0px !important;
}
.simple-collapsible h3 {
	background: #eee !important;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 5px 20px;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
}
.simple-collapsible div.txtcontent {
	padding: 0 10px 15px;
}

.widget.box-noticias .widget-title img,
.widget.box-agenda .widget-title img {
	display: none !important;
}
#search-box-title,.widget.box-noticias .widget-title,
.widget.box-agenda .widget-title {
	font-weight: normal;
	color: red;
	font-size: small !important;
	text-transform: uppercase;
	border-bottom: 1px solid;
}
#search-box-title, #box-newsletter-title {
	border-bottom: 0;	
}
.widget.box-noticias .detail a,
.widget.box-agenda .bloco-agedamento a {
	text-decoration: none !important;
	font-weight: normal;
}

#box-search {
    margin: 10px 15px 0 0;
    font-size: 80%;
    width: 190px;
    padding: 10px;
    background-color: #72a6bb;
}

#box-newsletter .form_label {
	color: #FFF;
}
#box-newsletter input[type="submit"],
#box-search input[type="submit"] {
	font-size: 13px !important;
}
#box-newsletter #enviar2 {
	border: none transparent!important;
	background: #EE314D;
	border-radius: 2px;
	color: #FFF!important;
	text-shadow: none;
	padding: 8px 10px!important;
}
#search-box-title {
	color: white;
	font-size: large;
	text-align: center;
}
#box-newsletter-title {
	color: white;
	font-size: x-large;
	text-align: center;
	padding: 10px 0;
}
.col-4.cssep.widget.button.blue {
	margin-left: 10px !important;
	width: 162px !important;
}
.col-4.widget.box.box-login {
	margin-left: 10px !important;
	width: 162px !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	background: #FFF;
}
#conteudo-spacer {
	margin: 10px 20px;
}
#conteudo.site-capa #conteudo-spacer {
	margin: 0;
}

#conteudo-spacer div.first.col-15 div.col-4.banner {
	width: 192px!important;
	margin-left: 45px!important;
	padding: 0!important;
}

#conteudo-spacer div.first.col-15 .col-4.cssep.widget.button {
	width: 172px!important;
	margin-left: 45px!important;
}

.menu-em-vermelho {
	color: #CE1E37 !important;
}

#vboletins {
	margin-left: 15px;
	height: 26px;
	background: url('img/vboletins.jpg') no-repeat;
	padding-left: 40px;
}
div.anpepp2019-widget {
	padding: 30px 50px 30px 70px!important;
	margin-bottom: 15px;
	background-color: #FFF;
}
div.anpepp2019-custom .txtConteudo {
	padding-left: 0;
}
#conteudo.site-capa .widget.widget-widget .col-6.banner table {
	margin: auto;
	width: 100%;
	float: none!important;
}

.anpepp2019-custom.anpepp2019-widget.anpepp2019-185 {
	background: #FFF url('img/icon-box-apresentacao.png') no-repeat 0px 10px;
	min-height: 317px;
}
.anpepp2019-noticias {
	background: #FFF url('img/icon-box-noticias.png') no-repeat 0px 10px;
}
div.anpepp2019-boletins {
	background: #4a7d92 url('img/vboletins.jpg') no-repeat 25px 30px;
}

.anpepp2019-boletins a {
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	font-size: 16px;
}
.anpepp2019-noticias {
	color: #747474;
}
.anpepp2019-noticias h1 h2 h3 h4 h5 h6 {
	color: #f1304d;
}

.anpepp2019-noticias a {
	color: #747474;
	text-decoration: none;
	font-weight: lighter;
	font-size: 14px;
}
.anpepp2019-noticias-detail {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
	color: #f1304d;
	font-size: 14px;
	margin-bottom: 0px;
}
.anpepp2019-boletins-detail {
	box-sizing: border-box;
	padding: 15px 0 15px 0;
    display: inline-block;
    width: 257px;
}
.anpepp2019-boletins-detail.odd {
	border-right: 1px solid #FFF;
	margin-right: 60px;
}

#conteudo .buttonDype,
.anpepp2019 a.buttonDype[title="Imprimir"] {
	border: 0;
	text-decoration: none;
	border-radius: 2px;
	box-shadow: none;
	padding: 8px 10px!important;
	font-weight: normal!important;
}
.anpepp2019 a.buttonDype[title="Imprimir"] {
	background: transparent;
}
#conteudo .buttonDype.anpepp {
	background: #2d6f8a;
}

.form_label {
	font-weight: normal!important;
	color: #3F557A !important;
}
#addthis {
	margin: 15px 0;
}
.addthis_toolbox {
	font-size: 48px!important;
}
.addthis_toolbox span,
.addthis_toolbox svg {
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	border-radius: 20px!important;
}