body {
	font-family: 'Barlow Semi Condensed', 'Helvetica', 'Arial', sans-serif;
	overflow-x: hidden;
}

.container {
	max-width: 1200px;
}

.primary-color {
	color: #808081;
}

.primary-color-hover:hover,
.primary-color-hover:focus,
.primary-color-hover:active {
	color: #808081 !important;
}

.secondary-color {
	color: #D6CCB4;
}

.secondary-color-hover:hover,
.secondary-color-hover:focus,
.secondary-color-hover:active {
	color: #D6CCB4 !important;
}

.terciary-color {
	color: #F2F2F2;
}

.terciary-color-hover:hover,
.terciary-color-hover:focus,
.terciary-color-hover:active {
	color: #F2F2F2 !important;
}

.primary-bg {
	background-color: #808081;
}

.secondary-bg {
	background-color: #D6CCB4;
}

.terciary-bg {
	background-color: #F2F2F2;
}

::-moz-selection {
	background: #808081; /* Gecko Browsers */
	color: #FFF;
	opacity: 1;
}

::selection {
	background: #808081; /* WebKit/Blink Browsers */
	color: #FFF;
	opacity: 1;
}

hr.solid-1 {
    background-image: none;
    background-color: rgba(255,255,255,.1);
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    margin: 22px 0;
    background-color: rgba(0,0,0,.1);
}

.btn-primary:focus {
    box-shadow: none !important;
}

/*@media (min-width: 992px) {*/
	*:focus {
	    outline: none !important;
	}
/*}*/

p {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

a,
.a {
	color: #808081;
}

a:hover,
.a:hover,
a:focus,
.a:focus,
a:active,
.a:active {
	color: #444;
	text-decoration: none;
}

.h1, h1 {
	font-weight: 600;
	font-size: 52px;
	color: #4c4747;
}

.h2, h2 {
    font-size: 20px;
    color: #4c4747;
    font-weight: 600;
}

.notransition {
	transition: none !important;
}

input[type='text']:hover,
input[type='text']:focus,
input[type='text']:active,
input[type='password']:hover,
input[type='password']:focus,
input[type='password']:active,
textarea:hover,
textarea:focus,
textarea:active,
input[type='email']:hover,
input[type='email']:focus,
input[type='email']:active {
	border: 1px solid #4c4747 !important;
}

/* botoes */
.btn-primary {
    color: #c6b48b;
    background-color: transparent;
    border: 2px solid #C6B48B;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;
    box-shadow: none;
    text-transform: uppercase;
    transition: all .2s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    background-color: #C6B48B !important;
    border-color: #C6B48B !important;
    box-shadow: 0 0 30px 2px rgba(198,180,139, .3) !important;
}

.btn-secondary {
    color: #FFF !important;
    border-color: #8a8d8a;
    background-color: #8a8d8a;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    box-shadow: none;
    transition: all .3s !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
    background-color: #ad996a !important;
    border-color: #ad996a;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
}

.btn-terciary {
    color: #4d4747 !important;
    border-color: #FFF;
    background-color: #FFF;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 5px 5px 30px 2px rgba(0,0,0,.1) !important;
    transition: all .3s !important;
    text-transform: uppercase;
}

.btn-terciary:hover,
.btn-terciary:focus,
.btn-terciary:active {
    color: #fff !important;
    background-color: #ad996a !important;
    border-color: #ad996a;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
}

.btn-quaternary {
    color: #4d4747 !important;
    border-color: #FFF;
    background-color: #FFF;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 5px 5px 30px 2px rgba(0,0,0,.1) !important;
    transition: all .3s !important;
    text-transform: uppercase;
}

.btn-quaternary:hover,
.btn-quaternary:focus,
.btn-quaternary:active {
    color: #fff !important;
    background-color: #4c4747 !important;
    border-color: #4c4747;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
}

.btn-lg {
	font-size: 18px;
	padding: 9px 30px;
}

.btn-lg2 {
	font-size: 18px;
	padding: 10px 26px;
}

.btn-xlg {
	font-size: 16px;
	padding: 14px 30px;
}

.btn-special {
	font-size: 19px !important;
	border-radius: 0 !important;
	vertical-align: top;
}

.social-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-buttons li {
	display: inline-block;
	margin-left: 10px;
}

.social-buttons li:first-child {
	margin-left: 0;
}

.social-buttons li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #D6CCB4;
	border-radius: 200px;
	border: 0px solid #ccc;
}

