
*{
	letter-spacing: 0.3px !important;
}

/* 
* Fonts
*/

@font-face {
	font-family: 'Galano Grotesque Medium';
	src: url('fonts/galano/galano_grotesque_medium-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Galano Grotesque Bold';
	src: url('fonts/galano/galano_grotesque_bold-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Galano Grotesque Heavy';
	src: url('fonts/galano/galano_grotesque_heavy-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_heavy-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Galano Grotesque Light';
	src: url('fonts/galano/galano_grotesque_light-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_medium-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Galano Grotesque Black';
	src: url('fonts/galano/galano_grotesque_black-webfont.woff2') format('woff2'),
	url('fonts/galano/galano_grotesque_black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* 
* Side Panel
*/

@media (min-width: 768px) {
	html.side-panel .side-panel-wrapper {
		width: 595px;
		padding: 3.5rem;
	}
	html.side-panel .side-panel-wrapper h2 {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	html.side-panel .side-panel-wrapper {
		width: 95%;
		padding: 2.5rem;
	}
	html.side-panel .side-panel-wrapper h2 {
		font-size: 32px;
	}
}

html.side-panel .side-panel-wrapper h2 {
	font-family: 'Galano Grotesque Bold';
	color: #00437e;
	letter-spacing: 1px;
}

html.side-panel .side-panel-wrapper p {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
	color: #2f2d2d;
}

/* 
* Header
*/

#header.header-no-border-bottom .header-body {
	height: 123px !important;
}

#header .header-body {
	background: #FFFFFF;
}

#header i.fab.fa-facebook-f,
#header i.fab.fa-instagram,
#header i.fab.fa-twitter,
#header i.fab.fa-linkedin-in,
#header i.fab.fa-youtube,
#header i.fab.fa-pinterest {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #006291;
	border-radius: 100%;
	border: 2px solid #006291;
	color: #fff;
	transition: all .3s;
}

/*#header i:hover.fab.fa-facebook-f,*/
/*#header i:hover.fab.fa-instagram,*/
/*#header i:hover.fab.fa-twitter,*/
/*#header i:hover.fab.fa-linkedin-in,*/
/*#header i:hover.fab.fa-youtube,*/
/*#header i:hover.fab.fa-pinterest {*/
/*	background-color: transparent;*/
/*	color: #006291;*/
/*}*/

.header-body.border-top-0.box-shadow-none {
	overflow: hidden;
}

#header .btn-gradient:not(.btn-outline) {
	font-family: 'Galano Grotesque Bold';
	color: #fff;
	background: #f7ae2a !important;
	border: 1px solid #f7ae2a;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

#header .btn-gradient:not(.btn-outline).active,
#header .btn-gradient:not(.btn-outline):active,
#header .btn-gradient:not(.btn-outline):hover, 
#header .btn-gradient:not(.btn-outline).hover {
	color: #f7ae2a !important;
	background: transparent !important;
}


@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a {
		text-transform: unset;
	}

	#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a,
	#header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
		font-family: 'Galano Grotesque Medium';
		font-size: 17px;
		letter-spacing: 0px;
	}

	#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before,
	#header .header-nav.header-nav-line nav > ul li:hover > a:before {
		background: #f7ae2a;
	}
}

.dropdownMenu {
	position: fixed;
	top: 120px;
	z-index: 20;
	background-color: #006291;
	width: 100%;
	max-height: 305px;

}

.dropdownMenu h1 {
	font-family: 'Galano Grotesque Heavy';
	color: #ffffff;
}

.dropdownMenu h4 a {
	color: #ffffff;
}

.dropdownMenu div div .itens {
	max-height: 160px;
	min-width: auto;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	width: 80%;
}

.dropdownMenu div div .itens::-webkit-scrollbar {
	width: 10px;
}

.dropdownMenu div div .itens::-webkit-scrollbar-thumb {
	background-color: #00db63;
}

.dropdownMenu div div .itens::-webkit-scrollbar-track {
	background-color: #008b3f;
}

.dropdownMenu div div .itens::-webkit-scrollbar-thumb:hover {
	background-color: #00c358;
}

.owl-carousel {
	cursor: grab;
}

.owl-carousel:active {
	cursor: grabbing;
}

.nav-pills li.dropdownMenuCustom:hover, 
.nav-pills li.dropdownMenuCustom.active{
	display: flex;
	flex-direction: column;
	margin-top: 9px;
}


