@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*{
	font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: 'Antenna-Black';
    src: url('../fonts/Antenna-Black.eot');
    src: url('../fonts/Antenna-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Antenna-Black.woff') format('woff'),
         url('../fonts/Antenna-Black.ttf') format('truetype'),
         url('../fonts/Antenna-Black.svg#Antenna-Black') format('svg');
font-weight: bold;font-style: normal;}

p{
	color: #474747;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Antenna-Black';
}

body{
	background: rgb(212,233,207);
	background: -moz-linear-gradient(top,  rgba(212,233,207,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(212,233,207,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(212,233,207,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(212,233,207,1) 100%);
	background: linear-gradient(to bottom,  rgba(212,233,207,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(212,233,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e9cf', endColorstr='#d4e9cf',GradientType=0 );
}

.logo{
	margin: 25px 0;
	float: left;
}

/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		
 
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#menu ul li{ 
	float:left; 
	height: auto; 
	position: relative;
}

#menu ul li a{ 
	font-size: 16px; 
	display: block; 
	height: auto;  
	padding: 0px 10px; 
	line-height: 47px; 
	color:#292828; 
	text-decoration: none;
	border-radius: 7px;
} 

#menu ul li a:hover{ 
	background: #0084d1;
	color: #fff;
}  

#menu ul.nav-right{
	float: right;
}

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 50px; left:0px; display: none; width:195px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:195px; background:#027f01; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; padding: 8px 10px; font-size:15px; background: #027f01; border-bottom:1px dotted #fff;}
#menu li ul li a:hover{background: #025601;}
#menu li ul li:last-child a{border-bottom: none;}
 
@media only screen and (min-width: 1200px) { 
	#menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; background: #0084d1; width: 100%; padding: 5px 0; }
	#menu.nav-fixed ul{ display: block; margin: 0 auto; float: none; max-width: 820px; }
	#menu.nav-fixed ul a{line-height: 50px; color: #fff;}
	#menu.nav-fixed ul a:hover{background: #fff; color: #0084d1;}
} 

.tit, 
.page-header h2{
	color: #7b1314;
	font-size: 30px;
	border-bottom: 1px solid #50bf59;
	margin-bottom: 25px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.noticiahome time{
	font-size: 15px;
	color: #055333;
	margin-bottom: 5px;
	display: block;
}


.noticiahome img,
.img-100{
	width: 100%;
}

.noticiahome h3{
	color: #780b0b;
	font-size: 22px;
	margin: 15px 0;
}

.leia{
	color: #055333;
}

.card-home{
	border-radius: 15px;
	margin-top: 10px;
	display: block;
	margin-bottom: 25px; 
	min-height: 250px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

.card-home h3{
	font-size: 18px;
	color: #780b0b;
	border-left: 1px solid #50bf59;
	padding-left: 5px;
}

.audio{
	margin: 10px 0;
	width: 100%;
}
.card-home a{
	font-weight: bold;
	color: #000;
}


.desc{
	color: #780b0b;
	font-size: 18px;
}

.zoom{display: block; text-align: center; width: 100%; overflow: hidden;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}

.marcas {
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    height: 200px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

 .marcas img{
 	display: block;
 	margin: 0 auto;
 	max-width: 80%;
 }

 .noticia{
 	border-bottom: 1px dotted #6a0d0e;
 	margin-bottom: 25px;
 	padding-top: 10px;
 }

 .noticia h4,
 .noticia h4 a{
 	color: #3b6a19;
 	font-size: 20px;
 	font-family: 'Roboto', sans-serif;
 }

 .noticia p,
 .noticia p a{
 	color: #434343;
 }

 .pagination .active a.page-link{
 	background: #d34e03;
 	border-color: #d34e03;
 }

 .pagination a.page-link{
 	color: #d34e03;
 }

 .btn-volta{
 	background: #8e0407;
 	color: #fff;
 }

 .btn-volta:hover{
  	background: #340100;
  	color: #fff;
  }

.cabecalho h2{
	color: #8e0407;
	font-size: 22px;
	margin-bottom: 5px;
}

.cabecalho time{
	color: #737373;
}

 #form input{
 	height: 45px;
 	border:1px solid #ccc;
 }

 #form .btn{
 	background: #d34e03;
 	color: #fff;
 	margin-top: 20px;
 	height: 50px;
 	border: none;
 	cursor: pointer;
 }

  #form .btn:hover{
  	background: #da560d;
  }

 .captcha{
 	float: left;
 	border:1px solid #ccc;
 	margin-right: 10px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }
 
#footer{
	padding: 20px 0;
	font-size: 14px;
	color: #000;
}
#footer p{
	color: #000;
}
 

#footer h6{
	color: #7b1314;
	font-size: 16px;
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}


#instafeed{
	display: block;
	width: 100%;
	margin-bottom: 30px;
	}
#instafeed a{
	float: left;
	width: 20%;
	height: 222px;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	text-align: center;
	position: relative;
}
#instafeed a img{width: 100%;}
.likes{position: absolute; right: 15px; bottom: 5px; color: #fff; display: none;}
#instafeed a:hover .likes{display: block;}

@media only screen and (max-width: 992px) { 
	#instafeed a{
		width: 25%;
		height: 170px;
	}

	#instafeed a:last-child,
	#instafeed a:nth-last-child(2){
		display: none;
	}
}

@media only screen and (max-width: 768px) { 
	#instafeed a{
		width: 33.33333333%;
	}
	#instafeed a:nth-last-child(2){
		display: block;
	}
}

@media only screen and (max-width: 576px) { 
	#instafeed a{
		width: 50%;
	}
	#instafeed a:nth-last-child(2){
		display: none;
	}
}


.barratopo{display:none} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; margin-right: 20px; cursor: pointer;}

@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}
@media only screen and (max-width: 1200px) { 
	.pull {display: block; float: right; padding: 0 40px 0 0; } 
	#menu {background: #780b0b; position: fixed; left: -100%; top: 0; z-index: 99999; width: 200px; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
	#menu ul{float: none !important; margin: 0 0; }
	#menu ul li {width: 200px; display: block; float: none; height: auto; border-bottom:1px solid #1ea3f1;}
	#menu ul li a {text-align: left; color: #fff; font-size: 1.2em; height: auto; line-height: 36px; padding: 0 0 0 10px; } 
	#menu ul li.sep{display: none;}
	#menu ul li:hover > ul {display: block; }
	#menu ul li ul{position:relative; top:0px; margin:0px; } 
	#menu-toggle:checked + #menu { left: 0 !important; }
	.barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; font-size:14px; width: 100%; height: 35px;
	 z-index:99999; background: #780b0b; }
	.barratopo span {color: #fff; position: absolute; line-height:35px; left: 10px;}
	.barratopo span img{margin: 0px 5px 0 0px;}
 
 	/*#header {
 		margin-top: 35px;
 		padding-bottom: 25px;
 	}*/
 
}

@media only screen and (max-width: 767px) { 
}

.codephix_blog_post_video {
  width: 700px;
  max-width: 90%;
  margin: 25px auto 0 auto;
}
.codephix_embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.codephix_embed-container iframe, .codephix_embed-container object, .codephix_embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.codephix_embed-container embed, .codephix_embed-container video, .codephix_embed-container iframe, .codephix_embed-container iframe[style] {
  max-width: 100%;
}