.social-buttons li a .fab {
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #FFF;
}

.social-buttons li a.facebook-btn:hover,
.social-buttons li a.facebook-btn:focus,
.social-buttons li a.facebook-btn:active {
	background-color: #3b5a9a;
}

.social-buttons li a.instagram-btn:hover,
.social-buttons li a.instagram-btn:focus,
.social-buttons li a.instagram-btn:active {
	background-color: #7c4a3a;
}

.social-buttons li a.twitter-btn:hover,
.social-buttons li a.twitter-btn:focus,
.social-buttons li a.twitter-btn:active {
	background-color: #1aa9e1;
}

.social-buttons li a.youtube-btn:hover,
.social-buttons li a.youtube-btn:focus,
.social-buttons li a.youtube-btn:active {
	background-color: #c3191e;
}

.social-buttons li a.linkedin-btn:hover,
.social-buttons li a.linkedin-btn:focus,
.social-buttons li a.linkedin-btn:active {
	background-color: #0073b2;
}

.social-buttons li a.whatsapp-btn:hover,
.social-buttons li a.whatsapp-btn:focus,
.social-buttons li a.whatsapp-btn:active {
	background-color: #25D366;
}

.social-buttons li a:hover .fab,
.social-buttons li a:focus .fab,
.social-buttons li a:active .fab {
	color: #FFF;
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: -5px 5px 5px 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #FFF;
    border-color: #808081 #808081 #808081;
    color: #808081;
    border-radius: 200px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    opacity: 1;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
}

.owl-carousel .owl-nav button[class*="owl-"]:hover, .owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color: #808081;
    border-color: #808081 #808081 #808081;
    color: #ffffff;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -2px;
    top: 0px;
}

.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 0px;
}


/* sticky header */
.sticky-header {
	width: 100%;
	z-index: 20;
}

@media (max-width: 768px) {
	#header {
		height: auto !important;
	}

	.sticky-header {
		height: auto !important;
	}
}

@media (min-width: 992px) {
	html.sticky-header-active .sticky-header {
		position: fixed;
		top: -164px;
		box-shadow: 0 0 30px 2px rgba(109, 90, 53, .39);
		transition: box-shadow .5s;
	}
}

/* header */
#header .header-content {
	border-top: 3px solid #C6B48B;
	height: 230px;
}

@media (max-width: 992px) {
	#header .header-content {
		height: auto;
	}
}

#header .header-content > .container {
	position: relative;
	min-height: 161px;
}

/* logo */
#header .logo {
	padding: 25px 0 10px;
	text-align: center;
	transition: all .3s;
	position: relative;
	top: 0;
}

@media (max-width: 768px) {
	#header .logo {
		padding: 10px 0;
	}
}

#header .logo img {
	height: 117px;
	object-fit: scale-down;
	transition: all .3s;
	max-width: 100%;
}

@media (max-width: 768px) {
	#header .logo img {
		max-width: 60%;
	}
}

#header .logo .logo-grande {
	display: inline-block;
}

#header .logo .logo-pequena {
	display: none;
	height: 40px !important;
}

@media (min-width: 768px) {
	html.sticky-header-active #header .logo {
		position: relative;
		top: 150px;
	}

	html.sticky-header-active #header .logo .logo-grande {
		display: none;
	}

	html.sticky-header-active #header .logo .logo-pequena {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	html.sticky-header-active #header .logo img {
		height: 40%;
	}
}

#header .meio .telefone .fa,
#header .meio .telefone .far {
	float: left;
	margin-right: 16px;
	padding-top: 5px;
	margin-top: 5px;
	background-color: #F2F2F2;
	border-radius: 200px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 37px;
	color: #80827C;
}

#header .meio .telefone .titulo {
	font-size: 16px;
	color: #808080;
	text-transform: uppercase;
	font-weight: 400;
}

#header .meio .telefone .conteudo {
	color: #4c4c4c;
	display: block;
	line-height: 22px;
	font-weight: 600;
    font-size: 23px;
}

