@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
	--cor-1:#365495;
	--cor-1-hover:#193a81;
	--cor-2:#a6b2bf;
	--cor-2-hover:#7c8ea2;
	--cor-3:#253242;
	--cor-3-hover:#142437;
}

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: normal;
}

.loader{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--cor-2);
	z-index: 1050;
}

body{
	padding-top: 105px;
	font-weight: 400;
	background-color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

body.material-eletrico{
	background-color: var(--cor-1);
}

body.iluminacao, body.iluminacao .topo-paginas{
	background-color: #d2c9ac;
}

body.iluminacao .topo-paginas h2, body.iluminacao .text-white, body.iluminacao .categoria-individual h3, body.iluminacao .categoria-individual svg{
	color: var(--cor-3) !important;
}

body.iluminacao #owl-galeria-lateral .owl-nav .owl-next, body.iluminacao .owl-categorias .owl-nav .owl-next{
	background-image: url(../img/chevron-right-solid-blue.svg);
}

body.iluminacao #owl-galeria-lateral .owl-nav .owl-prev, body.iluminacao .owl-categorias .owl-nav .owl-prev{
	background-image: url(../img/chevron-left-solid-blue.svg);
}


body.iluminacao .categoria-individual, body.iluminacao .produto-individual{
	border-color: var(--cor-3);
}

body.iluminacao .produto-individual h3, body.iluminacao .produto-individual h4, body.iluminacao .produto-individual p{
	color: var(--cor-3);
}

body.projetos, body.projetos .topo-paginas{
	background-color: #333;
}

body.material-eletrico .topo-paginas, body.iluminacao .topo-paginas, body.projetos .topo-paginas{
	padding-bottom: 10px;
}

a{
	text-decoration: none;
	color: var(--cor-1);
}

a:hover{
	text-decoration:none;
	color: var(--cor-1-hover);
}

img{
	border:none;
	max-width:100%;
}

button{
	border:none;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}

