body {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	/*font-family: 'K2D', sans-serif;*/
}

.container {
	max-width: 1200px;
}

.primary-color {
	color: #f3b202;
}

.primary-color-hover:hover,
.primary-color-hover:focus,
.primary-color-hover:active {
	color: #f3b202 !important;
}

.secondary-color {
	color: #f3b202;
}

.secondary-color-hover:hover,
.secondary-color-hover:focus,
.secondary-color-hover:active {
	color: #f3b202 !important;
}

.terciary-color {
	color: #f3b202;
}

.terciary-color-hover:hover,
.terciary-color-hover:focus,
.terciary-color-hover:active {
	color: #f3b202 !important;
}

.primary-bg {
	background-color: #f3b202;
}

.secondary-bg {
	background-color: #f3b202;
}

.terciary-bg {
	background-color: #f3b202;
}

::-moz-selection {
	background: #f3b202; /* Gecko Browsers */
	color: #FFF;
	opacity: 1;
}

::selection {
	background: #f3b202; /* WebKit/Blink Browsers */
	color: #FFF;
	opacity: 1;
}

.btn-primary:focus {
    box-shadow: none !important;
}

/*@media (min-width: 992px) {*/
	input:focus {
	    outline: none !important;
	    box-shadow: none !important;
	}
/*}*/1

p {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

ul li {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

a,
.a {
	color: #f3b202;
}

a:hover,
.a:hover,
a:focus,
.a:focus,
a:active,
.a:active {
	color: #444;
	text-decoration: none;
}

.h1, h1 {
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	color: #f3b202;
}

.h2, h2 {
    font-size: 20px;
    line-height: 24px;
    color: #f3b202;
    font-weight: 600;
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #FFF;
}

.notransition {
	transition: none !important;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

.owl-carousel .owl-item {
	cursor: pointer;
}

.owl-carousel.nav-on-hover .owl-nav {
	display: none;
}

.owl-carousel.nav-on-hover:hover .owl-nav {
	display: block;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f3b202;
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

@media (max-width: 991px) {
	.parallax {
		background-attachment: unset;
	}
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea,
input[type='email'] {
	border-width: 1px !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,
input[type='number']:hover,
input[type='number']:focus,
input[type='number']:active,
textarea:hover,
textarea:focus,
textarea:active,
input[type='email']:hover,
input[type='email']:focus,
input[type='email']:active {
	border: 1px solid #f3b202 !important;
}

/* botoes */
.btn-primary {
    color: #FFF;
    background-color: #f3b202;
    border-color: transparent;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    transition: all .3s;
    border: none;
    /*background-size: 100%;*/
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    /*background-size: 150%;*/
    background-color: #f3b202 !important;
    color: #FFF !important;
	border-color: transparent !important;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.185) !important;
}

.btn-secondary {
    color: #FFF;
    background-color: #f3b202;
    border: 1px solid #f3b202 !important;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    /*box-shadow: 5px 5px 20px 2px rgba(0,0,0,.05);*/
    transition: all .2s;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff !important;
    background-color: #f3b202 !important;
    border-color: #f3b202 !important;
    box-shadow: 0px 3px 0px 0px #4c4c4c !important;
    transform: translateY(-3px);
    text-decoration: none !important;
}

.btn-terciary {
    color: #333;
    background-color: transparent;
    border: 1px solid #333 !important;
    border-radius: 0px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.05);
    transition: all .3s;
}

.btn-terciary:hover,
.btn-terciary:focus,
.btn-terciary:active {
    color: #FFF !important;
    background-color: #333 !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.btn-quaternary {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF !important;
    border-radius: 0px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.05);
    transition: all .3s;
}

.btn-quaternary:hover,
.btn-quaternary:focus,
.btn-quaternary:active {
    color: #f3b202 !important;
    background-color: #FFF !important;
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,.2) !important;
    text-decoration: none !important;
}

.btn-lg {
	font-size: 15px;
	padding: 13px 30px;
}

.btn-lg2 {
	font-size: 18px;
	padding: 10px 26px;
}

.btn-xlg {
	font-size: 16px;
	padding: 14px 30px;
}

.btn-whatsapp {
	background: initial;
	background: unset;
	background-color: #019084 !important;
	border-radius: 4px !important;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active {
	background-color: #01A18C !important;
	border-color: transparent !important;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.185) !important;
}

.social-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-buttons li {
	display: inline-block;
	margin-left: 2px;
}

.social-buttons li:first-child {
	margin-left: 0;
}

.social-buttons li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	/*background-color: #f3b202;*/
	border-radius: 200px;
	border: 0px solid #f3b202;
}

.social-buttons li a .fab {
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #FFF;
}

/*@media (max-width: 991px) {
	.social-buttons li a {
		display: inline-block;
		width: 20px;
		height: 25px;
	}
	.social-buttons li a .fab {
		font-size: 14px;
		line-height: 14px;
	}
}*/

.social-buttons li a.facebook-btn:hover,
.social-buttons li a.facebook-btn:focus,
.social-buttons li a.facebook-btn:active {
	background-color: #3b5a9a !important;
}

.social-buttons li a.instagram-btn:hover,
.social-buttons li a.instagram-btn:focus,
.social-buttons li a.instagram-btn:active {
	background-color: #d62976 !important;
}

.social-buttons li a.twitter-btn:hover,
.social-buttons li a.twitter-btn:focus,
.social-buttons li a.twitter-btn:active {
	background-color: #1aa9e1 !important;
}

.social-buttons li a.youtube-btn:hover,
.social-buttons li a.youtube-btn:focus,
.social-buttons li a.youtube-btn:active {
	background-color: #c3191e !important;
}

.social-buttons li a.linkedin-btn:hover,
.social-buttons li a.linkedin-btn:focus,
.social-buttons li a.linkedin-btn:active {
	background-color: #0073b2 !important;
}

.social-buttons li a.whatsapp-btn:hover,
.social-buttons li a.whatsapp-btn:focus,
.social-buttons li a.whatsapp-btn:active {
	background-color: #25D366 !important;
}

.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: #f3b202;
    border-color: transparent;
    color: #FFF;
    border-radius: 0px;
    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: #f3b202;
    border-color: #333 #333 #333;
    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;
}

input[type="file"] {
	background-color: #999 !important;
}

#header .header-fulltop {
	/*background-color: #f3b202;*/
	/*top: 40px;*/
	position: absolute;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
	#header .header-fulltop {
		/*z-index: 0;*/
		/*right: 70px;*/
	}
}

html.sticky-header-active .header-fulltop {
	display: none;
}

/* sticky header */
.sticky-header {
	width: 100%;
	z-index: 20;
	/*box-shadow: 0 0 40px 3px rgba(0,0,0,.3);*/
	z-index: 100;
	position: absolute;
}

/*.sticky-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	box-shadow: 0 50px 120px 200px rgba(0,0,0,.2);
	opacity: 1;
	transition: opacity .3s ease;
	z-index: -2;
}*/

/*html.html-interna .sticky-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	box-shadow: 0 50px 120px 200px rgba(0,0,0,.2);
	opacity: 1;
	transition: opacity .3s ease;
	z-index: -2;
}*/

html.sticky-header-active .sticky-header:before {
	opacity: 0;
}


@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: -65px;
		box-shadow: 0 0 40px 3px rgba(0,0,0,.1);
		transition: box-shadow .5s;
	}
}

/* header */
#header .header-content {
	height: 152px !important;
	/*border-top: 2px dashed #ceaea1;*/
	/*border-bottom: 6px solid #efca2d;*/
	background-image: url(../img/background/1.png);
	background-position: top center;
}

@media (max-width: 991px) {
	html.html-interna #header .header-content {
		/*padding-top: 20px;*/
	}
}

#header .header-body {
	/*background-color: #FFF;
	background-image: url(../img/background/1.jpg);*/
/*	background-size: cover;
	background-position: top center;*/
	transition: all .5s ease;
	/*box-shadow: inset 0px 0px 0px -20px rgba(0,0,0,0);*/
	box-shadow: inset 0px 60px 30px -20px rgba(0,0,0,0);
	margin-top: 38px;
	background-color: rgba(33, 33, 33, 0.5);
    background-position: bottom;
}

html.sticky-header-active #header .header-body {
	background-color: transparent;
	transition: all .3s ease;
	/*box-shadow: inset 0px 120px 30px -20px rgba(0,0,0,.8);*/
	/*box-shadow: inset 0px 155px 20px -12px rgb(0 0 0 / 70%);*/
    /*backdrop-filter: blur(2px);*/
    background-color: rgb(41 42 50 / 97%);
    background-image: url(../img/background/1.png);
    background-position: bottom;
    backdrop-filter: blur(5px);
}

@media (max-width: 991px) {
	html.sticky-header-active #header .header-body {
		box-shadow: none;
		background-color: transparent;
	}
}

#header .header-content > .container {
	position: relative;
	/*min-height: 172px;*/
	min-height: 170px;
}

@media (max-width: 991px) {
	#header .header-body {
		background-size: auto 185px !important;
		background-position: top center;
		background-repeat: no-repeat;
	}
	#header .header-content > .container {
		min-height: 100px;
	}
}

.header-top {
	/*background-color: #F2f2f2;*/
}

.header-top .header-top-esquerda .fa {
	color: #efca2d;
	vertical-align: middle;
}

.header-top .header-top-esquerda {
	vertical-align: middle;
	height: 30px;
}

.header-top .header-top-esquerda a {
	vertical-align: bottom;
}

.header-top .header-top-esquerda .info {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, .14);
	padding: 0 10px;
}

.header-top .header-top-esquerda .info:first-child {
	border-left: 1px solid rgba(255, 255, 255, .14);
}

.header-top .header-top-esquerda .info a {
	color: #FFF;
	vertical-align: text-bottom;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.header-top .header-top-esquerda .info a {
		font-size: 12px;
	}
}

.header-top .header-top-esquerda .info a:hover {
	color: #efca2d;
}

.header-top .header-top-direita .info a {
	color: #efca2d;
	vertical-align: text-bottom;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.header-top .header-top-direita .info a {
		font-size: 12px;
	}
}

.header-top .header-top-direita .info a:hover {
	color: #efca2d;
}

.header-top .links a {
	color: #efca2d;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
	padding: 4px 0;
}

.header-top .links a:hover {
	color: #2e255c
}

#header .container-row {
	height: 114px;
}

@media (min-width: 992px) {
	html.html-interna #header .container-row {
		/*padding-top: 15px;*/
	}
}

html.sticky-header-active #header .container-row {
	height: 114px;
	padding-top: 0px;
}

@media (max-width: 991px) {
	#header .container-row {
		height: auto;
	}
}

/* logo */
#header .logo {
	padding: 0px 0;
	text-align: center;
	transition: all .3s;
	position: relative;
	top: 0;
}

html.html-interna #header .logo {
	/*top: -20px;*/
}

@media (max-width: 991px) {
	#header .logo {
		padding: 20px 0 20px 20px;
		text-align: left;
	}
}

#header .logo img {
	height: 75px;
	object-fit: scale-down;
	transition: all .3s;
	max-width: 100%;
}

@media (max-width: 991px) {
	#header .logo img {
		height: 105px;
		margin-right: 30px;
		/*margin-bottom: 10px;*/
		max-width: 70%;
	}
}

#header .logo .logo-grande {
	display: inline-block;
}

#header .logo .logo-pequena {
	display: none;
	height: 60px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	/*width: 300px;*/
	padding-left: 40px;
}

@media (min-width: 991px) {
	html.sticky-header-active #header .logo {
		position: relative;
		top: 13px;
	}

	html.sticky-header-active #header .logo .logo-grande {
		display: none;
	}

	html.sticky-header-active #header .logo .logo-pequena {
		display: inline-block;
	}
}

@media (min-width: 991px) {
	html.sticky-header-active #header .logo img {
		height: 40%;
	}
}

#header .meio .topo {
	margin-bottom: 20px;
	position: relative;
}

#header .meio .topo:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	height: 1px;
	background-color: #F0F0F0;
}

#header .meio .topo > div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 0;
}

#header .meio .topo .telefone {
	margin-right: 10px;
	background-color: transparent;
	border-radius: 200px;
	padding: 8px 24px;
}

#header .meio .topo .telefone .fa {
	color: #efca2d;
	margin-right: 6px;
}

#header .meio .topo .telefone a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #efca2d;
}

#header .meio .topo .whatsapp {
	margin-right: 20px;
	background-color: transparent;
	border-radius: 200px;
	padding: 8px 24px;
}

#header .meio .topo .whatsapp .fab {
	color: #efca2d;
	margin-right: 6px;
}

#header .meio .topo .whatsapp a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #efca2d;
}

#header .meio .topo .whatsapp a:hover {
	color: #efca2d;
}

#header .meio .baixo {
	height: 100%;
	/*margin-top: -30px;*/
	/*margin-top: 20px;*/
}

html.sticky-header-active #header .meio .baixo {
	margin-top: -55px;
}

#header .meio .baixo > div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 0px;
}


@media (max-width: 991px) {
	#header .meio {
		/*background-color: #FFF;*/
		justify-content: center !important;
	}
	#header .meio .baixo > div {
		margin-top: 0px;
	}
}