.nav-pills li.dropdownMenuCustom:hover::after,
.nav-pills li.dropdownMenuCustom.active::after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #006291;
	position: relative;
	top: 1px;
	z-index: 9;
	display: inline-block;
	left: 42%;
	transform: rotate(45deg);
} 

#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, 
#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
	content: none !important;
}

#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul > li:hover > a {
	color: #c2c2c2 !important;
}

#header .header-nav-main nav > ul > li > a {
	text-transform: initial !important;
	font-weight: normal !important;
}

#header .header-nav.header-nav-links nav > ul li:hover > a {
	color: #000000 !important;
}

/*
* Newsletter
*/

#newsletter {
	background-color: #012B3A;
	z-index: 3;
}

#newsletter p {
	font-family: 'Galano Grotesque Bold';
}

#newsletter input {
	border: 1px solid #fff;
}

.btn-cadastrar-newsletter {
	background-color: #009948;
	color: #fff;
	border: 1px solid #009948;
	transition: all .3s;
}

.btn-cadastrar-newsletter:hover {
	background-color: transparent;
	color: #009948;
}

/* 
* Footer
*/

#footer {
	background: #006291 !important;
}

#footer h5 {
	font-family: 'Galano Grotesque Bold';
	font-size: 20px;
	letter-spacing: 1px;
}

#footer a:not(.btn):not(.no-footer-css) {
	color: #fff;
}

#footer .list li a {
	font-family: 'Galano Grotesque Medium';
	font-size: 14px;
	letter-spacing: 0px;
}

#footer .social-icons.social-icons-dark-2 li a {
	font-size: 18px;
	background: #01A1D1;
	border: 2px solid #01A1D1;
	height: 40px;
	line-height: 40px !important;
	width: 40px;
	transition: all 0.3s ease-in-out;
}

#footer .social-icons li:hover.social-icons-facebook a,
#footer .social-icons li:hover.social-icons-instagram a,
#footer .social-icons li:hover.social-icons-youtube a {
	background: transparent !important;
	color: #01A1D1 !important;
}

#footer .social-icons li:hover.social-icons-facebook a i,
#footer .social-icons li:hover.social-icons-instagram a i,
#footer .social-icons li:hover.social-icons-youtube a i {
	color: #01A1D1 !important;
}

#footer .social-icons li {
	margin: -1px 5px 0 0 !important;
}

#footer .footer-copyright {
	background: #024786 !important;
}

#footer .footer-copyright p {
	font-family: 'Galano Grotesque Medium';
	font-size: 14px;
	letter-spacing: 0px;
}

#footer .footer-copyright p span {
	font-family: 'Galano Grotesque Bold';
	letter-spacing: 1px;
}

#footer .bg-dark p {
	font-family: 'Galano Grotesque Medium';
	font-size: 14px;
	letter-spacing: 1px;
}

html .scroll-to-top:hover {
	color: #f8bf3f;
}

/* 
* Main Carousel - all pages
*/

.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot.active span,
.owl-carousel.dots-morphing .owl-dots .owl-dot:hover span {
	width: 80px;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot span {
	width: 40px;
	height: 8px;
	border-radius: 0;
}

.owl-theme .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, .3);
}

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

/*
* Institucional
*/

#institucional {
	background-color: #ffffff !important;
}

.img-institucional {
	position: absolute;
	bottom: 0;
}

.container-imagem-institucional img {
	object-fit: cover;
	object-position: 50% 50%;
	max-width: 100%;
}

.btn-saiba-mais {
	background-color: #006191;
	color: #fff;
	border: 2px solid #006191;
	border-radius: 200px;
	transition: all .3s;
}

.btn-saiba-mais:hover {
	background-color: #0000;
	color: #006191;
}

#institucional.institucional-inicio {
	background-color: #EBEBEB !important;
}

/*
* Home - Credenciamento
*/

#credenciamento {
	background-color: #007936;
}

#credenciamento h2 {
	font-family: 'Galano Grotesque Bold' !important;
}

/* 
* Home - Soluções 
*/

.produtos-section {
	position: relative;
}

.produtos-section h1 {
	font-family: 'Galano Grotesque Heavy';
	letter-spacing: 1px;
	text-transform: capitalize;
}

.produtos-section-1 h1 {
	color: #ffffff;
}

.produtos-section p {
	font-family: 'Galano Grotesque Medium';
	letter-spacing: 0px;
}

.produtos-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;
}

