@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url(https://fonts.googleapis.com/css?family=Hind:400,300);

body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	position: relative;
	background-color: #f5f5f7;
	background-size: cover; /*Css padrão*/
	-webkit-background-size: cover; /*Css safari e chrome*/
	-moz-background-size: cover; /*Css firefox*/
	-ms-background-size: cover; /*Css IE não use mer#^@%#*/
	-o-background-size: cover; /*Css Opera*/
}
.nopadding{
	padding:0;
}
.nopadding-left{
	padding-left: 0;
}
.nopadding-right{
	padding-right: 0;
}
.nomargin{
	margin:0 !important;
}
.noradius{
	border-radius:0;
}
.branco{
	color:#FFF;
}
.preto{
	color:#000;
}
.left{
	float:left;
}
.right{
	float:right;
}
.borda{
	border:1px solid #FFF;
}
.clear{
	clear:both;
	height:20px;
}
.clearfix{
	clear:both;
	height:40px;
}
.cinza{
	background-image: linear-gradient(to bottom, #2f2f2f, #222222);
}



/* TOPO */
.topo{
	background-color:#000;
	min-height:90px;
	width: 100%;
	position: fixed;
	z-index: 9999999999999;
}
.topo img {
	margin-top: 15px;
	float: left;
}
.navbar-inverse{
	background-color: transparent;
}
.navbar-nav{
	margin-top: 20px !important;
	margin-left: 75px;
}
.navbar-toggle{
	margin-top: 28px !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 15px 22px;
}
@media (max-width: 992px) {
	.navbar-inverse .navbar-nav>li>a {
		padding: 15px 10px !important;
	}
	.navbar-nav{
		margin-left:5px !important;
	}
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #6f6f6f;
}
.idioma{
	margin-top: 34px;
	float: right;
	width: 52px;
}
.idioma>a{
	color: #6f6f6f;
	font-size: 12px;
}
.idioma>a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.idiomaAtivo {
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: none !important;
}



/* CONTEUDO */
.carousel-control{
	 width: 10%;
}
.next{
	background-image: url('../img/next.png') !important;
	background-position:center center;
	background-repeat:no-repeat !important;
}
.prev{
	background-image: url('../img/prev.png') !important;
	background-position:center center;
	background-repeat:no-repeat !important;
}

.carousel-caption {
    top: 21%;
    left: 12%;
}
.carousel-caption h3 {
	font-size: 58px;
}
/*.carousel-caption h3 div {
	background-color: #fff;
	height: 9px;
	margin-bottom: 31px;
	padding-top: 10px;
}*/
@media (max-width: 768px) {
	.carousel-caption {
	    top: 2%;
	}
	.carousel-caption h3 {
		font-size: 20px;
	}
	.contato h4, .quem-somos h4 {
		font-size: 38px !important;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.carousel-caption {
	    top: 10%;
	}
	.carousel-caption h3 {
		font-size: 38px;
	}
	.contato h4, .quem-somos h4 {
		font-size: 38px !important;
	}
}
.areas-de-atuacao{
	padding-top: 50px;
	padding-bottom: 120px;
	color: #fff;
}
.areas-de-atuacao h2{
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.areas-de-atuacao p{
	color: #959595;
	font-size: 14px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
}
.citacao{
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
}
.citacao i{
	font-size: 14px;
	display: inline-block !important;
}
.citacao div{
	display: inline !important;
}
.quem-somos{
	padding-top: 50px;
	padding-bottom: 70px;
	color: #000;
}
.quem-somos h2{
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.quem-somos p{
	font-size: 14px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
}
.quem-somos h4 {
	font-size: 58px;
}
.quem-somos h4 div {
	background-color: #000;
	height: 9px;
	margin-bottom: 31px;
}
.links-e-noticias{
	padding-top: 50px;
	padding-bottom: 120px;
	color: #fff;
}
.links-e-noticias h2{
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.links-e-noticias p{
	color: #959595;
	font-size: 14px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
}
.links-e-noticias h3{
	text-transform: uppercase;
	margin-bottom: 22px;
	color: #8a8a8a;
	font-size: 14px;
	letter-spacing: 2px;
}
.links-e-noticias h4{
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	line-height: 29px;
}
.notica-destaque p{
	color: #fff !important;
	margin-bottom: 30px;
}
.notica-destaque .saibaMais{
	color: #fff;
}
.contato{
	padding-top: 50px;
	padding-bottom: 120px;
	color: #000;
}
.contato h2{
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contato p{
	font-size: 14px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
}
.contato h4 {
	font-size: 58px;
}
.contato h4 div {
	background-color: #000;
	height: 9px;
	margin-bottom: 31px;
}
.blocos h3{
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
}
.blocos h4{
	margin-top: 0;
	margin-bottom: 5px;
}
.blocos p{
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}
.saibaMais{
	color: #949494;
	text-decoration: none !important;
}
.saibaMais:hover{
	color: #4a4a4a;
}
.links{
	color: #949494;
	font-size: 14px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	text-decoration: none !important;
	display: inline-block;
	margin-bottom: 5px;
}
.links:hover{
	color: #4a4a4a;
}
.links-uteis{
	color: #fff;
	font-size: 14px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	text-decoration: none !important;
	display: inline-block;
}
.links-uteis:hover{
	color: #949494;
}

.formulario{

}
.form-control{
	border: 3px solid #000;
	border-radius: 0;
	font-size: 14px;
	padding: 18px 20px !important;
	margin-bottom: 35px;
}
.form-control:focus{
	border: 3px solid #949494;
}
.btn{
	background-color: #000;
	padding: 15px;
	letter-spacing: 2px;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
}
.btn:hover{
	background-color: #181818;
	color: #fff;
}
address{
	font-size: 16px;
}
address span{
	font-size: 21px;
	font-weight: bold;
}
.ico-social{
	display: inline-block;
	border: 3px solid #000;
	border-radius: 0;
	height: 40px;
	width: 40px;
	font-size: 22px;
	padding-top: 2px;
	text-align: center;
	color: #000;
}
.ico-social:hover{
	border: 3px solid #949494;
	color: #949494;
}

	
/*.carousel-caption h3 div {

}*/
.carousel-caption h3 .barra {
	width: 100%;
	max-width: 140px;
	height: 9px;
	background: #fff;
	float: left;

}
.carousel-caption h3 .texto {
	width: 100%;
	float: left;
	margin-top: 15px;
}

/*.barra span.barraTexto{    
	display: block !important;
    width: 100% !important;
}*/

/* RODAPE */
.rodape{
	min-height:397px;
	background-color:#000;
	color:#fff !important;
	font-size:11px;
	line-height:46px;
	padding-top: 100px;
}
.rodape img{
	margin-left: auto;
	margin-right: auto;
}

/* PÁGINAS INTERNAS */

@media (max-width: 767px) {
	.barra {
		width: 100%;

		max-width: 110px;
	}

    .barraTexto {
        float: left;
    }
}
