/*
* Geral
*/

.banners-desktop .owl-carousel .owl-nav,
.banners-mobile .owl-carousel .owl-nav {
    width: calc(100% - 23px);
}
.banners-desktop .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next, 
.banners-desktop .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev,
.banners-mobile .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next, 
.banners-mobile .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev {
    background-color: #262a2f !important;
}

html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: #0000;
	box-shadow: none;
}

#header .header-nav-features .header-nav-top-icon, 
#header .header-nav-features .header-nav-top-icon-img {
	top: 3px;
	color: #ffffff8f !important;
	font-size: 26px !important;
}

.header-social-icons li {
	background-color: #f000 !important;
	border: 1px solid #ffffff8f;
	width: 45px;
	height: 45px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 5px !important;
}

.accordion-topo {
	background-color: #f99304 !important;
}

.body-accordion-topo {
	background-color: #fba124 !important;
	border-color: #fba124 !important;
}

.menu-overlay-with-animation-2 .accordion .card:first-of-type, 
.menu-overlay-with-animation-2 .accordion .card:not(:first-of-type):not(:last-of-type), 
.menu-overlay-with-animation-2 .accordion .card:last-of-type {
	border: none !important;
}

.header-social-icons li a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-social-icons li a i {
	color: #ffffff8f !important;
}

#header .header-social-icons {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	height: 100%;
}

#header .header-nav-main nav > ul > li {
	align-self: unset;
}

.font-weight-custom-header {
	font-weight: 400 !important;
}

.bounce-loader .bounce1, 
.bounce-loader .bounce2, 
.bounce-loader .bounce3 {
	background-color: #000;
}

#header .header-body {
	background-color: #083061;
}

.grecaptcha-badge {
	display: none;
}

.social-icons-top {
	height: 35px;
	width: 35px;
	background-color: #F99304;
	border: 2px solid #F99304;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	transition: all .3s;
}

.social-icons-top:hover {
	background-color: transparent;
	color: #F99304;
}

/*
* Backgrounds
*/

.bg-black {
	background-color: #000 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-gray {
	background-color: #313131 !important;
}

.bg-gray-opacity {
	background-color: #6d7e849c !important;
}

.bg-blue {
	background-color: #083061 !important;
}

.bg-yellow {
	background-color: #F99304 !important;
}

/*
* Topo
*/

#header .header-row.border-bottom {
	border-bottom: 2px solid #ffffff3d !important;
	margin-bottom: 25px;
}

/* 
* Menu mobile
*/

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
	content: '';
}

.cd-logo, 
.cd-nav-trigger {
	position: relative;
	display: inline-block;
}

.cd-logo {
	top: 28px;
	left: 5%;

}
.cd-logo img {
	display: block;
}

.sticky-header-active .cd-nav-trigger {
	height: 71px;
	width: 71px;
}

.cd-nav-trigger {
	top: 0;
	right: 0;
	height: 14px;
	width: 70px;
	z-index: 5;
	text-indent: 100%;
	white-space: nowrap;
	transition: 0.3s;
	cursor: pointer;
}

.cd-nav-trigger .cd-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	width: 18px;
	height: 3px;
	background-color: #ffffff;
	z-index: 10;
	width: 35px;
}

.cd-nav-trigger .cd-icon::before, 
.cd-nav-trigger .cd-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
	-webkit-transform: translateY(-6px) rotate(0deg);
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-o-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
	width: 35px;
	left: 0;
	top: -3px;
}

.cd-nav-trigger .cd-icon::after {
	-webkit-transform: translateY(6px) rotate(0deg);
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-o-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
	width: 35px;
	left: 0;
	top: 3px;
}

.cd-nav-trigger::before, 
.cd-nav-trigger::after {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0%;
	height: 100%;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
}

.cd-nav-trigger::before {
	background-color: #0000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger::after {
	background-color: #d0ff0100;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
	background-color: #fff0 !important
}

.cd-nav-trigger.close-nav .cd-icon::before, 
.cd-nav-trigger.close-nav .cd-icon::after {
	background-color: #fff;
}

.cd-nav-trigger.close-nav .cd-icon::before {
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	top: -3px;
	width: 35px;
	left: 0;
}

.cd-primary-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background-color: #F99304;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	list-style: none;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
	margin: .8em 0;
	text-align: center;
	text-transform: capitalize;
	list-style-type: none !important;
	list-style: none !important;
}

