<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
	--cinza:#727272;
	--cinza-claro:#B2B8C3;
	--vermelho:#ED3237;
	--vermelho-escuro:#bD3237;
}
html,body{
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:23px;
	letter-spacing:0.3px;
	color:var(--cinza);
}
body{
	position: relative;
}
img,svg,i{
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	image-rendering: -webkit-optimize-contrast;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
	position: relative;
}
h1,h2,h3,#menu a{
	font-family:'Raleway', sans-serif;
}
h1,h2,h3{
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	padding-top: 14px;
}
h1{
	font-size:30px;
	line-height: 32px;
}
h1:before,
h2:before,
h3:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	width: 60px;
	background-color: var(--vermelho);
}
h2{
	font-size: 18px;
	line-height: 22px;
}
h3{
	font-size: 68px;
	line-height: 68px;
	font-weight: 800;
	color: #fff;
	padding-top:.75rem;
}
h3:before{
	width: 80px;
}
h3 strong{
	color: var(--vermelho);
}
.subtitulo{
	font-weight: 600;
	font-size: 16px;
	color:#333;
}
/*
font-family:'Open Sans', sans-serif;	400,600
*/
a,
#menu .navbar-brand,
#menu .btn,
.navbar-brand,
a&gt;svg{
	transition: .3s;
	text-decoration: none;
}
a&gt;svg{
	margin-top: -3px;
}
a{
	color: var(--vermelho);
}
.navbar-toggler{
	position:relative;
	padding:10px;
	width:42px;
	margin-left:-42px;
	border:none;
	background:0 0!important;
}
.navbar-toggler:focus{
	box-shadow:0 0 .25rem var(--cinza);
}
.navbar-toggler .icon-bar{
	transform: rotate(0) translate(0,0);
	transition: ease all .2s;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background:var(--cinza);
}
.navbar-toggler .icon-bar+.icon-bar{
	margin-top:4px;
}
.navbar-toggler:hover&gt;.icon-bar,
.navbar-toggler:focus&gt;.icon-bar,
.navbar-toggler:active&gt;.icon-bar{
	width:22px!important;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1){
	transform: rotate(45deg) translate(5px, 4px);
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2){
	opacity: 0;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3){
	transform: rotate(-45deg) translate(4px, -4px);
}
.redes a{
	background: none!important;
	margin-left:1rem;
}
.redes a:first-of-type{
	margin-left: 0;
}
.redes a:active svg,
.redes a:focus svg,
.redes a:hover svg{
	transform: scale(1.5);
}
.nav-item.active a:not(.btn){
	color: var(--cinza)!important;
}
.navbar-nav a{
	padding-top: .25rem;
	padding-bottom: .25rem;
}
a:not(.btn){
	background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)),linear-gradient(to right,var(--vermelho),var(--vermelho));
	background-size: 100% 0.1em, 0 0.1em;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms,.3s;
}
a:not(.btn):active,
a:not(.btn):hover,
a:not(.btn):focus,
.nav-item.active a{
	background-size: 0 0.1em, 100% 0.1em;
	color: var(--vermelho)!important;
}
p{
	margin: 0;
}
.swiper{
	overflow:hidden;
}
input[type=checkbox]{
	display:none;
}
input[type=checkbox] + label {
	margin: auto;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	min-height:24px;
	display:flex;
}
input[type=checkbox] + label &gt; span {
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
}
input[type=checkbox] + label &gt; span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	min-width:18px;
	border-radius: 3px;
	transform: scale(1);
	vertical-align: middle;
	border:1px solid #fff;
	transition: all 0.2s ease;
	margin-top:2px;
}
input[type=checkbox] + label &gt; span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke:#000;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}
input[type=checkbox] + label &gt; span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background:#fff;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
}
input[type=checkbox] + label &gt; span:last-child {
	padding-left: 8px;
}
input[type=checkbox] + label:hover &gt; span:first-child {
	border-color:#fff;
}
input[type=checkbox]:checked + label &gt; span:first-child {
	background:#fff;
	border-color:#fff;
	animation: wave 0.4s ease;
}
input[type=checkbox]:checked + label &gt; span:first-child svg {
	stroke-dashoffset: 0;
}
input[type=checkbox]:checked + label &gt; span:first-child:before {
	transform: scale(3.5);
	opacity: 0;
	transition: all 0.6s ease;
}
@keyframes wave {
	50%{transform: scale(0.9);}
}
.fechamodal{
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	transform: translate(40%,-40%);
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border-width: 1px 1px 0px 0px;
	border-color: #333;
	z-index: 300;
}
.fechamodal svg{
	width: 30px;
	height: 30px;
}
.fechamodal:active svg,
.fechamodal:focus svg,
.fechamodal:hover svg{
	transform: scale(1.1);
}
.navbar-brand:active,
.navbar-brand:focus,
.navbar-brand:hover,
#menu .btn:active,
#menu .btn:focus,
#menu .btn:hover{
	transform: scale(1.05);
}
.menu_duplica_baixo.duplicado{

}