/* menu */
#header .menu {
	background-color: #FAFAFA;
}

#header .menu > .container {

}

@media (min-width: 768px) {
	html.sticky-header-active #header .menu {
		/*padding-top: 42px;*/
	}
}

#header .menu nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

#header .menu nav > ul > li {
	display: inline-block;
}

#header .menu nav > ul > li > a {
	font-size: 20px;
	color: #666;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	padding: 18px 30px;
	transition: color .1s, background-color .2s;
	position: relative;
	height: 66px;
	vertical-align: middle;
}

.btn-special {
    color: #FFF !important;
    border-color: #8a8d8a;
    background-color: #8a8d8a;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    box-shadow: none;
    transition: all .3s !important;
}

html.sticky-header-active .btn-special {
	font-size: 19px !important;
	font-weight: 600;
	padding: 17px 30px !important;
}

.btn-special:hover,
.btn-special:focus,
.btn-special:active {
    color: #fff;
    background-color: #ad996a !important;
    border-color: #ad996a !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
}

html.sticky-header-active #header nav.menu-desktop {
	transition: all 3s;
}

html.sticky-header-active #header nav.menu-desktop {
    justify-content: flex-end !important;
    display: flex;
}

@media (min-width: 992px) {
	html.sticky-header-active #header .menu nav > ul > li > a {
		font-size: 15px;
		font-weight: 600;
		padding: 18px 20px;
		line-height: 30px;
		transition: all .2s;
	}
}

#header .menu nav.menu-desktop > ul > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 20px;
	margin-top: 24px;
	background-color: #D5D5D5;
}

#header .menu nav.menu-desktop > ul > li:hover > a:before {
	display: none;
}

#header .menu nav > ul > li:first-child > a:before,
#header .menu nav > ul > li:last-child > a:before {
	display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
	#header .menu nav > ul > li > a {
		font-size: 14px;
		font-weight: 600;
		padding: 20px 12px;
	}	
}

@media (min-width: 768px) and (max-width: 1199px) {
	html.sticky-header-active #header .menu nav > ul > li > a {
		font-size: 14px;
		font-weight: 600;
		padding: 20px 11px;
	}	
}

#header .menu nav > ul > li > a:hover,
#header .menu nav > ul > li > a:focus,
#header .menu nav > ul > li > a:active {
	background-color: #D6CCB4;
	color: #FFF;
}


#header .menu nav > ul > li.current a {
	background-color: #D6CCB4;
	color: #FFF;
}

#header .menu nav > ul > li.current > a:before {
	display: none;
}

/* menu responsivo */
.menu-responsive-btn {
	background-color: #808081;
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.menu-responsivo-col {
	position: absolute;
	top: 15px;
	right: 0;
}

#header .menu nav.menu-responsive > ul > li > a:hover:after,
#header .menu nav.menu-responsive > ul > li > a:focus:after,
#header .menu nav.menu-responsive > ul > li > a:active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #F2F2F2;
}

.menu-responsive-btn:hover,
.menu-responsive-btn:focus,
.menu-responsive-btn:active {
	color: #FFF;
}

#header .menu nav.menu-responsive > ul > li.current a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #F2F2F2;
}

.menu-responsive {
	width: 100%;
	max-height: 0;
	opacity: 0;
	transition: opacity .8s, max-height .6s;
}

.menu-responsive-open {
	max-height: 1000px;
	opacity: 1;
}

.menu-responsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.menu-responsive ul li {
	border-bottom: 1px solid #F0F0F0;
	display: inline-block;
	width: 100%;
}

