body .theme-button-one:hover {
	background: #9d9d9d;
}
.theme-inner-banner {
	background-color: rgb(35 35 35 / 40%);
}
.theme-inner-banner .overlay {
	background: rgb(35 35 35 / 40%);
	padding: 210px 0 170px 0;
}
#theme-main-banner .camera_caption .theme-button-one, #theme-main-banner .camera_caption h1, .about-compnay .mission-goal li .icon, .blog-details .share-option .social-icon li a:hover, .blog-details .share-option .tag-meta li a:hover, .blog-sidebar .sidebar-archives ul li a:hover, .blog-sidebar .sidebar-categories ul li a:hover, .blog-sidebar .sidebar-recent-post li .post a:hover, .callout-banner .theme-button-one, .core-values .single-value-block .image-box .overlay a, .core-values .single-value-block:hover .text h5 a, .faq-page .panel-group .panel-heading h6 a:before, .faq-section .wrapper .img-box .play, .header-one .top-header .address-wrapper .address .icon, .header-one .top-header .address-wrapper .quotes a, .header-two #mega-menu-holder>ul>li.active>.sub-toggle, .header-two #mega-menu-holder>ul>li.active>a, .header-two #mega-menu-holder>ul>li:hover>.sub-toggle, .header-two #mega-menu-holder>ul>li:hover>a, .our-blog .comment-area .single-comment .comment a, .our-blog .single-blog .post-meta .read-more, .our-blog .single-blog:hover .post-meta .title a, .our-solution .single-solution-block:hover h5 a, .our-team .team-member .overlay .hover-content ul li a:hover, .p-color, .project-details .project-details-sidebar .social-icon li a:hover, .service-details .service-content .presentation-section .best-list-item li .icon, .service-style-one .contact-text h5, .service-style-one .contact-text h5 a, .service-style-one .single-service .text .read-more, .service-style-one .single-service:hover .text h5 a, .shop-details .product-details .product-info .price, .shop-page .single-product .product-name .add-to-cart a, .shop-page .single-product .product-name .price, .shop-page .single-product:hover .product-name h5 a, .short-banner .overlay h2, .single-counter-box .number, .theme-counter h6, .theme-footer-one .top-footer .footer-newsletter .theme-button-one, .theme-sidebar-one .service-categories ul li a:hover, .theme-sidebar-one .service-categories ul li.active a, .top-feature .main-content:hover h4 a, .why-choose-us .single-block .icon, .why-choose-us .single-block:hover h5 a, .why-we-best .wrapper .best-list-item li .icon, .why-we-best .wrapper .best-list-item li:hover h5 a {
	color: #9d9d9d;
}
.main-page-wrapper.produtos{
	overflow: unset;
}
/*==================================================================================================*/
/*Menu*/
/*==================================================================================================*/
header{
	box-shadow: 0px 12.9998px 34.9995px -11.9998px rgba(35, 35, 35, 0.15);
	z-index: 2;
	position: relative;
}
.header-two .logo img{
	max-height: 90px;
}

.header-two .top-header {
	background: #232323;
}
#polyglotLanguageSwitcher{
	a{
		cursor: pointer;
		padding: 0;
		&:after{
			display: none;
		}
	}
	.language{

		img{
			display: inline-block;
			margin-right: 10px;
		}
		li{
			display: block;
		}
		.dropdown-menu {
			min-width: 85px;
			text-align: center;
			li{
				padding: 2px 0;
			}
			li a{
				color: #555;
			}
		}

	}
}
@media (max-width: 991px) {
	.header-two .theme-menu-wrapper .bg-wrapper .logo {
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: unset;
		position: relative;
	}
	.header-two .menu-wrapper {
		top: 13px;
	}
}
/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/
.banner{
	.single_banner{
		height: 880px;
		position: relative;
		background-size: cover;
		background-position: center;
		.holder_content{
			position: relative;
			height: 100%;
			width: 100%;
			.holder_content_img{
				position: relative;
				height: 100%;
				width: 100%;
				video{
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%,-50%);
					-moz-transform: translate(-50%,-50%);
					-webkit-transform: translate(-50%,-50%);
					width: 100%;
					height: 100%;
					object-fit: cover;

				}
			}
		}
		.conteudo{
			position: absolute;
			width: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			.nome{
				font-size: 26px;
				line-height: 35px;
				color: #556382;
				font-weight: 300;
			}
			.descricao{
				text-transform: uppercase;
				padding: 30px 0 35px 0;
				color: #001a57;
				font-size: 60px;
				font-weight: 900;
				line-height: 70px;
			}
		}
	}
	.owl-dots{
		position: absolute;
		left: 3%;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		.owl-dot{
			display: block;
			margin: 15px 0;
			width: 7px;
			height: 7px;
			border-radius: 50%;
			border: 1px solid #001A57;
			background: 0 0;
			&.active{

				background: #001A57;
			}
		}
	}

}