.produtos-section.bg1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 453px;
	background: #006291;
	z-index: 0;
}

.produtos-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;
}

.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-family: 'Galano Grotesque Bold';
	font-size: 18px;
	color: #006291;
	letter-spacing: 2px;
	overflow: hidden;
}

.produtos-section .produtos-home-text {
  font-family: 'Galano Grotesque Light';
  font-size: 14px;
  color: #2f2d2d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 78px;
  height: 78px;
  overflow: hidden;
}

.produtos-section .img-thumbnail .zoom {
	bottom: -27px;
	width: 53px;
	height: 53px;
	line-height: 53px;
	background: #006291;
	transition: all 0.2s ease-in-out;
}

.produtos-section .img-thumbnail:hover .zoom {
	transform: rotate(180deg);
}

.produtos-section .img-thumbnail .zoom i {
	top: -3px;
	font-size: 22px;
}

.produtos-section .btn-success {
	color: #fff;
	font-family: 'Galano Grotesque Bold';
	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: #01A1D1;
	color: #fff;
	border: 2px solid #01A1D1;
	border-radius: 200px;
	transition: all .3s;
}

.btn-load-more:hover {
	background-color: #0000;
	color: #01A1D1;
}

.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;
	}

	.owl-carousel .owl-nav button.owl-prev:before,
	.owl-carousel .owl-nav button.owl-next:before {
		font-size: 25px;
	}

	.owl-carousel .owl-nav button.owl-next:before {
		left: -75px !important;
		top: -58px !important;
	}

	.owl-carousel .owl-nav button.owl-prev:before {
		left: 14px !important;
		top: -58px !important;
	}

	#produto-interno .thumb-gallery-detail img {
		width: 450px;
		float: right;
	}

	#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-"] {
		display: none;
	}

	.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;
	}
}



/* 
* Home - Planos
*/

#plans-home.plans-bg-home {
	background: rgb(3,79,149);
	background: linear-gradient(150deg, rgba(3,79,149,1) 0%, rgba(3,79,149,1) 42%, rgba(4,111,208,1) 100%);
}

#plans-home .pricing-table .plan-header {
	background: #023a6c;
}

#plans-home .pricing-table .plan-header h2 {
	font-family: 'Galano Grotesque Bold';
	letter-spacing: 1px;  
}

#plans-home .pricing-table .plan p {
	font-family: 'Galano Grotesque Light';
	font-size: 14px;
	letter-spacing: 1px;
}

#plans-home .plans-home-title {
	font-family: 'Galano Grotesque Heavy';
	font-size: 54px;
	letter-spacing: 1px;
}

#plans-home .plans-home-text {
	font-family: 'Galano Grotesque Medium';
	font-size: 16px;
	letter-spacing: 0px;
}

#plans-home .pricing-table p {
	display: flex;
	align-items: center;
	height: 105px;
	background: #f8ab1a;
}

#plans-home .pricing-table .btn-success {
	font-family: 'Galano Grotesque Bold';
	color: #fff;
	background-color: #009948;
	border: 1px solid #009948;
	transition: all 0.2s ease-in-out;
}

#plans-home .pricing-table .btn-success:hover,
#plans-home .pricing-table .btn-success.hover {

	color: #009948;
	border: 1px solid #009948;
	background-color: transparent;
}

#plans-home .pricing-table .plan-price .price {
	font-family: 'Galano Grotesque Black';
	color: #2f2d2d;
}

#plans-home .pricing-table .plan-price .price .price-unit {
	padding-top: 8px;
	font-family: 'Galano Grotesque Black';
}

#plans-home .pricing-table .plan-price .price-label {
	font-family: 'Galano Grotesque Medium';
	font-size: 14px;
	font-weight: bold;
	color: #2f2d2d;
}

#plans-home .pricing-table .plan .plan-features ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	font-family: 'Galano Grotesque Light';
	font-size: 13px;
	font-weight: bold;
}

#plans-home .cta-section h2 {
	font-family: 'Galano Grotesque Heavy';
	font-size: 45px !important;
	letter-spacing: 1px;
}

#plans-home .cta-section p {
	font-family: 'Galano Grotesque Medium';
	font-size: 16px;
	letter-spacing: 1px;
}

#plans-home .btn-modern {
	color: #fff;
	background: #f8bf3f !important;
	border: 1px solid #f8bf3f;
	transition: all 0.2s ease-in-out;
}