.menu-responsive ul li a {
	padding: 16px 20px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.menu-responsive ul li.current a {
	color: #444;
}

/* main */
main {
	min-height: 601px;
}

main .pagina-conteudo {
	min-height: 420px;
}

/* slider */
.hr-label {
	width: 500px;
}

.slider-container strong {
	color: #FFF;
	font-style: italic;
	font-weight: 500;
}

.slider-container .fa {
	margin-right: 10px;
	color: #c6b48b;
}

/* intro */
section.intro {
	border-bottom: 1px solid #E5E5E5;
	padding: 30px 0;
}

section.intro span {
	font-size: 30px;
	font-weight: 400;
	color: #b2b2b2;
	font-style: italic;
	margin-left: 20px;
	display: inline-block;
	width: 80%;
	line-height: 30px;
}

section.intro .fa {
	font-size: 60px;
	color: rgba(0,0,0,.1);
	margin-right: 20px;
	margin-top: -30px;
	display: inline-block;
	vertical-align: top;
}

/* serviços */
section.servicos {
	padding: 40px 0;
}

.interna section.servicos {
	padding: 0;
}

section.servicos .conteudo .item {
	height: 616px;
}

section.servicos .conteudo .item.esquerda {
	background-image: url(../img/background/1.jpg);
	background-size: cover;
	background-position: center;
	padding-right: 80px;
}

section.servicos .conteudo .item.direita {
	background-image: url(../img/background/2.jpg);
	background-size: cover;
	background-position: center;
	padding-left: 180px;
}

section.servicos .conteudo .item .titulo {
	color: #FFF;
	font-size: 55px;
	line-height: 50px;
	font-weight: 600;
	max-width: 300px;
	display: inline-block;
	position: relative;
}

section.servicos .conteudo .item .titulo:before {
	content: "";
	position: absolute;
	left: -120px;
	top: 10px;
	width: 98px;
	height: 83px;
	display: inline-block;
	background-image: url(../img/icons/1.png);
	background-repeat: no-repeat;
	background-position: center;
}

section.servicos .conteudo .item .chamada {
	color: #FFF;
	display: block;
	max-width: 300px;
	font-size: 20px;
}

section.servicos .conteudo .item .btn-container {
	width: 100%;
	max-width: 300px;
	display: block;
	text-align: left;
}

@media (max-width: 991px) {
	section.servicos .conteudo .item .titulo:before {
		display: none;
	}
	section.servicos .conteudo .item {
		padding: 40px !important;
	}
}

/* fotos */
.fotos {
	padding: 20px 0;
}

.fotos .lista .item {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 25px;
}

.fotos .lista .item .item-container {
	padding: 0;
	display: inline-block;
	width: 100%;
	height: 150px;
	transition: all .3s;
	overflow: hidden;
}

.fotos .lista .item .item-container:hover {
	/*box-shadow: 0 0 20px 2px rgba(0,0,0,.2);*/
	cursor: default;
}

.fotos .lista .item img {
	width: 100%;
	height: 150px;
	object-fit: scale-down;
	object-position: center;
	transition: all .3s;
}

.fotos .lista .item .item-container:hover img {
	/*transform: scale(1.05);*/
}

/* empresa */
section.empresa {
	padding: 40px 0 0;
}

section.empresa .conteudo .imagem img {
	width: 100%;
}

section.empresa .topo .subtitulo {
	color: #b2b2b2;
	font-size: 24px;
	line-height: 26px;
}

section.empresa .conteudo .texto p {
	font-size: 19px;
	line-height: 26px;
	color: #808080;
	font-weight: 300;
}

/* contrate */
section.contrate > .container {
	box-shadow: 0 5px 30px 2px rgba(0,0,0,.1);
	background-image: url(../img/background/4.jpg);
	background-size: cover;
	min-height: 150px;
	border-radius: 4px;
}

.home section.contrate > .container {
	margin-top: -100px;
}

.servicos-pagina section.contrate > .container {
	margin-top: -60px;
}

section.contrate > .container:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 20px;
	width: 60px;
	height: 38px;
	background-image: url(../img/icons/2.png);
	background-repeat: no-repeat;
}

section.contrate .item {
	min-height: 150px;
}

@media (max-width: 991px) {
	section.contrate > .container {
		padding: 40px;
		margin-top: -40px;
	}	
	section.contrate .item {
		min-height: 60px;
	}	
}

section.contrate .simbolo .fa,
section.contrate .simbolo .far,
section.contrate .simbolo .fas {
	font-size: 70px;
	color: #999;
}

section.contrate .texto .subtitulo {
	font-size: 20px;
	font-weight: 100;
	color: #999;
	margin-top: -20px;
}

section.contrate .texto .titulo {
	font-size: 32px;
	font-weight: 500;
	line-height: 26px;
	color: #333;
}

