.title-sessao{
	border-left: 3px solid #ccc;
	color: #666;
	font-family: 'bariol_lightlight';
	margin-top: 0;
	text-transform: uppercase;}
#home-grid-1 .thumbnail img{
	width: 228px;
	height: 156px;}
#home-grid-1 .thumbnail, #artigos-areas .thumbnail{
	border: none;
	padding: 0;}
#home-grid-1 .thumbnail .caption , #artigos-areas .thumbnail .caption{padding: 0;}
#home-grid-1 #home-noticia-destaque{
	margin: 10px 0;
	padding: 15px 0 0;
	border-top: 1px solid #cccccc;}
#home-grid-1 #home-noticia-destaque h1{margin-top: 0;}
.box-noticia a {color:#333;}
#artigos-areas img{
	height:106px;
	width: 160px;}

#home-grid-1 #artigos-areas{
	padding-left: 0;
	padding-right: 0;}
#myCarousel{ border-bottom:1px solid #cccccc}
#myCarousel .carousel-caption a{color: #fff;}
#footer-mycarousel > div{
	padding-left: 0;
	padding-right: 0;}
#footer-mycarousel .carousel-control{
	background: #D6D6D6;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	top:0;}
#footer-mycarousel .carousel-control.right{left:0;}
#footer-mycarousel .carousel-indicators{
	bottom: 0;
	left: 0;
	margin: 5px 0 0;
	position: relative;
	text-align: right;
	width: 	100%;}
.posts-relacionados-home .table{margin-bottom: 0}
.box-noticia img{
	border: 2px solid #fff;
	border-radius: 2px;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;}

.box-noticia img:hover{border-color:#BA0216;}
.box-noticia { display: flex; flex-wrap: wrap; }

.border-separacao{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;}

#row-video .titulo-video{
	color: #BA0216;
	border-bottom: 1px solid #BA0216;
	padding-bottom: 5px;
	margin-bottom: 15px;}
	@media (min-width: 768px) {
	#popup-home .modal-dialog {
		margin: 15% auto;
		width: 700px;
	}
}
#popup-home .modal-content{
	background: url(../../imagens/popups/popup-home-newsletter.png) no-repeat top right #f4f4f4;
	background-size: auto 100%;
	border: none;
}
#popup-home .modal-body{
	color: #333;
	font-family: 'bariol_lightlight';
}
@media (max-width: 767px) {
	#popup-home .modal-body {
		background-color: rgba(255, 255, 255, 0.8);
	}
}

#popup-home .modal-body p.h2 {
	color: #275100;
}
#popup-home .modal-body small {
	font-family: 'Arial';
	margin-top: 10px;
}

#popup-home .close {
	background: #fff;
	margin: 10px;
	padding: 10px;
	position: relative;
	z-index: 9;
}