body{
	background: #f1f1f1;
	font-family: 'Open Sans', sans-serif;
}

header{
	background: #fff;
	border-bottom: #ddd;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	padding: 0.5rem 0;
}

section{
	/* padding: 2rem 0; */
}

hr{
	margin: 1.5rem 0 !important;
}

.page-title{
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 0;
	/* margin-bottom: 2rem; */
}

div.box{
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	margin-bottom: 1rem;
	overflow: hidden;
}

#navbar-top{
	background: #fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#navbar-top .container{
	/* border: 1px dashed #fff; */
}

#navbar-top .nav-item{
	position: relative;
}

#navbar-top .nav-link{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

#navbar-top .navbar-brand img{
	max-height: 70px;
}

#navbar-top .dropdown .dropdown-menu .dropdown-item{
	font-size: 0.85em;
}

#navbar-top .dropdown .dropdown-menu .dropdown-item:hover{
	background-color: #ddd;
}

#navbar-top .dropdown .dropdown-menu{
	width: 100%;
	margin-top: -10px;
}

#navbar-top .dropdown:hover>.dropdown-menu {
	display: block;
}

.breadcrumb{
	background: none;
	color: #cecece !important;
	font-size: 0.9em;
	padding: 5px 0px;
}

.breadcrumb-item a{
	color: #616161 !important;
}


section.banner{
	z-index: 997 !important;
}

#carouselBanner{
	z-index: -1 !important;
	overflow: hidden;
}

/* ************************************************** */
/* NOTICIAS* */
/* ************************************************** */

section.noticias{
	z-index: 998 !important;
}

section.noticias .news .foto{
	position: relative;
}


section.noticias .container .box{
	border: none;
	box-shadow: none;
	margin-bottom: 2rem;
}

section.noticias .container{
	background: #fff;
	margin-top: 2rem;
	padding-top: 1rem;
	border: 1px solid #ddd;
}

section .box img{
	width: 100%;
    margin-bottom: 1rem;
}

section .box .description{
	padding: 10px 0;
}

section .box .description h5{
	margin-bottom: 0px;
}

section.noticias .news h6{
	color: #000;
	font-weight: normal;
	font-size: 0.9em;
	min-height: 51px;
}

section.noticias .description a{
	display: block;
	margin-top: 1rem !important;
}

section.noticias span.date-news {
    color: #a2a2a2;
    display: block;
	margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 0.8em;
    z-index: 999;
}

section.noticia .box{
	padding: 15px;
}

ul.vejamais{
	padding-left: 1.5rem;
}

ul.vejamais li a{
	color: #253E21;
}

.btn-convencoes {
	background-color: #253e21;
    border-color: #253e21;
    color: #fff;
}

.btn-convencoes:hover {
	color: #fff;
	background-color: #3f6a38;
	border-color: #3f6a38;
}

.diretoria .carousel-control-next-icon, .diretoria .carousel-control-prev-icon {
	width:  36px !important;
	height: 36px !important;
}

footer{
	background: #253e21;
	color: #fff;
	font-size: 0.9em;
	padding-top: 3rem;
}

footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li a{
	color: #fff;
}

footer ul li a:hover{
	color: #fff;
	opacity: .8;
	text-decoration: none;
}

footer div.copyright{
	background: #1a2c17;
	font-size: 0.75em;
	text-align: center;
	padding: 5px 0;
	margin-top: 1.5rem;
}

footer ul.social-icons{
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 27%;
	left: 5px;
}

footer ul.social-icons a{
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    line-height: 3rem;
    height: 3rem;
    text-align: center;
    width: 3rem;
    margin-bottom: 1.1rem;
}

footer ul.social-icons a.whatsapp{
	background: #54cc61;
}

footer ul.social-icons a.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);
}

footer ul.social-icons a.facebook{
	background: #3a5999;
}

footer ul.social-icons a.youtube{
	background: #ff0000;
}

footer ul.social-icons a.linkedin{
	background: #0073b0;
}

@media screen and (max-width: 999px){
	footer ul.social-icons a{
	    font-size: 1.2rem;
	    line-height: 2rem;
	    height: 2rem;
	    text-align: center;
	    width: 2rem;
	    margin-bottom: 0.5rem;
	}

	section.noticias .container{
		margin-top: 2rem ;
	}

	section.noticias .container .box{
		border-bottom: 1px solid #ddd;
		padding-bottom: 1rem;
	}

}

@media screen and (max-width: 767px){
	.diretoria .carousel {
		width: 100% !important;
		height: auto !important;
	}

	.diretoria .carousel-control-next-icon, .diretoria .carousel-control-prev-icon {
		width:  24px !important;
		height: 24px !important;
	}

}


*{
	transition: .3s;
}

*:hover{
	transition: .3s;
}