/*
	GERAL
*/
*{
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	border: none; 
	outline: none; 
	font-weight: 300; 
	box-sizing: border-box;
}
img{
    border: none;
    max-width: 100%;
    height: auto;
    background: none;
}

/*
	FONT AWESOME
*/
i{
	color: #006633;
}
.textwidget i{
	color:#fff;
}
section.contatos{
	background-color: #006633;
	border: none;
}
section.contatos p{
	padding: 3px;
	color:#fff;
}
section.contatos a{
	color:#fff;
}
section.contatos a:hover{
	text-decoration: underline;
	color:#fff;
}
section.contatos i{
	color:#fff;
}
/*
	LOGOTIPO
*/
.navbar-brand{ padding: 0; }

/*
	MENU
*/
.navbar-default{
	padding:20px;
	border-bottom: 4px solid #006633;
	background:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #006633;
}

.navbar-default .navbar-nav > li > a {
    color: #006633;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #006633;
}
/*
	CONTEÚDO
*/
section.institucional h2,h3, section.servicos h2{
	color:#006633;
}
section.institucional h2::after, section.servicos h2::after{
	content: '';
	width: 68px;
	height: 3px;
	position: relative;
	display: block;
	margin: 18px auto;
	background-color: #ecac48;	
}
section.institucional, section.servicos{
	margin-bottom: 3%;
}

/*
	PAGINAS
*/
#wrapper{
	margin-top: -19px;
}
section.page-header{
	position: relative;
	margin-top: 0;
	background-color: #14152a;
	padding: 2%;

}
section.page-header .page-header-right .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-align: right;
    margin-top: 20px;
}
section.page-header .page-header-right .breadcrumb li a{ color: #fff; }
section.page-header .page-header-right .breadcrumb li.active{ color: #dddb2e; }

section.page-header h2{
	color:#fff;
	font-weight: bold;
}
section.page-header p{
	color:#dddb2e;
}
section.page-conteudo{
	padding: 20px 0;
}
section.page-conteudo p{
	color:#555;
}


#bottom {
    border-top: 5px solid #002f17;
    background-color: #006633;
    color: #ffffff;
    padding: 70px 0;
}
#bottom .module-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: none;
}
#bottom .textwidget li{
	list-style: none;
}
#bottom .textwidget p, #bottom .textwidget li {
    color: #fff;
    margin-bottom: 10px;
}
#bottom .textwidget li a{ color:#fff; text-decoration: none; }
#bottom .textwidget li a:hover, #bottom .textwidget li a:visited{ text-decoration: underline; }
#footer {
    background-color: #002f17;
}
#footer {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
#footer p{ margin:0; }

/* (TO TOP). ROLAR PAGINA PARA TOPO */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../img/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/* Google Maps - responsivo */
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/* Fim Google Maps */


@media screen and (max-width: 640px){
	.navbar-brand img{
		min-width: 150px;
		height: 30px;
		margin-top: 10px;
	}    
}