@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900');

body {
	font-family: 'Source Sans Pro', sans-serif;
}

strong {
	font-weight: 900 !important;
}

a, button {
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}
input, textarea {
	transition: ease-in-out, width .35s ease-in-out;
	outline: none;
}
input:focus, textarea:focus {
	background: rgba(0, 73, 56,0.2) !important;
}
#header #redesSociais{
	height: 30px;
	text-align: right;
	position: relative;
}
#header #redesSociais i{
	display: inline-block;
	margin: 14px 0 0 8px;
	background: #0b8b62;
	width: 29px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 18px;
	cursor: pointer;
}
#header #redesSociais i:hover{
	background-color: #2ad4a5;
}
#search{
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	width: 220px;
}

#search input{
	float: left;
	width: 80%;
	height: 40px;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
}

#search button{
	float: right;
	width: 20%;
	height: 40px;
	background: #0b8b62;
	color: #FFFFFF;
}

.buscaIndividual{
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	color: #969696;
	font-size: 18px;
	line-height: 24px;
}

.buscaIndividual i{
	color: #0b8b62;
	margin-right: 10px;
}

.buscaIndividual:hover{
	color: #0b8b62;
}

.limpaBusca{
	clear: both;
	height: 60px;
}

#header #logo {
	width: 300px;
	margin: auto;
}
nav {
	background: #fff !important;
	box-shadow: none !important;
	border-top: solid 1px #ccc;
	margin-top: 18px;
	text-align: center;
	height: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 46px !important;
}
nav ul {
	text-align: center !important;
}
nav ul a {
	color: #0c8b62 !important;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 20px;
	font-size: 14px !important;
}
nav ul li {
	position: relative;
    line-height: 46px;
    display: inline-block !important;
    float: initial !important;
}
nav ul li.quebra-menu{
	display: block !important;
	clear: both;
}
nav ul li .submenu{
	background: #FFFFFF;
	border-bottom: 2px solid #0c8b62;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 100;
	width: 200px;
	margin-left: -100px;
	text-align: left;
	display: none;
}
nav ul li .submenu li{
	display: block !important;
}
nav ul li:hover .submenu{
	display: block;
}
nav ul li ul li {
	line-height: 40px;
	text-align: left;
}
#slider {
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 10px;
	background: #333;
}
#slider .slide {
	width: 100%;
	height: 500px;
	position: absolute;
	background: #232021;
	display: none;
}
#slider .slide .img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	background-size: cover !important;
	background-position: center !important;
}
#slider .slide .texto {
	z-index: 99;
	position: relative;
	width: 100%;
	text-align: center;
	top: 127px;
}
#slider .slide .texto h3 {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
}
#slider .slide .texto p {
	color: #fff;
	font-size: 17px;
}
#slider .slide .texto a {
	color: #fff;
    background: #2ad4a5;
    padding: 20px 72px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    top: 50px;
    font-weight: bold;
}
#slider .slide .texto a:hover {
	background: #004938;
}
#controlador {
    width: 500px;
    position: relative;
    z-index: 999;
    left: 50%;
    top: -86px;
    margin-left: -250px;
    text-align: center;
}
#controlador a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #004938;
	border-radius: 50%;
	margin-right: 10px;
	border:solid 1px #ccc;
}
#controlador a:hover, #controlador a.activeSlide {
	background: #2ad4a5;
}

#companhia {
	position: relative;
	height: 700px;
	width: 100%;
	z-index: 10;
}

#companhia .box {
	width: 80%;
	height: 600px;
	background-color:#004938;
	background-image: url('../img/bg-companhia.png');
	background-position:100% 30px;
	background-repeat: no-repeat;
	padding: 70px;
	position: absolute;
	top: -65px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
#companhia .box h2 {
	color: #2ad4a5;
	font-size: 35px;
}
#companhia .box b {
	font-size: 25px;
}
#companhia .box p {
	color: #fff;
	width: 77%;
}
.bg-companhia {
	width: 100%;
	height: 400px;
	background: #ecefee;
	position: absolute;
}
#companhia .img {
	width: 500px;
	height: 350px;
	background-position: center;
	background-size: cover !important;
	display: block;
	position: absolute;
	right: 0;
	top: 272px;
}
#companhia .img:before {
	content: "";
	display: block;
	width: 400px;
	height: 16px;
	background:#2ad4a5;
	margin: auto;
	position: relative;
	top: -16px;
}
#companhia .img:after {
	content: "";
	display: block;
	width: 400px;
	height: 16px;
	background:#2ad4a5;
	margin: auto;
	position: relative;
	bottom: -334px;
}

#destaques {
	padding-bottom: 80px;
}