@media screen and (max-width: 575px){
	.banner{
		.single_banner{
			height: 400px;
			.conteudo{
				padding: 0 3%;
				.nome{
					font-size: 18px;
				}
				.descricao{
					font-size: 35px;
					line-height: 46px;
					padding: 12px 0 18px 0;
				}
			}
		}
	}
}
.callout-banner {
	background-color: #232323;
	background-image: none;
	.clearfix{
		display: flex;
		align-items: center;
	}
	.title {
		width: 31%;
	}
	p {
		width: 57%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 60px;
		font-weight: 700;
		font-size: 18px;
		line-height: 27px;
		color: #fff;
		&:before {
			background: rgb(255 255 255 / 50%);
		}
	}
	.theme-button-one {
		color: #232323;
		&:hover{
			background: #232323;
			color: #fff;
		}
	}
}

/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/
.theme-button-one {
	background: #232323;
	color: #fff;
}
.our-solution .single-solution-block{
	.icon{
		width: 100px;
		height: 90px;
		object-fit: contain;
	}
	&:hover .icon {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.about-compnay-two {
	.overlay {
		background: rgb(35 35 35 / 80%);
	}
	.descricao {
		color: #CAD2E5;
	}
}
.our-case {
	.holder_projeto{
		width: 100%;
	}
	.single-case-block {
		position: relative;
		height: 0;
		padding-bottom: 80%;
		overflow: hidden;
		width: 100%;
		img{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		&:hover{
			.hover-content {
				-webkit-transform: scale(1, 0);
				transform: scale(1, 0);
			}
		}
		.hover-content {
			background: rgb(35 35 35 / 60%);
			-webkit-transform: scale(1);
			transform: scale(1);
			.text {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
				display: flex;
				align-items: center;
				justify-content: space-between;
				.info{
					width: Calc(100% - 40px);
				}
				.details{
					display: none;
					width: 40px;
					&:hover{
						background: #fff;
						color: #4f4f4f;
					}
				}
			}
		}
		h5{
			margin-top: 12px;
			color: #fff;
			font-weight: 600;
			font-size: 24px;
			line-height: 34px;
		}
	}
}
.faq-section {
	.overlay {
		background: #232323;
	}
	.accordion-one .panel-heading h6 button {
		color: #232323;
		padding: 15px 25px 15px 0;
		display: block;
		position: relative;
		background: transparent;
		width: 100%;
		text-align: left;
		&:before {
			content: "\f10a";
			font-family: Flaticon;
			font-size: 20px;
			color: #c7c7c7;
			position: absolute;
			right: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			font-weight: 400;
		}
	}
}
.why-choose-us{
	padding: 80px 0;
	.single-block {
		.icon {
			color: #232323;
		}
		img.icon {
			width: 60px;
		}
	}
}
.short-banner .overlay h2{
	color: #232323;
}
@media (min-width: 576px) and (max-width: 767px) {
	.our-case .single-case-block .hover-content .text {
		padding: 0 10px;
	}
	.single-case-block {
		h5 {
			font-size: 22px;
			line-height: 30px;
		}
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.why-choose-us{
		.single-block {
			img.icon {
				width: 55px;
			}
		}
	}
}
/*==================================================================================================*/
/*QUEM SOMOS*/
/*==================================================================================================*/
.callout-banner.no-bg {
	margin-bottom: 120px;
	.theme-button-one {
		background: #232323;
		&:hover{
			background: rgb(0 0 0 / 50%);
		}
	}
	p{
		color: #232323;
		&:before {
			background: rgb(0 0 0 / 50%);
		}
	}
	.title {
		text-align: left;
	}
}
.why-we-best {
	.overlay {
		background: #232323;
		position: relative;
		&:before{
			content: '';
			position: absolute;
			height: 20px;
			left: 0px;
			right: 0px;
			bottom: -20px;
			background: #232323;
			z-index: -1;
		}
	}
	.why-we-best .wrapper .best-list-item li img.icon{
		width: 60px;
	}
	.wrapper .best-list-item li .icon {
		color: #232323;
	}
}
.theme-counter-two{
	padding-top: 80px;
	.cunter-wrapper{
		.row{
			justify-content: center;
		}
	}
	.single-counter-box{
		.number{
			color: #232323;
		}
	}
}
.partner-section{
	.partner-slider{
		.item{
			padding: 0 15px;
			img{
				/*max-height: 50px;
				width: auto !important;*/
				height: 70px;
				width: 166px;
				object-fit: contain;
				object-position: center;
				max-width: 100%;
			}
		}
	}
}
.consultation-form .img-box {
	height: 100%;
}
.pag_contactos{
	.consultation-form {
		margin-top: 120px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.callout-banner .theme-button-one {
		margin-top: 0;
	}
}
@media screen and (max-width: 991px) {
	.callout-banner {
		.clearfix{
			flex-wrap: wrap;
			justify-content: center;
			.title {
				width: 100%;
			}
			p{
				width: 100%;
				padding-right: 0;
			}
		}
	}
	.callout-banner.no-bg {
		.title {
			text-align: center;
		}
	}
}
@media screen and (max-width: 567px) {

	.why-we-best .wrapper .best-list-item li img.icon{
		width: 42px;
	}
}
/*==================================================================================================*/
/*PRODUTOS*/
/*==================================================================================================*/
.our-team {
	.team-member {
		.image-box {
			border: 1px solid rgba(0, 0, 0, 0.08);
			border-radius: 5px 5px 0px 0px;
			position: relative;
			width: 100%;
			height: 0;
			overflow: hidden;
			padding-bottom: 92%;
			img{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: contain;
			}

		}
		.text {
			border: 1px solid rgba(0, 0, 0, 0.08);
			border-top: none;
			border-radius: 0 0 5px 5px;
			h6, span{
				a:hover{
					color: #232323;
				}
			}
		}
		.overlay {
			background: rgb(35 35 35 / 80%);
			.hover-content {
				width: 100%;
				height: 100%;
				.text{
					background: none;
					border: none;
					box-shadow: none;
				}
				a{
					width: 100%;
					height: 100%;
					display: flex;
					flex-wrap: wrap;
					align-items: center;
					justify-content: center;
				}
				h5{
					width: 100%;
					color: #fff;
					font-weight: 600;
					font-size: 20px;
					line-height: 24px;
				}
				.details{
					width: 40px;
					height: 40px;
					line-height: 43px;
					text-align: center;
					background: #fff;
					border-radius: 50%;
					color: #979797;
					font-size: 20px;
					margin: 0 auto 15px;
					&:hover{
						background: #fff;
						color: #4f4f4f;
					}
				}
			}
		}
	}
}
/*==================================================================================================*/
/*PRODUTO*/
/*==================================================================================================*/
.project-details{
	.project-details-sidebar{
		padding-left: 60px;
		.titulo_documento{
			display: flex;
			justify-content: space-between;
			align-items: center;
			flex-wrap: wrap;
			gap: 15px;
			margin-bottom: 20px;
			h1{
				margin-bottom: 0;
				line-height: 40px;
			}
			button{
			}
		}
		.strategies{
			.categoria{
				font-size: 20px;
				margin-bottom: 10px;
			}
			h6{
				margin-top: 20px;
			}
		}

	}
	.descricao,
	.resumo{
		ul:not(.nav-tabs){
			list-style-type: disc;
			margin-left: 20px;
		}
	}
	.accordion{
		margin-top: 40px;
		.accordion-item{
			border: 1px solid rgba(0, 0, 0, 0.08);
			border-radius: 5px;
			.accordion-header{
				padding: 20px;
				.accordion-button{
					position: relative;
					background: transparent;
					font-size: 20px;
					padding-right: 35px;
					width: 100%;
					text-align: left;
					&:before {
						content: "\f10a";
						font-family: Flaticon;
						font-size: 20px;
						color: #c7c7c7;
						position: absolute;
						right: 0;
						top: 50%;
						-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
						font-weight: 400;
					}
				}
			}
			.accordion-body{
				border-top: 1px solid rgba(0, 0, 0, 0.08);
				padding: 20px;
			}
		}
	}
	.image-col{
		a{

			width: 100%;
		}
		.imagem{
			position: relative;
			padding-bottom: 70%;
			height: 0;
			overflow: hidden;
			width: 100%;
			border-radius: 5px;
			border: 1px solid rgba(0, 0, 0, 0.08);
			img{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: contain;
			}
		}
	}
	.mais_imagens{
		margin-top: 60px;
		a{
			width: 100%;
		}
		.imagem{
			position: relative;
			padding-bottom: 100%;
			height: 0;
			overflow: hidden;
			width: 100%;
			border-radius: 5px;
			border: 1px solid rgba(0, 0, 0, 0.08);
			margin-top: 20px;
			img{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: contain;
			}
		}
	}
	.galeria_imagens{
		display: flex;
		flex-wrap: wrap;
		margin: 80px -5px 0 -5px;
		.single_imagem{
			width: 50%;
			padding: 5px;
			a{

				position: relative;
				width: 100%;
			}
			.imagem{
				position: relative;
				padding-bottom: 60%;
				overflow: hidden;
				height: 0;
				width: 100%;
				img{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					object-fit: cover;
				}
			}
			&.first{
				width: 100%;
				.imagem{
					padding-bottom: 50%;
				}
			}
		}
	}
	.redes{
		margin-top: 80px;
		text-align: center;
	}
}
@media screen and (min-width: 992px) {

	.testimonial-section .wrapper .bg {
		padding: 60px 65px 65px 65px;
	}
}
@media screen and (max-width: 767px) {
	.project-details{
		.project-details-sidebar{
			padding-left: 15px;
		}
	}
}
/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/
.google-map-one{
	iframe{
		width: 100%;
		height: 100%;
	}
}
.theme-footer-two {
	background: #232323;

	.top-footer .footer-gallery .wrapper a .imagem {
		position: relative;
		padding-bottom: 100%;
		height: 0;
		overflow: hidden;
		img{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			object-fit: cover;
			width: 100%;
			height: 100%;
		}
	}
	.logo-widget p {
		color: #fff;
	}
	.top-footer .footer-list ul li {
		&:before{
			color: #fff;
		}

		a{
			color: #fff;
			&:hover{
				text-decoration: underline;
			}
		}
	}
	.top-footer .contact-widget ul li {
		color: #fff;
		a{
			color: #fff;
		}
	}
	.top-footer .contact-widget {
		color: #fff;
		a{
			color: #fff;
			font-size: 17px;
			&:hover{
				text-decoration: underline;
			}
		}
		table{
			border: none;
			width: 100% !important;
			tr{
				border: none;
				td{
					border: none;
					vertical-align: top;
					padding: 5px 0;
					font-size: 17px;
					&:nth-child(1){
						width: 30px;
						img{
							max-width: unset;
							width: 20px !important;
							height: auto !important;
							margin-top: 5px;
						}
					}
					&:nth-child(2){
						width: Calc(100% - 30px);
						padding-left: 10px;
					}
				}
			}
		}
	}
	.bottom-footer p {
		color: #fff;
		a{
			color: #fff;
		}
	}
}

/*==================================================================================================*/
/*COOKIES*/
/*==================================================================================================*/

/* Estilos para a barra de política das cookies */

.cookie_bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #494e54;
	color: white;
	z-index: 9999;
	font-family: Arial, Helvetica;
	font-size: 12px;
	min-height: 50px;
	line-height: 16px;
}

.center_cookie_container {
	position: relative;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.cookie_bar .cookie_texto {
	position: relative;
	float: left;
	max-width: 830px;
	width: 100%;
	margin-right: -95px;
	padding: 0px 0;
	text-align: center;
}

.cookie_bar .cookie_texto .cookie_interior {
	margin-right: 95px;
	padding: 10px 10px;
}

.cookie_bar .cookie_texto a {
	color: white;
	text-decoration: underline;
}

.cookie_bar .cookie_aceitar {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	background: white;
	margin-top: 10px;
}

.cookie_bar .cookie_aceitar #cookie_botao {
	background: white;
	border: 1px #FFFFFF solid;
	position: relative;
	width: 75px;
	height: 30px;
	color: #494e54;
	font-weight: bold;
	cursor: pointer;
}

.cookies_politicas {
	position: relative;
	display: none;
	color: white;
	clear: both;
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
}

.cookies_politicas a {
	color: white;
	text-decoration: underline;
}

.cookies_politicas .center_cookie_container {
	padding: 10px;
	width: 95%;
}

.consultation-form .form-wrapper,
.contact-us-section .form-wrapper{
    height: auto;
    min-height: 500px;
    padding: 75px 40px 40px 40px;
}

.about-compnay-two .text div{
    padding: 0 50px 15px 0;
}

.service-style-one .single-service .img-box{
	background-color: transparent;
	border: 1px solid #eaeaea;
	border-right: none;
}

#lista_resultados .single_resultados{
	padding-top: 40px;
}

.lista_produtos{
	.categorias{
		background: #d8d8d8;
		margin-top: 30px;
		border-radius: 5px;
		padding: 20px;
		position: sticky;
		top: 110px;
		.single_categoria{
			padding: 20px 0;
			h3{
				font-size: 20px;
			}
			.holder_subcategorias{
				padding-left: 10px;
				padding-top: 5px;
			}
		}
		.single_subcategoria{
			padding: 2px 0;
			&.active,
			&:hover{
				a{
					color: #232323;
					font-weight: 700;
				}
			}
		}
	}
}

@media screen and (max-width: 1200px){
	.lista_produtos {
		.categorias {
			.single_subcategoria {
				font-size: 15px;
			}
		}
	}
}
@media screen and (max-width: 1200px){
	.lista_produtos {
		.coluna {
			width: 100%;
			flex: unset;
			max-width: 100%;
		}
	}
}
.theme-footer-two .logo-widget .social-icon li a {
	font-size: 30px;
}
.balao_whatsapp{
	display: block;
	border-radius: 8px;
	background-color: #25D366;
	color: #fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	position: fixed;
	bottom: 40px; /*pode ser alterada esta medida para chegar o icon mais para cima ou para baixo*/
	right: 20px; /*pode ser alterada esta medida para chegar o icon mais ou menos para a esquerda*/
	z-index: 1000;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.balao_whatsappa {
	color: #fff;
}

.balao_whatsapp:hover, .balao_whatsapp:hover a{
	color: #fff;
}

/*MOBILE*/
@media screen and (max-width:500px){
	.balao_whatsapp{
		width: 45px;
		height: 45px;
		bottom: 75px; /*pode ser alterada esta medida para chegar o icon mais para cima ou para baixo em mobile*/
	}
	.balao_whatsapp svg{
		width: 25px;
		height: 25px;
	}
}