#plans-home .btn-modern:hover {
	color: #f8bf3f;
	background: transparent !important;
}

/* 
*  Página Sobre Interna
*/

#info-institucional {
	background: #01A1D1;
}

#info-institucional .missao-visao-valores h3 {
	font-family: 'Galano Grotesque Bold';
	font-size: 27px;
	color: #006291;
	letter-spacing: 1px;
}

#info-institucional .missao-visao-valores p {
	font-family: 'Galano Grotesque Light';
}

#about-inner h1 {
	font-family: 'Galano Grotesque Bold';
	font-size: 42px;
	letter-spacing: 0px;
	color: #006291;
}

#about-inner .about-inner-text {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
	font-size: 14px;
}


/* 
* Página Como Funciona
*/

#servicos-interno .textos h2 {
	font-family: 'Galano Grotesque Bold';
	font-size: 40px;
	color: #004c92;
	letter-spacing: 0;
}

#servicos-interno .textos p {
	font-family: 'Galano Grotesque light';
	font-size: 16px;
	color: #2f2d2d;
	line-height: 24px;
}

@media (max-width: 991px) {
	/* linha ímpar */
	#servicos-interno .servicos-item:nth-child(odd) .textos { order: 2; text-align: center; }
	#servicos-interno .servicos-item:nth-child(odd) .img-destaque { order: 1; }

	/* linha par */
	#servicos-interno .servicos-item:nth-child(even) .textos { order: 2; text-align: center; }
	#servicos-interno .servicos-item:nth-child(even) .img-destaque { order: 1; }
}

@media (min-width: 992px) {
	/* linha ímpar */
	#servicos-interno .servicos-item:nth-child(odd) .textos { order: 1; text-align: right; }
	#servicos-interno .servicos-item:nth-child(odd) .img-destaque { order: 2; }

	/* linha par */
	#servicos-interno .servicos-item:nth-child(even) .textos { order: 2; }
	#servicos-interno .servicos-item:nth-child(even) .img-destaque { order: 1; }  
}

/* 
* Página Planos/Valores Interna
*/

#plans-home.plans-bg-inner {
	background: #fff;
}

#plans-home.plans-bg-inner2 {
	background: rgb(3,79,149);
	background: linear-gradient(150deg, rgb(108, 122, 136) 0%, rgba(3,79,149,1) 42%, rgba(4,111,208,1) 100%);
}

#plans-home .plans-inner-title {
	font-family: 'Galano Grotesque Heavy';
	font-size: 54px;
	color: #034f95;
	letter-spacing: 1px;
}

#plans-home .plans-inner-text {
	font-family: 'Galano Grotesque Medium';
	font-size: 16px;
	color: #2f2d2d;
	letter-spacing: 0px;
}

#plans-home .cta-section-inner h2 {
	font-family: 'Galano Grotesque Heavy';
	font-size: 45px !important;
	color: #034f95;
	letter-spacing: 1px;
}

#plans-home .cta-section-inner p {
	font-family: 'Galano Grotesque Medium';
	font-size: 16px;
	color: #2f2d2d;
	letter-spacing: 1px;
}

/*
* Blog 
*/

.bg-blog {
	background: #e8e8e8;
}

.solucoes-section.bg-blog .blog-title {
	color: #024e94;
}

.solucoes-section.bg-blog .blog-text {
	color: #2f2d2d;
}

.solucoes-section .blog-date {
	font-family: 'Galano Grotesque Bold';
	color: #2f2d2d;
}

html .solucoes-section .border-color-tertiary {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
	border-color: #034f95 !important;
}

#inner-blog .blog-title {
	font-family: 'Galano Grotesque Bold' !important;
	font-size: 40px !important;
	color: #004c92 !important;
	letter-spacing: 0 !important;
}

#inner-blog .blog-image {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 350px;
}

#inner-blog .blog-image-gallery {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 150px;
}

#inner-blog .embed-responsive iframe {
	width: 100% !important;
	height: 450px !important;
}

#inner-blog .btn-back-to-list .btn {
	font-family: 'Galano Grotesque Bold';
	color: #fff;
	background: #f7ae2a !important;
	border: 1px solid #f7ae2a;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

#inner-blog .btn-back-to-list .btn:hover {
	background: #fff !important;
	color: #f7ae2a !important;
}

/*
* Formulário
*/

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #000;
	opacity: 1; /* Firefox */
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: #000;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
	color: #000;
}

