@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Exo+2:700,300);

body{
	top: 0px !important;
	background-image: url(../../_images/theme/bg_gray.png);
	background-repeat: repeat-x;
	background-position:0px -75px;
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 300;
}
#image.btn-mini { font-size:inherit !important; }
img { max-width:100%; }
.logo {
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.8);*/
	width: 180px;
	height: 166px;
	margin: 0px auto 0 auto;
	background-color:;	
	background-image: url(../../_images/theme/bg_logo.png); background-repeat: no-repeat; background-position: 0 0;
}
.logo img{
	margin-top:15px;
	margin-left:25px;		
}
.header {
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 700;
	text-align:center;
}
.subheader {
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 300;
	text-align:center;	
}
#navbar .nav>li>a {
	padding: 10px 3.2px 3.2px 3px;	
}
.menu {
	font-family: 'Exo 2', Arial, sans-serif;
	font-weight: 750;
	text-align:left;
	padding-top:47px;
	float:left;
}
.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;	
}
.menu ul li {
	float:left;
	font-size:12pt;
	margin-right:7px;	
}
.link{
	padding-top:0px;	
}
.link-img{
	padding-top:6px;	
}
.menu a:link {
	color:#535353;
	text-decoration:none;	
}
.menu a:hover {
	color: #06C;
	text-decoration: none;
}
.menu a:visited {
	color: #666;
}
.tour1{
	background-image: url(../../_images/theme/bg_circle.png);
	background-repeat: no-repeat;
	height: 179px;
	width: 209px;	
		
}
.tour1 h1{
	color:#316B9C;
	font-size:6em;	
	padding-top:25px;
	font-weight:bold;
	
}
.tour1 h3{
	color:#434343;
	font-size:1.4em;	
	padding-top:0px;
	background-color:#ebebeb;
}
.tour1 h3 span{
	color:#00A4FF;
	font-weight:bold;
	background-color:#ebebeb;
}
.tour1 p{
	text-align:center;
	font-size:1.2em;	
	background-color:#ebebeb;	
}
.tour1 #bg {
	background-color:#ebebeb;	
}

.tour1 a:hover {
	text-decoration:none;	
}