#header .idiomas {
	/*margin-top: -8px;*/
	transition: margin-top .8s ease;
}

@media (min-width: 991px) {
	html.sticky-header-active #header .idiomas {
		margin-top: 70px;
	}
}

@media (max-width: 992px) {
	#header .idiomas {
		/*top: 8px;*/
		/*right: 70px;*/
	}
	#header .social-buttons {
		top: 0px;
		right: 18px;
	}
	#header .social-buttons li a {
		display: inline-block;
		width: 25px;
		height: 25px;
		/*background-color: #f3b202;*/
		border-radius: 200px;
		border: 0px solid #ccc;
	}
	#header .social-buttons li a .fab {
		font-size: 13px;
		line-height: 25px;
		text-align: center;
		width: 100%;
		height: 100%;
		display: inline-block;
		color: #FFF;
	}
}

#header .idiomas .titulo {
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: #FFF;
	display: inline-block;
	margin-right: 8px;
}

#header .idiomas .current {
	display: inline-block;
	border-radius: 200px;
	background-color: transparent;
	border: 0px solid #FFF;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: #FFF;
	padding: 8px 20px 5px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	#header .idiomas .current {
		display: inline-block;
		border-radius: 200px;
		background-color: transparent;
		border: 2px solid transparent;
		font-size: 12px;
		line-height: 12px;
		font-weight: 600;
		color: #FFF;
		padding: 5px 10px;
		text-transform: uppercase;
		/*width: 120px;*/
	}
}

.idiomas-lista {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	padding: 0px 0;
	top: 30px;
	right: 16px;
	height: 0;
	border: 2px solid transparent;
	border-radius: 6px;
	background-color: #FFF;
	max-height: 0;
	box-shadow: 0 5px 10px 2px rgba(0,0,0,.1);
	transform: translateY(-10px);
}

@media (max-width: 992px) {
	.idiomas-lista {
		opacity: 0;
		overflow: hidden;
		position: absolute;
		padding: 10px 0;
		top: 29px;
		right: 16px;
		height: 0;
		border: 2px solid transparent;
		border-radius: 6px;
		background-color: #FFF;
		max-height: 0;
		box-shadow: 0 5px 10px 2px rgba(0,0,0,.1);
	}
}

.idiomas-lista a {
	display: block;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: #333 !important;
	padding: 10px 20px;
}

.idiomas-lista a:hover {
	color: #000 !important;
}

.idiomas:hover .idiomas-lista {
	opacity: 1;
	height: auto;
	z-index: 99;
	max-height: 1000px;
	transition: opacity .3s ease, transform .3s ease;
	padding: 10px 0;
	transform: translateY(0);
}

.idiomas .flag-icon {
	width: 20px;
	margin-right: 6px;
	vertical-align: middle;
	margin-top: -2px;
}

.idiomas .titulo {
	vertical-align: middle;
}

#header .idiomas .idiomas-lista .titulo {
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	color: #333;
	display: inline-block;
	margin-right: 8px;
}

/* menu */
#header .menu {
	width: 100%;
}

@media (max-width: 991px) {
	#header .menu > .container {
		padding: 0;
	}
}

@media (min-width: 991px) {
	html.sticky-header-active #header .menu {
		padding-top: 22px;
	}
}

#header .menu nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	/*background-color: #eee;*/
	border-radius: 200px;
}

#header .menu nav > ul > li {
	display: inline-block;
	position: relative;
}

#header .menu nav > ul > li > a {
	font-size: 15px;
	line-height: 15px;
	color: #FFF;
	display: inline-block;
	text-transform: uppercase;
	/*text-transform: lowercase;*/
	font-weight: 400;
	padding: 10px 10px 10px;
	/*transition: color .0s ease, background-color .0s ease, text-shadow .2s ease, box-shadow .2s ease, border .0s ease;*/
	position: relative;
	border-radius: 0px;
	border: 2px solid transparent;
	text-shadow: 0 5px 5px rgb(0 0 0 / 10%);
	letter-spacing: .5px;
}

/*#header .menu nav > ul > li > a:after {
	content: "";
}
*/
#header .menu nav > ul > li.special-link > a {
	border: 2px solid #FFF;
}

html #header nav.menu-desktop {
	transition: all .6s;
	position: relative;
	top: 2px;
}

html.sticky-header-active #header nav.menu-desktop {
	top: 33px;
}

/*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;
		line-height: 15px;
		display: inline-block;
		text-transform: uppercase;
		/*text-transform: lowercase;*/
		font-weight: 400;
		padding: 10px 10px 10px;
		color: #FFF;
		letter-spacing: .5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header .menu nav > ul > li > a {
		font-size: 15px;
		line-height: 15px;
		color: #FFF;
		display: inline-block;
		text-transform: uppercase;
		font-weight: 400;
		padding: 10px 10px 10px;
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
	html.sticky-header-active #header .menu nav > ul > li > a {
		font-size: 15px;
		line-height: 15px;
		color: #FFF;
		display: inline-block;
		text-transform: uppercase;
		font-weight: 400;
		padding: 10px 10px 10px;
	}	
}

#header .menu nav > ul > li > a:hover,
#header .menu nav > ul > li > a:focus,
#header .menu nav > ul > li > a:active {
	/*background-color: #f3b202;*/
	/*color: #f3b202;*/
	color: #f3b202;
	text-shadow: 0px 1px 20px rgba(236,28,36, .4) !important;
	/*border: 2px solid transparent;*/
	/*text-shadow: 2px 2px 2px rgba(0,0,0,.2);*/
	/*box-shadow: 0 5px 20px 2px rgba(0,0,0,.2);*/
	/*box-shadow: none !important;*/
	/*color: #FFF;*/
	transition: color .3s ease, background-color .2s ease, text-shadow .3s ease, box-shadow .3s ease, border .0s ease;
}

	/*#header .menu nav > ul > li > a:hover:before,
	#header .menu nav > ul > li > a:focus:before,
	#header .menu nav > ul > li > a:active:before {
		content: "";
		position: absolute;
		top: 0px;
		left: -2px;
		right: -2px;
		width: calc(100% + 4px);
		height: 100%;
		background-color: #FFF;
		transform: rotate(0deg);
		z-index: -9999;
	}*/

/*	#header .menu nav > ul > li > a:hover:after,
	#header .menu nav > ul > li > a:focus:after,
	#header .menu nav > ul > li > a:active:after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		width: calc(100% + 0px);
		height: 100%;
		background-color: #f3b202;
		transform: rotate(-2deg);
		box-shadow: 0 5px 10px 1px rgba(0,0,0,.15);
		z-index: -1;
		transition: background-color .3s ease, color .2s ease, transform .3s ease, box-shadow .3s ease;
	}

@media (max-width: 991px) {
	#header .menu nav > ul > li > a:hover:after,
	#header .menu nav > ul > li > a:focus:after,
	#header .menu nav > ul > li > a:active:after {
		transform: rotate(0deg);
	}	
}*/

/*#header .menu nav > ul > li.special-link > a:hover,
#header .menu nav > ul > li.special-link > a:focus,
#header .menu nav > ul > li.special-link > a:active {
	background-color: #f3b202;
}*/

html.sticky-header-active #header .menu nav > ul > li > a:hover,
html.sticky-header-active #header .menu nav > ul > li > a:focus,
html.sticky-header-active #header .menu nav > ul > li > a:active {
	/*background-color: #FFF;*/
	color: #f3b202;
	border: 2px solid transparent;
	/*text-shadow: 0px 0px 10px rgba(255,255,255,1);*/
	text-shadow: 0px 1px 20px rgba(236,28,36, .4) !important;
	/*box-shadow: 0 5px 20px 2px rgba(0,0,0,.2);*/
	/*box-shadow: none !important;*/
	/*color: #FFF;*/
	/*transition: color .3s ease, background-color .2s ease, text-shadow .3s ease, box-shadow .3s ease, border .0s ease;*/
	transition: background-color .3s ease, color .2s, transform .3s ease, box-shadow .3s ease;
}

/*	html.sticky-header-active #header .menu nav > ul > li > a:hover:after,
	html.sticky-header-active #header .menu nav > ul > li > a:focus:after,
	html.sticky-header-active #header .menu nav > ul > li > a:active:after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		width: calc(100% + 0px);
		height: 100%;
		background-color: #FFF;
		transform: rotate(-2deg);
		/*box-shadow: 0 5px 10px 1px rgba(0,0,0,.2);*/
		z-index: -9999;
	}

@media (max-width: 991px) {
	html.sticky-header-active #header .menu nav > ul > li > a:hover:after,
	html.sticky-header-active #header .menu nav > ul > li > a:focus:after,
	html.sticky-header-active #header .menu nav > ul > li > a:active:after {
		transform: rotate(0deg);
	}
}*/

/*#header .menu nav > ul > li > a:hover:before {
	opacity: 1;
}*/

#header .menu nav > ul > li.current {
	background-color: #f3b202;
	color: #FFF;
	/*transform: rotate(-2deg);*/
}

@media (max-width: 991px) {
	#header .menu nav > ul > li.current {
		/*transform: rotate(0deg);*/
	}
}

/*#header .menu nav > ul > li.current > a:after,
#header .menu nav > ul > li.current > a:after,
#header .menu nav > ul > li.current > a:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: calc(100% + 0px);
	height: 100%;
	background-color: #880D13;
	transform: rotate(-2deg);
	z-index: -9999;
}

@media (max-width: 991px) {
	#header .menu nav > ul > li.current > a:after,
	#header .menu nav > ul > li.current > a:after,
	#header .menu nav > ul > li.current > a:after {
		transform: rotate(0deg);
	}
}

html.sticky-header-active #header .menu nav > ul > li.current > a:after,
html.sticky-header-active #header .menu nav > ul > li.current > a:after,
html.sticky-header-active #header .menu nav > ul > li.current > a:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: calc(100% + 0px);
	height: 100%;
	background-color: #580D13;
	transform: rotate(-2deg);
	z-index: -9999;
}

@media (max-width: 991px) {
	html.sticky-header-active #header .menu nav > ul > li.current > a:after,
	html.sticky-header-active #header .menu nav > ul > li.current > a:after,
	html.sticky-header-active #header .menu nav > ul > li.current > a:after {
		transform: rotate(0deg);
	}
}*/

#header .menu nav > ul > li.current > a {
	/*transform: rotate(2deg);*/
	color: #f3b202;
	border: 2px solid transparent;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	/*box-shadow: 0 5px 20px 2px rgba(0,0,0,.2);*/
	/*box-shadow: none !important;*/
	/*color: #FFF;*/
	/*transition: color .3s ease, background-color .2s ease, text-shadow .3s ease, box-shadow .3s ease, border .0s ease;*/
}

@media (max-width: 991px) {
	#header .menu nav > ul > li.current > a {
		/*transform: rotate(0deg);*/
	}
}

html.sticky-header-active #header .menu nav > ul > li.current > a {
	/*transform: rotate(2deg);*/
	/*background-color: #f3b202;*/
	color: #f3b202;
	border: 2px solid transparent;
	/*text-shadow: 0px 0px 10px rgba(255,255,255,1);*/
	/*text-shadow: 0px 1px 20px rgba(236,28,36, .4) !important;*/
	/*box-shadow: 0 5px 20px 2px rgba(0,0,0,.2);*/
	/*box-shadow: none !important;*/
	/*color: #FFF;*/
	/*transition: color .3s ease, background-color .2s ease, text-shadow .3s ease, box-shadow .3s ease, border .0s ease;*/
}

@media (max-width: 991px) {
	html.sticky-header-active #header .menu nav > ul > li.current > a {
		transform: rotate(0deg);
	}
}

/* menu responsivo */
.menu-responsive-btn {
	background-color: #f3b202;
	color: #4c4c4c;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.menu-responsivo-col {
	position: absolute;
	top: 50px;
	right: 0;
}

.menu-responsive-btn:hover,
.menu-responsive-btn:focus,
.menu-responsive-btn:active {
	/*color: #f3b202;*/
}

@media (max-width: 991px){
	.menu-responsive {
		width: 100%;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: opacity .8s, max-height .6s;
		background-color: #f3b202;
		/*margin-top: 20px;*/
	}

	html.html-interna .menu-responsive {
		/*margin-top: -35px;*/
	}
}

.menu-responsive-open {
	max-height: 1000px;
	opacity: 1;
}

.menu-responsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border-radius: 0 !important;
}

.menu-responsive ul li {
	border-bottom: 1px solid rgba(255,255,255,.3);
	display: inline-block;
	width: 100%;
}

.menu-responsive ul li a {
	padding: 20px 20px !important;
	color: #FFF !important;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.menu-responsive ul li a:hover,
.menu-responsive ul li a:focus,
.menu-responsive ul li a:active {
	color: #FFF !important;
	border-radius: 0 !important;
}

.menu-responsive ul li.current a {
	color: #444;
	color: #FFF !important;
	border-radius: 0 !important;
}

.pagina-conteudo .imagens .item img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 991px) {
	.pagina-conteudo .conteudo table td img {
		width: 50px !important;
		height: 50px !important;
		object-fit: scale-down;
		position: absolute;
		margin-left: -25px !important;
	}
	.pagina-conteudo .conteudo table td {
		vertical-align: top;
	}
}