.cd-primary-nav a {
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	font-size: 28px;
	color: #fff !important;
}

.cd-primary-nav a:not(.accordion-topo):hover{
	color: #c2c2c2 !important;
	text-decoration: none;
}

.no-touch .cd-primary-nav a:hover {
	color: #ffffff;
}

.cd-primary-nav.fade-in {
	visibility: visible;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-primary-nav li {
		margin: 2em 0;
	}

	.cd-primary-nav a {
		font-size: 28px;
		font-size: 1.75rem;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-primary-nav li {
		margin: 2.6em 0;
	}

	.cd-primary-nav a {
		font-size: 32px;
		font-size: 2rem;
	}
}

.cd-overlay-nav, 
.cd-overlay-content {
	position: fixed;
	top: 28px;
	right: 5%;
	height: 4px;
	width: 4px;
	-webkit-transform: translateX(-20px) translateY(20px);
	-moz-transform: translateX(-20px) translateY(20px);
	-ms-transform: translateX(-20px) translateY(20px);
	-o-transform: translateX(-20px) translateY(20px);
	transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span, 
.cd-overlay-content span {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-overlay-nav.is-hidden, 
.cd-overlay-content.is-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
	z-index: 2;
}

.cd-overlay-nav span {
	background-color: #083061;
}

.cd-overlay-content {
	z-index: 4;
}

.cd-overlay-content span {
	background-color: #083061;
}

.cd-content {
	padding: 80px 0;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	z-index: 1;
}

.cd-content .cd-intro {
	height: 200px;
	padding-top: 4.6em;
}

.cd-content h1 {
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
}

.cd-content p {
	line-height: 1.5;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.cd-content .cd-intro {
		height: 250px;
		padding-top: 6em;
	}

	.cd-content h1 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.cd-content p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.8;
	}
}

/*
* Institucional
*/

.btn-saiba-mais {
	border: 2px solid #F99304;
	display: inline-block;
	padding: 8px 12px 3px 11px;
	color: #fff;
	width: 43px;
	background-color: #F99304;
	font-size: 25px;
	transition: all .3s;
}

.btn-saiba-mais:hover {
	background-color: #0000;
	color: #F99304;
}

@media(max-width: 991px) {
	.btn-saiba-mais {
		width: 100%;
		text-align: center;
	}
}

.img-border-radius {
	border-radius: 18px;
}

/*
* Text colors
*/

.text-color-yellow {
	color: #ffb037 !important;
}

.text-color-light-yellow {
	color: #fae8c4 !important;
}

.text-custom-green {
	color: #253C3B !important;
}

.text-custom-purple {
	color: #261B4B !important;
}

.text-custom-blue {
	color: #073060 !important;
}

.text-color-orange {
	color: #F99304;
}

.font-weight-500 {
	font-weight: 500 !important;
}

/* 
* Home - Business 
*/

.business-section {
	position: relative;
}

.business-section h1 {
	letter-spacing: 1px;
	text-transform: capitalize;
}

.business-section-1 h1 {
	color: #ffffff;
}

.business-section p {
	letter-spacing: 0px;
}

.business-section.bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 453px;
	background: rgb(1,179,231);
	background: -moz-linear-gradient(200deg, rgba(1,179,231,1) 0%, rgba(0,98,145,1) 63%);
	background: -webkit-linear-gradient(200deg, rgba(1,179,231,1) 0%, rgba(0,98,145,1) 63%);
	background: linear-gradient(200deg, rgba(1,179,231,1) 0%, rgba(0,98,145,1) 63%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01b3e7",endColorstr="#006291",GradientType=1);
	z-index: 0;
}

.business-section.bg1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 496px;
	background: #888888;
	z-index: 0;
}

.business-section-home.bg1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 474px;
	background: #888888;
	z-index: 0;
}

.business-section.bg-full::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(1,179,231);
	background: -moz-linear-gradient(200deg, rgba(1,179,231,1) 0%, rgba(0,98,145,1) 63%);
	background: -webkit-linear-gradient(200deg, rgba(1,179,231,1) 0%, rgba(0,98,145,1) 63%);
	background: linear-gradient(200deg, rgba(1,179,231,1) 0%, rgba(0,98,145,1) 63%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01b3e7",endColorstr="#006291",GradientType=1);
	z-index: 0;
}

