@charset "utf-8";
html{
   scroll-behavior: smooth;
}
body {
	font-family: 'Quicksand', sans-serif;
	margin: 0px;
	background-color: #030;
}
.site {
	 width: 100%;
        text-align: center;
}

.topnav {
	overflow: hidden;
	background-color: #063;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.active {
	background-color: #009933;
	color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #090;
	color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
#topo_mobile  {
	display:none
}
.dropdown:hover .dropdown-content {
  display: block;
}
.fotonoticia img{
	width: 400px;
	float:left;
	padding:4px
}
.div50 {
	width:50%;
	float:left;
	 animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.div70 {
	width:70%;
	float:left;
	 animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.div30 {
	width:30%;
	float:left;
	 animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.div25 {
	width:25%;
	float:left;
	 animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.div25 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.div25 img:hover  {
	opacity: .5;
}
.div33 {
	width:33%;
	float:left;
	 animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0.5rem;
}
.tabela1200 {
	width: 1200px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tabela1300 {
	width:1300px;
	text-align: center;
	 margin: 0 auto;
}
.bordatracobaixo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.fa {
  padding: 2px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 20%;
}
.fab {
  padding: 2px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 20%;
}
.fas {
  padding: 2px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 20%;
}
.fa-facebook-f {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube-square {
  background: #bb0000;
  color: white;
}

.fa-print {
  background: #125688;
  color: white;
}
.fa-whatsapp {
  background: #00a651;
  color: white;
}
a {
	color: #600;
	text-decoration: none;
}
.linhavermelha {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.textobranco {
	font-size: small;
	color: #FFF;
	text-decoration: none;
}
footer {
	line-height: 1.5em;
	color: #FFF;
	text-align: center;
	background-color: #030;
	padding: 5px;
	width: 100%;
	display: inline-block;
}
.linha {
	background-color: #060;
	height: 6px;
	width: 100%;
}
.slug {
	background-color: #d8d8d8;
	background-image: url(../imagens/slug.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 80px;
	padding-top: 10px;
	padding-left: 70px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #C00;
	color: #FFF;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
#padrao01 {
	color: #FFF;
	text-decoration: none;
	/* The image used */
	background-image: url(../imagens/fundo02.jpg);
	/* Full height */
	height: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
#padrao01 a {
	color: #FFF;
	text-decoration: none;
	border-radius: 10px;
	background-color: #030;
	display: block;
	width: 100px;
	text-align: center;
	font-size: small;
}
#padrao01 a:hover {
	color: #FFF;
	text-decoration: none;
	border-radius: 10px;
	background-color: #090;
}
#padrao02 {
	color: #FFF;
	text-decoration: none;
	/* The image used */
	background-image: url(../imagens/fundo01.jpg);
	/* Full height */
	height: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
#padrao03 {
	color: #FFF;
	text-decoration: none;
	/* The image used */
	background-image: url(../imagens/fundo04.jpg);
	/* Full height */
	height: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
#padrao04 {
	color: #FFF;
	text-decoration: none;
	/* The image used */
	background-image: url(../imagens/fundo03.jpg);
	/* Full height */
	height: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.texto {
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	font-size: large;
	text-align: justify;
	height: 400px;
	overflow: auto;
}
.texto_centralizado {
	display: block;
	width: 100%;
	line-height: 1.5em;
	font-size: x-large;
	text-align: center;
}
.botaoverde {
	color: #FFF;
	background-color: #060;
	border: 1px solid #000;
	margin: 5px;
}
#noticias a {
	color: #000;
}
#assinatura {
	margin-top: 10px;
}
#conteudo img {
	max-width:100%;
}
#conteudo iframe {
	max-width:100%;
}
#noticia img {
	max-width: 100%;
	padding: 2px;
}
#noticia iframe {
	max-width:100%;
	width:auto;
}
.temas{
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-auto-rows: minmax(25px, auto);
	text-align: center;
	color: #000;
  margin-bottom:10px;
  margin-top:10px
}
.tema {
	margin: 10px;
	background-color: #F0FFF0;
	border: 1px solid #093;
	font-weight: bold;
	padding: 5px;
}

.tema:hover {
	background-color: #FFFFCC;
}
.acoes {
	margin: 10px;
	background-color: #F0FFF0;
	border: 1px solid #093;
	font-weight: bold;
	padding: 5px;
}

.acoes:hover {
	background-color: #FFFFCC;
}
.numero {
	background-color: #006600;
	border-radius: 25%;
	color: #FFF;
	height: 20px;
	width: 24px;
	float: right;
}
@media (min-width: 900px) {
#noticia img {
	max-width:100%;
}
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
	float: right;
	display: block;
	color: #FFF;
  }
  	.fotonoticia img{
max-width: 100%;
}
.div50 {
	width:100%;
}
.div70 {
width:100%;
}
.div30 {
width:100%;
}
.div25 {
width:50%;
}
.div33 {
width:100%;
}
.tabela1200 {
	width:100%;
	text-align: center;
	}
	.tabela1300 {
	width:100%;
	text-align: center;
	}
#topo  {
	display:none
}
#topo_mobile  {
	display:inline
}
	.tabela1200 {
	width:100%;
	text-align: center;
	}
		.tabela1300 {
	width:100%;
	text-align: center;
	}
	.fotonoticia img{
max-width: 100%;
}
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  #conteudo img {
	max-width:100%;
}
#conteudo iframe {
	max-width:100%;
}
.temas{
	grid-template-columns: repeat(1, auto);
}
}