#header .direita {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	display: inline-block;
	padding: 0;
	margin-top: -22px;
}

html #header .direita .telefone {
	position: relative;
	transition: all .8s;
	top: 0;
	text-align: right;
}

html.sticky-header-active #header .direita .telefone {
	top: 34px;
}
 
#header .direita .telefone .fa {
	color: #184988;
}

#header .direita .telefone span {
	color: #184988;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	display: inline-block;
	margin-left: 4px;
}

#header .direita .telefone a {
	background-color: #eee;
	border-radius: 200px;
	padding: 10px 20px;
}

#header .direita .telefone a:hover {
	background-color: #e5e5e5;
}

#header .direita .telefone a:hover span,
#header .direita .telefone a:hover .fa,
#header .direita .telefone a:hover .fab {
	color: #efca2d;
}

 #header .direita .social-buttons {
 	position: relative;
 	top: -4px;
 	transition: all .9s;
 }

 html.sticky-header-active #header .direita .social-buttons {
	top: 37px;
}

#header .direita .btn {
	transition: all .9s;
	top: 0px;
	position: relative;
}

html.sticky-header-active #header .direita .btn {
	top: 80px;
}

main.home {
	/*background-image: url(../img/background/1.jpg);
	background-size: cover;
	background-position: center;*/
	height: 100%;

	/*display: none;*/
}

/* main */
main {
	min-height: 601px;
	/*background-image: url(../img/background/6.png);*/
	background-size: cover;
	background-position: top center;
}

main .pagina-conteudo {
	min-height: 420px;
}

@media (max-width: 991px) {
	main.interna {
		/*margin-top: 222px;*/
	}
}

/* slider */
.slider-home {
	position: relative;
	border-bottom: 6px solid #f3b202;
}

.slider-home:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: calc(50% - 25px);
    width: 70px;
    height: 70px;
    background-image: url(../img/icons/bouncing-arrow.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 1;
	transition: opacity, .5s ease;
}

.slider-home.hideafter:after {
	opacity: 0;
}

.tp-caption.top-label {
	/*text-transform: uppercase;*/
	text-shadow: 3px 3px 10px rgba(0,0,0,.2);
	letter-spacing: 1px;
}

@media (max-width: 1400px) {
	.tp-caption.top-label {
		text-shadow: 3px 3px 10px rgba(0,0,0,.6);
	}
}

.tp-caption.top-label strong {
	color: #f3b202;
	font-weight: 600;
	text-transform: none;
	font-size: 110px;
}

@media (max-width: 1400px) {
	.tp-caption.top-label strong {
		color: #f3b202;
		font-weight: 600;
		text-transform: none;
		font-size: 70px;
	}
}

@media (max-width: 991px) {
	.tp-caption.top-label strong {
		color: #f3b202;
		font-weight: 600;
		text-transform: none;
		font-size: 70px;
	}
}

.tp-caption.main-label {
	text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

@media (max-width: 1400px) {
	.slider-container .btn {
		font-size: 12px !important;
		padding: 8px 14px !important;
	}
}

@media (max-width: 991px) {
	.slider-container .btn {
		font-size: 12px !important;
		padding: 6px 10px !important;
	}
}

.tp-bgimg.defaultimg[src='/img/slider/overlay-1.png'] {
	position: relative;
	z-index: 99999 !important;
}

/* intro */
section.intro {
	padding: 20px 0;
	background-color: #F7F7F7;
}

/*@media (min-width: 992px) {
	section.intro .item {
		border-left: 1px solid rgba(0,0,0,.1);
	}
	section.intro .item:first-child {
		border-left: none;
	}
}

@media (max-width: 991px) {
	section.intro {
		padding: 30px 0;
	}
	section.intro .item {
		margin-bottom: 20px;
	}
	section.intro .item:last-child {
		margin-bottom: 0;
	}
}

section.intro .item img {
	float: left;
	margin-left: 30px;
	margin-right: 20px;
}

section.intro .item .texto .titulo {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	font-style: italic;
	text-transform: uppercase;
}

section.intro .item .texto .titulo strong {
	display: block;
	font-weight: 800;
	color: #e84180;
}*/

section.intro img {
	/*max-width: 100%;
	width: auto;
	height: 60px;
	object-fit: scale-down;
	background-color: #FFF;
	margin: 5px 0;*/
}

section.intro .texto {
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	color: blue;
	letter-spacing: -.5px;
}

@media (min-width: 992px) {
	section.intro {
		/*display: none;*/
	}
}

@media (max-width: 991px) {
	section.intro .texto br {
		display: none;
	}
}

/* numeros */
@media (max-width: 991px) {
	section.numeros {
		display: none;
	}
}

section.numeros {
	padding: 30px 0;
	background-color: #F7F7F7;
}

section.numeros .item .texto {
	text-align: center;
}

section.numeros .item .texto .titulo {
	font-size: 44px;
	line-height: 40px;
	font-weight: 800;
	color: #333;
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	section.numeros .item .texto .titulo {
		margin-top: 25px;
	}
}

/* produtos */
section.produtos {
	padding: 60px 0;
}

@media (max-width: 991px) {
	section.produtos {
		padding: 35px 0;
	}
}

/* temp */
section.produtos {
	background-image: none;
}



section.produtos .topo .subtitulo {
	font-size: 19px;
	font-weight: 300;
	color: #b2b2b2;
}

section.produtos .conteudo .item {
	margin: 20px;
}

section.produtos .conteudo .item > a {
	display: inline-block;
	position: relative;
	width: 100%;
}

.produtos-pagina .pagina-conteudo .conteudo {
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 30px;
}

.produtos-pagina .pagina-conteudo .conteudo .conteudo-container {
	background-color: #f7f7f7;
	padding-top: 40px;
	padding-bottom: 30px;
	padding: 40px 40px 30px 40px;
	display: inline-block;
	width: 100%;
}

.produtos-pagina .pagina-conteudo#orcamento .conteudo {
	background-color: #f7f7f7;
}

.produtos-pagina .pagina-conteudo .conteudo .conteudo-container table {
    border-collapse: collapse;
    width: 100.073%;
    min-height: 67px;
    border: none;
    max-width: 100.073% !important;
    display: block;
    overflow-x: auto;
}

.produtos-pagina .pagina-conteudo .conteudo .conteudo-container table thead {
	background-color: #eee;
    font-weight: 700;
    display: block;
    min-width: 100%;
}

.produtos-pagina .pagina-conteudo .conteudo .conteudo-container table tr {
	height: 24px;
}

.produtos-pagina .pagina-conteudo .conteudo .conteudo-container table td {
	padding: 1em 1.5em;
    border: none;
}

.produtos-pagina .pagina-conteudo .conteudo .conteudo-container table tbody {
	display: block;
	min-width: 100%;
}

.produtos-pagina .pagina-conteudo .conteudo .conteudo-container table tbody tr {
	border-bottom: 1px solid #e3e3e3;
}

.produtos-pagina .pagina-conteudo .conteudo .conteudo-container table tbody td {
	text-align: center;
    height: 43px;
    width: 15.8696%;
}


/* temp */
section.produtos .conteudo .item {
	margin: 0px 0px 30px;
	/*background-color: #FFF;*/
}

.produtos-pagina section.produtos .conteudo .item {
	/*margin: 0px 10px 10px;*/
}



section.produtos .conteudo .item a {
	box-shadow: 0 0 0px 1px rgba(0,0,0,.1);
	transition: box-shadow .3s ease;
	height: 100%;
	background-color: #FFF;
	border: 3px solid transparent;
	padding: 6px;
}

section.produtos .conteudo .item figure {
	width: 100%;
	height: 200px;
	padding: 35px;
	overflow: hidden;
	margin: 0;
	border-radius: 4px;
}

@media (max-width: 991px) {
	section.produtos .conteudo .item figure {
	    padding: 15px;
	}
}

section.produtos .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: all 5s;
}

.produtos-pagina .imagens .item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center !important;
	transition: all 5s;
}

section.produtos .conteudo .item:hover figure img {
	/*transform: scale(1.1);*/
}

section.produtos .conteudo .item > a:hover {
	/*box-shadow: 0 0 30px 2px rgba(0,0,0,.1);*/
	/*box-shadow: 0 0px 0px 3px #f3b202;*/
	border: 3px solid #f3b202;
}

section.produtos .conteudo .item .texto {
	padding: 0px 20px 10px 20px;
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	text-align: center;
	/*box-shadow: inset 0 -130px 60px -60px rgba(0,0,0,.8);*/
}

section.produtos .conteudo .item .texto img {
	height: 70px;
	width: 100%;
	background-color: #FFF;
	object-fit: scale-down;
	object-position: center;
	padding: 10px 0;
}

section.produtos .conteudo .item .texto .titulo {
    color: #333;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fef4f8;
}

@media (max-width: 991px) {
	section.produtos .conteudo .item .texto {
		padding: 0px 10px 10px 10px;
	}
	section.produtos .conteudo .item .texto .titulo {
		font-size: 11px;
		line-height: 14px;
	}
}

section.produtos .conteudo .item .texto .titulo.titulo-menor {
    /*font-size: 14px;
    line-height: 17px;*/
    font-size: 13px;
    line-height: 16px;
}

section.produtos .conteudo .item .texto .titulo.titulo-menor-2 {
    font-size: 13px;
    line-height: 16px;
}

section.produtos .conteudo .item .texto .valor {
	color: #f3b202;
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 6px;
}

section.produtos .conteudo .item .texto .avista {
    color: #f3b202;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-left: 0px;
}

section.produtos .conteudo .item .texto .parcelas {
    color: #4c4c4c;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-left: 2px;
}

section.produtos .conteudo .item .texto .valor .cifrao {
    color: #f3b202;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    vertical-align: super;
    margin-right: 0px;
}

section.produtos .conteudo .item .texto .valor_alto {
	color: #4c4c4c;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 6px;
    text-decoration: line-through;
}

section.produtos .conteudo .item .texto .codigo {
	color: #333;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 8px;
    display: block;
}

section.produtos .conteudo .item .texto .chamada {
	color: #4c4c4c;
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	margin-bottom: 12px;
}

section.produtos .conteudo .item .btn {
	width: 100%;
	display: block;
	border-radius: 0;
	padding: 20px 0;
	/*transform: scale(1.02, 1.1);*/
}

section.produtos .ver-todos a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

section.produtos .ver-todos a:hover {
	/*text-decoration: underline;*/
}

section.produtos .ver-todos a .fa,
section.produtos .ver-todos a .far {
	font-size: 14px;
}



main.produtos-pagina .conteudo .preco .avista {
    color: #f3b202;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-left: 0px;

    display: none;
}

main.produtos-pagina .conteudo .preco .parcelas {
    color: #4c4c4c;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-left: 2px;
}

main.produtos-pagina .conteudo .preco .valor {
    color: #f3b202;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 14px;
    margin-right: 0px;
}

main.produtos-pagina .conteudo .preco .valor .cifrao {
    /*color: #f3b202;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    vertical-align: super;
    margin-right: 0px;*/
}

main.produtos-pagina .conteudo .preco .valor_alto {
	color: #4c4c4c;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 6px;
    text-decoration: line-through;
}

main.produtos-pagina .prod-quantidade .quantidade {
	display: inline-block;
	width: 80px;
	height: 52px;
	vertical-align: middle;
	margin-right: 6px;
}

main.produtos-pagina .prod-quantidade .comprar-btn {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
}


main.produtos-pagina .produto-indisponivel {
	background-color: #fafafa;
	border: 2px solid #f3b202;
	padding: 20px;
}

main.produtos-pagina .produto-indisponivel .titulo {
	font-weight: 700;
}

main.produtos-pagina .produto-indisponivel label {
	display: block;
	font-weight: 600;
}

main.produtos-pagina .produto-indisponivel-mensagem {
	background-color: #fafafa;
	padding: 20px;
}


/* orcamento */
.orcamento-pagina .lista-orcamento {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 20px;
}

.orcamento-pagina .lista-orcamento > div > .row {
	margin-top: 10px;
}

.orcamento-pagina .lista-orcamento > div > .row:first-child {
	margin-top: 0px;
}

.orcamento-pagina .lista-orcamento .produto {
	background-color: #FAFAFA;
	padding: 10px;
}

.orcamento-pagina .lista-orcamento .produto img {
	width: 50px;
	height: 50px;
	object-fit: scale-down;
	object-position: center;
	display: inline-block;
	margin-right: 10px;
}

.orcamento-pagina .lista-orcamento .produto .texto {
	display: inline-block;
	width: calc(100% - 70px);
	vertical-align: middle;
}

.orcamento-pagina .lista-orcamento .produto .texto .titulo {
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	color: #4c4c4c;
	display: block;
}

.orcamento-pagina .lista-orcamento .produto .texto a.titulo:hover {
	text-decoration: underline;
}

.orcamento-pagina .lista-orcamento .produto .texto .categoria {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #4c4c4c;
	display: block;
	margin-top: 6px;
}