#destaques .row {
	margin-top: 70px;
}
#destaques h2 {
	text-align: center;
	text-transform: uppercase;
	color: #2ad4a5;
	font-weight: bold;
	font-size: 40px;
}
#destaques .img {
	width: 95%;
	height: 250px;
	display: block;
	position: relative;
	margin: auto;
	margin-bottom: 50px;
	background-size: cover !important;
}
#destaques .img:after {
	content: "";
	display: block;
	width: 70%;
	height: 15px;
	background:#2ad4a5;
	position: absolute;
	bottom: -15px;
	left: 15%;
}
#destaques .data {
	color: #ababab;
	font-size: 13px;
	font-weight: bold;
}
#destaques h4 {
	color: #0b8b62 !important;
	font-size: 21px !important;
	margin-top: 2px !important;
	text-transform: initial !important;
	font-weight: initial !important;
}
#destaques .text {
	width: 95%;
	margin: auto;
}
#destaques .img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #2ad4a5;
	opacity: 0;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}
#destaques a:hover .img:before {
	opacity: .3;
}
#destaques a:hover b {
	opacity: 1;
}
#destaques b {
	text-align: center;
	line-height: 250px;
	color: #fff;
	margin: auto;
	font-size: 70px;
	opacity: 0;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}
#newsletter {
	width: 100%;
	min-height: 200px;
	padding-top: 10px;
	position: relative;
	background:url('../img/cidade.jpg');
	background-position: center center !important;
	background-attachment: fixed;
}
#newsletter:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#004938;
	opacity: 0.5;
	z-index: 0;
}
#newsletter .container {
	position: relative;
	z-index: 99;
	color: #fff;
}
#newsletter h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 0;
}
#newsletter p {
	margin-bottom: 20px;
}
#newsletter input {
	width: 95%;
	height: 50px;
	border: solid 1px #fff;
	padding-left: 10px;
	color: #fff;
}
#newsletter input::placeholder {
	color:#fff;
}
#newsletter button {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	background: #2ad4a5;
	font-weight: bold;
}
#newsletter button:hover {
	background: #004938;
}
#mensagemNews{
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	padding-bottom: 20px;
}
footer {
	padding-top: 40px;
	color: #969696;
	border-top: solid 1px #ccc;
	margin-top: -20px;
}