.frase {
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 300;
	text-align:left;
	font-size:13pt;
	color:#000;
}
.autor {
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 700;
	font-size:13pt;
	text-align:right;
	color:#000;
}
.noticias-header {
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 700;
	text-align:left;
	color:#000;
}
.noticias-subheader {
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 300;
	text-align:left;	
	color:#333;
}
.noticias-p {
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 300;
	text-align:justify;	
	color:#979797;
}
:root {
	--noticia-home-data: 13px;
	--noticia-home-titulo: 18px;
	--noticia-home-apoio: 15px;
}
.noticias-home-lista {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
	margin-top: 15px;
}
.noticia-home-card {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	min-width: 0;
	padding: 0 0 26px;
}
.noticia-home-imagem,
.noticia-home-imagem img {
	display: block;
}
.noticia-home-imagem img {
	width: 230px;
	height: 173px;
	object-fit: cover;
}
.noticia-home-texto {
	min-width: 0;
	padding-top: 1px;
	text-align: left;
}
.noticia-home-texto time {
	display: block;
	margin: 0 0 7px;
	color: #555;
	font-size: var(--noticia-home-data);
}
.noticia-home-texto h4 {
	margin: 0;
	color: #0085c8;
	font-size: var(--noticia-home-titulo);
	font-weight: 700;
	line-height: 1.25;
}
.noticia-home-texto a:hover {
	text-decoration: none;
}
.noticia-home-texto a:hover h4,
.noticia-home-texto a:focus h4 {
	color: #006fa8;
	text-decoration: underline;
}
.noticia-home-texto p {
	margin: 10px 0 0;
	color: #4b5563;
	font-size: var(--noticia-home-apoio);
	line-height: 1.45;
}
.footer {
	background-color:#ebebeb;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.9);	
}
.links{
	margin-top:0px;
	text-align:left;
	margin-bottom:30px;
}
.links h3 {
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 700;
	text-align:left;
	color:#0160B2;
	margin-top:20px;
	font-size:13px;
}
.links ul {
	list-style-type:none;
	margin:0;	
}
.links ul li {
	font-size:11px;	
}
.links a:link{
	color: #333 !important;	
}
.links a:hover{
	color: #12AE65 !important;
	text-decoration:none;	
}
.links a:visited{
	color: #333 !important;	
}
.links a:active{
	color: #12AE65 !important;	
}
.accordion-heading h3 {
	margin:0;
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 300;
	font-size:16px;
	color: #333;
}
.rodape {
	padding:15px 0;
	background-color:#CCC;
	color:#333;
	position:absolute;
	z-index:-9999;
	width: 100%;
}
.rodape .logomini{
	text-align:center;	
}
.rodape h3{
	font-size:0.8em;
	margin:1px;	
	line-height:130%;	
}
.margin-banners {
	margin-top:30px;	
}
.margin-main {
	margin-top:25px;
	margin-bottom:25px;	
}
.margin-sublink {
	margin-top:480px;	
}
.titulo_lista {
	color:#fff;	
	font-size:10px;
}
.desc {
	color:#000;	
	font-size:10px;
}
.sliderResponsive{	
    width: 100%; 
    height: auto; 
}
.slider-wrapper {
	float:left;
	
}
.imgSlider {
	outline: 0; max-width: 100%; height: auto;
}
.tradutor {
	float:right;
	text-align:right;
	font-family:tahoma;
	font-size:11px;
	line-height:100%;
	padding:0;
}
h5 {
	font-size:14px;	
}
.badge-button {
	font-family: 'Exo 2', Arial, sans-serif;	
	font-weight: 700;
	font-size:14pt;
	padding:5px;
}

.txt13  {
	font-size:11px;	
	font-family:tahoma;
}

.submit {
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.campotexto {
	background-color: #EBEBEB;
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #006699;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.goog-te-gadget-icon {display:none;}
.goog-te-gadget-simple a {text-decoration: none !important;}
.goog-te-banner-frame.skiptranslate {display: none !important;}
#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
 display:none !important;
}

@media (max-width: 980px) {
  .margin-begin {
	margin-top: 13%;
  }
}
@media (max-width: 860px) {
	.noticias-home-lista {
		grid-template-columns: 1fr;
	}
	.noticia-home-card {
		max-width: 520px;
	}
}
@media (max-width: 520px) {
	.noticia-home-card {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-bottom: 30px;
	}
	.noticia-home-imagem img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}
}
@media (min-width: 981px) {
  .margin-begin {
	margin-top: 21%;
  }
}
@media (min-width: 1200px) {
  .margin-begin {
	margin-top: 23%;
  }
}
@media (min-width: 1280px) {
  .margin-begin {
	margin-top: 25%;
  }
}
@media (min-width: 1336px) {
  .margin-begin {
	margin-top: 28%;
  }
}
@media (min-width: 1420px) {
  .margin-begin {
	margin-top: 30%;
  }
}
@media (min-width: 1470px) {
  .margin-begin {
	margin-top: 32%;
  }
}
@media (min-width: 1533px) {
  .margin-begin {
	margin-top: 35%;
  }
}
@media (min-width: 1620px) {
  .margin-begin {
	margin-top: 38%;
  }
}
@media (min-width: 1700px) {
  .margin-begin {
	margin-top: 40%;
  }
}
@media (min-width: 1750px) {
  .margin-begin {
	margin-top: 42%;
  }
}
@media (min-width: 1800px) {
  .margin-begin {
	margin-top: 44%;
  }
}
@media (min-width: 1850px) {
  .margin-begin {
	margin-top: 46%;
  }
}
@media (min-width: 1900px) {
  .margin-begin {
	margin-top: 48%;
  }
}