.orcamento-pagina .lista-orcamento .produto .texto a.categoria:hover {
	text-decoration: underline;
}

.orcamento-pagina .lista-orcamento .quant {
	background-color: #FAFAFA;
	/*margin-bottom: 10px;*/
	padding-top: 8px;
}

.orcamento-pagina .lista-orcamento .quant .quantidade {
	/*width: 50px;*/
}

.orcamento-pagina .lista-orcamento .remover {
	background-color: #FAFAFA;
	/*margin-bottom: 10px;*/
	padding-top: 0px;
}

@media (max-width: 991px) {
	.orcamento-pagina .lista-orcamento .remover {
		padding-bottom: 20px;
	}
}

.orcamento-pagina .lista-orcamento .remover a:hover {
	color: red;
}

/* banner */
section.banner {
	background-color: #2f1636EE;
	background-image: url(../img/background/page-header-2.jpg);
	background-size: cover;
	background-position: center;
	padding: 25px 0;
	position: relative;
}

section.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(131 16 150 / 70%);
    z-index: 0;
}

section.banner img {
	border: 2px solid transparent;
	border-radius: 14px;
	/*box-shadow: 0 4px 10px 1px rgba(0,0,0,.1);*/
	max-width: 100%;
}

/* empresa-2 */

section.empresa-2 {
	margin-top: 0px;
	padding: 60px 0;
	background-color: #f7f7f7;
}

.empresa-2-pagina .pagina-conteudo {
	margin-bottom: 30px;
	/*padding-top: 40px;*/
}

@media (max-width: 991px) {
	section.empresa-2 {
		padding: 40px 0 0;
	}
}

section.empresa-2 .conteudo .info {
	display: flex;
	align-items: center;
}

section.empresa-2 .conteudo .info .item-container {
	padding: 0 20px;
}

@media (max-width: 991px) {
	section.empresa-2 .conteudo .info .item-container {
		padding: 0 20px;
	}	
}

section.empresa-2 .conteudo .info .titulo {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	color: #f3b202;
	margin-bottom: 5px;
	display: block;
}

section.empresa-2 .conteudo .info .texto p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #4c4c4c;
	margin-bottom: 10px;
	display: block;
}

section.empresa-2 .conteudo .info .titulo strong {
	/*color: #f3b202;*/
}

@media (max-width: 991px) {
	section.empresa-2 .conteudo .info .titulo {
		font-size: 32px;
		line-height: 36px;
	}
}

section.empresa-2 .conteudo .info .subtitulo {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #f3b202;
	margin-bottom: 20px;
	display: block;
	letter-spacing: -1px;
}

section.empresa-2 .conteudo .info hr.little {
	border-style: dashed;
	margin: 20px 0;
	background-color: #f3b202;
	width: 80px;
	height: 3px;
}

section.empresa-2 .conteudo .info .mensagem {
	background-color: #FFF;
	display: inline-block;
	width: 100%;
	padding: 30px 50px;
	border-radius: 10px;
	margin-top: 20px;
}

section.empresa-2 .conteudo .info .mensagem-texto {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #f3b202;
}

section.empresa-2 .conteudo .imagem figure {
	width: 100%;
	margin: 0;
	/*margin-top: -40px;*/
	box-shadow: 20px 20px 30px 3px rgba(0,0,0,.1);
	/*background-color: #f3b202;*/
}

section.empresa-2 .conteudo .imagem figure img {
	/*margin: -10px 10px 10px -10px;*/
}

.empresa-2-pagina .pagina-conteudo .imagens .item img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 991px) {
	/*section.empresa-2 .conteudo .imagem {
		margin: 80px 0 20px 0;
	}	*/
}

section.empresa-2 .baixo {
	margin-top: 40px;
}

section.empresa-2 .baixo .titulo {
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f3b202;
	display: inline-block;
}


section.empresa-2 .baixo img {
	max-width: 90%;
}


section.empresa-2 .conteudo .imagem .contato {
	background-image: url(../img/background/3.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	display: flex;
	align-items: center;
}

section.empresa-2 .conteudo .imagem .contato .esquerda .titulo {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}

section.empresa-2 .conteudo .imagem .contato .direita .fa {
	float: left;
	color: #f3b202;
	margin-right: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	margin-top: 10px;
}

section.empresa-2 .conteudo .imagem .contato .direita .texto {
	display: inline-block;
	vertical-align: middle;
}

section.empresa-2 .conteudo .imagem .contato .direita .titulo {
	font-size: 14px;
	line-height: 14px;
	font-weight: 200;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}

section.empresa-2 .conteudo .imagem .contato .direita a {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 6px;
}

section.empresa-2 .conteudo .imagem figure {
	/*max-width: 95%;*/
}

section.empresa-2 .conteudo .imagem figure img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 400px;
}

section.empresa-2 .conteudo .chamada {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #4c4c4c;
	margin-bottom: 20px;
	display: inline-block;
}

/* servicos */
section.servicos {
	padding: 60px 0;
	box-shadow: inset 0 -200px 200px 3px rgba(0,0,0,.05);
}

.empresa-pagina section.servicos {
	box-shadow: none;
	padding: 30px 0;
}

.servicos-pagina section.servicos {
	padding: 20px 0;
}



/* temp */
section.servicos {
	background-image: none;
}



section.servicos .topo .subtitulo {
	font-size: 19px;
	font-weight: 300;
	color: #b2b2b2;
}

section.servicos .conteudo {
	margin-top: 30px;
}

section.servicos .conteudo .item {
	margin: 20px;
}

section.servicos .conteudo .item > a {
	display: inline-block;
	position: relative;
	width: 100%;
}




/* temp */
section.servicos .conteudo .item {
	margin: 0px 0px 20px;
}

.servicos-pagina section.servicos .conteudo .item {
	margin: 0px 10px 10px;
}



section.servicos .conteudo .item figure {
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin: 0;
	border-radius: 4px;
}

section.servicos .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 5s;
}

section.servicos .conteudo .item:hover figure img {
	transform: scale(1.1);
}

section.servicos .conteudo .item > a:hover {
	/*box-shadow: 0 0 30px 2px rgba(0,0,0,.1);*/
}

section.servicos .conteudo .item .texto {
	padding: 60px 30px 30px 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-shadow: inset 0 -130px 60px -60px rgba(0,0,0,.8);
}

section.servicos .conteudo .item .texto .titulo {
	color: #FFF;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	display: flex;
	/*text-align: center;*/
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 8px;
	height: 60px;
    align-items: flex-end;
}

section.servicos .conteudo .item .texto .chamada {
	color: #4c4c4c;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

section.servicos .conteudo .item .texto .link {
	font-weight: 700;
	color: #7a3e32;
	font-style: italic;
}

section.servicos .conteudo .item .texto .link:hover {
	text-decoration: underline;
}

section.servicos .conteudo .item .texto .link .fa,
section.servicos .conteudo .item .texto .link .far {
	font-size: 10px;
}

section.servicos .ver-todos a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

section.servicos .ver-todos a:hover {
	text-decoration: underline;
}

section.servicos .ver-todos a .fa,
section.servicos .ver-todos a .far {
	font-size: 14px;
}


/* empresa */

section.empresa {
	margin-top: 0px;
	padding: 60px 0;
	background-color: #f7f7f7;
}

.empresa-pagina .pagina-conteudo {
	margin-bottom: 30px;
	/*padding-top: 40px;*/
}

.sidebar .sidebar-container {
	background-color: #f7f7f7;
}

.sidebar .sidebar-container .item {
	padding: 30px;
	display: flex;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.sidebar .sidebar-container .item .icon {
}

.sidebar .sidebar-container .item .texto {
}

.sidebar .sidebar-container .item .texto .titulo {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #4c4c4c;
	display: block;
	margin-bottom: 10px;
}

.sidebar .sidebar-container .item .texto .chamada {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #4c4c4c;
	display: block;
}

@media (max-width: 991px) {
	section.empresa {
		padding: 40px 0 0;
	}
}

section.empresa .conteudo .info {
	display: flex;
	align-items: center;
}

section.empresa .conteudo .info .item-container {
	padding: 0 20px;
}

@media (max-width: 991px) {
	section.empresa .conteudo .info .item-container {
		padding: 0 20px;
	}	
}

section.empresa .conteudo .info .titulo {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	color: #f3b202;
	margin-bottom: 5px;
	display: block;
}

section.empresa .conteudo .info .texto p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #4c4c4c;
	margin-bottom: 10px;
	display: block;
}

section.empresa .conteudo .info .titulo strong {
	/*color: #f3b202;*/
}

@media (max-width: 991px) {
	section.empresa .conteudo .info .titulo {
		font-size: 32px;
		line-height: 36px;
	}
}

section.empresa .conteudo .info .subtitulo {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #f3b202;
	margin-bottom: 20px;
	display: block;
	letter-spacing: -1px;
}

section.empresa .conteudo .info hr.little {
	border-style: dashed;
	margin: 20px 0;
	background-color: #f3b202;
	width: 80px;
	height: 3px;
}

section.empresa .conteudo .info .mensagem {
	background-color: #FFF;
	display: inline-block;
	width: 100%;
	padding: 30px 50px;
	border-radius: 10px;
	margin-top: 20px;
}

section.empresa .conteudo .info .mensagem-texto {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #f3b202;
}

section.empresa .conteudo .imagem figure {
	width: 100%;
	margin: 0;
	/*margin-top: -40px;*/
	box-shadow: 20px 20px 30px 3px rgba(0,0,0,.1);
	background-color: #f3b202;
}

section.empresa .conteudo .imagem figure img {
	margin: -10px 10px 10px -10px;
}

.empresa-pagina .pagina-conteudo .imagens .item img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 991px) {
	/*section.empresa .conteudo .imagem {
		margin: 80px 0 20px 0;
	}	*/
}

section.empresa .baixo {
	margin-top: 40px;
}

section.empresa .baixo .titulo {
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f3b202;
	display: inline-block;
}


section.empresa .baixo img {
	max-width: 90%;
}


section.empresa .conteudo .imagem .contato {
	background-image: url(../img/background/3.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	display: flex;
	align-items: center;
}

section.empresa .conteudo .imagem .contato .esquerda .titulo {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}

section.empresa .conteudo .imagem .contato .direita .fa {
	float: left;
	color: #f3b202;
	margin-right: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	margin-top: 10px;
}

section.empresa .conteudo .imagem .contato .direita .texto {
	display: inline-block;
	vertical-align: middle;
}

section.empresa .conteudo .imagem .contato .direita .titulo {
	font-size: 14px;
	line-height: 14px;
	font-weight: 200;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}

section.empresa .conteudo .imagem .contato .direita a {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 6px;
}

section.empresa .conteudo .imagem figure {
	/*max-width: 95%;*/
}

section.empresa .conteudo .imagem figure img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 400px;
}

section.empresa .conteudo .chamada {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #4c4c4c;
	margin-bottom: 20px;
	display: inline-block;
}

/* parceiros */
section.parceiros {
	padding: 60px 0;
}

section.parceiros .topo .titulo {
	font-size: 34px;
	line-height: 34px;
	font-weight: 600;
	color: #f3b202;
}

section.parceiros .topo hr {
	margin: 10px 0;
}

section.parceiros .topo .subtitulo {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #4c4c4c;
}

section.parceiros .conteudo {
	margin-top: 20px;
}

section.parceiros .conteudo .item {
	margin: 20px 15px;
	box-shadow: 0 0 14px 2px rgba(0,0,0,.07);
	height: 160px;
}

section.parceiros .conteudo .item img {
	width: 100%;
	height: 100%;
	padding: 20px;
	object-fit: scale-down;
	object-position: center;
}

main.parceiros-pagina .pagina-conteudo .lista {
	margin-top: 20px;
}

main.parceiros-pagina .pagina-conteudo .lista .item {
	height: 150px;
	width: 100%;
	object-fit: scale-down;
	object-position: center;
	padding: 10px;
}

main.parceiros-pagina .pagina-conteudo .lista .item img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	padding: 10px;
}

/* contato */
section.contato {
	padding: 20px 0 70px;
}

section.contato .topo img.contato-header {
	width: 100%;
	height: 148px;
}

@media (max-width: 767px) {
	section.contato .topo img.contato-header {
		object-fit: cover;
		object-position: center;
	}
}

section.contato .conteudo {
	margin-top: 35px;
}

section.contato .item .item-container {
	background-image: url(../img/background/3.jpg);
	background-size: cover;
	background-position: center;
	padding: 30px 0px 30px 50px;
	border-radius: 4px;
}