.btn-submit {
	font-size: 14px !important;
	background-color: #006291 !important;
	border: 2px solid #006291 !important;
	color: #fff !important;
	transition: ease-in-out .3s !important;
	text-align: center !important;
	width: 100% !important;
	padding: 15px !important;
}

.btn-submit:hover, .btn-submit.hover {
	background-color: #fff !important;
	border-color: #006291 !important;
	color: #006291 !important;
}

.dialog-termo .mfp-close {
	right: 40px;
	top: 38px;
}

/*
* Swal
*/

.swal2-container {
	padding: 0px !important;
}

.swal2-popup {
	border-radius: 0px !important;
	padding: 30px 50px 50px 50px !important;
	width: 100% !important;
}

.swal2-actions {
	max-width: 425px;
}

div#swal2-content {
	font-size: 20px;
	line-height: 20px;
	color: #454A60;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
	background: initial !important;
	background-color: #01a1d1 !important;
	color: #FFF !important;
	border: 1px solid #01a1d1 !important;
	border-radius: 25px !important;
}
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-cancel:hover {
	border: 1px solid #01a1d1 !important;
	background: #0000 !important;
	color: #01a1d1 !important;
}

.swal2-styled.swal2-confirm i,
.swal2-styled.swal2-cancel i {
	color: #fefffe !important;
	margin-left: 6px;
	top: 1px;
	position: relative;
}

.swal2-styled.swal2-confirm:hover i,
.swal2-styled.swal2-cancel:hover i {
	color: #454A5F !important;
}

.swal2-container.swal2-backdrop-show {
	background: rgba(0, 0, 0, 0.72);
	z-index: 99999;
}

.swal2-icon.swal2-error {
	border-color: #ea5a33;
	color: #ea5a33;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: #ea5a33;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: #ea5a33;
}

.swal2-title {
	display: none !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border: .25em solid #ea5a33;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: #ea5a33;
}

.swal2-styled:focus {
	outline: 0;
	box-shadow: none;
}

.swal2-icon {
	width: 3em;
	height: 3em;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.9em;
	left: .475em;
	width: 1.2em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 1.6em;
	right: 2em;
	width: 1.9375em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div#swal2-content i {
	font-size: 52px;
	margin: 15px;
	color: #01a1d1;
}

/*
* Termo
*/

.dialog.dialog-lg {
	max-width: 900px;
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 40px;
}

.dialog.dialog-lg::-webkit-scrollbar {
	width: 1em;
}

.dialog.dialog-lg::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dialog.dialog-lg::-webkit-scrollbar-thumb {
	background-color: #01a1d1;
	outline: 1px solid #01a1d1;
}

/*
* Scroll bar
*/

body::-webkit-scrollbar {
	width: 1em;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #01a1d1;
	outline: 1px solid #01a1d1;
}

/*
* Carregando
*/

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	background-color: #01a1d1 !important;
	box-shadow: 0 0 10pt 0pt #01a1d1 !important;
}

/*
* Whats App
*/

a.btn-whatsapp {
	position: fixed;
	left: 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);
	}
}

/* 
* Home - FAQ
*/

#faq-page {
	background-color: #DCDCDC;
}

#faq-page h1 {
	font-family: 'Galano Grotesque Heavy';
	color: #01a1d1;
}

.toggle.toggle-simple .toggle > label:before,
.toggle.toggle-simple .toggle > .toggle-title:before {
	content: "\f067";
	font-family: 'Font Awesome 5 Pro';
	font-size: 14px;
	left: auto;
	top: calc(50% - 14px);
	right: 20px;
}

.toggle.toggle-simple .toggle > label:after,
.toggle.toggle-simple .toggle > .toggle-title:after {
	top: 12px;
	left: auto !important;
	right: 0 !important;
	width: 54px;
	height: 100%;
	border-radius: 0px;
}

.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > .toggle-title {
	padding: 18px 50px 18px 20px;
	font-family: 'Galano Grotesque Bold';
	font-size: 20px;
	letter-spacing: 1px;
	background: #01a1d1;
}

.toggle.toggle-simple .toggle.active > label,
.toggle.toggle-simple .toggle.active > .toggle-title {
	background: #01a1d1;
}

.toggle > .toggle-content {
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
}

.toggle > .toggle-content > p {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
}

html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
	background: #009948;
}

/*
* Home - Marcas
*/

#marcas h1 {
	font-family: 'Galano Grotesque Heavy';
	color: #01a1d1;
}

