@font-face {
    font-family: 'nexa_bookregular';
    src: url('../font/nexabook/nexa-book-webfont.woff2') format('woff2'),
         url('../font/nexabook/nexa-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'cordaw01-mediumregular';
    src: url('../font/cordamedium/corda_w01_medium-webfont.woff2') format('woff2'),
         url('../font/cordamedium/corda_w01_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('../font/avenirlight/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
  		url('../font/avenirlight/AvenirLTStd-Light.otf')  format('opentype'),
		url('../font/avenirlight/AvenirLTStd-Light.woff') format('woff'),
		url('../font/avenirlight/AvenirLTStd-Light.ttf')  format('truetype'),
		url('../font/avenirlight/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-BlackOblique';
  src: url('../font/avenirbo/AvenirLTStd-BlackOblique.eot?#iefix') format('embedded-opentype'),
  		url('../font/avenirbo/AvenirLTStd-BlackOblique.otf')  format('opentype'),
	    url('../font/avenirbo/AvenirLTStd-BlackOblique.woff') format('woff'),
	    url('../font/avenirbo/AvenirLTStd-BlackOblique.ttf')  format('truetype'),
	    url('../font/avenirbo/AvenirLTStd-BlackOblique.svg#AvenirLTStd-BlackOblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

body {
	font-family: 'nexa_bookregular', 'Lora', 'Helvetica', 'Arial', serif;
	font-size: 16px;
	color: #333;
}

a,
.a1 {
	color: #9c8252;
}

a:hover, a:focus, a:active
.a1:hover, .a1:focus, .a1:active {
	color: #564019;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #333;
	font-weight: 400;
	letter-spacing: 0px;
	margin: 0;
}

h1, h4
.h1, h4 {
	font-size: 30px;
	font-weight: 200;
	color: #564019;
	line-height: 34px;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 30px;
	font-weight: 200;
	color: #d0ad6d;
	line-height: 22px;
	text-transform: uppercase;
}

.hicon-1:before {
	content: "";
	background-image: url(../img/icons/3.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 36px;
	height: 41px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: -8px;
}

.hicon-2:before {
	content: "";
	background-image: url(../img/icons/4.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 36px;
	height: 41px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: -8px;
}

h3,
.h3 {
	font-size: 20px;
	font-weight: 200;
	font-style: italic;
	line-height: 26px;
	text-transform: none;
	color: #d0ad6d !important;
}

h5,
.h5 {
	font-size: 26px;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	text-transform: none;
	display: block;
	text-transform: uppercase;
}

h6,
.h6 {
	font-size: 23px;
	font-weight: 600;
	line-height: 26px;
	text-transform: none;
	display: block;
	color: #d0ad6d;
}

.white {
	color: #FFF;
}

html .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d0ad6d;
	border-color: #d0ad6d;
	transition: all .2s;
}

html .btn-primary:hover {
	border-color: #564019;
	background-color: #564019;
	color: #FFF;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	border-color: #564019;
	background-color: #564019;
	color: #FFF;
}

html .btn-borders.btn-primary {
	background: transparent;
	border-color: #b2b2b2;
	color: #b2b2b2;
	text-shadow: none;
	border-width: 1px;
	border-radius: 0;
	text-transform: uppercase;
	padding: 10px 24px;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #b2b2b2;
	border-color: #b2b2b2 !important;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
	border-color: #b2b2b2;
	background-color: #b2b2b2;
}

html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus,
html .btn-borders.btn-primary:hover:active:hover,
html .btn-borders.btn-primary:focus:active:hover,
html .btn-borders.btn-primary:hover:active:focus,
html .btn-borders.btn-primary:focus:active:focus {
	border-color: #b2b2b2;
	background-color: #b2b2b2;
}

html .btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e7b300;
	border-color: #e7b300;
	transition: all .2s;
}

html .btn-secondary:hover {
	border-color: #004759;
	background-color: #004759;
	color: #FFF;
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	border-color: #004759;
	background-color: #004759;
	color: #FFF;
}

html .btn-borders.btn-secondary {
	background: transparent;
	border-color: #d0ad6d;
	color: #d0ad6d;
	text-shadow: none;
	border-width: 1px;
	border-radius: 0;
	text-transform: uppercase;
	padding: 10px 24px;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d0ad6d;
	border-color: #d0ad6d !important;
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
	color: #FFF;
	border-color: #d0ad6d;
	background-color: #d0ad6d;
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus,
html .btn-borders.btn-secondary:hover:active:hover,
html .btn-borders.btn-secondary:focus:active:hover,
html .btn-borders.btn-secondary:hover:active:focus,
html .btn-borders.btn-secondary:focus:active:focus {
	color: #FFF;
	border-color: #d0ad6d;
	background-color: #d0ad6d;
}

html .btn-terciary {
	color: #333;
	font-weight: 600;
	font-size: 20px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	border-color: #FFF;
	transition: all .2s;
	padding: 10px 26px;
}

html .btn-terciary:hover {
	border-color: #d0ad6d;
	background-color: #d0ad6d;
	color: #FFF;
}

html .btn-terciary:active,
html .btn-terciary:focus,
html .btn-terciary:active:hover,
html .btn-terciary:active:focus {
	border-color: #004759;
	background-color: #004759;
	color: #FFF;
}

::-moz-selection {
	background: #d0ad6d;
	color: #564019;
}

::selection {
	background: #d0ad6d;
	color: #564019;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFF !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #FFF !important;
   opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFF !important;
   opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #FFF !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #FFF !important;
}

::placeholder { /* Most modern browsers support this now. */
   color: #FFF !important;
}

.clearfix {
	clear: both;
}

#header {
	z-index: 4002;
}

#header .header-body {
	background: #FFF;
	border-top: none;
	border-bottom: 1px solid transparent;
	padding: 8px 0;
	background-image: url(../img/backgrounds/1.jpg);
	background-size: cover;
	background-position: center;
}

.fa.custom-border {
	background-image: url(../img/icons/borda-1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px;
}

.fa.custom-border-2 {
	background-image: url(../img/icons/borda-2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px;
}

#header .nav-pills .phone {
	margin-top: -10px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	#header .nav-pills .phone span {
		display: block;
		text-align: right;
	}

	#header .nav-pills .phone span.separator {
		display: none;
	}
}

#header .nav-pills .phone i {
	font-size: 20px;
	color: #808080;
	padding-top: 14px;
	margin-right: 10px !important;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	font-size: 20px;
	color: #808080;
}

#header .header-nav-top {
	margin-top: 0px;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
		padding: 10px 14px;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) and (max-width: 1400px) {
	#header .header-nav-main nav > ul > li > a {
		font-size: 12px !important;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
		padding: 10px 8px;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a,
	#header .header-nav-main nav > ul > li > a:hover,
	#header .header-nav-main nav > ul > li:focus > a,
	#header .header-nav-main nav > ul > li > a:focus,
	#header .header-nav-main nav > ul > li:active > a,
	#header .header-nav-main nav > ul > li > a:active {
		background: transparent;
		color: #9c8252;
		text-decoration: underline;
		text-underline-position: under;
	}
}