section.contato .conteudo .item .fa,
section.contato .conteudo .item .fab {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,371c2d+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(55,28,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(55,28,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(55,28,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#371c2d',GradientType=0 ); /* IE6-9 */

	display: inline-block;
	color: #FFF;
	width: 70px;
	height: 70px;
	border-radius: 200px;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
	margin-right: 20px;
	box-shadow: 0 2px 30px 2px rgba(0,0,0,.5);
	font-size: 26px;
}

section.contato .conteudo .item .texto {
	display: inline-block;
	vertical-align: middle;
}

section.contato .conteudo .item .texto .titulo {
	display: block;
	color: #FFF;
}

section.contato .conteudo .item .texto .info {
	color: #FFF;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
}

section.contato .conteudo .item .texto .info a {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
}

section.contato .conteudo .item .texto .info a:hover,
section.contato .conteudo .item .texto .info a:focus {
	color: #DDD;
}

/* newsletter */
section.newsletter {
	background-color: #999;
	padding: 40px 0;
}

section.newsletter .far {
	font-size: 60px;
	color: #FFF;
	margin-right: 20px;
}

section.newsletter .titulo {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #FFF;
	vertical-align: middle;
	display: block;
	text-align: left;
}

section.newsletter .subtitulo {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #FFF;
	vertical-align: middle;
	display: block;
	text-align: left;
}

.pagina-newsletter .pagina-conteudo {
	min-height: 0px !important;
}

/* blog pagina */
.blog-pagina .pagina-conteudo .item .imagens img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 250px;
	background-color: #f7f7f7;
}

section.noticias .imagens img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 250px;
	background-color: #f7f7f7;
}

.blog-pagina .pagina-conteudo span.data {
	font-size: 12px;
	background-color: #EAAF25;
	background-color: #F0F0F0;
	border-radius: 200px;
	padding: 2px 14px;
	margin-bottom: 6px;
	display: inline-block;
}

section.noticias span.data {
	font-size: 12px;
	background-color: #EAAF25;
	background-color: #F0F0F0;
	border-radius: 200px;
	padding: 2px 14px;
	margin-bottom: 6px;
	display: inline-block;
}

.blog-pagina .pagina-conteudo .item a:hover {
	color: #f3b202;
	text-decoration: underline;
}

section.noticias .item a:hover {
	color: #f3b202;
	text-decoration: underline;
}

.blog-pagina .pagina-conteudo .saiba-mais span {
	vertical-align: bottom;
}

section.noticias .saiba-mais span {
	vertical-align: bottom;
}

.blog-pagina .pagina-conteudo .saiba-mais {
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

section.noticias .saiba-mais {
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.blog-pagina .pagina-conteudo .saiba-mais .fa {
	vertical-align: middle;
}

section.noticias .saiba-mais .fa {
	vertical-align: middle;
}

.blog-pagina .pagina-conteudo span.autor {
	font-size: 14px;
	float: left;
}

.blog-pagina .pagina-conteudo .imagens .item img {
	width: 100%;
	height: 250px;
	object-fit: scale-down;
	object-position: center;
}

section.noticias .imagens .item img {
	width: 100%;
	height: 250px;
	object-fit: scale-down;
	object-position: center;
}

.blog-pagina.interna .pagina-conteudo {
	padding: 40px 0;
}

.blog-pagina.interna .pagina-conteudo .thumb-info-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .3s;
}

.blog-pagina.interna .pagina-conteudo .thumb-info-title:hover {
	opacity: 1;
}

.blog-pagina.interna .pagina-conteudo .h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -1.5px;
	color: #4c4c4c;
}


/* footer */
#footer {
	background-color: #212121;
}

#footer > .conteudo {
	padding: 40px 0 30px;
}

@media (max-width: 991px) {
	#footer > .conteudo {
		padding: 20px 20px 30px;
	}
}

#footer > .conteudo .item .titulo {
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	#footer > .conteudo .item .titulo {
		margin-top: 30px;
		margin-bottom: 10px;
	}
}

#footer > .conteudo .item ul.list {
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer > .conteudo .item ul.list li {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 8px;
}


#footer > .conteudo .item ul.list li.empresa {
	font-weight: 600;
	margin-bottom: 10px;
}

#footer > .conteudo .item ul.list li .fa {
	display: inline-block;
	margin-right: 6px;
	vertical-align: top;
	padding-top: 2px;
}

#footer > .conteudo .item ul.list li span {
	display: inline-block;
	max-width: 200px;
}

#footer > .conteudo .main-links ul li a {
	border-bottom: 1px solid rgba(255,255,255,.1);
	display: block;
	padding: 8px 0 6px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #f3b202;
}

#footer > .conteudo .main-links ul li a:hover,
#footer > .conteudo .main-links ul li a:focus,
#footer > .conteudo .main-links ul li a:active {
	color: #f5d424;
}

#footer > .conteudo .links ul li a {
	border-bottom: 1px solid rgba(255,255,255,.1);
	display: block;
	padding: 8px 0 6px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #f3b202;
}

#footer > .conteudo .links ul li a:hover,
#footer > .conteudo .links ul li a:focus,
#footer > .conteudo .links ul li a:active {
	color: #f5d424;
}

#footer .conteudo ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
	#footer .facebook-wall {
		margin: 30px 0 0;
	}
}


#footer section.creditos {
	background-color: #303030;
	padding: 10px 0;
	margin-top: 10px;
}
@media (max-width: 991px) {
	#footer section.creditos {
		margin-top: 0px;
	}
}

#footer section.creditos .cia span {
	color: #FFF;
	font-weight: 300;
	font-size: 13px;
}

#footer section.creditos .dev a {
	color: #FFF;
	font-weight: 300;
	font-size: 13px;
}

#footer section.creditos .dev a:hover,
#footer section.creditos .dev a:focus,
#footer section.creditos .dev a:active {
	color: #DDD !important;
}

/* page header */
.page-header {
	background-image: url(../img/background/page-header.jpg);
	background-size: cover;
	/*background-size: auto;*/
	/*background-position: center 30%;*/
	background-position: center center;
	padding: 250px 0 0;
	box-shadow: inset 0 10px 30px 2px rgba(0,0,0,.05);
	background-color: #F7F7F7;
	height: 400px;
	text-align: center;
}

@media (max-width: 991px) {
	.page-header {
		height: 350px;
		background-size: unset;
		background-position: top center;
	}
}

.page-header h1 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 600;
	color: #FFF;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	z-index: 1;
	position: relative;
}

@media (max-width: 991px) {
	.page-header h1 {
		font-size: 30px;
		line-height: 30px;
		font-weight: 500;
		/*display: block;*/
	}
}

/*.page-header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	z-index: 0;
}*/

/* page header marcas */
.page-header-marcas {
	background-color: #f7f7f7;
	/*background-image: url(../img/background/page-header-6.jpg);
	background-size: cover;*/
	/*background-size: auto;*/
	/*background-position: center 30%;*/
	background-position: center 15%;
	padding: 30px;
	text-align: left;
	/*box-shadow: inset 0 10px 30px 2px rgba(0,0,0,.05);*/
}

.page-header-marcas h1 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 5px;
	font-weight: 400;
	color: #FFF;
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	z-index: 1;
	position: relative;
}

@media (max-width: 991px) {
	.page-header-marcas h1 {
		display: block;
	}
}

.page-header-marcas:after {
/*	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	z-index: 0;*/
}

.pagina-conteudo {
	padding: 30px 0;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.pagina-conteudo {
		padding: 20px 0;
		margin-top: 0px;
	}
}

.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: #333;
}

.pagina-conteudo .imagens .popup-gal img {
	object-fit: scale-down;
	object-position: top;
}

.pagina-conteudo .imagens .popup-gal iframe {
	width: 100%;
	height: 315px;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

.breadcrumb ol {
	display: inline-block;
}

.breadcrumb a {
	color: #FFF;
	font-weight: 600;
	/*text-shadow: 1px 1px 2px rgba(0,0,0,.8);*/
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	color: #DDD;
	font-weight: 600;
	text-shadow: 1px 1px 1px #f3b202;
	/*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(255,255,255,.8);*/
}

.breadcrumb-item.active {
    color: #DDD;
    font-weight: 600;
    text-shadow: 1px 1px 1px #f3b202;
}

@media (max-width: 991px) {
	.breadcrumb-item.active {
		display: none;
	}
}

.especificacoes {
	margin-top: 30px;
	background-color: #fafafa;
	padding: 40px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
}

/* avaliacoes */
.avaliacoes {
	margin-top: 30px;
	background-color: #fafafa;
	padding: 40px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
}

/* pagina contato */
.contato-pagina iframe {
	width: 100%;
	height: 250px;
}

section.contato iframe {
	width: 100%;
	height: 250px;
}

label.error {
	color: red;
	font-size: 14px;
	line-height: 14px;
	padding: 6px;
}

.contato-pagina .endereco ul {
	list-style: none;
	padding: 0;
}

.contato .endereco span {
	max-width: 90%;
}

.contato-pagina .endereco .list-icons .fa,
.contato-pagina .endereco .list-icons .fab,
.contato-pagina .endereco .list-icons .far {
	color: #333;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: center;
	vertical-align: top;
}

.contato .endereco .list-icons .contato-container {
	display: inline-block;
	/*border: 1px solid red;*/
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.contato h2 {
	color: #333;
	font-size: 24px;
}

/* empresa pagina */
.empresa-pagina h3 {
	color: #444;
	font-size: 22px;
}

.empresa-pagina h2 {
	color: #333;
	font-size: 24px;
}

/* noticias */
.noticias-pagina .pagina-conteudo .item .imagens img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 250px;
}

section.noticias .imagens img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 250px;
}

.noticias-pagina .pagina-conteudo span.data {
	font-size: 12px;
	background-color: #F7F7F7;
	border-radius: 200px;
	padding: 2px 14px;
	margin-bottom: 6px;
	display: inline-block;
}

section.noticias span.data {
	font-size: 12px;
	background-color: #F7F7F7;
	border-radius: 200px;
	padding: 2px 14px;
	margin-bottom: 6px;
	display: inline-block;
}

.noticias-pagina .pagina-conteudo hr {
	margin: 10px 0;
}

section.noticias hr {
	margin: 10px 0;
}

.noticias-pagina .pagina-conteudo .saiba-mais span {
	vertical-align: middle;
}

section.noticias .saiba-mais span {
	vertical-align: middle;
}

.noticias-pagina .pagina-conteudo .saiba-mais {
	vertical-align: middle;
}

section.noticias .saiba-mais {
	vertical-align: middle;
}

.noticias-pagina .pagina-conteudo .saiba-mais .fa {
	vertical-align: middle;
}

section.noticias .saiba-mais .fa {
	vertical-align: middle;
}

section.noticias {
	padding: 60px 0;
}

section.noticias .topo .titulo {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #1d1d1d;
    text-transform: uppercase;
    display: block;
}

section.noticias .topo .subtitulo {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #5e5e5e;
    text-transform: uppercase;
    display: block;
}

.menu-lateral {
	position: relative;
	border: 1px solid #f3b202;
	background-color: #FAFAFA;
}

.menu-lateral .titulo {
	display: inline-block;
	width: 100%;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 500;
	background-color: #f3b202;
	color: #FFF;
}

.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: 8px 30px 8px 45px;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	transition: all .1s ease;
	letter-spacing: -.5px;
}

.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 .0s;
}

.menu-lateral ul li a:hover {
	background-color: #f3b202;
	color: #FFF !important;
}

.menu-lateral ul li > a {
	/*padding-left: 10px;*/
	position: relative;
}

.menu-lateral ul li .fa {
	position: absolute;
	margin-left: -15px;
	margin-top: 2px;
}

.menu-lateral ul li.current > a {
	background-color: #f3b202;
	color: #FFF;
	font-weight: 600;
}

.d-none-ni {
	display: none;
}

.tparrows {
	cursor: pointer;
	background: #FFF;
	border: 0px solid #FFF;
	box-shadow: 0 0 30px 2px rgba(0,0,0,.3);
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 200px !important;
	transition: background .2s;
}

.tparrows:hover {
	background: #333;
}

.tparrows:hover:before {
	color: #FFF;
}

.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: #333;
	display: block;
	line-height: 50px;
	text-align: center;
}

.tp-leftarrow {
	padding-right: 4px;
}

@media (min-width: 992px) {
	.tp-leftarrow {
		padding-right: 4px;
		/*left: 10% !important;*/
		left: 0% !important;
	}

	.tp-rightarrow {
		/*left: 90% !important;*/
		left: 100% !important;
	}
}

@media(min-width: 992px) {
	.col-1-5 {
		width: 20% !important;
		float: left !important;
		position: relative !important;
		min-height: 1px !important;
		padding-right: 5px !important;
		padding-left: 5px !important;
		display: inline-block !important;
		flex: unset !important;
	}
}

#header .meio {
	display: flex;
	justify-content: end;
	align-items: center;
}

#header .meio .busca {
	width: 100%;
	text-align: center;
}

#header .meio .busca .busca-container {
	position: relative;
}

#header .meio .busca input {
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 4px;
	border: 2px solid transparent;
	padding-left: 20px;
	padding-right: 40px;
	height: 50px;
}

#header .meio .busca .btn-search {
	position: absolute;
	top: 14px;
	right: 20px;
}

@media (max-width: 991px) {
	#header .meio .busca input {
		width: 90%;
	}
	#header .meio .busca .btn-search {
		position: absolute;
		top: 14px;
		right: 35px;
	}
}

#header .meio .busca .btn-search:hover,
#header .meio .busca .btn-search:focus,
#header .meio .busca .btn-search:active {
	color: #333;
}

#header .carrinho .fas {
	display: inline-block;
	font-size: 20px;
	color: #FFF;
}