.business-section .img-thumbnail {
	padding: 0;
	border: 1px solid #d6d6d6;
	border-radius: 0;
}

.business-section .img-thumbnail:hover {
	text-decoration: none;
}

.business-section .img-thumbnail .image-container {
	display: flex;
	height: 230px;
}

.business-section .img-thumbnail .image-container img {
	object-fit: cover;
}

.business-section.departamentos .img-thumbnail .image-container {
	height: 256px !important;
}

.business-section .business-home-title {
	/*height: 40px;*/
	line-height: 25px;
	font-size: 18px;
	color: #261B4B;
	letter-spacing: 2px;
	font-weight: 600 !important;
	overflow: hidden;
}

.business-section .business-home-text {
	font-size: 14px;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4; 
	-webkit-box-orient: vertical;
}

.business-section .img-thumbnail .zoom {
	bottom: -21px;
	width: 40px;
	height: 40px;
	line-height: 53px;
	background: #F99304;
	padding: 0 0 0 1px !important;
	border-radius: 0 !important;
	transition: all 0.2s ease-in-out;
}

.business-section .img-thumbnail:hover .zoom {
	transform: rotate(180deg);
}

.business-section .img-thumbnail .zoom i {
	top: -3px;
	font-size: 18px;
}

.business-section .btn-success {
	color: #fff;
	font-size: 16px;
	background-color: #F99304;
	border: 2px solid #F99304;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.business-section .btn-success:hover,
.business-section .btn-success.hover {
	color: #F99304;
	border: 2px solid #F99304;
	background-color: transparent;
}

.btn-load-more {
	background-color: #01A1D1;
	color: #fff;
	border: 2px solid #01A1D1;
	border-radius: 200px;
	transition: all .3s;
}

.btn-load-more:hover {
	background-color: #0000;
	color: #01A1D1;
}

.portfolio-list {
	margin-top: 17px !important;
}

.linha-titulo-produto {
	width: 100px;
	height: 2px;
	background-color: #F99304;
	z-index: 99;
}

.produtos-section-inicial {
	background: var(--bg-produtos);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/*
* Missao - visão - valores
*/

#missao-visao-valores {
	background-color: #888888;
}

#missao-visao-valores h1 {
	letter-spacing: 3px;
}

.card-missao-visao-valores {
	border: 5px solid #F99304;
}

/*
* Clientes
*/

.itens-parceiros {
	width: 200px;
	height: 200px;
}

@media(max-width: 425px) {
	.itens-parceiros {
		width: 150px;
		height: 150px;
	}
}

/*
* Contato
*/

#contato .btn-primary {
	background-color: #083061;
	border: 2px solid #083061;
	color: #fff;
	transition: all .3s;
}

#contato .btn-primary:hover {
	background-color: transparent;
	color: #083061;
}

#map {
	min-height: 370px;
}

/*
* SweetAlert2
*/

.swal2-styled.swal2-confirm {
	background-color: #083061 !important;
}

/*
* Produtos
*/

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-color: #ffffff !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
	display: none !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	color: #000 !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
	color: #777 !important;
}

/* 
* Home - Soluções 
*/

.produtos-section {
	position: relative;
}

.produtos-section h1 {
	letter-spacing: 1px;
	text-transform: capitalize;
}

.produtos-section-1 h1 {
	color: #ffffff;
}

.produtos-section p {
	letter-spacing: 0px;
}

.produtos-section.bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 410px;
	background: #7e7e7e;
	z-index: 0;
}

.produtos-section.bgi::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 444px;
	background: #7e7e7e;
	z-index: 0;
}

.produtos-section.bg1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 472px;
	background: #888888;
	z-index: 0;
}

.produtos-section.bg-full::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #7e7e7e;
	z-index: 0;
}

.produtos-section .img-thumbnail {
	padding: 0;
	border: 1px solid #d6d6d6;
	border-radius: 0;
}

.produtos-section .img-thumbnail:hover {
	text-decoration: none;
}

.produtos-section .img-thumbnail .image-container {
	display: flex;
	height: 230px;
}

.produtos-section .img-thumbnail .image-container img {
	object-fit: cover;
}

.produtos-section.departamentos .img-thumbnail .image-container {
	height: 256px !important;
}