#menu{
	margin-top: 20px;
}
@media(min-width: 768px){
	#menu{
		margin-top: 40px;
	}
}
#menu .navbar-brand{
	margin: 0;
	padding: 0;
}
#menu .navbar-brand img{
	height: 120px;
	position: relative;
	margin-top: -20px;
	margin-bottom: -20px;
}
#menu .container{
	background-color: #fff;
	border-radius: 10px;
	height: 80px;
}
#menu a{
	font-size: 12px;
	line-height: 19px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--cinza);
	position: relative;
	padding: 0;
}
#menu a svg{
	margin-right: .5rem;
	color: var(--vermelho);
}
#menu a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom:0px;
	height: 0px;
	background-color: var(--vermelho);
	transition: .15s;
}
#menu a:not(.btn):active,
#menu a:not(.btn):hover,
#menu a:not(.btn):focus,
#menu a.active{
	background-size:0;
	color: var(--vermelho)!important;
}
#menu a:active:before,
#menu a:hover:before,
#menu a:focus:before,
#menu a.active:before{
	height: 4px;
}
#menu a.destaque{
	color: var(--vermelho)!important;
}
#menu a.destaque:active,
#menu a.destaque:focus,
#menu a.destaque:hover,
#menu a.destaque:active svg,
#menu a.destaque:focus svg,
#menu a.destaque:hover svg{
	color: var(--vermelho-escuro)!important;
}
#menuprincipal{
	margin-top: -5rem;
	background-color: #fff;
	border-radius: 10px;
}
#menuprincipal ul{
	margin-top: 7rem;
}
#menuprincipal li{
	margin-top: .5rem;
}
@media(min-width: 992px){
	#menu a:before{
		top: -31px;
	}
	#menuprincipal,
	#menuprincipal ul,
	#menuprincipal li{
		margin-top: 0;
	}
}
#banner{
	height: 800px;
}
#banner .swiper-slide .container{
	padding-top: 174px;
	padding-bottom: 241px;
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 10;
}







#banner_servicos{
	position: relative;
	z-index: 2;
	padding-top: 216px;
	margin-top: -216px;
}
#banner_servicos &gt;div{
	background-color: #f6f6f6;
}
#banner_servicos .container{
	position: relative;
	transform: translateY(-216px);
	margin-bottom: -216px;
}
#banner_servicos a{
	color: var(--vermelho);
	display: inline-block;
}
#banner_servicos .texto{
	background-color: #ffff;
	padding: 2rem 2.5rem 3rem 2.5rem;
}
#banner_servicos .imagem{
	height: 216px;
	background-size: cover;
	background-position: center;
}