#header .carrinho .texto {
	display: inline-block;
	margin-left: 6px;
}

#header .carrinho .texto .titulo {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}

#header .carrinho:hover .texto .titulo {
	color: #ddd;
	text-shadow: 1px 1px 1px #f3b202;
}

@media (max-width: 991px) {
	#header .carrinho .texto .titulo {
		color: #f3b202;
	}

	#header .carrinho .fas {
		color: #f3b202;
		text-shadow: none;
	}
}

#header .carrinho:hover .fas {
	color: #ddd;
	text-shadow: 1px 1px 1px #f3b202;
}

#header .carrinho .texto .titulo .compras-num {
	font-size: 18px;
	line-height: 18px;
	color: #f89719;
}

/* carrinho */
#header .carrinho a .fa {
	font-size: 40px;
	line-height: 40px;
	background-color: #F0F0F0;
	color: #f3b202;
	text-align: center;
	border-radius: 200px;
	padding: 14px;
	transition: transform .1s normal, color .2s ease;
}

#header .carrinho a:hover .fa {
	color: #f3b202;
}

#header .carrinho a .itens {
	position: absolute;
	top: -8px;
	right: -8px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #FFF;
	padding: 7px 0;
	text-align: center;
	background-color: #f3b202;
	border-radius: 200px;
	width: 34px;
	height: 34px;
	transition: background-color .2s ease;
	border: 5px solid #FFF;
}

#header .carrinho a:hover .itens {
	background-color: #f3b202;
}

@media (max-width: 991px) {
	#header .carrinho {
		/*transform: scale(0.8) translateX(-55px);*/
		transition: top 0s ease;
	}
	#header .carrinho a .fa {
		font-size: 20px;
		line-height: 20px;
		background-color: #F0F0F0;
		color: #f3b202;
		text-align: center;
		border-radius: 200px;
		padding: 14px;
		transition: transform .1s normal, color .2s ease;
	}

	#header .carrinho a:hover .fa {
		color: #f3b202;
	}

	#header .carrinho a .itens {
		position: absolute;
		top: -10px;
		right: -10px;
		font-size: 12px;
		line-height: 12px;
		font-weight: 600;
		color: #FFF;
		padding: 7px 0;
		text-align: center;
		background-color: #f3b202;
		border-radius: 200px;
		width: 34px;
		height: 34px;
		transition: background-color .2s ease;
		border: 5px solid #FFF;
	}
}

.float-whatsapp {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 76px;
	height: 76px;
	z-index: 2;
}

.float-whatsapp .item-container {
	display: inline-block;
	width: 76px;
	height: 76px;
	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: 20px;
		bottom: 30px;
		width: 56px;
		height: 56px;
		z-index: 2;
	}
	.float-whatsapp .item-container {
		display: inline-block;
		width: 56px;
		height: 56px;
		background-color: #2ab63f;
		border-radius: 200px;
		box-shadow: 0 5px 10px 2px rgba(0,0,0,.2);
		transition: all .3s ease;
	}
}

.float-whatsapp .item-container:hover,
.float-whatsapp .item-container:focus,
.float-whatsapp .item-container:active {
	transform: scale(1.05);
}

.float-whatsapp a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 16px;
}

@media (max-width: 991px) {
	.float-whatsapp a {
		padding: 14px 16px 16px 16px;
	}
}

.float-whatsapp .titulo {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #4c4c4c;
	text-align: center;
	display: inline-block;
	margin-top: 25px;
	background-color: #FFF;
	border-radius: 16px;
	padding: 7px 12px;
	margin-left: -30px;
	box-shadow: 0 5px 20px 2px rgba(0,0,0,.2);
}

@media (max-width: 991px) {
	.float-whatsapp .titulo {
		font-size: 11px;
		line-height: 13px;
		font-weight: 600;
		color: #4c4c4c;
		text-align: center;
		display: inline-block;
		margin-top: 18px;
		background-color: #FFF;
		border-radius: 16px;
		padding: 7px 12px;
		margin-left: -30px;
		box-shadow: 0 5px 20px 2px rgba(0,0,0,.2);
	}
}

.float-whatsapp img {
	width: 100%;
	height: 100%;
	display: inline-block;
	object-fit: scale-down;
	object-position: center;
}

@media(min-width: 992px) {
	.col-1-5 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
	}
}

.produtos-pagina h2 {
	margin-top: 20px;
	padding: 20px 20px;
	border-radius: 6px;
}

.produtos-pagina .pagina-conteudo .texto .titulo {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #333;
	display: block;
	margin-bottom: 6px;
	margin-top: 16px;
}

.produtos-pagina .texto ul {
	margin: 0;
	padding-left: 20px;
}

.produtos-pagina .texto ul li {
	font-size: 14px;
	line-height: 20px;
}

.produtos-pagina .texto-4 ul {
	column-count: 4;
}

.produtos-pagina .pagina-conteudo .conteudo h1 {
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
}

.produtos-pagina .fa-file-pdf {
	color: #333;
	vertical-align: middle;
	margin-right: 10px;
}

.produtos-pagina .contato-button {
	background-color: #fafafa;
	padding: 20px 0;
	border-radius: 6px;
}

.dropdown-menu {
    background-color: #FFF;
    color: #FFF;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 200px;
    box-shadow: -3px 5px 20px 2px rgba(0,0,0,.3);
    z-index: 1000;
    /*-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);*/
    z-index: 100000;
    position: absolute;
    margin: 0;
    /*margin-top: -8px !important;*/
}

.dropdown-menu a {
	color: #f3b202 !important;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600 !important;
	padding: 8px 16px;
	text-transform: uppercase;
	/*border-bottom: 1px solid rgba(0,0,0,.07);*/
	/*transition: all .2s;*/
	display: inline-block;
	width: 100%;
	height: 100%;

	/*font-size: 16px;
    line-height: 16px;
    font-weight: 600;*/
    text-align: center;
}

.dropdown-menu a img {
	/*height: 50px;
	width: auto;
	max-width: 100%;
	object-fit: scale-down;*/
}

.dropdown-item {
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,.07);
}

.megamenu .dropdown-item {
    /*padding: .35rem 1.5rem .35rem 1rem !important;*/
	border-bottom: 1px solid rgba(0,0,0,.07);
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    /*color: #3072bb !important;*/
    text-decoration: none !important;
    background-color: #fef4f8 !important;
    /*color: #f3b202 !important;*/
}


.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown .dropdown-menu {
    transition: all .0s;
	/*width: 100%; */ /**//**//**/
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px !important;
}

.dropdown:hover .dropdown-menu {
    transition: opacity .5s, max-height .4s ease;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    /*overflow: hidden;*/ /**//**//**/
}

.dropdown .dropdown-menu .lista {
	transform: translateX(-20px);
	opacity: 0;
}

.dropdown:hover .dropdown-menu .lista {
	transform: translateX(0px);
	opacity: 1;
	transition: transform 1s, opacity 1s;
}


.dropdown:hover > a {
	background-color: #FFF !important;
	color: #f3b202 !important;
	/*border: 3px solid transparent;*/
	/*text-shadow: 2px 2px 4px rgba(139,0,101,.5);*/
	/*box-shadow: 0 0 20px 3px rgba(0,0,0,.03);*/
	box-shadow: none !important;
	/*border-radius: 200px !important;*/
	/*color: #FFF;*/
	transition: color .3s ease, background-color .3s ease, text-shadow .3s ease, box-shadow .3s ease, border .0s ease;
}

.dropdown:hover > a:before, .dropdown:focus > a:before, .dropdown:active > a:before {
	opacity: 1 !important;
}

@media (max-width: 991px) {
	.dropdown-menu {
		position: relative !important;
		z-index: 99999;
	}
	.dropdown-menu.show {
		position: relative !important;
		z-index: 99999;
	}
}

.dropdown-menu > li > a:after {
    text-decoration: underline;
    transform: rotate(-90deg);
    float: right;
    margin-top: 4px;
} 

.dropdown-menu > li:hover .dropdown-menu {
	/*opacity: 1;
	display: inline-block;*/
}

.menu li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    opacity: 0;
    display: none;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.megamenu {
	position: static !important;
}

.megamenu .dropdown-menu {
	padding: 20px 20px;
	width: 100%;
	left: 0;
	overflow: hidden;
}

.megamenu .dropdown-menu a {
	text-align: left;
}

.megamenu .dropdown-menu .lista .categoria {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}

.megamenu .dropdown-menu .lista .subcategoria:before {
	content: "\f0da";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	margin-right: 10px;
}

.megamenu .dropdown-menu .produto-destaque {
	display: none;
}

.megamenu .dropdown-menu .produto-destaque figure {
	width: 100%;
    height: 250px;
    padding: 30px;
    overflow: hidden;
    margin: 0;
    border-radius: 4px;
}

.megamenu .dropdown-menu .produto-destaque figure img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 5s;
}

.megamenu .dropdown-menu .produto-destaque a {
	box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
	display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.megamenu .dropdown-menu .produto-destaque a:hover {
	box-shadow: 0 0 20px 2px rgba(0,0,0,.3);
}

.megamenu .dropdown-menu .produto-destaque .texto {
	padding: 0px 30px 10px 30px;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    text-align: center;
    /* box-shadow: inset 0 -130px 60px -60px rgba(0,0,0,.8);*/
}

.megamenu .dropdown-menu .produto-destaque .texto .titulo {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
	height: 40px;
	display: block;
}

.megamenu .dropdown-menu .produto-destaque .texto .codigo {
    color: #333;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.megamenu .dropdown-menu .produto-destaque .texto .chamada {
	color: #4c4c4c;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
	.slider-home {
		/*display: none;*/
	}
}

.slider-produto-container {
	position: relative;
	display: block;
}

.slider-produto-container .slider-produto .content img {
	width: 100%;
	height: 300px;
	object-fit: scale-down;
	object-position: center;
}

.slider-produto-container .slider-produto-controls a {
	position: absolute;
	top: 45%;
	z-index: 100;
	color: #333333;
}

.slider-produto-container .slider-produto-controls a.slider-produto-left {
	left: -25px;
}

.slider-produto-container .slider-produto-controls a.slider-produto-right {
	right: -25px;
}

.slider-produto-container .owl-nav button[class*="owl-"] {
	box-shadow: 0 0 10px 2px rgba(0,0,0,.15);
}

.thumbnail-slider-produto-container{
	margin-top: 5px;
}

.thumbnail-slider-produto .content{
	padding:5px;
}

.thumbnail-slider-produto .content img {
	width: 100%;
	height: 100px !important;
	object-fit: scale-down !important;
	object-position: center;
	border: 1px solid #E0E0E0;
}

/*.thumbnail-slider-produto .owl-item.active img {
	border: 1px solid #333;
}*/

.thumbnail-slider-produto .owl-nav button[class*="owl-"] {
    background-color: #FFF;
    border-color: #da2e1c #da2e1c #da2e1c;
    color: #da2e1c;
    border-radius: 200px;
    font-size: 15px;
    height: 25px;
    width: 25px;
    opacity: 1;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0);
}

.thumbnail-slider-produto .owl-nav {
	margin-top: -5px;
}

.thumbnail-slider-produto .owl-nav button.owl-prev {
	left: -28px !important;
}

.thumbnail-slider-produto .owl-nav button.owl-next {
	right: -28px !important;
}

@media (max-width: 991px) {
	.thumbnail-slider-produto .owl-nav button[class*="owl-"] {
	    background-color: #EEE;
	    border-color: #da2e1c #da2e1c #da2e1c;
	    color: #da2e1c;
	    border-radius: 200px;
	    font-size: 15px;
	    height: 25px;
	    width: 25px;
	    opacity: 1;
	    box-shadow: 0 0 10px 2px rgba(0,0,0,0);
	}
	.thumbnail-slider-produto .owl-nav button.owl-prev {
		left: -16px !important;
	}

	.thumbnail-slider-produto .owl-nav button.owl-next {
		right: -16px !important;
	}	
}

#header .direita .carrinho {
	position: relative;
}

.float-carrinho {
	position: absolute;
	background-color: #FFF;
	padding: 5px 5px;
	width: 400px;
	margin-left: -250px;
	box-shadow: 0 5px 20px 2px rgba(0,0,0,.3);
	transition: opacity .3s ease;
	opacity: 0;
	z-index: -100;
	top: -1000px;
	border-top: 4px solid #f3b202;
	overflow: hidden;
	border-radius: 4px;
}

#header .direita .carrinho .float-carrinho .item {
	transform: translateX(-20px);
	opacity: 0;
	padding: 7px 20px;
}

@media (min-width: 992px) {
	#header .direita:hover .carrinho .float-carrinho {
		opacity: 1;
		z-index: 5;
		top: 45px;
	}

	#header .direita:hover .carrinho .float-carrinho .item  {
		transform: translateX(0px);
		opacity: 1;
		transition: transform 1s, opacity 1s;
	}
}

.float-carrinho .produto img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    object-position: center;
    display: inline-block;
    margin-right: 10px;
}

.float-carrinho .item {
	margin-bottom: 6px;
	padding-top: 8px;
	padding-bottom: 6px;
}