ul.nav-pills > li.active > a {
	background-color: transparent;
	color: #9c8252;
	text-decoration: underline;
	text-underline-position: under;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #9c8252;
}

.sticky-header-active #header .header-logo img {
	margin: 0px 0px 0px 0;
}

.slider .tp-bannertimer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0ad6d+0,d0ad6d+100&0+0,0.7+21,0.7+80,0+100 */
	background: -moz-linear-gradient(top, rgba(208,173,109,0) 0%, rgba(208,173,109,0.7) 21%, rgba(208,173,109,0.7) 80%, rgba(208,173,109,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(208,173,109,0) 0%,rgba(208,173,109,0.7) 21%,rgba(208,173,109,0.7) 80%,rgba(208,173,109,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(208,173,109,0) 0%,rgba(208,173,109,0.7) 21%,rgba(208,173,109,0.7) 80%,rgba(208,173,109,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ad6d', endColorstr='#00d0ad6d',GradientType=0 ); /* IE6-9 */
}

html.sticky-header-active #header .header-body {
	transition: box-shadow .3s;
}

html.sticky-header-active #header .header-body {
	box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.4);
}

#header .header-btn-collapse-nav {
	background: #564019;
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
		background-color: transparent;
		color: #564019;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
		color: #564019;
	}
}