/* 
* Contato
*/

html #form-contato .btn-primary {
	color: #fff;
	background-color: #034f95;
	border-color: #034f95;
	transition: all 0.2s ease-in-out;
}

html .btn-primary:hover, html .btn-primary.hover {
	color: #034f95 !important;
	background-color: transparent !important;
	border: 1px solid #034f95 !important;
}

html body .btn.focus,
html body .btn:focus,
html body .btn.active,
html body .btn:active,
html body.body .btn.focus,
html body.body .btn:focus,
html body.body .btn.active,
html body.body .btn:active {
	background-color: transparent;
	border-color: #034f95;
	color: #fff;
}

#form-contato .form-control {
	font-family: 'Galano Grotesque Light';
	font-weight: bold;
	color: #2f2d2d;
	border: 1px solid #c8c8c8;
	letter-spacing: 0px;
}

/*
* Cookies
*/

.container-cookie {
	display: none;
	justify-content: center !important;
	align-items: center !important;
}

.row-cookie {
	position: fixed !important;
	bottom: 10px !important;
	background: #fff !important;
	justify-content: center !important;
	align-items: center !important;
	max-width: 1024px !important;
	border: 5px solid #006291 !important;
	z-index: 9999999 !important;
}

.row-cookie {
	padding: 20px !important;
}

.row-cookie.desktop .col-cookie p {
	margin-bottom: 0 !important;
	line-height: 16px !important;
	color: #006291 !important;
}

.row-cookie.desktop .col-cookie a {
	color: #006291 !important;
}

.btn-cookie {
	font-size: 14px !important;
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	background-color: #006291 !important;
	border-color: #006291 !important;
	color: #fff !important;
	transition: ease-in-out .3s !important;
	text-align: center !important;
	width: 100% !important;
	padding: 8px !important;
}

.btn-cookie:hover {
	background-color: #fff !important;
	border-color: #006291 !important;
	color: #006291 !important;
}

/*
* Paginação
*/

#paginacao {
	background-color: #00ad4f !important;
}

#paginacao .page-link {
	background-color: #00ad4f !important;
}

#paginacao .pagination-btns .btn {
	background: #006291 !important;
	border: 2px solid #006291;
}

.pagination .page-link {
	border-radius: 100% !important;
}

#paginacao .pagination > .active > a, 
#paginacao .pagination > .active > span, 
#paginacao .pagination > .active > a:hover, 
#paginacao .pagination > .active > span:hover, 
#paginacao .pagination > .active > a:focus, 
#paginacao .pagination > .active > span:focus, 
#paginacao .pagination .page-item.active .page-link {
	background-color: #006291 !important;
	border-color: #006291 !important;
}

#paginacao .page-link:hover {
	background-color: #005270 !important;
	border-color: #006291 !important;
}

#paginacao .pagination-btns .btn:hover {
	background-color: transparent !important;
	color: #006291 !important;
}

.pagination {
	position: relative;
	z-index: 1;
	margin-bottom: 0 !important;
	justify-content: center !important;
	align-items: center !important;
}

.page-link {
	position: relative;
	display: block;
	padding: 0;
	line-height: 38px;
	background-color: #fff;
	border: 1px solid #006291;
	width: 38px;
	height: 38px;
}

.page-link:hover {
	text-transform: none !important;
	text-decoration: none !important;
	z-index: 2 important !important;
	color: #fff !important;
	background-color: #006291 !important;
	border-color: #006291 !important;
}

.pagination > a, .pagination > a:hover, 
.pagination > a:focus, 
.pagination > li > a, 
.pagination > li > span, 
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
	color: #006291;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus, 
.pagination .page-item.active .page-link {
	background-color: #006291 !important;
	border-color: #006291 !important;
}

.pagination-btns .btn {
	font-family: 'Galano Grotesque Bold';
	color: #fff;
	background: #006291 !important;
	border: 2px solid #006291;
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

.pagination-btns .btn:hover {
	background-color: transparent !important;
	color: #006291 !important;
}

/*
* New menu overlay 2
*/

.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: 56%;
	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: #00AD4F;
	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: #00AD4F;
	-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: #01a1d1;
	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;
}

.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-family: 'Galano Grotesque Bold';
	font-size: 28px;
	color: #fff !important;
}

.cd-primary-nav a:hover{
	color: #00AD4F !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: #00AD4F;
}

.cd-overlay-content {
	z-index: 4;
}