.float-carrinho .item:nth-child(odd) {
	background-color: #f5f5f5
}

.float-carrinho .produto .texto .titulo {
    font-size: 12px !important;
    line-height: 13px !important;
    font-weight: 600 !important;
    color: #4c4c4c !important;
    display: block !important;
}

.float-carrinho .produto .texto a.titulo:hover {
	text-decoration: underline;
}

.float-carrinho .produto .texto .categoria {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #4c4c4c;
    display: block;
    margin-top: 4px;
}

.float-carrinho .produto .texto a.categoria:hover {
	text-decoration: underline;
}

.float-carrinho .quantidade {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #4c4c4c;
    display: block;
    margin-top: 4px;
}

.float-carrinho .float-orcamento-btn {
	background-color: #f3b202;
	text-align: center;
	padding: 0;
}

.busca-blog {
	margin-bottom: 30px;
}

.busca-blog input.busca-blog-input {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 40px;
    height: 50px;
}

.busca-blog .btn-search {
    position: absolute;
    top: 14px;
    right: 20px;
}

.busca-blog .btn-search:hover,
.busca-blog .btn-search:focus,
.busca-blog .btn-search:active {
    color: #333;
}

.menu-blog.menu-lateral .titulo {
    display: inline-block;
    width: 100%;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    background-color: #F0F0F0;
}

.menu-blog.menu-lateral > ul > li > a {
    display: inline-block;
    padding: 6px 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    transition: all .3s;
}

.btn-white.focus, .btn-white:focus {
    box-shadow: none !important;
}

.btn-white {
	color: inherit;
	background: white;
	border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
	/*color: inherit;*/
	border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
	background-color: #333;
    color: #FFF;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
	color: #cacaca;
}

.paginacao {

}

.pageNav {
	display: block;
}

.paginacao-texto {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #4c4c4c;
	display: block;
	margin-bottom: 20px;
}

@media (max-width: 991px) {

	.menu-lateral {
		margin-bottom: 20px;
	}

	.menu-lateral:after {
		content: "\f0d7";
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		position: absolute;
		top: 15px;
		right: 20px;
		pointer-events: none;
		color: #FFF;
	}

	.menu-lateral > span {
		margin-bottom: 0 !important;
		cursor: pointer;
	}

	.menu-lateral > ul {
		display: none;
		margin-top: 20px;
	}

}

/* carrinho */
.carrinho-pagina .pagina-conteudo .conteudo {
	background-color: #f3f3f3;
	padding: 30px 40px;
}

.carrinho-pagina .carrinho-vazio {
	background-color: #FdFdFd;
	min-height: 200px;
}

.carrinho-pagina .lista-produtos {
	box-shadow: 0 0 20px 2px rgba(0,0,0,.05);
}

.carrinho-pagina .lista-produtos .lista-header {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	border-top: 1px solid #dee2e6;
	border-bottom: 2px solid #444;
	background-color: #518123;
}

.carrinho-pagina .lista-produtos .lista-header:first-child {
	text-align: left;
}

@media (max-width: 991px) {
	.carrinho-pagina .lista-produtos .lista-header {
		display: none;
	}
}

.carrinho-pagina .lista-produtos .lista-item {
	text-align: center;
	height: 80px;
}

.carrinho-pagina .lista-produtos .lista-item.item-produto {
	text-align: left;
}

@media (max-width: 991px) {
	.carrinho-pagina .lista-produtos .lista-item.item-produto {
		border-top: 2px solid #518123;
	}
}

.carrinho-pagina .lista-produtos .lista-item.item-produto .titulo {
	color: #444;
	font-size: 16px;
	font-weight: 500;
}

.carrinho-pagina .lista-produtos .lista-item.item-produto .titulo.font-medium {
	font-size: 14px;
	line-height: 14px;
}

.carrinho-pagina .lista-produtos .lista-item.item-produto .titulo.font-small {
	font-size: 12px;
	line-height: 12px;
}

.carrinho-pagina .lista-produtos .lista-item.item-produto .titulo:hover {

}

.carrinho-pagina .lista-produtos .lista-item.item-produto .nome {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.carrinho-pagina .lista-produtos .lista-item.item-quantidade {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.carrinho-pagina .lista-produtos .lista-item.item-quantidade a.remover-produto-link {
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	color: #518123;
}

.carrinho-pagina .lista-produtos .lista-item.item-quantidade a.remover-produto-link:hover {
	text-decoration: underline;
}

.carrinho-pagina .lista-produtos .lista-item.item-valor-unitario {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.carrinho-pagina .lista-produtos .lista-item.item-subtotal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.carrinho-pagina .lista-produtos .lista-item .label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #444;
}

.lista-item.item-produto img.img-produto {
	width: 100%;
	height: 40px;
	object-fit: cover;
	background-color: #fff;
}

.lista-item.item-produto span.titulo {
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #444;
}

.lista-item.item-produto span.categoria {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #518123;
}

.lista-header {
	padding: 15px 20px 10px;
}

.lista-item {
	background-color: #fafafa;
	border-top: 1px solid #dee2e6;
	padding: 20px;
}

.lista-detalhes .lista-compra-total {
	border: 2px solid #AAA;
	background-color: #DDD;
	padding: 20px;
}

.lista-detalhes .lista-compra-total .compra-detalhe {
	text-align: right;
}

.lista-detalhes .lista-compra-total .compra-detalhe .label-col .label {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #444;
}

.lista-detalhes .lista-compra-total .compra-detalhe .valor-col {
	text-align: center;
}

.lista-detalhes .lista-compra-total .compra-total {
	border-top: 1px solid #AAA;
	margin-top: 10px;
	padding-top: 10px;
}

.lista-detalhes .lista-compra-total .compra-total .label-col .label-total {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

/* cupom */
.lista-extra .cupom-detalhe {
	border-bottom: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.lista-extra .cupom-detalhe .label-col {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lista-extra .cupom-detalhe .label-col .label-cupom {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #444;
	vertical-align: middle;
}

.lista-extra .cupom-detalhe .input-col {
	display: flex;
	align-items: center;
}

.lista-extra .cupom-detalhe .input-col .input-cupom {
	width: 170px;
	vertical-align: middle;
}

/* frete */
.lista-extra .frete-detalhe .label-col {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lista-extra .frete-detalhe .label-col .label-frete {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #444;
	vertical-align: middle;
}

.lista-extra .frete-detalhe .input-col {
	display: flex;
	align-items: center;
}

.lista-extra .frete-detalhe .input-col .input-frete {
	width: 170px;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}

.lista-extra .frete-detalhe .input-col .nao-sei-cep {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #518123;
}

section.localizacao iframe {
	width: 100%;
	height: 350px;
}

.login-alert {
	background-color: #f0f0f0;
	border: 2px solid #f3b202;
	padding: 15px 30px;
	display: inline-block;
	margin: 10px 0 30px;
}

.login-alert .info .titulo {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
}

.login-alert .lock .fa {
	position: relative;
	text-shadow: 2px 2px 0px #f3b202;
	top: -2px;
}

.login-alert .info p {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #4c4c4c;
	margin: 0;
}

.login-alert .info hr {
	margin: 10px 0 5px;
}

.login-alert .info a {
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: #f3b202;
}

.nova-senha-pagina label.error {
	color: red;
	font-size: 14px;
	line-height: 14px;
	padding: 6px;
}

.produtos-pagina .categoria-titulo h1 {
	font-size: 22px;
	line-height: 24px;
	max-width: 80%;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.produtos-pagina .categoria-titulo h1 {
		font-size: 18px;
		line-height: 22px;
		max-width: 80%;
		margin: 0 auto;
	}
}

#header .direita .cotacao {
	border-top: 1px solid #DDD;
	margin-top: 4px;
	padding-top: 6px;
	display: block;
	margin-left: 25px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #4c4c4c;
}

#header .logo .cotacao {
	margin-top: -6px;
	padding-top: 6px;
	display: block;
	margin-left: 25px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #4c4c4c;
	white-space: nowrap;
}

#header .cotacao .dolar {
	display: block;
}

#header .cotacao .euro {
	display: block;
}

#header .marcas-float {
	position: absolute;
	z-index: 1;
	width: 230px;
	top: 5px;
	left: 0;
	padding: 10px 20px 20px;
	background-color: #FFF;
	border-radius: 6px;
	text-align: center;
	opacity: 1;
	transition: opacity .1s ease;
	display: none;
	border: 1px solid #ddd;
	box-shadow: 0 5px 10px 2px rgb(0 0 0 / 5%);
}

html.html-home #header .marcas-float {
	display: inline-block;
}

#header .marcas-float .title {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #f3b202;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
	margin-top: 3px;
}

#header .marcas-float a {
	display: block;
	width: 100%;
	height: auto;
	margin: 15px 0;
}

#header .marcas-float a img {
	width: 100%;
	height: auto;
	object-fit: scale-down;
}

html.sticky-header-active #header .marcas-float {
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 991px) {
	#header .marcas-float {
		display: none !important;
	}	
}

main.marcas-pagina.interna .pagina-conteudo .conteudo .sobre-marca {
	display: inline-block !important;
	clear: both;
	margin: 0px 0 20px;
}

main.marcas-pagina.interna .pagina-conteudo .conteudo .sobre-marca .titulo {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #666 !important;
	text-transform: uppercase;
}

main.marcas-pagina.interna .pagina-conteudo .conteudo .texto {
	background-color: #f7f7f7;
	padding: 20px 30px;
}

main.marcas-pagina.interna .pagina-conteudo .conteudo .site-marca {
	width: 100%;
	text-align: center;
	background-color: #f5f5f5;
	padding: 10px;
}

main.marcas-pagina.interna .pagina-conteudo .conteudo .video-corporativo {
	width: 100%;
	margin: 0px 0 10px;
}

main.marcas-pagina.interna .pagina-conteudo .conteudo .video-corporativo .titulo {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #666 !important;
	text-transform: uppercase;
}

main.marcas-pagina.interna .pagina-conteudo .conteudo .video-corporativo .video-container {
	text-align: center;
	background-color: #f3f3f3;
}

main.marcas-pagina.interna .pagina-conteudo .conteudo .video-corporativo .video-container iframe {
	width: 100%;
	min-height: 400px;
	padding: 10px;
	font-size: 0;
	vertical-align: top;
}

main.marcas-pagina.interna .page-header-marcas .menu-marcas {
	float: right;
	margin-top: 15px;
}

main.marcas-pagina.interna .page-header-marcas .menu-marcas ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

main.marcas-pagina.interna .page-header-marcas .menu-marcas ul li {
	display: inline-block;
	margin: 0 2px;
}

main.marcas-pagina.interna .page-header-marcas .menu-marcas ul li a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #FFF;
	background-color: #5e202e;
	padding: 8px 35px;
	text-transform: uppercase;
	transition: background-color .2s ease;
}
@media (max-width: 991px) {
	main.marcas-pagina.interna .page-header-marcas .menu-marcas ul li {
		display: block;
		margin: 5px 0;
	}	
	main.marcas-pagina.interna .page-header-marcas .menu-marcas {
		float: none;
	}
	main.marcas-pagina.interna .page-header-marcas .menu-marcas ul li a {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
}

main.marcas-pagina.interna .page-header-marcas .menu-marcas ul li a:hover {
	background-color: #f3b202;
}

main.marcas-pagina.interna .page-header-marcas .menu-marcas ul li.current a {
	background-color: #f3b202;
}

main.marcas-paginas-interna .pagina-conteudo .row-item {
	margin-top: 10px;
	margin-bottom: 10px;
}

main.marcas-paginas-interna .pagina-conteudo .row-item .col-titulo {
	border-bottom: 2px solid #5e202e;
	transition: border-bottom .2s ease;
}

main.marcas-paginas-interna .pagina-conteudo .row-item .col-titulo:hover {
	border-bottom: 2px solid #f3b202;
}
main.marcas-paginas-interna .pagina-conteudo .row-item .col-titulo.aberto {
	border-bottom: 2px solid #f3b202;
}

main.marcas-paginas-interna .pagina-conteudo .row-item .col-titulo .titulo {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #5e202e;
	display: inline-block;
	width: 100%;
	height: auto;
	transition: color .2s ease;
	padding: 10px 5px;
}

main.marcas-paginas-interna .pagina-conteudo .row-item .col-titulo .titulo:hover {
	color: #f3b202;
}
main.marcas-paginas-interna .pagina-conteudo .row-item .col-titulo.aberto .titulo {
	color: #f3b202;
}

main.marcas-paginas-interna .pagina-conteudo .row-item .col-titulo .titulo:after {
	content: "\f107";
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	color: #5e202e;
	transition: color .2s ease;
}

main.marcas-paginas-interna .pagina-conteudo .row-item .col-titulo.aberto .titulo:after {
	content: "\f106";
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	color: #f3b202;
	transition: color .2s ease;
}

main.marcas-paginas-interna .pagina-conteudo .row-item .col-titulo .titulo:hover:after {
	color: #f3b202;
}

main.marcas-paginas-interna .pagina-conteudo .row-item > div:not(.col-titulo) {
	display: none;
	margin-top: 20px;
}
main.marcas-paginas-interna .pagina-conteudo .row-item .col-arquivo {
	margin-top: 20 !important;
}
main.marcas-paginas-interna .pagina-conteudo .row-item .col-arquivo ~ .col-arquivo {
	margin-top: 0px !important;
}


	/* video */
	main.marcas-paginas-interna .pagina-conteudo .row-item .col-video .col-video-container {
		width: 100%;
		height: 200px;
		padding: 0px;
		background-color: #fafafa;
	}

	main.marcas-paginas-interna .pagina-conteudo .row-item .col-video iframe {
		width: 100%;
		height: 100%;
	}

	/* imagem */
	main.marcas-paginas-interna .pagina-conteudo .row-item .col-imagem .col-imagem-container {
		width: 100%;
		height: 200px;
		padding: 0px;
		background-color: #fafafa;
	}

	main.marcas-paginas-interna .pagina-conteudo .row-item .col-imagem img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* arquivo */
	main.marcas-paginas-interna .pagina-conteudo .row-item .col-arquivo .col-arquivo-container {
		width: 100%;
		height: auto;
		padding: 12px 20px;
		background-color: #fafafa;
	}

	main.marcas-paginas-interna .pagina-conteudo .row-item .col-arquivo a {
		width: 100%;
		height: 100%;
		display: inline-block;
		color: #5e202e;
		vertical-align: middle;
	}

	main.marcas-paginas-interna .pagina-conteudo .row-item .col-arquivo a:hover {
		color: #f3b202;
	}

	main.marcas-paginas-interna .pagina-conteudo .row-item .col-arquivo .col-arquivo-container {
		border-bottom: 1px solid #DDD;
	}

	main.marcas-paginas-interna .pagina-conteudo .row-item .col-arquivo:last-child .col-arquivo-container {
		border-bottom: none;
	}

	main.marcas-paginas-interna .pagina-conteudo .row-item .col-arquivo .col-arquivo-container .fa {
		margin-right: 14px;
		color: #f3b202;
		font-size: 28px;
		vertical-align: middle;
	}

	/* clientes */
main.clientes-pagina .pagina-conteudo .lista {
	margin-top: 20px;
}

main.clientes-pagina .pagina-conteudo .lista .item {
	height: 150px;
	width: 100%;
	object-fit: scale-down;
	object-position: center;
	padding: 10px;
	/*margin-bottom: 75px;*/
}

main.clientes-pagina .pagina-conteudo .lista .item img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}