footer input, footer textarea {
	border: solid 1px #ccc !important;
	color: #0c8b62;
	width: 100% !important;
	padding-left: 10px !important;
	box-sizing: border-box !important;
}
footer textarea {
	width: 100%;
	padding-top: 10px;
	min-height: 150px;
}
footer form {
	margin-top: 40px;
}
footer input::placeholder, footer textarea::placeholder {
	color: #0c8b62;
}
footer h4 {
	text-transform: uppercase;
	color: #0c8b62;
	font-weight: bold;
}
footer .row {
	margin-top: 0;
	margin-bottom: 0;
}
footer button {
	width: 100%;
	height: 50px;
	min-height: 50px;
	margin-top: 20px;
	background-color: #2ad4a5;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
footer button:hover {
	background: #004938;
}
.fone {
	width: 18px;
	height: 18px;
	display: inline-block; 
	background: url('../img/fone.png');
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.clock {
	width: 16px;
	height: 16px;
	display: inline-block; 
	background: url('../img/clock.png');
	position: relative;
	top: 2px;
	margin-right: 5px;
}
footer b {
	text-transform: uppercase;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .l4 h4 {
	font-size: 25px;
	text-transform: initial;
}
footer .rodape {
	width: 100%;
	height: 60px;
	background: #004938;
	margin-top: 50px;
}
footer .rodape img {
	float: left;
	margin-top: 5px;
	margin-right: 40px;
}
footer .rodape p {
	float: left;
	line-height: 60px;
	font-size: 13px;
	color: #fff;
}
.owl-item {
    padding: 17px !important;
}

#conteudoPaginas {
	padding-top: 30px;
	padding-bottom: 100px;
}

#conteudoPaginas h1 {
	text-transform: uppercase;
	color: #0c8b62;
	font-weight: bold;
	font-size: 35px;
}
#conteudoPaginas h4 {
	text-transform: uppercase;
	color: #a1b439;
	font-weight: bold;
	font-size: 25px;
}
#conteudoPaginas h3 {
	text-transform: uppercase;
	color: #0c8b62;
	font-weight: bold;
	font-size: 25px;
}
#conteudoPaginas p, #conteudoPaginas {
	color: #969696;
	line-height: 25px;
}
.box1 {
	width: 80%;
	height: 250px;
	display: block;
	background-size: cover !important;
	background-position: center !important;
}
.box1:after {
	content: "";
	display: block;
	width: 60%;
	height: 15px;
	margin: auto;
	position: relative;
	top: 250px;
	background:#2ad4a5;
}
.boxVerde {
	width: 80%;
	margin: auto;
	background: #004938;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
.boxVerde h3 {
	color: #fff !important;
	font-size: 25px;
}
.boxVerde p {
	color: #fff !important;
}

.postagem {
	position: relative;
	margin-top: 60px;
}

.postagem .box {
	width: 90%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 57px;
	padding-left: 60px;
	padding-right: 80px;
	border:solid 1px #ccc;
}
.postagem .box h4 {
	color: #0c8b62 !important;
	font-size: 20px !important;
}

.postagem a.botao {
	padding:20px 40px;
	background: #2ad4a5;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	top: 67px;
}
.postagem a.botao:hover {
	background: #004938;
	color: #fff;
}

a.botao1 {
	padding:15px 40px;
	background: #2ad4a5;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
a.botao1:hover {
	background: #004938;
	color: #fff;
}

.rodoviaria strong {
	display: block;
	text-transform: uppercase;
	color: #0c8b62;
	font-weight: bold;
	margin-top:20px;
}
.rodoviaria .botao1 {
	top: 20px;
	position: relative;
}

.rodoviaria .div {
	width: 60%;
	height: 15px;
	display: block;
	background: #2ad4a5;
	margin: auto;
	position: relative;
	z-index: 99;
}
.collapsible {
	border:none !important;
	box-shadow: none !important;
}
.collapsible-header {
	box-shadow: 0 !important;
	border-color: #ccc;
	color: #0c8b62 !important;
	font-size: 19px;
	font-weight: 500;
}
.collapsible-header i {
	transition: all ease .3s;
	color: #2ad4a5 !important;
}
.collapsible-header.active i {
	transform: rotate(90deg);
}
.infos a {
	font-weight: bold;
	color: #0c8b62;
}
.infos a:hover {
	color: #0c8b62;
	text-decoration: underline;
}
.voltar {
	position: absolute;
	right: 0;
	top: -70px;
}
.dataNoticia {
	color: #969696;
	font-weight: bold;
}
.concursos .box {
	width: 100% !important;
}
.item a {
    width: 100%;
    height: 200px;
    display: block;
    background-size: cover !important;
    background-position: center !important;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	margin-bottom: 50px;
}


.descFoto {
	float: left;
	height: auto;
	width: 300px;
	margin-right: 20px;
	text-align: center;
	font-style: italic;
	font-size: 13px;
}

.g-recaptcha{
	margin-top: 10px;
}

.text-center{
	text-align: center;
}

.text-danger{
	color: #FF0000;
}

nav .button-collapse i {
	color: #004938;
	font-size: 34px !important;
}
ul#mobile-demo {
	z-index: 9999;
}

@media (max-width: 768px){
	#header #redesSociais{
		display: none;
	}
	nav {
		width: 20% !important;
	}
	#companhia {
		height: auto;
	}
	#companhia .box {
		width: 100%;
		height: auto;
		position: initial !important;
		padding: 44px;
	}
	#companhia .img {
		position: initial;
		width: 100% !important;
		margin-bottom: 100px;
	}
	#companhia .box p {
		width: 100%;
	}
	.owl-carousel.owl-drag .owl-item {
		width: 100% !important;
	}
	#newsletter {
		padding-bottom: 20px;
	}
	footer form {
		margin-bottom: 50px;
	}
	footer .l4 {
		text-align: center;
	}
	#header {
		padding-bottom: 22px;
	}
	nav {
		border-top: 0;
		position: absolute;
		top: 5px;
		background: transparent !important;
	}
	#header #logo {
		margin-top: 20px;
		width: 100%;
		text-align: right;
	}
	#header #logo img {
		height: 67px;
	}
	.postagem .box {
		width: 100%;
	}
	.postagem .img {
		width: 152px;
    	height: 113px;
    	bottom: -41px;
    	right: 8px;
    	top: initial;
	}
	.postagem .img:after {
		top: 113px;
		height: 10px;
	}
	.postagem a.botao {
		left: -52px;
	}
	.rodoviaria img {
		margin-top: 100px;
	}
	.voltar {
		display: none;
	}
	.compartilharIndividual {
		float: initial;
	    margin: 0px;
	    width: 100%;
	    text-align: center;
	    display: block;
	    position: relative;
	    top: 30px;
	}
	.caixaCompartilhamentos {
		width: 100% !important;
	}
	.imagemNoticia {
		float: initial !important;
		margin: 0 20px 40px 0 !important;
	}
	nav ul li {
		display: block !important;
	}
}
@media (max-width: 492px){
	footer .rodape {
		height: 120px;
	}
}

@media(max-width: 1450px){
	nav ul a {
		padding: 0 9px !important;
		font-size: 12px !important;
	}
	.postagem .img {
		right: 74px;
	}
}