#empresa{
	background-repeat: no-repeat;
	background-size:80%;
	background-position: center 4rem;
}
@media(min-width: 768px){
	#empresa{
		background-position: calc(50% - 50px) 6rem;
	}
}
@media(min-width: 992px){
	#empresa{
		background-size: auto;
		background-position: calc(50% - 100px) 6rem;
	}
}
@media(min-width:1200px){
	#empresa{
		background-position: calc(50% - 200px) 6rem;
	}
}
@media(min-width:1400px){
	#empresa{
		background-position:calc(50% - 300px) 6rem;
	}
}
#servicos{
	background-color: #f6f6f6;
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}
#servicos h1:before{
	content: '';
	left:50%;
	transform: translateX(-50%);
}
#servicos .swiper-slide{
	padding-left:2rem;
}
#servicos .swiper-pagination-bullet,
#banner_servicos .swiper-pagination-bullet{
	background-color: black;
}
#servicos ul{
	padding: 0;
	margin: 0;
	margin-left: -2rem;
}
#servicos li{
	list-style-type:none;
	padding:0px 0px 3px 2rem;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiID8+PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMTM0NyAwLjMwNDQyNkMxMC4zNDIxIDAuMTA3MDA3IDEwLjYxOCAtMC4wMDIxMzQ2NyAxMC45MDQzIDMuMTY0MjRlLTA1QzExLjE5MDYgMC4wMDIxOTc5NSAxMS40NjQ5IDAuMTE1NTAzIDExLjY2OTIgMC4zMTYwMzdDMTEuODczNiAwLjUxNjU3MiAxMS45OTIgMC43ODg2NTEgMTEuOTk5NiAxLjA3NDg2QzEyLjAwNzIgMS4zNjEwOCAxMS45MDMzIDEuNjM5MDMgMTEuNzA5OCAxLjg1MDA5TDUuODM2MjggOS4xOTU2NkM1LjczNTI5IDkuMzA0NDQgNS42MTMzOSA5LjM5MTc0IDUuNDc3ODggOS40NTIzNEM1LjM0MjM4IDkuNTEyOTMgNS4xOTYwNCA5LjU0NTU4IDUuMDQ3NjMgOS41NDgzM0M0Ljg5OTIyIDkuNTUxMDggNC43NTE3NyA5LjUyMzg3IDQuNjE0MTIgOS40NjgzM0M0LjQ3NjQ2IDkuNDEyOCA0LjM1MTQxIDkuMzMwMDcgNC4yNDY0NiA5LjIyNTFMMC4zNTEzOTMgNS4zMzAwM0MwLjI0MjkyMSA1LjIyODk2IDAuMTU1OTIgNS4xMDcwNyAwLjA5NTU3NyA0Ljk3MTY0QzAuMDM1MjM0NSA0LjgzNjIyIDAuMDAyNzg3MzUgNC42OTAwMiAwLjAwMDE3MTgxOCA0LjU0MTc4Qy0wLjAwMjQ0MzcxIDQuMzkzNTQgMC4wMjQ4MjYgNC4yNDYyOSAwLjA4MDM1MzUgNC4xMDg4MkMwLjEzNTg4MSAzLjk3MTM1IDAuMjE4NTI5IDMuODQ2NDYgMC4zMjMzNjcgMy43NDE2M0MwLjQyODIwNSAzLjYzNjc5IDAuNTUzMDg2IDMuNTU0MTQgMC42OTA1NTggMy40OTg2MUMwLjgyODAzMSAzLjQ0MzA5IDAuOTc1MjggMy40MTU4MiAxLjEyMzUyIDMuNDE4NDNDMS4yNzE3NiAzLjQyMTA1IDEuNDE3OTYgMy40NTM0OSAxLjU1MzM4IDMuNTEzODRDMS42ODg4MSAzLjU3NDE4IDEuODEwNyAzLjY2MTE4IDEuOTExNzcgMy43Njk2NUw0Ljk5NDI2IDYuODUwNjdMMTAuMTA2NyAwLjMzNjgxMkMxMC4xMTU5IDAuMzI1NDc4IDEwLjEyNTggMC4zMTQ2NjYgMTAuMTM2MiAwLjMwNDQyNkgxMC4xMzQ3WiIgZmlsbD0iI0VEMzIzNyIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.form-control{
	font-size: 14px!important;
	height: 44px!important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form-floating label{
	font-size: 13px;
	padding-bottom: 9px;
	padding-top: 9px;
}
/*#contato .form-control:not(.is-invalid){*/
	/*border-color:#1b1c1c;*/
/*}*/
.form-control{
	border-radius: 8px;
}
.form-floating-group input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
#associados .form-control:active,
#associados .form-control:focus,
#associados .form-control:hover,
#associados .btn:active,
#associados .btn:focus,
#associados .btn:hover{
	box-shadow: 0px 0px 0px .25rem rgba(0,0,0,.1);
	border-color:rgba(0,0,0,.1);
}
#associados .form-control,
#associados .btn{
	background-color: #F6F6F6;
	border-color: #f6f6f6;
}
#associados .btn{
	border-radius: 0px 8px 8px 0px;
}
#estados{
	text-align: center;
}
#estados a{
	font-weight: 600;
	font-size: 11px;
	color: #333;
	margin: 0px .5rem;
}
#estados a[aria-expanded="true"],
#estados a:active{
	color: var(--vermelho);
}
@media(min-width: 768px){
	#estados a{
		margin:0;
	}
}
#associados .cidade{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 21px;
	color: #333;
}
#associados .associado{
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
}
#associados .associado:active,
#associados .associado:hover,
#associados .associado:focus{
	color: var(--vermelho);
}
.mapa,
.mapa iframe{
	height:550px;
	width: 100%;
}
.mapa{
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
#contato{
	background:#111;
	color: var(--cinza);
}
#contato p{
	font-size: 16px;
	color: #fff;
}
#contato h1,
#contato a{
	color: #fff!important;
}
#contato a{
	background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)),linear-gradient(to right,#fff,#fff);
	background-size: 100% 0.1em, 0 0.1em;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms,.3s;
}
#contato a:active,
#contato a:hover,
#contato a:focus{
	background-size: 0 0.1em, 100% 0.1em;
	color:#fff!important;
}
#contato .form-control,
#contato input:-webkit-autofill{
	background-color:#1B1C1C;
	color: #fff!important;
	border-color:#1b1c1c;
}
#contato .form-control:not(.is-invalid){
	border-color:#1b1c1c;
}
#contato .form-control:active,
#contato .form-control:focus,
#contato .form-control:hover{
	box-shadow: 0px 0px 0px .25rem rgba(255,255,255,.2);
	background-color: rgba(255,255,255,.1);
	border-color:rgba(255,255,255,.1);
}
#contato .form-floating label{
	color:#fff;
}
#contato .form-control::placeholder{
	/*color: #fff!important;*/
}
#contato .form-control.is-invalid:active,
#contato .form-control.is-invalid:focus,
#contato .form-control.is-invalid:hover{
	box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%)
}
#contato .form-floating textarea.form-control{
	height: 86px!important;
}
#contato .btn{
	border-radius: 8px;
}
#contato .btn{
	font-size: 14px;
	font-weight: 600;
	height: 44px;
}
#contato input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #1B1C1C inset;
    -webkit-text-fill-color: #fff !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s;
}
#rodape{
	font-size: 13px;
	color: var(--cinza);
}
#rodape a{
	font-weight: 700;
	color:var(--cinza);
}
#rodape a{
	background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)),linear-gradient(to right,#fc7b03,#fc7b03);
	background-size: 100% 0.1em, 0 0.1em;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms,.3s;
}
#rodape a:active,
#rodape a:hover,
#rodape a:focus{
	background-size: 0 0.1em, 100% 0.1em;
	color: #fc7b03!important;
}
.tabela-associado th,
.tabela-associado td{
	text-align: left;
}
#politica{
	position: fixed;
	z-index: 1050;
	bottom: 20px;
	font-size: 14px;
	line-height: 21px;
	transition: 1s;
	left: 50%;
	transform: translateX(-50%)!important;
}
#politica &gt;div{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 20px;
}
#politica p{
	display: inline;
}
div.img{
	position:relative;
	display:inline;
}
.bg{
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grande{
	filter: blur(2px);
	-webkit-filter: blur(2px);
	transition: 1s;
}
.trocafoto{
	filter: blur(0);
	-webkit-filter: blur(0);
}
img.grande,
img.trocafoto{
	position: relative;
}
.carregando{
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--vermelho);
	transform: translate(-50%,-50%);
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}









</pre></body></html>