input.form-control, textarea.form-control, .custom-file-label, select.custom-select{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
	margin-bottom: 30px;
	font-weight: 400;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.custom-file{
	margin-bottom: 20px;
}

.form-check{
	margin-bottom: 20px;
}

input.form-control:focus, textarea.form-control:focus{
	background-color: transparent;
	border-color: var(--cor-2);
	color: #333333;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder{color: #333333; opacity:1}
.form-control::-moz-placeholder{color: #333333; opacity:1}
.form-control:-ms-input-placeholder{color: #333333; opacity:1}
.form-control::-ms-input-placeholder{color: #333333; opacity:1}
.form-control::placeholder{color: #333333; opacity:1}

input.form-control, .custom-file-label, .custom-file{
	height: 60px;
	padding: 5px 25px;
}

select.custom-select{
	height: 60px;
}

textarea.form-control{
	resize: none;
	height: 160px;
	padding: 25px;
}

.custom-file-label::after{
	background-image: url('../img/icone-file-input.png');
	background-repeat: no-repeat;
	background-position: center;
	line-height: 58px;
	height: 68px;
	padding: 5px 20px;
	content: '';
	background-color: transparent;
}

.custom-file-label{
	cursor: pointer;
	background-color: #259066;
	margin: 0;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 700;
}

.custom-file-input, .custom-file-label::after{
	cursor: pointer;
}

h1, h2{
	font-size: 40px;
	line-height: 55px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 30px;
}

.bg-topo-home h1{
	font-weight: normal;
}

body, p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #333333;
}

p{
	margin-bottom: 20px;
}

.btn{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 52px;
	padding: 0 30px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: none;
	color: #FFFFFF;
}

.btn-primary{
	background-color: var(--cor-1);
	color: #FFFFFF;
}

.btn-primary:hover{
	background-color: var(--cor-1-hover);
	color: #FFFFFF;
}

.btn-dark{
	background-color: #000000;
	color: #FFFFFF;
}

.btn-dark:hover{
	background-color: #111111;
	color: #FFFFFF;
}

.btn-outline-white{
	background-color: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

.btn-outline-white:hover{
	background-color: #FFFFFF;
	color: var(--cor-1);
}

.text-white p{
	color: #FFFFFF;
}

.btn-whatsapp{
	background-color: #00CC33;
	color: #FFFFFF;
}

.btn-whatsapp:hover{
	background-color: #00A028;
	color: #FFFFFF;
}

.whats-fixo{
	z-index: 100;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background-color: #25D366;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 60px;
	line-height: 60px;
	width: 60px;
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
}

.whats-fixo:hover, .telefone-fixo:hover{
	background-color: #009C3A;
	color: #FFFFFF;
}

.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* header */
.fixed-top{
	background-color: #FFFFFF;
}

.navbar{
	padding: 0;
}

.navbar-brand{
	max-width: 280px;
	padding: 0;
	margin: 15px 0 15px 30px;
}

.busca-topo{
	position: relative;
}

.busca-topo a{
	color: var(--cor-1);
	font-size: 30px;
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
}

.busca-topo form{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.busca-topo input{
	width: 600px;
	margin: 0;
	padding-right: 60px;
}

.busca-topo button{
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: none;
	color: var(--cor-1);
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 0 35px 35px 0;
	-moz-border-radius: 0 35px 35px 0;
	border-radius: 0 35px 35px 0;
}

.navbar-nav li a{
	position: relative;
	white-space: nowrap;
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 42px;
	color: #FFFFFF;
	text-transform: none;
}

.navbar-nav li a:hover{
	color: var(--cor-2);
}

.icones-topo{
	display: inline-block;
	vertical-align: middle;
}

.icones-topo a{
	color: var(--cor-1);
	font-size: 30px;
	margin-right: 15px;
}

.icones-topo a:hover{
	color: var(--cor-1);
}

.alinha-menu-topo{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.navbar-toggler{
	border: none;
}

.navbar-toggler-icon {
	background: none !important;
    width: 40px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
    content: '';
    display: block;
    height: 6px;
    width: 100%;
    background: var(--cor-1);
    border-radius: 5px;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.navbar-toggler-icon::before {
    top: 0;
}

.navbar-toggler-icon span {
    top: 12px;
}

.navbar-toggler-icon::after {
    top: 24px;
}

.navbar-collapse{
	position: absolute;
	right: 100%;
	top: 0;
	background-color: var(--cor-1);
	z-index: 1000;
}

.navbar-collapse .btn-close-menu {
	position: absolute;
	top: 0;
	right: 0;
	background: #FFF;
	border: none;
	font-size: 70px;
	color: var(--cor-1);
	z-index: 1100;
	cursor: pointer;
	transition: color 0.2s;
	height: 38px;
	margin-right: -55px;
	width: 50px;
}

.navbar-collapse .btn-close-menu:hover {
	color: var(--cor-1);
}

.navbar-collapse .navbar-nav{
	padding: 20px 40px;
	text-align: center;
	height: 100%;
	overflow-y: auto;
}

/* Home */
.bg-topo-home{
	background-color: var(--cor-3);	
}

.bg-topo-home h1{
	color: #FFFFFF;
	margin-bottom: 40px;
	text-align: center;
}

.menu-categorias{
	text-align: center;
}

.menu-categorias .btn{
	margin: 0 10px 20px;
}

.owl-logos .owl-dots{
	display: none;
}

.logo-individual{
	margin: 0 15px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-self: center;
}

.logo-individual img{
	max-height: 120px;
	display: block;
	margin: 0 auto;
}

.bg-noticias{
	background-color: var(--cor-1);
	position: relative;
	overflow: hidden;
}

.marquee{
	padding-top: 50px;
	opacity: 0.5;
}

.marquee .row .item:nth-child(2n+1) {
  font-weight: 600;
}

.marquee .row .item {
	font-size: 62px;
	font-weight: 300;
	line-height: 120%;
	margin-left: 15px;
	color: #FFFFFF;
}

.caixa-banner{
	position: relative;
}

.tp-caption{
	z-index: 5;
}

.mascara-banner{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.tp-caption h2{
	font-weight: 600;
	text-transform: none;
	font-size: 65px;
	line-height: 76px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.tp-bullets .bullet{
	width: 10px;
	height: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}

.tp-bullets .bullet.selected{
	background-color: #FFFFFF;
}

.espaco{
	height: 80px;
}

.espaco-menor{
	height: 60px;
}

.topo-solucoes-esquerda p:last-child{
	margin-bottom: 0;
}

.solucao-individual{
	position: relative;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	height: 540px;
	margin-bottom: 30px;
}

.fundo-solucao-individual{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}

.fundo-solucao-individual img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE */
}

.fundo-solucao-individual:before{
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 2;
}

.icone-solucao{
	top: 20px;
	left: 20px;
	position: absolute;
	z-index: 2;
}

.titulo-solucao{
	display: block;
}

.titulo-solucao h3{
	background-color: var(--cor-2);
	position: absolute;
	left: 0;
	right: 0;
	padding: 25px 30px;
	bottom: 40px;
	font-size: 20px;
	line-height: 35px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: none;
	z-index: 3;
}

.titulo-solucao svg{
	position: absolute;
	right: 30px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.solucao-individual:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.categoria-individual{
	cursor: pointer;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	position: relative;
	margin: 0 15px;
	height: 160px;
}

.categoria-individual img, .categoria-individual svg{
	position: absolute;
	right: 20px;
	top: 20px;
}

.categoria-individual svg{
	font-size: 32px;
}

.categoria-individual h3{
	font-weight: 700;
	color: #FFFFFF;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 18px;
}

.produto-individual{
	position: relative;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	padding: 20px;
}

.produto-individual h3, .produto-individual h4, .produto-individual p, .categoria-individual svg{
	color: #FFFFFF;
}

.produto-individual h3{
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;	
}

.produto-individual h4{
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}

.icones-acabamentos img{
	max-height: 80px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 20px;
}

.imagem-capa-cima img{
	border-radius: 5px;
}

.capa-empresa-direita{
	padding-left: 70px;
}

h3.subtitulo{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	color: var(--cor-1);
	font-weight: 400;
}

.caixa-imagem-artigo{
	width: 100%;
	padding-bottom: 100%;
	display: block;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.caixa-imagem-artigo:after{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40%;
	content: '';
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.caixa-imagem-artigo span.corta-imagem-artigo{
	overflow: hidden;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.caixa-imagem-artigo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 400ms linear;
}

.caixa-imagem-artigo :hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.noticia-individual{
	margin-bottom: 30px;
	position: relative;
}

.noticia-individual h3{
	margin: 0;
}

.noticia-individual h3 a{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: var(--cor-3);
	line-height: 30px;
	margin: 0;
}

.noticia-individual .data{
	display: none;
	position: absolute;
	bottom: -24px;
	right: 0;
	background-color: var(--cor-2);
	color: #121C22;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	line-height: 56px;
}

.noticia-individual .data span{
	line-height: 24px;
	padding: 0 10px;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 500;
	background-color: #121C22;
}

.texto-sublinhado{
	border-bottom: 1px solid var(--cor-1);
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
}

.texto-sublinhado svg{
	margin-left: 10px;
}

.alinha-botao-formulario{
	position: relative;
}

.alinha-botao-formulario input{
	padding-right: 180px;
}

.alinha-botao-formulario button{
	position: absolute;
	right: 4px;
	top: 4px;
}

/* Footer */
footer{
	background-color: var(--cor-3);
	padding-top: 80px;
}

footer h3, footer p, footer a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	display: block;
}

footer h3{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.dados-rodape p, .redes-sociais p, .dados-rodape a, .redes-sociais a{
	margin-bottom: 15px;
	display: block;
}

.dados-rodape svg, .redes-sociais svg{
	color: #FFFFFF;
	margin-right: 6px;
	font-size: 30px;
	vertical-align: middle;
}

.endereco-rodape p{
	margin-bottom: 20px;
}

.assinatura-rodape{
	padding-top: 50px;
	padding-bottom: 30px;
}

.logo-rodape img{
	width: 200px;
}

.assinatura-rodape .assinatura{
	max-width: 140px;
}

.rodape-baixo{
	background-color: var(--cor-3-hover);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

.rodape-baixo p{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 20px;
}

/* Páginas */
.espaco-topo-paginas{
	height: 80px;
}

.topo-paginas{
	/* background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/topo-paginas.jpg'); */
	background-color: var(--cor-1);
	padding: 90px 0;
	text-align: center;
}

.topo-paginas h2{
	color: #FFFFFF;
	margin-bottom: 0;
	font-size: 36px;
	line-height: 42px;
}

.caixa-video{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.caixa-video:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(18,28,34,0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(18,28,34,0.9) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(18,28,34,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#e6121c22',GradientType=1 );
}

.open{
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
}

.open span{
	font-size: 30px;
	line-height: 76px;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: var(--cor-1);
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin: 0 auto 10px;
}

.imagem-paginas{
	float: right;
	margin: 0 0 20px 60px;
	max-width: 40%;
}

.icone-mvv{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.icone-mvv h3{
	margin-bottom: 10px;
}

.icone-mvv p, .icone-mvv ul li{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 26px;
}

.icone-mvv ul li::marker{
	color: var(--cor-1);
}

.bg-ssmaq{
	background-color: var(--cor-3);
}

.imagem-ssmaq{
	float: left;
	margin: 0 60px 20px 0;
	max-width: 40%;
}

.video-empresa{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.galeria-individual{
	border-radius: 5px;
	display: block;
	position: relative;
	height: auto;
	padding-bottom: 80%;
	background-color: var(--cor-2);
	overflow: hidden;
}

.galeria-individual img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.galeria-individual:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.20;
	filter: alpha(opacity=20);
}

.owl-solucao .owl-dots{
	padding-top: 0;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	padding-bottom: 12px;
}

.owl-solucao a{
	display: block;
}

.owl-solucao img{
	border-radius: 5px;
}

.owl-dots{
	text-align: center;
	padding: 20px 0 0;
}

.owl-dot{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	background-color: transparent;
	border: 1px solid #000;
}

.owl-dot.active{
	background-color: #000;
}

.owl-categorias .owl-dots{
	display: none;
}

.texto-empresa img{
	display: block;
}

.texto-simples img{
	height: auto !important;
}

.texto-simples p{
	text-align: justify;
}

#owl-galeria-lateral .owl-nav .owl-next, #owl-galeria-lateral .owl-nav .owl-prev, 
.owl-categorias .owl-nav .owl-next, .owl-categorias .owl-nav .owl-prev{
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

#owl-galeria-lateral .owl-nav .owl-next, .owl-categorias .owl-nav .owl-next{
	background-image: url(../img/chevron-right-solid.svg);
	right: 0;
}

#owl-galeria-lateral .owl-nav .owl-prev, .owl-categorias .owl-nav .owl-prev{
	background-image: url(../img/chevron-left-solid.svg);
	left: 0;
}

.owl-categorias .owl-nav .owl-next{
	right: -20px;
}

.owl-categorias .owl-nav .owl-prev{
	left: -20px;
}

.voltar-topo{
	background-image: url(../img/chevron-left-solid.svg);
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	margin-left: -40px;
	cursor: pointer;
}

body.iluminacao .voltar-topo{
	background-image: url(../img/chevron-left-solid-blue.svg);
}

/* Contato */
.contato-individual{
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	text-align: left;
	line-height: 19px;
	white-space: nowrap;
}

.contato-individual:after{
	display: block;
	content: '';
	clear: both;
}

.icone-contato{
	float: left;
	width: 65px;
	height: 65px;
	line-height: 61px;
	text-align: center;
	border: 2px solid var(--cor-1);
	color: #000000;
	font-size: 20px;
	margin-right: 15px;
}

.contato-individual span{
	font-size: 12px;
	color: #666666;
	margin: 11px 0 0;
	display: inline-block;
	vertical-align: top;
}

.contato-individual a{
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-weight: 600;
	margin: 0;
}

.contato-individual a:hover{
	color: var(--cor-1-hover);
}

form .btn{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.caixa-contato{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.caixa-contato-individual{
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #CECECE;
	padding: 30px;
}

.caixa-contato-individual h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--cor-2);
	margin: 0;
}

.caixa-contato-individual, .caixa-contato-individual a{
	color: #666666;
	font-size: 15px;
	line-height: 24px;
	display: block;
}

.contato-individual a:hover{
	color: var(--cor-1-hover);
}

.contato-topo{
	padding-bottom: 30px;
}

.video-noticia iframe{
	max-width: 100%;
}

.mapa-contato iframe{
	width: 100%;
	height: 350px;
	display: block;
}

.g-recaptcha{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

/* FAQ */
.bg-faq{
	background-color: var(--cor-2);
}

.pergunta-individual{
	padding: 30px;
	border-bottom: 1px solid #000000;
}

.pergunta-individual p{
	margin-bottom: 0;
	color: #000000;
}

.pergunta-individual a{
	color: #000000;
	text-decoration: underline;
}

.pergunta-individual h3{
	padding: 0 30px 0 0;
	cursor: pointer;
	line-height: 26px;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	position: relative;
	text-transform: none;
}

.resposta-pergunta{
	padding: 20px 0 0;
}

.resposta-pergunta a.btn{
	text-decoration: none;
	color: #FFFFFF;
}

.pergunta-individual h3:after, .pergunta-individual h3:before{
	width: 12px;
	height: 2px;
	background-color: #000000;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
}

.pergunta-individual h3:after{
	right: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pergunta-individual h3:before{
	right: 8px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pergunta-individual h3.collapsed:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pergunta-individual h3.collapsed:before{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Modal */
.modal-content{
	padding: 50px 120px 75px;
	position: relative;
}

.modal-dialog{
	max-width: 730px;
}

.modal-content .close{
    right: -40px;
    top: -40px;
    position: absolute;
    margin: 0;
    color: #FFF;
    opacity: 1;
    font-size: 32px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.modal-content h3{
	font-size: 30px;
	font-weight: 700;
	color: var(--cor-2);
	margin-bottom: 30px;
}

/* Linha do tempo */
.timeline {
	position: relative;
	margin: 40px auto;
	padding: 40px 0;
}
.timeline::after {
	content: '';
	position: absolute;
	width: 4px;
	background: var(--cor-1, #365495);
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
}
.timeline-item {
	padding: 20px 30px;
	position: relative;
	width: 50%;
	box-sizing: border-box;
}
.timeline-item.left {
	left: 0;
}
.timeline-item.right {
	left: 50%;
}
.timeline-year-marker {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	z-index: 3;
	gap: 5px;
}
.timeline-item.left .timeline-year-marker {
	left: 100%;
	flex-direction: row-reverse;
	margin-left: -10px;
}
.timeline-item.right .timeline-year-marker {
	right: 100%;
	flex-direction: row-reverse;
	margin-right: -10px;
}
.timeline-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid var(--cor-1, #365495);
	display: inline-block;
	z-index: 3;
}
.timeline-year-label {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--cor-1, #365495);
	min-width: 60px;
	text-align: center;
	background: transparent;
}
.timeline-content {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
}
.timeline-item.left .timeline-content {
	flex-direction: row-reverse;
}
.timeline-text {
	flex: 1;
}
.timeline-img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 8px;
	border: 2px solid var(--cor-1, #365495);
}
@media (max-width: 768px) {
	.timeline::after {
	left: 20px;
	}
	.timeline-item {
	width: 100%;
	left: 0 !important;
	padding-left: 40px;
	padding-right: 10px;
	}
	.timeline-item.left .timeline-content,
	.timeline-item.right .timeline-content {
	flex-direction: row;
	}
	.timeline-year-marker {
	position: static;
	transform: none;
	margin-bottom: 10px;
	justify-content: flex-start;
	}
}

.menu-empresa{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.menu-empresa h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--cor-1);
	margin: 0 15px 0 0;
	position: relative;
}

/* Animações */
.anime.animacao-baixo{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.animacao-baixo.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.overflow-hidden{
	overflow: hidden;
}

.anime.animacao-esquerda{
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(-600px);
	-webkit-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	transform: translateX(-600px);
	opacity: 0.00;
	filter: alpha(opacity =0);
}

.anime.animacao-direita{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(600px);
	-webkit-transform: translateX(600px);
	-o-transform: translateX(600px);
	-ms-transform: translateX(600px);
	transform: translateX(600px);
}

.animacao-esquerda.animacaoAtiva, .animacao-direita.animacaoAtiva{
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity =100);
}

/* Galeria personalizada */
.galeria-personalizada {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.galeria-grid {
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: center;
}

.galeria-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.galeria-img{
	display: block;
	position: relative;
	background-color: #FFF;
}

.galeria-img span{
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	padding: 30px 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFFFFF;
	font-weight: 600;
}

.galeria-col-esquerda .galeria-img-grande,
.galeria-col-direita .galeria-img-grande {
	height: 470px;
	border-radius: 10px;
	overflow: hidden;
}

.galeria-img-row {
	display: flex;
	gap: 10px;
}

.galeria-img-pequena {
	height: 230px;
	border-radius: 10px;
	overflow: hidden;
	flex: 1;
}

.galeria-col-meio{
	justify-content: center;
	max-width: 230px;
}

.galeria-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.galeria-img img{
	transition: all 400ms linear;
}

.galeria-img:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


@media (max-width: 991px) {
  .galeria-grid {
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
  }
  .galeria-col {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }
  .galeria-img-grande {
    height: 180px;
  }
  .galeria-img-pequena {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .galeria-personalizada {
    margin: 20px 0;
  }
  .galeria-img-grande {
    height: 120px;
  }
  .galeria-img-pequena {
    height: 50px;
  }
  .galeria-grid {
    gap: 10px;
  }
}
/* Fim galeria personalizada */

/* Queries */
@media(max-width: 1399px) {
	body{padding-top: 80px;}
	.busca-topo input{width: 500px;}
	.icones-topo a{margin-right: 10px;}
}

@media(max-width: 1199px) {
	body{padding-top: 70px;}
	.navbar-brand{max-width: 220px; padding: 0; margin: 15px 0;}
	.busca-topo input {width: 40vw;}
	.bg-topo-home h1{margin-bottom: 30px;}
	.btn{font-size: 12px; line-height: 46px; padding: 0 20px;}
	h1, h2{font-size: 32px; line-height: 42px; margin-bottom: 20px;}
	body, p{font-size: 15px; line-height: 26px;}
	.galeria-img-pequena{height: 180px;}
	.galeria-col-meio{max-width: 180px;}
	.galeria-col-esquerda .galeria-img-grande, .galeria-col-direita .galeria-img-grande{height: 365px;}
	.espaco{height: 60px;}
	.espaco-menor{height: 50px;}
	.icone-solucao{max-width: 50px;}
	.icone-solucao img{max-height: 50px;}
	.solucao-individual{height: 400px;}
	.titulo-solucao h3{padding: 10px 20px; bottom: 20px; font-size: 16px;}
	.titulo-solucao svg{right: 15px;}
	.noticia-individual .data{font-size: 30px; line-height: 58px;}
	.noticia-individual h3 a{font-size: 16px; line-height: 26px;}
	footer{padding-top: 60px; padding-bottom: 60px;}
	.topo-paginas{padding: 50px 0;}
	.topo-paginas h2{font-size: 28px; line-height: 36px;}
}

@media(max-width: 991px) {
	body{padding-top: 62px;}
	.icones-topo{display: none;}
	.navbar-right .btn{position: fixed; right: 10px; bottom: 10px; margin: 0; line-height: 50px;}
	.menu-home{display: none;}
	.navbar-brand{max-width: 200px; margin: 15px 0;}
	.navbar-nav{margin-right: 0 !important;}
	.redes-sociais-topo a{margin-right: 0; margin-left: 10px;}
	.galeria-img-row{gap: 10px; flex-direction: column; flex: 1; max-width: 230px;}
	.galeria-col-esquerda .galeria-img-grande, .galeria-col-direita .galeria-img-grande{height: auto;}
	.galeria-col-meio{max-width: none;}
	.galeria-img-pequena{height: 230px;}
	.galeria-grid{gap: 10px;}
	input.form-control, .custom-file-label, .custom-file{height: 50px;}
	.marquee .row .item{font-size: 40px;}
	.tp-caption h2{font-size: 38px; line-height: 52px; margin-bottom: 20px;}
	.btn{line-height: 42px; padding: 0 18px;}
	h1, h2{font-size: 26px; line-height: 32px; margin-bottom: 15px;}
	body, p{font-size: 14px; line-height: 22px;}
	.espaco{height: 50px;}
	.espaco-menor{height: 40px;}
	.topo-solucoes-direita{padding-right: 15px;}
	.solucao-individual{height: 340px;}
	.icone-solucao{top: 15px; left: 15px;}
	.capa-empresa-direita{padding-left: 15px;}
	footer h3, footer p, footer a{font-size: 14px;}
	footer a{white-space: nowrap;}
	.topo-paginas{padding: 35px 0;}
	.topo-paginas h2{font-size: 24px; line-height: 32px;}
	.noticia-individual h3 a{font-size: 14px; line-height: 22px; left: 15px; right: 15px; bottom: 12px;}
}

@media(max-width: 767px){
	.busca-topo form{display: none;}
	.redes-sociais-topo{display: none;}
	.navbar-light .navbar-toggler{margin-left: auto; margin-right: 0;}
	.tp-caption h2{font-size: 20px; line-height: 28px;}
	.topo-solucoes-direita{margin-bottom: 30px;}
	h1, h2{font-size: 24px; line-height: 30px;}
	.solucao-individual{height: auto; padding-bottom: 160%;}
	.titulo-solucao h3{padding: 10px 30px 10px 20px; bottom: 20px; font-size: 14px; line-height: 24px;}
	.imagem-capa-cima{margin-top: 30px;}
	footer{text-align: center; padding-bottom: 0;}
	footer .row > div{margin-bottom: 30px;}
	.rodape-baixo{padding: 20px 15px 80px;}
	.caixa-video{margin-bottom: 30px;}
	.owl-solucao .owl-dots{margin-bottom: 50px;}
	.texto-simples iframe{max-width: 100%; max-height: 280px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{margin-bottom: 15px; font-size: 14px;}
	.form{margin-bottom: 30px;}
	input.form-control, .custom-file-label, .custom-file{height: 50px; padding: 5px 20px;}
	textarea.form-control{height: 120px; padding: 15px 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
	.caixa-contato-individual{padding: 20px;}
	.caixa-contato-individual h3{font-size: 16px;}
	.contato-individual{margin: 0 10px 20px;}
	.icone-contato{width: 52px; height: 52px; line-height: 48px; font-size: 18px; margin-right: 10px}
	.contato-individual span{margin-top: 4px;}
	.navbar-right .btn{display: none;}
	.pergunta-individual{padding: 15px;}
	.pergunta-individual h3{font-size: 16px;}
	.galeria-img-row{flex-direction: row; max-width: none;}
	.galeria-col-esquerda .galeria-img-grande, .galeria-col-direita .galeria-img-grande{max-width: 33%;}
	.galeria-img-row .galeria-img-pequena{height: auto; max-width: 50%;}
	.galeria-img-pequena{height: auto;}
}

.caixa-alert{
	position: fixed;
	left: 5px;
	bottom: 5px;
	width: 400px;
	padding: 30px;
	background-color: #FFFFFF;
	z-index: 9999;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

body .caixa-alert p{
	font-size: 14px;
	color: #999999;
	margin: 0 0 15px;
	line-height: 24px;
}

body .caixa-alert a{
	color: var(--cor-1);
}

.caixa-alert a.botaoCookies{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	background-color: var(--cor-1);
	color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-left: 15px;
}

.caixa-alert a.botaoCookies:hover{
	color: #FFFFFF;
	background-color: #333333;
}

.recusar{
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	background-color: transparent;
	border: none;
	color: #999999;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.caixa-alert{
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.caixa-alert{
		max-width: 90%;
	}

    .caixa-alert p{
        font-size: 12px;
        line-height: 20px;
    }
}