.produtos-section .produtos-home-title {
	height: 52px;
	line-height: 25px;
	font-size: 18px;
	color: #006291;
	letter-spacing: 2px;
	overflow: hidden;
}

.produtos-section .produtos-home-text {
	font-size: 14px;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4; 
	-webkit-box-orient: vertical;
}

.produtos-section .img-thumbnail .zoom {
	bottom: -20px;
	width: 110px;
	height: 40px;
	line-height: 31px;
	background: #FF8C03;
	border-radius: 0 !important;
	transition: all 0.2s ease-in-out;
}

.produtos-section .img-thumbnail .zoom {
	bottom: -20px;
	width: 40px;
	height: 40px;
	line-height: 44px;
	background: #FF8C03;
	border-radius: 0 !important;
	transition: all 0.2s ease-in-out;
}

.produtos-section .img-thumbnail:hover .zoom {
	transform: rotate(180deg);
}

.produtos-section .img-thumbnail .zoom i {
	top: -4px;
	font-size: 22px;
}

.produtos-section .btn-success {
	color: #fff;
	font-size: 16px;
	background-color: #006291;
	border: 1px solid #006291;
	transition: all 0.3s ease-in-out;
}

.produtos-section .btn-success:hover,
.produtos-section .btn-success.hover {
	color: #006291;
	border: 1px solid #006291;
	background-color: transparent;
}

.btn-load-more {
	background-color: #FF8C03;
	color: #fff;
	border: 2px solid #FF8C03;
	border-radius: 0;
	transition: all .3s;
}

.btn-load-more:hover {
	background-color: #0000;
	color: #FF8C03;
}

.owl-carousel-prev-produto {
	transform: rotate(90deg);
	width: 270px;
	margin-top: 100px;
}

.item-prev-produto {
	transform: rotate(-90deg);
}

.owl-carousel-prev-produto .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: calc(50% - 33px);
}

div.owl-carousel-prev-produto .owl-nav .owl-prev,
div.owl-carousel-prev-produto .owl-nav .owl-next {
	font-size: 36px;
	top: unset;
	bottom: 15px;
}

@media(min-width: 991px) {
	#produto-interno .thumb-gallery-wrapper {
		position: relative !important;
	}

	#produto-interno .thumb-gallery-thumbs {
		transform-origin: left top;
		transform: rotate(90deg);
		top: 0;
		left: 82px;
		position: absolute;
		background-color: white;
	}

	#produto-interno .thumb-gallery-thumbs .owl-stage-outer {
		width: 400px;
	}

	#produto-interno .owl-carousel .owl-dots.disabled, 
	#produto-interno .owl-carousel .owl-nav.disabled {
		display: flex !important;
	}

	#produto-interno .thumb-gallery-thumbs .owl-prev,
	#produto-interno .thumb-gallery-thumbs .owl-next {
		display: block !important;
		background-color: #0000 !important;
		color: #000 !important;
	}

	#produto-interno .owl-carousel .owl-nav button.owl-prev:before,
	#produto-interno .owl-carousel .owl-nav button.owl-next:before {
		font-size: 25px;
	}

	#produto-interno .owl-carousel .owl-nav button.owl-next:before {
		left: -12px !important;
		top: -58px !important;
	}

	#produto-interno .owl-carousel .owl-nav button.owl-prev:before {
		left: -35px !important;
		top: -58px !important;
	}

	#produto-interno .thumb-gallery-detail img {
		width: 450px;
		float: right;
	}

	#produto-interno .thumb-gallery-detail .owl-nav {
		display: none !important;
	} 

	#produto-interno .thumb-gallery-thumbs .owl-item {
		margin-right: 15px;
		transform: rotate(-90deg);
		padding: 15px;
		border: none !important;
		left: -20px;
	}

	#produto-interno .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
		background-color: transparent !important;
		color: transparent !important;
	}

	.thumb-gallery-thumbs .cur-pointer,
	.thumb-gallery-thumbs .cur-pointer img {
		width: 95px !important;
		height: 83px !important;
		object-fit: cover !important;
		object-position: 50% 50% !important;
	}
}

@media(min-width: 1200px) {
	#produto-interno .owl-carousel .owl-nav button.owl-next:before {
		left: -99px !important;
		top: -1px !important;
	}

	#produto-interno .owl-carousel .owl-nav button.owl-prev:before {
		left: -40px !important;
		top: -1px !important;
	}
}