.cd-overlay-content span {
	background-color: ##00AD4F;
}

.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;
	}
}

/*
* Captcha
*/

.grecaptcha-badge {
	display: none !important;
}

/*
* Produtos - Interno
*/

#navegacao {
	background-color: #01A1D1;
}

.btn-solicitar-orcamento {
	background-color: #00A54F;
	border: 2px solid #00A54F;
	color: #fff;
	padding: 6px 30px;
	letter-spacing: 3px;
	font-family: 'Galano Grotesque Medium';
	border-radius: 35px;
	transition: all .3s;
}

.btn-solicitar-orcamento:hover {
	background-color: transparent;
	color: #00A54F;
}

#produto-interno h1.titulo,
.formulario-contato-produto h1 {
	font-family: 'Galano Grotesque Heavy';
	color: #01a1d1;
}

.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: #01A1D1;
}

.formulario-contato-produto .btn-submit {
	background-color: #01a1d1 !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 2px solid #01a1d1 !important;
	padding: 15px !important;
	transition: all .3s !important;
}

.formulario-contato-produto .btn-submit:hover {
	background-color: transparent !important;
	color: #01a1d1 !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,
.btn-blue,
.btn-blue:focus {
	background-color: #006291;
	color: #ffffff;
	border: 2px solid #006291;
	letter-spacing: 5px !important;
	border-radius: 200px;
	transition: all .3s
}

.btn-scroll-orcamento:hover,
.btn-blue:hover {
	background-color: #0000;
	color: #006291;
}

.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: #006291;
	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;
}

/*
* Home - Serviços
*/


.servicos-section {
	position: relative;
}

.servicos-section h1 {
	font-family: 'Galano Grotesque Heavy';
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #ffffff;
}

.servicos-section p {
	font-family: 'Galano Grotesque Medium';
	letter-spacing: 0px;
}

.servicos-section.bg{
	background: #B1B1B1;
}

.servicos-section .img-thumbnail {
	padding: 0;
	border: 1px solid #d6d6d6;
	border-radius: 0;
}

.servicos-section .img-thumbnail:hover {
	text-decoration: none;
}

.servicos-section .img-thumbnail .image-container {
	display: flex;
	height: 230px;
}

.servicos-section .img-thumbnail .image-container img {
	object-fit: cover;
}

.servicos-section .servicos-home-title {
	height: 52px;
	line-height: 25px;
	font-family: 'Galano Grotesque Bold';
	font-size: 18px;
	color: #006291;
	letter-spacing: 2px;
	overflow: hidden;
}

.servicos-section .servicos-home-text {
	font-family: 'Galano Grotesque Light';
	font-size: 14px;
	color: #2f2d2d;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4; 
	-webkit-box-orient: vertical;
}

.servicos-section .img-thumbnail .zoom {
	bottom: -27px;
	width: 53px;
	height: 53px;
	line-height: 53px;
	background: #006291;
	transition: all 0.2s ease-in-out;
}

.servicos-section .img-thumbnail:hover .zoom {
	transform: rotate(180deg);
}

.servicos-section .img-thumbnail .zoom i {
	top: -3px;
	font-size: 22px;
}

.servicos-section .btn-success {
	color: #fff;
	font-family: 'Galano Grotesque Bold';
	font-size: 16px;
	background-color: #006291;
	border: 1px solid #006291;
	transition: all 0.2s ease-in-out;
}

.servicos-section .btn-success:hover,
.servicos-section .btn-success.hover {
	color: #006291;
	border: 1px solid #006291;
	background-color: transparent;
}

/*
* Interno - Serviços
*/

.formulario-contato-servicos div.servico-text {
	margin-top: -37px;
}

.formulario-contato-servicos div.servico-text::before {
	content: 'Serviço:';
	height: 37px;
	width: 163px;
	position: relative;
	top: 43px;
	display: inline-block;
	z-index: 9;
	color: #000;
	left: 13px;
	font-weight: bold;
}

.formulario-contato-servicos div.servico-text input {
	padding-left: 78px;
}

.formulario-contato-servicos h1 {
	font-family: 'Galano Grotesque Heavy';
	color: #01a1d1;
}
.formulario-contato-servicos {
	background-color: #00AD4F;
}

.formulario-contato-servicos .btn-submit {
	background-color: #01a1d1 !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 2px solid #01a1d1 !important;
	padding: 15px !important;
	transition: all .3s !important;
}