section.clientes {
	padding: 80px 0 120px;
	background-color: #F5F5F5;
}

/*section.clientes .topo .titulo {
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	color: #333;
}*/

section.clientes .topo .subtitulo {
    font-size: 19px;
    font-weight: 300;
    color: #b2b2b2;
}

section.clientes .conteudo .item {
	margin: 20px;
	box-shadow: 0 0 15px 1px rgba(0,0,0,.05);
	background-color: #FFF;
}

section.clientes .conteudo .item > a {
	display: inline-block;
	position: relative;
	width: 100%;
}

section.clientes .conteudo .item figure {
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin: 0;
}

section.clientes .conteudo .item figure img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	transition: all 5s;
	padding: 10px;
}

section.clientes .conteudo .item .texto {
	padding: 20px 30px 20px 30px;
	width: 100%;
}

section.clientes .conteudo .item .texto .titulo {
	color: #333;
	display: block;
	/*text-align: center;*/
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}

section.clientes .conteudo .item .texto .chamada {
	color: #4c4c4c;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

section.clientes .conteudo .item .texto .link {
	font-weight: 700;
	font-style: italic;
}

section.clientes .conteudo .item .texto .link:hover {
	text-decoration: underline;
}

section.clientes .conteudo .item .texto .link .fa,
section.clientes .conteudo .item .texto .link .far {
	font-size: 10px;
}

section.clientes .ver-todos a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
}

section.clientes .ver-todos a:hover {
	text-decoration: underline;
}

section.clientes .ver-todos a .fa,
section.clientes .ver-todos a .far {
	font-size: 14px;
}

/* portfolio */
section.portfolio {
	/*padding: 80px 0;*/
	overflow: hidden;
	background-image: url(/img/background/dp2.jpg);
}

section.portfolio .item a {
	min-height: 485px;
	height: 100%;
	width: 100%;
	/*border: 10px solid red;*/
	display: block;
	position: relative;
	transition: transform .2s ease;
	overflow: hidden;
}

@media (max-width: 991px) {
	section.portfolio .item a {
		/*min-height: 0;*/
	}
}


section.portfolio .item a > span hr {
	border-bottom: 1px solid #FFF;
	width: 200px;
	margin-bottom: 10px;
}

section.portfolio .item a > span {
	flex-direction: column;
}

section.portfolio .item a > span span {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	margin-top: 14px;
}

section.portfolio .item a img {
	width: 100%;
	max-height: 570px;
	height: 100%;
	object-fit: cover;
	display: inline-block;
	transition: transform 2s ease;
}

section.portfolio .item-double .item a img {
	max-height: 285px;
}

section.portfolio .item a .titulo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease, background-color .2s ease, opacity .2s ease, backdrop-filter .2s ease;
	opacity: 0;
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	color: #FFF;
}

@media (max-width: 991px) {
	section.portfolio .item a .titulo {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
		color: #FFF;
	}
}

section.portfolio .item a {
	transform: scale(1.05);
	z-index: 1;
}
section.portfolio .item a {
	z-index: 1;
}

section.portfolio .item a img {
	transform: scale(1.1);
  	mix-blend-mode: multiply;
}

section.portfolio .item a .titulo {
	/*transform: scale(1.05);*/
	/*background-color: rgba(0,0,0,.5);*/
	/*background-color: rgba(214,33,45, .7);*/
	/*background-color: rgba(0,33,45, .7);*/
	z-index: 2;
	opacity: 1;
	/*backdrop-filter: blur(5px);*/
}

.clientes-flag {
	width: 19px;
	margin-left: 4px;
}

.case-btn {
	border: 1px solid #D7182A;
	border-radius: 5px;
	font-size: 10px;
	padding: 0px 4px;
	color: #D7182A;
	text-transform: uppercase;
	margin-left: 4px;
}

.case-btn:hover {
    background-color: #D7182A;
    color: #FFF;
}

.clientes-lista-contador {
	column-count: 2;
}

@media (max-width: 991px) {
	.clientes-lista-contador {
		column-count: 1;
	}	
}

.clientes-categorias-icone {
	display: inline-block;
}

.clientes-categorias-titulo {
	display: inline-block;
	margin-left: 10px;
}

.clientes-lista {
	list-style: none;
	padding: 0 0 0 60px;
}

.clientes-lista li {
	display: block;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #4c4c4c;
}

.clientes-lista-bloco {
	display: block;
	break-inside: avoid-column;
}

@media (max-width: 991px) {
	section.contato .endereco {
		flex-direction: column-reverse;
	}
}


.balao-contato {
	background-color: #f7f7f7;
	border-radius: 200px;
	padding: 20px 50px 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	text-align: center;
	margin-bottom: 0;
}

.balao-contato:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 40px 0 0;
	border-color: #f7f7f7 transparent transparent transparent;
	position: absolute;
	bottom: -25px;
	left: 125px;
}

.clientes-link-mobile {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 30px 0;
	margin-bottom: 30px;
}

section.projeto {
	padding: 30px 0;
}

.projetos-pagina .pagina-conteudo .lista .item {
	margin-bottom: 30px;
}

.projetos-pagina .pagina-conteudo .lista .item .item-container {
	background-color: #FAFAFA;
	padding: 0;
	box-shadow: 0 2px 9px rgb(0 0 0 / 13%), 0 1px 1px rgb(0 0 0 / 12%);
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow .3s ease;
}

.projetos-pagina .pagina-conteudo .lista .item figure {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.projetos-pagina .pagina-conteudo .lista .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 5s ease;
}

.projetos-pagina .pagina-conteudo .lista .item:hover figure img,
.projetos-pagina .pagina-conteudo .lista .item:focus figure img,
.projetos-pagina .pagina-conteudo .lista .item:active figure img {
	transform: scale(1.1);
}

.projetos-pagina .pagina-conteudo .lista .item:hover .item-container,
.projetos-pagina .pagina-conteudo .lista .item:focus .item-container,
.projetos-pagina .pagina-conteudo .lista .item:active .item-container{
	box-shadow: 0 2px 9px rgb(0 0 0 / 23%), 0 1px 1px rgb(0 0 0 / 32%);
}

.projetos-pagina .pagina-conteudo .lista .item .texto {
	padding: 0 34px;
	height: 150px;
}

@media (max-width: 991px) {
	.projetos-pagina .pagina-conteudo .lista .item .texto {
		padding: 0 34px;
		height: 200px;
	}	
}

.projetos-pagina .pagina-conteudo .lista .item .texto p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.projetos-pagina .pagina-conteudo .lista .item figure:after {
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background-repeat: no-repeat;
    background-image: url(../img/icons/wave.png);
}

.projetos-pagina .pagina-conteudo .lista .item .saiba-mais {
	width: 85%;
	margin: 20px auto 10px;
}

section.conquistas {
	padding: 60px 0;
	background-image: url(../img/background/9.jpg);
	background-size: cover;
}

section.conquistas .topo {
	margin-bottom: 30px;
}

section.conquistas .topo .titulo {
	font-size: 40px;
	line-height: 44px;
	font-weight: 600;
	color: #f3b202;
	text-transform: uppercase;
	display: block;
}

@media (max-width: 991px) {
	section.conquistas .topo .titulo {
		font-size: 30px;
		line-height: 34px;
	}
}

section.conquistas .topo .subtitulo {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}

@media (max-width: 991px) {
	section.conquistas .topo .subtitulo {
		font-size: 16px;
		line-height: 20px;
	}
}

section.conquistas .imagem-grande img {
	width: 100%;
	border: 3px solid #f3b202;
	border-radius: 4px;
}

section.conquistas .imagem-lista img {
	width: 100%;
	height: 150px;
	border: 3px solid #f3b202;
	border-radius: 4px;
}

section.conquistas .texto ul li {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 20px;
	max-width: 600px;
	padding-left: 5px;
    list-style-type: disc !important;
    list-style-image: url(../img/icons/8.png) !important;
}

section.exportacoes {
	padding: 60px 0;
	background-color: #FAFAFA;
}

section.exportacoes .topo {
	margin-bottom: 30px;
}

section.exportacoes .topo .titulo {
	font-size: 40px;
	line-height: 44px;
	font-weight: 600;
	color: #1d1d1d;
	text-transform: uppercase;
	display: block;
}

section.exportacoes .topo .subtitulo {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #5e5e5e;
	text-transform: uppercase;
	display: block;
}

section.exportacoes .conteudo .grafico .data {
	text-align: right;
}

@media (max-width: 991px) {
	section.exportacoes .conteudo .grafico .data {
		text-align: left;
		margin-bottom: 6px;
	}	
}

section.exportacoes .conteudo .grafico .barra {
	margin-bottom: 10px;
}

section.exportacoes .conteudo .grafico .barra .grafico-barra {
	text-align: right;
	display: inline-block;
	width: 50%;
	background-color: #f3b202;
	border-bottom: 3px solid #D79604;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
}

section.exportacoes .conteudo .grafico .row:nth-child(1) .barra .grafico-barra {
	width: 51%;
}

section.exportacoes .conteudo .grafico .row:nth-child(2) .barra .grafico-barra {
	width: 68%;
}

section.exportacoes .conteudo .grafico .row:nth-child(3) .barra .grafico-barra {
	width: 67%;
}

section.exportacoes .conteudo .grafico .row:nth-child(4) .barra .grafico-barra {
	width: 54%;
}

section.exportacoes .conteudo .grafico .row:nth-child(5) .barra .grafico-barra {
	width: 71%;
}

section.exportacoes .conteudo .grafico .row:nth-child(6) .barra .grafico-barra {
	width: 72%;
}

section.exportacoes .conteudo .grafico .row:nth-child(7) .barra .grafico-barra {
	width: 100%;
}

@media (max-width: 991px) {
	section.exportacoes .conteudo .grafico .barra .grafico-barra {
		font-size: 13px;
	}
}

section.fotos {
	padding: 60px 0;
	background-color: #1d1d1d;
}

section.fotos .topo {
	margin-bottom: 30px;
}

section.fotos .topo .titulo {
	font-size: 40px;
	line-height: 44px;
	font-weight: 600;
	color: #f3b202;
	text-transform: uppercase;
	display: block;
}

section.fotos .topo .subtitulo {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #5e5e5e;
	text-transform: uppercase;
	display: block;
}

section.fotos .conteudo .item {
	display: inline-block;
	margin: 1px;
	margin-bottom: -47px;
	position: relative;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

section.fotos .conteudo .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}

section.fotos .conteudo .item:hover:after {
	background-color: rgba(243, 178, 2, 0.5);
	transition: all .3s ease;
}

section.fotos .conteudo .item img {
	background-color: #FFF;
	width: 180px;
	height: 200px;
	object-fit: cover;
}

section.fotos .conteudo .item:nth-child(5) {
	/*display: block;*/
}




















