body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #EEEEEE;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #45524B;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    text-transform: uppercase;
	font-family: 'Lato', sans-serif;
    background-color: #000;
	
		opacity:0.7;
}
.navbar ul{
    border-bottom: 1px solid #FFF!important;
	width:100%;

	padding-left:24em;
	padding-top:2em;
}
@media(max-width:1204px) {
.navbar ul{
	padding-left:13em;
	

}

}
@media(max-width:1104px) {
.navbar ul{
	padding-left:0;

}

}
@media(max-width:704px) {
.navbar-brand img{
	width:100px;

}


/* para deixar o menu rolar junto, retire o position:relative e deixe sem nada*/
.navbar-fixed-top{
position:relative!important;
}

.areas-section img{
margin-bottom:20px;
}
.see-areas-section{
margin-top:px;
}
}



.navbar li a{
margin-bottom:2px;
}
.navbar-brand {
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.more{
margin-bottom:40px!Important;
font-size:17px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}


.sobre-nos {
    display: table;
    width: 100%;
	min-height:589px;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/about-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.sobre-nos-body {
    display: table-cell;
    vertical-align: middle;
}

.clients {
    display: table;
    width: 100%;
	min-height:589px;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/clients-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.clients-body {
    display: table-cell;
    vertical-align: middle;
}

.services {
    display: table;
    width: 100%;
	min-height:589px;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/services-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.services-body {
    display: table-cell;
    vertical-align: middle;
}

.contact {
    display: table;
    width: 100%;
	min-height:589px;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/contact-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
	background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-body {
    display: table-cell;
    vertical-align: middle;
}


.news-1 {
    display: table;
    width: 100%;
	min-height:589px;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/news-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
	background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.news-1-body {
    display: table-cell;
    vertical-align: middle;
}


.servicos {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/other-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.servicos-body {
    display: table-cell;
    vertical-align: middle;
}


.brand-heading {
	text-align:left;
    font-size: 40px;
	font-family: 'Lato', sans-serif;
	
}

.intro-text {
    font-size: 13px;
	text-align:justify;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 50px;
		font-family: 'Lato', sans-serif;
		margin-top:40%;
			
    }

    .intro-text {
        font-size: 13px;
    }
}
.colored{
color:#71BA93;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background:#839F7E;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 10px;
		height:200px;

}
.content-section h2{
color:#000;
background-repeat:no-repeat;
padding-bottom:0;
font-size:44px;
}
.border-h2{
width:30px;
height:5px;
margin:0 auto;
margin-top:-20px;
margin-bottom:20px;
background-color:#999;
}
.see-areas-section h3{
color:#000;
font-size:34px;
}
.content-section p{
color:#000;
margin-bottom:10px;
}


.bold{
font-weight: 900; 
}
.light{
font-weight: 300; 
}
.areas-section {
    width: 100%;
    color: #fff;
	min-height:500px;
	height:auto;
	padding-bottom:20px;
	background-image:url(../img/bg-areas.jpg);
	background-color:transparent!important;
	clear:both;
}
.see-areas-section {
    width: 100%;
    color: #fff;
	padding-bottom:20px;
	padding-top:20px;
	background-color:#839F7E;
	clear:both;
}


#maps {
    width: 100%;
    height: 250px;
	clear:both;
	margin-top:-50px;
	margin-bottom:-10px;
}
.form-control{
text-align:left!important;
}
.label-contact{
text-align:left;
color:#000;
}
@media(min-width:767px) {

    .content-section {
        padding-top: 50px;
		height:320px;
	    
	}

    .areas-section {
		min-height:500px;
		height:auto;
	 }

    .see-areas-section {
		margin-top:10px;
		height:83px;
		clear:both;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
	.about{
	padding-bottom:64px;

	}
}

.btn {
    text-transform: uppercase;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #839F7E;
    color: #839F7E;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #839F7E;
    outline: 0;
    color: #000;
    background-color: #839F7E;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {

	
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.services-2{
background-image:url(../img/bg-about.jpg);
background-repeat:no-repeat;
padding-bottom:40px;
height:100%;
clear:both!important;
}
.row{
clear:both!important;
max-width:1170px;
}
.about{
background-image:url(../img/bg-about.jpg);
background-size:cover;
padding-bottom:64px;
}
.news{
background-image:url(../img/bg-news.jpg);
background-size:cover;
min-height:900px;
clear:both!important;
padding-bottom:40px;
}
.footer{
clear:both;
	padding-bottom:20px;
	padding-top:20px;
background-color:#DDDDDD;
height:auto;
min-height:67px;
}
.footer p{
color:#000;
font-size:16px!important;
	font-family: 'Lato', sans-serif;

}
.footer-2{
	padding-bottom:40px;
	padding-top:20px;

background-color:#839F7E;
height:auto!important;
min-height:27px;

}
.footer-2 p{
color:#000;
font-style:italic;
font-size:13px!important;
	font-family: 'Lato', sans-serif;
	margin:0!important;
padding:0!important;

}
.areas{
background-image:url(../img/bg-areas.jpg);
background-repeat:repeat-x;

}
.section-heading{
color:#000;
padding-top:0;
}
.lead{
color:#000;
font-size:15px;
}
.content-section-b{
margin-bottom:40px!important;
}
.content-section-a{
margin-bottom:40px!important;
}
.see-areas{
	margin-top:100px;
background-color:#839F7E;
width:100%;
height:83px;
clear:both;
}
.up{
padding-top:40px!important;
padding-bottom:40px!important;
clear:both;
}
.up p{
font-size:16px!important;
}

 #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 60px;
      }
      #footer {
        background-color: #f5f5f5;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }



/* Content */
.content section {
	font-size: 1.25em;
	padding: 3em 1em;
	display: block;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


/* Example media queries */

@media screen and (max-width: 52.375em) {

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}


	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

}