.formulario-contato-servicos .btn-submit:hover {
	background-color: transparent !important;
	color: #01a1d1 !important;
}

.formulario-contato-servicos input::placeholder, 
.formulario-contato-servicos textarea::placeholder {
	color: #000;
	opacity: 1; /* Firefox */
}

.formulario-contato-servicos input:-ms-input-placeholder, 
.formulario-contato-servicos textarea:-ms-input-placeholder {
	color: #000;
}

.formulario-contato-servicos input::-ms-input-placeholder, 
.formulario-contato-servicos textarea::-ms-input-placeholder {
	color: #000;
}

.formulario-contato-servicos .ajusta-input {
	z-index: 10;
}

#servicos-interno .textos h2 {
	font-family: 'Galano Grotesque Bold';
	font-size: 40px;
	color: #00384C;
	letter-spacing: 0;
}

#servicos-interno .textos p {
	font-family: 'Galano Grotesque light';
	font-size: 16px;
	color: #2f2d2d;
	line-height: 24px;
}

#servicos-interno .img-destaque img {
	width: 100% !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
}

@media (max-width: 991px) {
	/* linha ímpar */
	#servicos-interno .servicos-item:nth-child(odd) .textos { order: 2; text-align: center; }
	#servicos-interno .servicos-item:nth-child(odd) .img-destaque { order: 1; }

	/* linha par */
	#servicos-interno .servicos-item:nth-child(even) .textos { order: 2; text-align: center; }
	#servicos-interno .servicos-item:nth-child(even) .img-destaque { order: 1; }
}

@media (min-width: 992px) {
	/* linha ímpar */
	#servicos-interno .servicos-item:nth-child(odd) .textos { order: 1; text-align: right; }
	#servicos-interno .servicos-item:nth-child(odd) .img-destaque { order: 2; }

	/* linha par */
	#servicos-interno .servicos-item:nth-child(even) .textos { order: 2; }
	#servicos-interno .servicos-item:nth-child(even) .img-destaque { order: 1; }  
}

/* 
* 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: #938980;
	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: #938980;
	-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: #006291;
	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:hover{
	color: #cc7450 !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: #B1B1B1;
}

.cd-overlay-content {
	z-index: 4;
}

.cd-overlay-content span {
	background-color: #B1B1B1;
}

.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;
	}
}

/*
* Carousel
*/

button.owl-prev {
	background-color: #01a1d1 !important;
	border-color: #01a1d1 !important;
	left: -50px !important;
}

button.owl-next span,
button.owl-prev span {
	display: none !important;
}

button.owl-next {
	background-color: #01a1d1 !important;
	border-color: #01a1d1 !important;
	right: -50px !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	bottom: -35px !important;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #01a1d1b5;
	border-radius: 0 !important;
	width: 20px !important;
}

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

.btn-modern {
	text-transform: initial !important;
}

/*
* Galeria
*/

#galeria {
	background-color: #DCDCDC;
}

#galeria .img-thumbnail {
	height: 125px;
	width: 100%;
}

#galeria .img-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

/*
* Representantes
*/

.container-select-estado {
	background-color: #F1F1F1 !important;
	position: relative;
}

.container-select-estado:after {
	content: '\f078' !important;
	color: #fff !important;
	font-size: 18px !important;
	height: 38px !important;
	width: 44px !important;
	right: 16px !important;
	top: 16px !important;
	position: absolute !important;
	font-family: 'Font Awesome 5 Pro';
	background-color: #0265A2 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

/*
* Background custom
*/

.bg-custom-blue {
	background-color: #01A1D1 !important;
}

.bg-custom-dark-blue {
	background-color: #006291 !important;
}

/*
* Trabalhe conosco
*/

.btn-submit-trabalhe-conosco {
	font-size: 14px !important;
	background-color: #006291 !important;
	border: 2px solid #006291 !important;
	color: #fff !important;
	transition: ease-in-out .3s !important;
	text-align: center !important;
	width: 100% !important;
	padding: 15px !important;
}

.btn-submit-trabalhe-conosco:hover {
	background-color: #fff !important;
	border-color: #006291 !important;
	color: #006291 !important;
}

/*
* Imagens
*/

.img-listagem-produtos {
	width: 354px !important;
	height: 230px !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
}

.img-listagem-produtos-interno {
	width: 354px !important;
	height: 256px !important;
	object-fit: cover !important;
	object-position: 50% 50% !important;
}