#revolutionSlider .tp-caption.top-label {
	font-size: 34px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	text-shadow: 2px 2px 5px rgba(0,0,0,1);
}

#revolutionSlider .tp-caption.main-label {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 3px;
	font-weight: 400;
	text-shadow: 2px 2px 5px rgba(0,0,0,1);
}

#revolutionSlider .tp-caption.bottom-label {
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 22px;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,1);
}

.btn-1 {
	background-image: url(../img/icons/btn-1.png);
	width: 260px;
	height: 71px;
	overflow: hidden;
}

.btn-1:hover {
	background-position: 0 -71px;
}

@media (max-width: 991px) {
	.btn-1 {
		transform: scale(.8);
	}
}

@media (max-width: 430px) {
	.btn-1 {
		transform: scale(.5);
	}
}

.tparrows {
	cursor: pointer;
	background: #FFF;
	background: rgba(208,173,109,0.60);
	width: 70px;
	height: 70px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 200px !important;
	transition: background .2s;
}

.tparrows:hover {
	background: rgba(208,173,109,1)
}

.tparrows:before {
	font-family: "revicons";
	font-size: 25px;
	color: #FFF;
	display: block;
	line-height: 70px;
	text-align: center;
}

.tp-leftarrow {
	padding-right: 4px;
}

@media (min-width: 992px) {
	.tp-leftarrow {
		padding-right: 4px;
		/*left: 18% !important;*/
	}

	.tp-rightarrow {
		/*left: 82% !important;*/
	}
}

.slider-container {
	background-color: rgba(208,173,109,.2);
}

#footer {
	background-image: url(../img/backgrounds/2.jpg);
	background-size: cover;
	background-position: center;
	padding: 0;
	margin: 0;
	border-top: none;
}

#footer .container .row > div {
	margin-bottom: 0px;
}

#footer .credito {
	background-color: rgba(255,255,255,.03);
}

#footer .newsletter {
	position: relative;
	padding: 50px 20px 0;
}

@media (min-width: 992px) {
	#footer .newsletter {
		position: relative;
		padding: 50px 20px;
	}

	#footer .newsletter:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 2px;
		height: 100%;
		background-color: rgba(255,255,255,.10);
	}
}

#footer .newsletter img.newsletter-icon {
	float: left;
	margin-right: 20px;
}

#footer .newsletter .titulo {
	margin-bottom: 10px !important;
}

#footer .newsletter .titulo h5 {
	padding-top: 10px;
}

#footer .newsletter .form input[type="text"] {
	width: 90%;
	margin: 10px 0;
	float: left;
}

input[type="text"].fm-1,
input[type="email"].fm-1,
input[type="password"].fm-1 {
	background-color: transparent;
	border: 2px solid rgba(208,173,109,0.60);
	border-radius: 0;
	color: #FFF;
	width: 100%;
	padding: 22px 80px 22px 22px;
}

@-moz-document url-prefix() { /*firefox workaround*/
	input[type="text"].fm-1,
	input[type="email"].fm-1,
	input[type="password"].fm-1 {
		box-sizing: content-box;
		padding: 7px 80px 7px 18px;
	}

	#footer .newsletter .form input[type="text"] {
	    width: 70% !important;
	    margin: 10px 0;
	    float: left;
	}

	@media (max-width: 992px) {
		#footer .newsletter .form input[type="text"] {
			width: 80% !important;
		}
	}

}

