@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i|Poppins:400,400i,500,500i,600,600i,700,700i&display=swap');

html {
    font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #6e6e6e;
    background-color: #fff;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}
label {
	font-weight: 600;
}
strong {
	font-weight: 600;
}
.navbar-default {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 0;
    padding: 20px 15px;
    transition: transform .3s linear;
}
@media (min-width: 992px) {
    .navbar-default {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: rgba(0, 0, 0, .4);
        border-bottom: 1px solid #fff !important;
    }
}
.transicao-menu {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.menu-relative {
    position: relative !important;
    background-color: rgba(0, 0, 0, .7);
}
.menu-fixo {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: transparent;
    transition: all .2s linear;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li.active > a::after {
    background-color: #fff;
}
.navbar-default .navbar-nav > li.botao {
    margin-top: 8px;
}
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li.botao {
        margin-left: 15px;
    }
}
.navbar-default .navbar-nav > li > a.btn-formulario {
    font-size: 13px;
    padding: 6px 15px;
}
.navbar-toggle {
    float: none;
    border: none;
	margin-right: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
@media (min-width: 992px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
}
.form-control {
	border-color: #d6d6d6;
	border-radius: 0;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.btn-formulario {
    padding: 10px 20px;
    font-weight: 500;
    background-color: #e4ab6a;
    border-color: #e4ab6a;
    color: #fff;
    border-radius: 3px;
    transition: all .3s linear;
}
.btn-formulario:hover, .btn-formulario:active, .btn-formulario:focus {
	background-color: #d49e5f;
	border-color: #d49e5f;
	color: #fff;
	box-shadow: none;
}
.sombra {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.gradient {
	background: rgb(84, 142, 110);
	background: -moz-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: -webkit-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: -o-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: -ms-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: linear-gradient(120deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
}
@media (max-width: 991px) {
	.input-alinhado {
		margin-bottom: 15px;
	}
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
	margin-bottom: 0;
	font-size: 12px;
	color: #785F33;
	font-weight: 400;
}
.breadcrumb > .active {
    color: #bebebe;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #bebebe;
    content: ">";
}
.flex-box {
    display: flex;
    align-items: center;
}
.modal-content {
    border-radius: 0;
    border-color: #785F33;
}
.modal-header {
    background-color: #785F33;
    border-color: #785F33;
    color: #fff;
}
.barra-topo {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
}
/*.carousel-caption {
    text-shadow: none;
    top: 15%;
    left: 5%;
    right: 5%;
    padding: 0;
}
@media (min-width: 992px) {
    .carousel-caption {
        top: 50px;
        transform: translateY(-50%);
    }
}*/
#sliderPrincipal .item {
    color: #fff;
    text-align: center;
    padding: 50px 15px 100px;
}
@media (min-width: 992px) {
    #sliderPrincipal .item {
        padding: 195px 15px 130px;
    }
}
.titulo-slider {
    font-family: 'PT Serif', serif;
    font-size: 25px;
    margin-bottom: 20px;
}
.chamada-slider {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .titulo-slider {
        font-size: 50px;
        line-height: 60px;
    }
    .chamada-slider {
        font-size: 30px;
    }
}
.carousel-control {
    background: none !important;
}
.carousel-control img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control.left img {
    right: 0;
}
.carousel-control.right img {
    left: 0;
}
.carousel-indicators li {
    width: 6px;
    height: 6px;
    margin: 5px 3px;
    border: 0;
    border-radius: 0;
    background: url(../img/indicator.png) no-repeat;
    opacity: .7;
}
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0 3px;
    background-color: transparent;
    background: url(../img/indicator-active.png) no-repeat;
    opacity: 1;
}
.atuacao-civel {
    padding: 80px 15px;
}
.subtitulo {
    font-size: 14px;
    font-weight: 500;
}
.titulo {
    position: relative;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 30px;
    color: #1c1c1c;
    margin-bottom: 30px;
}
.titulo::after {
    content : '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 36px;
    border-top: 1px solid #e4ab6a;
    border-bottom: 1px solid #eabe8b;
}
.atuacao {
    margin-top: 30px;
    font-size: 14px;
}
.atuacao .titulo {
    font-size: 20px;
    margin: 15px 0 20px;
}
.atuacao .titulo::after {
    left: 0;
    bottom: -10px;
    transform: none;
    width: 20px;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}
.area-atuacao {
    padding-bottom: 80px;
}
.container-area-atuacao {
    background-color: #f9f9f9;
}
@media (min-width: 992px) {
    .container-area-atuacao > .row {
        display: flex;
    }
}
.infos-area-atuacao {
    padding: 20px 15px 60px;
}
.fundo-area-atuacao {
    background: url('../img/fundo-area-atuacao.jpg') no-repeat center;
    background-size: cover;
}
.area {
    margin-top: 40px;
    font-size: 14px;
}
.area .titulo {
    font-size: 18px;
    margin: 25px 0;
}
.area .titulo::after {
    content: none;
}
.depoimentos {
    padding: 100px 15px;
    background: url('../img/fundo-depoimento.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
}
.depoimentos .titulo {
    color: #fff;
    margin-bottom: 50px;
}
.depoimentos .titulo::after {
    border-color: #fff;
}
.depoimento {
    background-color: #fff;
    text-align: center;
    padding: 30px;
    margin: 0 15px 5px;
    border-radius: 3px;
    color: #6e6e6e;
    font-size: 14px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.15);
    -moz-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.15);
}
.depoimento .texto-depoimento {
    font-style: italic;
    margin-top: 20px;
}
.depoimento .foto-depoimento {
    width: 50px;
    height: 50px;
    background-color: #6e6e6e;
    border-radius: 50%;
    margin: 15px auto;
    overflow: hidden;
}
.depoimento .nome-depoimento {
    font-family: 'PT Serif', serif;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}
.depoimento .cargo-depoimento {
    color: #777;
    font-size: 13px;
    font-weight: 600;
}
.slick-slider * {
    outline: none !important;
}
.slick-dots {
    bottom: -45px;
}
.slick-dots li {
    width: 16px;
    height: 16px;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
}
.slick-dots li button:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 16px;
    height: 16px;
    content: url('../img/indicator.png');
    opacity: .7;
}
.slick-dots li.slick-active button:before {
    top: 0;
    opacity: 1;
    content: url('../img/indicator-active.png');
}
.slider-servicos .slick-dots li button:before {
    content: url('../img/indicator-servico.png');
}
.slider-servicos .slick-dots li.slick-active button:before {
    content: url('../img/indicator-active-servico.png');
}
@media (min-width: 992px) {
    .mapa {
        padding-bottom: 30%;
    }
    .contato {
        background-color: #d8a469;
        padding: 85px 15px;
    }
    .contato .container > .row {
        display: flex;
    }
}
.esquerda-contato {
    background-color: #082132;
    color: #fff;
    padding: 55px;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 16px;
}
@media (min-width: 992px) {
    .esquerda-contato {
        padding: 90px;
    }
}
.esquerda-contato img {
    margin-bottom: 35px;
}
.esquerda-contato p {
    margin-bottom: 40px;
}
.direita-contato {
    background-color: #fff;
    padding: 55px;
}
@media (min-width: 992px) {
    .direita-contato {
        padding: 55px 90px;
    }
}
.direita-contato .titulo {
    margin-bottom: 35px;
}
.direita-contato .titulo::after {
    left: 0;
    transform: none;
}
.direita-contato .form-group {
    margin-bottom: 25px;
}
.direita-contato .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #e0e0e0;
    padding: 6px 0;
}
.direita-contato .form-control:focus {
    border-color: rgb(228, 171, 106);
    outline: 0;
}
.direita-contato input.form-control {
    height: 50px;
}
.direita-contato textarea.form-control {
    resize: none;
}
.direita-contato .btn-formulario {
    padding: 14px 20px;
}
.rodape {
    background-color: #082132;
    color: #8e9499;
    padding: 40px 15px;
    font-size: 13px;
    font-weight: 600;
}
.rodape img {
    margin-bottom: 20px;
}
.barra-rodape {
    background-color: #082132;
    color: #8e9499;
    font-size: 13px;
    font-weight: 600;
    border-top: 1px solid #454545;
    padding: 30px 15px;
}
@media (min-width: 992px) {
    .barra-rodape .container > .row {
        display: flex;
        align-items: center;
    }
}
.barra-rodape .redes-sociais {
    text-align: right;
}
.barra-rodape .redes-sociais a {
    display: inline-block;
}
.barra-rodape .redes-sociais a + a {
    margin-left: 3px;
}
@media (max-width: 991px) {
    .barra-rodape .copyright {
        text-align: center;
        margin-bottom: 15px;
    }
    .barra-rodape .redes-sociais {
        text-align: center;
    }
}
.conteudo-pagina {
	padding-top: 40px;
	padding-bottom: 30px;
}
.conteudo-pagina h1 {
    margin: 0 0 10px;
    padding-bottom: 20px;
    font-size: 30px;
    color: #785f33;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
}
.conteudo-pagina .texto-pagina {
	margin-top: 20px;
}
.conteudo-pagina .galeria-pagina {
	margin-top: 40px;
}
.pagina-404 {
	padding-bottom: 20px;
	font-size: 20px;
}
.pagina-404 i.fa {
	font-size: 12em;
	color: #785f33;
}
.pagina-404 p {
	font-size: 120px;
	color: #785f33;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.servico {
    margin-top: 30px;
    padding: 60px 30px 30px;
    text-align: center;
    background-color: #082132;
}
.servico .icone-servico {
    min-height: 52px;
}
.servico .titulo {
    font-size: 18px;
    margin: 25px 0 0;
    color: #fff;
    min-height: 50px;
}
.servico .titulo::after {
    content: none;
}
.blog {
    padding: 80px 15px;
    background-color: #f9f9f9;
}
.blog .btn-formulario {
    margin-top: 50px;
    padding: 10px 45px;
    font-size: 13px;
    font-weight: 600;
}
.post {
    margin-top: 30px;
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.15);
    -moz-box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(40, 40, 40, 0.15);
    color: #9c9c9c;
    line-height: 25px;
}
.post .foto-post {
    position: relative;
	background: no-repeat center;
	background-size: cover;
    margin-bottom: 35px;
}
.post .categoria-post {
    position: absolute;
    width: 100%;
    bottom: -13px;
    text-align: center;
}
.post .categoria-post > span {
    display: inline-block;
    background-color: #e4ab6a;
    color: #fff;
    padding: 3px 20px 4px;
    border-radius: 2px;
    font-family: 'PT Serif', serif;
    font-size: 14px;
    line-height: normal;
    text-align: center;
}
.post p {
    font-size: 18px;
    color: #232323;
    font-weight: 600;
    text-align: center;
    min-height: 50px;
    margin-bottom: 25px;
    line-height: normal;
}
.categorias {
    font-family: 'PT Serif', serif;
    background-color: #fff;
    -webkit-box-shadow: 1px 4px 13px 0px rgba(235, 235, 235, 0.6);
    -moz-box-shadow: 1px 4px 13px 0px rgba(235, 235, 235, 0.6);
    box-shadow: 1px 4px 13px 0px rgba(235, 235, 235, 0.6);
    font-family: serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.categorias p {
    font-weight: 600;
    color: #1c1c1c;
    font-size: 25px;
    padding: 15px 20px;
    margin: 0;
}
.categorias .list-group .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 !important;
    border-width: 1px 0 0;
    border-color: #ebebeb;
    padding: 20px;
    color: #919191;
    background-color: #fff !important;
}
.categorias .list-group .list-group-item .badge {
    font-family: 'Poppins', sans-serif;
    background-color: #ececec;
    color: #919191;
    font-weight: 400;
}
.conteudo-pagina .titulo::after {
    content: none;
}
.conteudo-pagina .texto-pagina p {
    margin-bottom: 20px;
    line-height: 27px;
}
.carousel-control {
    top: auto;
    bottom: 0;
    left: auto;
    right: 114px;
    width: auto;
    font-size: 20px;
    padding: 3px 15px;
    color: #100e0e !important;
    background: #fff !important;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control.right {
    right: 80px;
}
.conteudo-servico {
    padding-top: 0;
    background: no-repeat top;
    background-position-x: 100%;
    background-size: 41.66666667%;
    overflow: hidden;
}
.conteudo-servico .texto-pagina {
    margin-top: 0;
}
@media (min-width: 992px) {
    .conteudo-servico .row-chamada-servico {
        position: relative;
        display: flex;
    }
    .conteudo-servico .row-chamada-servico .chamada-servico {
        padding-bottom: 50px;
    }
    .conteudo-servico .row-chamada-servico .col-bg-servico {
        position: static;
        display: flex;
    }
    .conteudo-servico .row-chamada-servico .col-bg-servico > .bg-servico{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: no-repeat center;
        background-size: cover;
    }
}
.consultoria {
    position: relative;
    z-index: 2;
    padding: 40px 15px 30px;
    background-color: #082132;
    color: #fff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(23, 38, 53, 0.6);
    -moz-box-shadow: 0px 0px 29px 0px rgba(23, 38, 53, 0.6);
    box-shadow: 0px 0px 29px 0px rgba(23, 38, 53, 0.6);
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .consultoria .row {
        display: flex;
        align-items: center;
    }
    .consultoria .botao-consultoria {
        text-align: right;
    }
}
.consultoria .titulo {
    color: #fff;
    margin: 0 0 15px;
}
.consultoria p {
    line-height: 27px;
    font-size: 14px;
}
.consultoria .btn-formulario {
    padding: 8px 45px;
    background-color: #e8bd94;
    border-color: #e8bd94;
    color: #1a1a1a;
    font-weight: 600;
}