section.contrate .input-1 input,
section.contrate .input-2 input {
	height: 50px;
	border-radius: 4px;
	border: 1px solid #CCC;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/* mensagem */

section.mensagem {
	padding: 60px 0;
	background-image: url(../img/background/5.png);
	background-position: center;
	background-repeat: no-repeat;
}

section.mensagem span {
	font-size: 24px;
	line-height: 26px;
	color: #808080;
	font-style: italic;
}

/* footer */
#footer {
	border: none;
	padding: 60px 0 0 0;
	margin: 0;
	background-image: url(../img/background/3.jpg);
	background-size: cover;
	background-position: center;
}

#footer .contato .telefone > div,
#footer .contato .email > div {
    display: inline-block;
    min-width: 350px;
}

#footer .contato .telefone .icon,
#footer .contato .email .icon {
	font-size: 20px;
	object-fit: scale-down;	
	object-position: center;
	border: 1px solid #FFF;
	border-radius: 200px;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	float: left;
	margin-right: 20px;
}

#footer .contato .telefone .titulo,
#footer .contato .email .titulo {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding-top: 3px;
}

#footer .contato .telefone .texto,
#footer .contato .email .texto {
	color: #ef1c24;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

#footer .contato .email a {
	font-weight: 600;
	font-size: 16px;
}

@media (max-width: 500px) {
	#footer .contato .email a {
		font-size: 12px;
	}

	#footer .contato .telefone > div,
	#footer .contato .email > div {
	    display: inline-block;
	    min-width: 300px;
	}
}

#footer .menu ul li a {
	padding: 10px 26px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 21px;
	font-weight: 500;
}

#footer .menu ul {
	padding: 0;
	list-style: none;
}

#footer .menu ul li:first-child a {
	padding-left: 0;
}

#footer .menu ul li a:hover {
	color: #c6b48b !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#footer .menu ul li a {
		padding: 40px 16px;
		text-transform: uppercase;
		display: inline-block;
		font-size: 15px;
		font-weight: 500;
	}
}

#footer .footer-copyright {
	background-color: transparent;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 0;
    padding: 12px 0;
}

#footer .footer-copyright .copy span {
	color: #FFF;
	line-height: 16px;
	display: inline-block;
}

#footer .footer-copyright .copy small {
	display: block;
	margin-top: -5px;
	color: #CCC;
}

#footer .newsletter .titulo {
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	display: block;
	margin-bottom: 0;
}

#footer .newsletter .texto {
	color: #b2b2b2;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 20px;
	display: inline-block;
}

#footer .newsletter input[type="email"] {
	width: 250px;
	height: 46px;
	margin-right: 10px;
	border-radius: 4px;
	float: left;
}

#footer .contato {
	z-index: 1;
}

#footer .contato .titulo {
	color: #FFF;
	font-size: 40px;
	line-height: 36px;
	font-weight: 600;
	display: block;
	margin-bottom: 0px;
}

#footer .contato .texto {
	color: #b2b2b2;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 20px;
	display: inline-block;
}

#footer .contato .box {
	background-color: #FFF;
	border-radius: 6px;
	margin-bottom: 20px;
}

#footer .contato .box .item {
	padding: 20px;
}

#footer .contato .box hr {
	margin: 0;
	background-color: rgba(0,0,0,.1);
}

#footer .contato .box .item .fa,
#footer .contato .box .item .far {
	float: left;
	border-radius: 200px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #F2F2F2;
	color: #c6b48b;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 16px;
}

#footer .contato .box .item .t1 {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #808080;
	text-transform: uppercase;
}

#footer .contato .box .item .d1 {
	font-size: 24px;
	font-weight: 600;
	color: #4c4c4c;
}

#footer .contato .box .item a {
	font-size: 18px;
	font-weight: 600;
	color: #4c4c4c;
}

#footer .contato .box .item a:hover {
	color: #c6b48b;
}

#footer .mensagem-footer {
	z-index: 1;
	position: relative;
}

#footer .mensagem-footer .fa {
	vertical-align: top;
	color: rgba(255,255,255,.1);
	font-size: 50px;
}

#footer .mensagem-footer span {
	color: #808080;
	font-size: 20px;
	line-height: 20px;
	max-width: 550px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 60px;
}