.custom-submit-1 {
	float: right;
	position: absolute;
	right: 17%;
	top: 23px;
	font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#footer .newsletter .form input[type="text"] {
		width: 100%;
	}

	.custom-submit-1 {
		right: 13%;
	}
}

@media (max-width: 992px) {
	#footer .newsletter .form input[type="text"] {
		width: 100%;
	}

	.custom-submit-1 {
		right: 8%;
		top: 26px;
	}
}

@media (max-width: 371px) {
	.custom-submit-1 {
		right: 10%;
		top: 23px;
	}
}

#footer .newsletter .form input[type="text"]:focus {
	border: 2px solid rgba(208,173,109,1);
}

#footer .newsletter span.spam {
	margin-right: 10%;
	color: #b4b4b4;
}

#footer .contato .info {
	position: relative;
	padding: 50px 20px 8px 40px;
}

#footer .contato .info > div {
	margin-bottom: 20px;
}

#footer .contato .info i.fa {
	color: #d0ad6d;
	font-size: 18px;
	padding: 12px;
	margin: 0 10px 0px 0;
	clear: both;
	float: left;
}

#footer .contato .info i.fa-envelope {
	margin-left: -2px !important;
}

#footer .contato .info p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFF;
}

#footer .contato .info p.phone {
	color: #d0ad6d;
	padding: 0;
	margin: 0;
}

#footer .contato .info a {
	font-size: 15px;
	letter-spacing: 1px;
	color: #d0ad6d;
	line-height: 40px;
}

@media (max-width: 430px) {
	#footer .contato .info a {
		font-size: 11px;
	}
	#footer .contato .info {
		padding: 50px 20px 8px 10px;
	}
}

#footer .credito {
	padding: 20px 50px;
	margin-top: 0px;
	color: #FFF;
	font-size: 14px;
}

@media (max-width: 1199px) {
	#footer .credito > div {
		float: none !important;
		text-align: center;
	}
}

html .scroll-to-top {
	border-radius: 0;
}

.main.home .empresa {
	background-image: url(../img/backgrounds/3.jpg);
	background-size: cover;
	background-position: center;
	padding: 70px 0;
}