@media(max-width: 655px) {
	#produto-interno .owl-carousel .owl-nav button.owl-next:before {
		left: -60px !important;
	}

	#produto-interno .owl-carousel .owl-nav button.owl-prev:before {
		left: 65px !important;
	}
}

.owl-produtos-categorias.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: transparent !important;
	color: transparent !important;
}

.owl-produtos-categorias.owl-carousel .owl-nav button.owl-next:before {
	left: 20px !important;
	top: -165px !important;
	font-size: 35px;
	color: #ffffff;
	content: '\f054';
}

.produto-texto-topo {
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*
* Produtos - Interno
*/

#navegacao {
	background-color: #FF9100;
}

.btn-solicitar-orcamento {
	background-color: #00A54F;
	border: 2px solid #00A54F;
	color: #fff;
	padding: 6px 30px;
	letter-spacing: 3px;
	border-radius: 35px;
	transition: all .3s;
}

.btn-solicitar-orcamento:hover {
	background-color: transparent;
	color: #00A54F;
}

#produto-interno h1.titulo,
.formulario-contato-produto h1 {
	color: #01384C;
}

.tabs-produtos .tab-content {
	box-shadow: none !important;
	border-radius: 0 !important;

}

.tabs-produtos a.nav-link {
	border-radius: 0 !important;

}

.tabs-produtos .nav-tabs .nav-item.show .nav-link,
.tabs-produtos .nav-tabs .nav-link.active {
	background-color: #006291 !important;
	color: #fff !important;
	border: 1px solid #006291 !important;
}

.tabs-produtos .nav-tabs li .nav-link:active, 
.tabs-produtos .nav-tabs li .nav-link:hover,
.tabs-produtos .nav-tabs li .nav-link:focus {
	background-color: #006291 !important;
	border: 1px solid #006291 !important;
	color: #fff !important;
}

.tabs-produtos .nav-tabs li .nav-link {
	background-color: #f7f7f7 !important;
	color: #000 !important;
	border: 1px solid #f7f7f7 !important;
}

.formulario-contato-produto {
	background-color: #E1E1E1;
}

.formulario-contato-produto .btn-submit {
	background-color: #00B285 !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 2px solid #00B285 !important;
	padding: 15px !important;
	transition: all .3s !important;
}

.formulario-contato-produto .btn-submit:hover {
	background-color: transparent !important;
	color: #00B285 !important;
}

.formulario-contato-produto input::placeholder,
.formulario-contato-produto textarea::placeholder {
	color: #000;
	opacity: 1; /* Firefox */
}

.formulario-contato-produto input:-ms-input-placeholder,
.formulario-contato-produto textarea:-ms-input-placeholder {
	color: #000;
}

.formulario-contato-produto input::-ms-input-placeholder,
.formulario-contato-produto textarea::-ms-input-placeholder {
	color: #000;
}

.formulario-contato-produto .ajusta-input {
	z-index: 1000;
}

label.error {
	display: none !important;
}

.text-color-blue {
	color: #006191;
}

.btn-scroll-orcamento {
	background-color: #00B285;
	color: #ffffff;
	border: 2px solid #00B285;
	border-radius: 10px;
	transition: all .3s
}

.btn-scroll-orcamento:hover {
	background-color: #0000;
	color: #00B285;
}

.btn-laudo-tecnico {
	background-color: transparent;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 10px;
	transition: all .3s
}

.btn-laudo-tecnico:hover {
	background-color: #000000;
	color: #ffffff;
}

.tab-content>.active {
	display: flex !important;
}

.text-tab {
	display: block;
	width: calc(100% - 50px - 1rem) !important;
	float: right;
}

.custom-file-input {
	height: 1px;
	width: 1px;
	opacity: 0;
	position: absolute;
}

.custom-file-label {
	height: 40px;
	width: 100%;
	background-color: #ffffff;
	color: #c7c7c7;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 1rem;
	cursor: pointer;
	position: relative;
}

.custom-file-label:before {
	background-color: #000000;
	content: 'Inserir arquivo';
	display: flex;
	height: 40px;
	width: 142px;
	align-items: center;
	justify-content: center;
	color: #fff;
	right: 0px;
	position: absolute;
}

#trabalhe-conosco .form-control::placeholder {
	color: #000 !important;
}

