@charset "utf-8";
.logo{
	max-width:100%;
}
a:active
{
	background-color:#F30
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px;
}
.site {
	 width: 100%;
        text-align: center;
		margin: 0 auto;
}

.topnav {
	overflow: hidden;
	background-color: #990000;
}
.topnav {
	text-transform: uppercase;
}
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 13px;
	}

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

.topnav .icon {
  display: none;
}

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

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

.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: #990000;
	color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.fotonoticia {
	max-width: 100%;
	padding: 4px;
	text-align: center;
}
.fotonoticia img{
	margin:0;
	max-width: 100%;
	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: 67%;
	float: left;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
.div30 {
	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;
}

.news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 290px;
 /*
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  */
}
.tabela1200 {
	width: 1200px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	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;
}
.botaoverde {
	color: #FFF;
	background-color: #060;
	border: 1px solid #000;
	margin: 5px;
}
#conteudo a {
	color: #FFF;
	background-color: #099;
	display: inline-block;
	padding: 8px;
	box-shadow: 5px 0px 4px #cccccc;
	border-radius: 10px;
	font-size: large;
	text-decoration: none;
}
.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: #F00;
	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: 1em;
	color: #FFF;
	text-align: center;
	background-color: #900;
	padding: 5px;
	width: 100%;
	display: inline-block;
}
footer a {
	color: #FFF;
}
#topo a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: large;
	padding: 5px;
	float: right;
}
.linha {
	background-color: #C00;
	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;
}
.search-container {
  float: right;
}
.procurar {
	padding: 6px;
	margin-top: 8px;
	font-size: 16px;
	border: 1px solid #CCC;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.search-container button:hover {
  background: #ccc;
}
#arearestrita a {
	font-size: small;
	color: #666;
	text-decoration: none;
	float: right;
	display: block;
	padding: 5px;
}
@media (min-width: 900px) {

.news-card {
    height: 20rem
}
  }

.news-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);; */
      z-index: 0;
    }

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
/*     background: rgba(255,0,0,.5); */
  }

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
  }

.news-card__text-wrapper {
	position: absolute;
	bottom: 0rem;
	padding: 1rem;
	color: #F00;
	/*     background-color: rgba(0, 0, 0, 0.4); */
	transition: background-color 1.5s ease;
  }

.news-card__title {
    transition: color 1s ease;
    margin-bottom: .5rem;
  }

.news-card__post-date {
    font-size: .7rem;
    margin-bottom: .5rem;
    color: #CCC;
  }

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
  }
#noticia img {
	max-width:100%;
}
@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
      max-height: 20rem;
      opacity: 1;
    }
    .news-card:hover .news-card__text-wrapper {
      background-color: rgba(0, 0, 0, 0.6);
    }
    .news-card:hover .news-card__title {
      color: yellow;
    }
    .news-card:hover .news-card__image {
      transform: scale(1.2);
      z-index: -1;
    }
  }

.news-card__excerpt {
    font-weight: 300;
  }

.news-card__read-more {
    background: black;
    color: #bbb;
    display: block;
    padding: 0.4rem 0.6rem;
    border-radius: 0.3rem;
    margin-top: 1rem;
    border: 1px solid #444;
    font-size: 0.8rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    width: 7rem;
    margin-left: auto;
    position: relative;
    z-index: 5;
  }

.news-card__read-more i {
      position: relative;
      left: 0.2rem;
      color: #888;
      transition: left 0.5s ease, color 0.6s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

.news-card__read-more:hover i {
      left: 0.5rem;
      color: yellow;
    }
	.texto_pequeno {
	font-size: x-small;
}

@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) {
.site{
	width:100%;
	margin: 0 auto;
}
.logo{
	max-width:100%;
}
.procurar {
	width:10px;
}
	.search-container {
    float: none;
  }
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  	.fotonoticia img{
max-width: 100%;
}
.div50 {
	width:100%;
}
.div70 {
width:100%;
}
.div30 {
width:100%;
}
.tabela1200 {
	width:100%;
	text-align: center;
	}
	.tabela1300 {
	width:100%;
	text-align: center;
	}

@media screen and (max-width: 600px) {
	.tabela1200 {
	width:100%;
	text-align: center;
	}
		.tabela1300 {
	width:100%;
	text-align: center;
	}
.div70 {
width:100%;
}
.div30 {
width:100%;
}
	.div50 {
	width:100%;
}
	.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;
  }
}