.main.home .empresa .localizacao {
	height: 300px;
	padding: 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f9f9+0,f8f9f9+100&1+0,0.85+65,0.5+87,0+100 */
	background: -moz-linear-gradient(top, rgba(248,249,249,1) 0%, rgba(248,249,249,0.85) 65%, rgba(248,249,249,0.5) 87%, rgba(248,249,249,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(248,249,249,1) 0%,rgba(248,249,249,0.85) 65%,rgba(248,249,249,0.5) 87%,rgba(248,249,249,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(248,249,249,1) 0%,rgba(248,249,249,0.85) 65%,rgba(248,249,249,0.5) 87%,rgba(248,249,249,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f9', endColorstr='#00f8f9f9',GradientType=0 ); /* IE6-9 */
}

.main.home .empresa .localizacao i.fa {
	width: 67px;
	height: 75px;
	background-image: url(../img/icons/borda-3.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 40px;
	padding-top: 19px;
	color: #D0AD6D;
}

.main.home .atuacao {
	background-color: #1A1A1A;
	padding: 70px 0 70px 0;
}

.main.home .atuacao .item {
	position: relative;
	height: 310px;
	display: block;
}

.main.home .atuacao .item a {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: 310px;
	position: relative;
}

.main.home .atuacao .item img {
	width: 100%;
	height: 310px;
	object-fit: cover;
	object-position: center;
}

.main.home .atuacao .item .info {
	position: absolute;
	bottom: -230px;
	width: 100%;
	height: 310px;
	z-index: 4001;
	transition: all .3s;
}

.main.home .atuacao .item:hover {
	box-shadow: 
        0px 11px 28px -10px rgba(0,0,0,.3),
        0px -11px 28px -10px rgba(0,0,0,.3); 
}

.main.home .atuacao .item:hover .info {
	bottom: -150px;
}

.main.home .atuacao .item a:after {
	content: "";
	transition: all .3s;
	opacity: 0;
}

.main.home .atuacao .item:hover a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,71,89,0.90);
	z-index: 4000;
	opacity: 1;
}


.main.home .atuacao .item a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.75+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
	z-index: 4000;
	transition: all .2s;
}

.main.home .atuacao .item:hover a:before {
	opacity: 0;
}

.main.home .atuacao .item .info h5 {
	height: 80px;
	color: #FFF;
	text-transform: none;
	font-size: 24px;
	width: 100%;
	padding: 0 40px;
}

.main.home .atuacao .item .info p {
	color: #FFF;
}

@media (max-width: 991px) {
	.main.home .atuacao .ver-todas {
		float: none !important;
		display: block;
		margin: 0px auto 20px auto !important;
		clear: both;
		text-align: center;
	}
}

.noticias {
	padding: 70px 0 100px 0;
}

.interna .noticias {
	padding: 70px 0 20px 0;
}

.noticias .carrossel .item {
	position: relative;
}

.noticias .carrossel .item .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 40px 60px 40px;
}

.noticias .carrossel .item img {
	width: 652px;
	height: 410px;
	object-fit: cover;
	object-position: center;
}

.noticias .carrossel .item .info span.data {
	background-color: #d0ad6d;
	border-radius: 25px;
	padding: 4px 20px;
	color: #FFF;
	margin-bottom: 10px;
	display: inline-block;
}

.noticias .carrossel .item .info h5 {
	text-transform: none;
	color: #FFF;
	font-weight: 600;
}

.noticias .carrossel .item .info a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.noticias .carrossel .item a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	transition: all .2s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+35,0.75+75 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.75) 75%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.75) 75%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}

.noticias .carrossel .owl-theme .owl-dots,
.noticias .carrossel .owl-theme .owl-nav {
	text-align: right;
	position: absolute !important;
	bottom: 20px;
	right: 20px;
	top: auto;
}

.noticias .carrossel .owl-theme .owl-nav [class*=owl-] {
	background: #d0ad6d;
	border-radius: 200px;
	text-align: center;
}

.noticias .lista img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: center;
}

.noticias .lista span.data {
	background-color: #d0ad6d;
	margin-top: 8px;
	border-radius: 25px;
	padding: 0px 16px;
	color: #FFF;
	line-height: 20px;
	font-weight: 100;
	margin-bottom: 6px;
	font-size: 11px;
	display: inline-block;
}

.noticias .lista a.h5 {
	font-size: 18px;
	color: #d0ad6d;
	font-weight: 900;
	text-transform: none;
	line-height: 20px;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.noticias .ver-todas {
		float: none !important;
		display: block;
		margin: 0px auto 20px auto !important;
		clear: both;
		text-align: center;
	}

	.noticias .carrossel .item .info h5 {
		font-size: 12px;
		line-height: 16px;
	}

	.noticias .carrossel .item a:before {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+20,0.75+50 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
	}

	.noticias .carrossel .item .info {
		padding: 20px;
	}

	.noticias .carrossel .owl-theme .owl-dots, .noticias .carrossel .owl-theme .owl-nav {
		display: none;
	}
}

@media (max-width: 991px) {
	.main.home .empresa h2 {
		font-size: 22px;
	}

	.main.home .atuacao h2 {
		font-size: 16px;
	}
}

.page-header.parallax {
	margin: 0 0 0px;
	padding: 180px 0 60px;
}

.main.interna .conteudo {
	padding-top: 50px;
}

.owl-carousel {
	margin-bottom: 0px;
}

.main.interna .conteudo .owl-carousel .img-thumbnail.popup-gal {
	border: none;
	width: 100%;
}