#trabalhe-conosco .form-control::-webkit-placeholder {
	color: #000 !important;
}

#trabalhe-conosco .form-control::-moz-placeholder {
	color: #000 !important;
}

#trabalhe-conosco .form-control::-o-placeholder {
	color: #000 !important;
}

#trabalhe-conosco button {
	background-color: #FF9100 !important;
	border: 2px solid #FF9100 !important;
	color: #fff !important;
	transition: all .3s;
}

#trabalhe-conosco button:hover {
	background-color: transparent !important;
	color: #FF9100 !important;
}

#footer {
	background-color: #1F2559 !important;
	border-color: #1F2559 !important;
}

/*
* Depoimentos
*/

.card-depoimentos {
	background-color: #ffffff;
	border-top-right-radius: 50px !important;
	margin: 70px !important;
	width: calc(100% - 70px);
}

.card-depoimentos:after {
	content: '';
	background-color: #ffffff;
	background-image: var(--quote);
	height: 100px;
	width: 100px;
	border-radius: 100%;
	box-shadow: 0px 0px 20px 0px #777;
	position: absolute;
	top: -50px;
	left: -50px;
	background-repeat: no-repeat;
	background-position: center;
}

@media(min-width: 991px) {
	.owl-depoimentos .owl-nav {
		top: auto !important;
		position: absolute !important;
		width: 40px !important;
		height: 80px !important;
		margin-top: 0 !important;
		transform: translate3d(0, -50%, 0) !important;
		bottom: 10px !important;
		right: -40px !important;
	}

	.owl-depoimentos.owl-carousel .owl-nav button.owl-prev {
		top: -2px;
	}

	.owl-depoimentos.owl-carousel .owl-nav button.owl-prev span,
	.owl-depoimentos.owl-carousel .owl-nav button.owl-next span {
		display: none !important;
	}

	.owl-depoimentos.owl-carousel .owl-nav button.owl-prev:before,
	.owl-depoimentos.owl-carousel .owl-nav button.owl-next:before {
		font-size: 22px;
		line-height: 2;
	}

	.owl-depoimentos.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
		height: 40px !important;
		width: 40px !important;
		border-radius: 0 !important;
		background-color: #1f2559 !important;
		border-color: #1f2559 !important;
	}
}

@media(max-width: 991px) {
	.owl-depoimentos .owl-nav {
		top: auto !important;
		position: absolute !important;
		width: 115px !important;
		height: 80px !important;
		margin-top: 0 !important;
		transform: translate3d(0, -50%, 0) !important;
		bottom: -48px;
		right: auto;
		left: calc(50% - 57.5px);
	}

	.owl-depoimentos.owl-carousel .owl-nav button.owl-prev span,
	.owl-depoimentos.owl-carousel .owl-nav button.owl-next span {
		display: none !important;
	}

	.owl-depoimentos.owl-carousel .owl-nav button.owl-prev:before,
	.owl-depoimentos.owl-carousel .owl-nav button.owl-next:before {
		font-size: 22px;
		line-height: 2;
	}

	.owl-depoimentos.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
		height: 40px !important;
		width: 40px !important;
		border-radius: 0 !important;
		background-color: #1f2559 !important;
		border-color: #1f2559 !important;
	}
}

@media(min-width: 991px) {
	#produto-interno {
		min-height: 560px;
	}
}

@media(min-width: 1200px) {
	#produto-interno {
		min-height: 650px;
	}
}

/*
* Whats App
*/

a.btn-whatsapp {
  position: fixed;
  right: 5%;
  background-color: #1ebea5;
  display: inline-block;
  padding: 0px;
  border-radius: 5px;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
  line-height: 21px;
  height: 80px;
  width: 80px;
  color: #fff !important;
  text-transform: uppercase;
  z-index: 9999;
  font-size: 38px;
  bottom: 5%;
  border-radius: 50%;
  animation: pulse 2s infinite;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
}

a.btn-whatsapp:hover {
  background-color: #fff;
  color: #1ebea5 !important;
  border: 2px solid #1ebea5;
}

a.btn-whatsapp svg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  padding: 5px;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
    box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(7,219,215, 0);
    box-shadow: 0 0 0 20px rgba(7,219,215, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0);
    box-shadow: 0 0 0 0 rgba(7,219,215, 0);
  }
}
