/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#logo img{
	height: 52px;
}
#banner{
	width: 100vw;
	height: 60vh;
	padding: 0;
}
#banner img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#topo-chamada{
	line-height: 52px;
}
#social{
	text-align: right;
}
.navbar-obpc{
	width: 100%;
}
.navbar-obpc a{
	color: #fff;
}
.navbar-obpc li:hover{
	background: rgb(14,77,48);
}
.bg-obpc{
	background: rgb(14,77,48);
	background: linear-gradient(180deg, rgba(14,77,48,1) 0%, rgba(86,147,52,1) 30%, rgba(117,173,52,1) 100%);
}
.copyright{
	font-size: 12px;
	padding: 20px;
}
#rodape{
	text-align: center;
	background: rgba(86,147,52,1);
	color: #fff;
}
.ultimos-acontecimentos{
	padding-top: 15px;
    display: table;
}
.imagem-noticia{
	width: 40%;
}
.texto-noticia{
	padding-left: 10px;
}
.navbar-toggler{
	color: #fff;
}
.margin{
	margin-top: 20px;
	margin-bottom: 25px;
}
.col-0{
	width: 0;
	padding: 0;
}
.dropdown-menu{
	background: #0e4d30;
}
.ultimos-acontecimentos{
	font-weight: 700;
    font-style: oblique;
}
.title-acontecimentos{
	font-family: Lato;
    text-decoration: underline;
    color: #06305d;
}
.link-acontecimentos{
	font-family: Lato;
    color: #06305d;
}