.thumb-info {
	border: none;
	border: 1px solid #999;
}

html.webkit .thumb-info .thumb-info-wrapper {
	margin: 0;
}

.thumb-info .thumb-info-title {
	background: rgba(208,173,109,0.60);
}

.thumb-info:hover .thumb-info-title {
	background: rgba(208,173,109,1);
}

.list.list-icons li .fa, .list.list-icons li .icons {
	color: rgba(208,173,109,1);
	border-color: rgba(208,173,109,1);
}

.advogado-img {
	border: 1px solid #999;
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa, .feature-box.feature-box-style-2 .feature-box-icon .icons {
	color: #564019;
}

.main.noticias-pagina .lista a.h2 {
	font-size: 22px;
	text-transform: none;
	margin-bottom: 6px;
	display: inline-block;
}

.main.noticias-pagina .lista .item {
	min-height: 115px;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
	background-color: #d0ad6d;
}

.header-social-icons li {
	box-shadow: none;
	border-radius: 0;
}

.header-social-icons li a {
	color: #808080 !important;
}

.header-social-icons li:hover a {
	background: transparent !important;
	color: #D1AD68 !important;
}

.header-social-icons .social-icons-linkedin i.fa {
	font-size: 13.5px;
	margin-top: 1px;
}

.header-social-icons .social-icons-linkedin {
	vertical-align: top;
}

#header .header-social-icons {
	margin: 3px 0 0 10px;
}

.iframe-video {
	max-width: 100%;
	max-height: 280px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}

.border-los {
	background-image: url(../img/icons/borda-4.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 11px !important;
	font-family: Arial;
	font-weight: 800;
	margin-left: 0px;
	margin-top: 3px;
	padding: 5px 10px 6px !important;
}

.border-los:hover,
.border-los:focus {
	color: #D1AD68 !important;
	background-color: transparent !important;
	background-image: url(../img/icons/borda-4.png) !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

@media (max-width: 991px) {
	.noticias .carrossel .item img {
	    width: 100%;
	    height: 410px;
	    object-fit: cover;
	    object-position: center;
	}

	.noticias .carrossel .item a:before {
	    top: 70%;
	    height: 30%;
	}
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #d0ad6d;
}

.header-social-icons .social-icons-instagram a {
	display: inline-block !important;
	vertical-align: 5%;
}

.header-social-icons .social-icons-instagram i.fa {
    font-size: 13.5px;
    margin-right: 2px;
    padding-left: 9px;
    display: block;
}

.sticky-header-active #header .header-nav-top {
	opacity: 0;
}

.home-instagram .title {
	padding: 50px 0;
}

.home-instagram .title h3 {
	color: #FFF;
	font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
	text-transform: none;
	font-size: 40px;
	font-weight: 200;
}

.home-instagram > div a.btn {
	font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
	text-transform: none;
	font-size: 20px;
	font-weight: 300;
	padding: 14px 28px;
	border-radius: 0;
	margin: 40px 0 0 0;
}

.home-instagram .title h3 i {
	font-size: 34px;
	color: #FFF;
	margin-right: 8px;
}

.home-instagram .title h3 span {
	color: #000;
}

.home-instagram p {
	font-size: 19px;
	margin: 10px 0 0 0;
	font-weight: 300;
	padding: 10px;
}

.home-instagram ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}

@media (max-width: 768px) {
	.home-instagram ul {
		flex-wrap: wrap;
	}
}

.home-instagram ul li {
	flex-grow: 1;
	min-width: 200px;
	position: relative;
	overflow: hidden;
}

.home-instagram ul li:hover img {
	transform: scale(1.05);
}

.home-instagram ul li img {
	height: 380px;
	width: 100%;
	object-fit: cover;
	transition: all .5s;
}

.home-instagram {
	background-color: #FFF;
	padding-top: 60px;
}

.advogados-lista .item img {
	height: 343px;
	object-fit: cover;
	object-position: center;
}