@media (max-width: 991px) {
	#footer .mensagem-footer .fa {
		vertical-align: bottom;
		margin-bottom: -40px;
	}	
}

#footer .menu {
	z-index: 1;
	position: relative;
	padding: 10px;
}

#footer .menu li {
	display: inline-block;
}

#footer .menu li a {
	color: #FFF !important;
}

/* page header */
.page-header {
	background-image: url(../img/background/6.jpg);
	background-size: cover;
	background-position: left 72%;
	padding: 30px;
	text-align: center;
	box-shadow: inset 0 10px 30px 2px rgba(0,0,0,.05);
}

.page-header h1 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 5px;
	font-weight: 100;
	color: #FFF;
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 6px;
	border-bottom: 2px solid #FFF;
	padding: 10px 10px;
}

.pagina-conteudo {
	padding: 30px 0;
}

@media (max-width: 991px) {
	.pagina-conteudo {
		padding: 20px 0;
	}
}

.pagina-conteudo .imagens .item img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

.pagina-conteudo h1 {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
	color: #808081;
}

.pagina-conteudo .imagens .popup-gal img {
	object-fit: scale-down;
	object-position: center;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}

.breadcrumb ol {
	display: inline-block;
}

.breadcrumb a {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	color: #C6B48B;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #FFF;
    content: "/";
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.breadcrumb-item.active {
    color: #C6B48B;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.especificacoes {
	margin-top: 30px;
	background-color: #FAFAFA;
	padding: 40px;
}

/* pagina contato */
.contato-pagina iframe {
	width: 100%;
	height: 250px;
}

.contato-pagina .endereco ul {
	list-style: none;
	padding: 0;
}

.contato-pagina .endereco .list-icons .fa,
.contato-pagina .endereco .list-icons .far {
	color: #808081;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: center;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #808081;
    outline: 0;
    box-shadow: none;
}

.contato-pagina h2 {
	color: #808081;
	font-size: 24px;
}

/* empresa pagina */
.empresa-pagina h3 {
	color: #444;
	font-size: 22px;
}

.empresa-pagina h2 {
	color: #808081;
	font-size: 24px;
}

.menu-lateral {
	text-align: center;
	position: relative;
}

.menu-lateral .titulo {
	display: inline-block;
	width: 100%;
	padding: 20px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 18px;
	font-weight: 600;
	color: red;
}

.menu-lateral .titulo .fa {
	float: right;
	margin-top: 3px;
	color: #ccc;
}

.menu-lateral ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.menu-lateral ul li {
	position: relative;
}

.menu-lateral > ul > li > a {
	display: inline-block;
	padding: 12px 30px;
	width: 100%;
	border-top: 1px solid #F0F0F0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #666;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul.submenu {
	margin: 0;
	border-bottom: 1px solid #CCC;
}

.menu-lateral ul.submenu > li > a {
	display: inline-block;
	padding: 10px 45px;
	width: 100%;
	border-top: 1px solid #F5F5F5;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4c4c4c;

	background-color: #FFF;
	transition: all .3s;
}

.menu-lateral ul li a:hover {
	background-color: #F5F5F5;
	color: #333;
}

.menu-lateral ul li.current > a {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	font-weight: 600;
}

.d-none-ni {
	display: none;
}

.float-whatsapp {
    position: fixed;
    right: 40px;
    bottom: 50px;
    width: 76px;
    height: 76px;
    z-index: 2;
    background-color: #2ab63f;
    border-radius: 200px;
    box-shadow: 0 5px 10px 2px rgba(0,0,0,.2);
    transition: all .3s ease;
}

@media (max-width: 991px) {
    .float-whatsapp {
        position: fixed;
        right: 30px;
        bottom: 110px;
        width: 56px;
        height: 56px;
        z-index: 2;
        background-color: #2ab63f;
        border-radius: 200px;
        box-shadow: 0 5px 10px 2px rgba(0,0,0,.2);
        transition: all .3s ease;
    }
}

.float-whatsapp:hover,
.float-whatsapp:focus,
.float-whatsapp:active {
    transform: scale(1.05);
}

.float-whatsapp a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.float-whatsapp img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: scale-down;
    object-position: center;
}