<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,  
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0; 
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}
html {
    overflow-x: hidden !important; 
}
strong, b{
    font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html,iframe, body{
    width: 100%;
    height: 100%;
}
a:visited, a:link{
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
    color: inherit;
}
.full{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.section{
    white-space: pre;
}

.slick-initialized .slick-slide{
    outline: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0, 46, 61); 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #293e5a; 
    border-radius: 10px;
}

.container-topo-1 .lista-2 li {
    transition: all 0.7s;
}

.container-topo-1 .lista-2 .selected, .container-topo-1 .lista-2 li:hover{
    border-bottom: solid 2px #FFF;
}

.overflowHidden{
    overflow: hidden;
}

.fonteBold{
    font-family: 'Montserrat-Bold';
}

.fonteBlack{
    font-family: 'Montserrat-Black';
}

.fonteRegular{
    font-family: 'Montserrat-Regular';
}

.branco{
    color: #FFF !important;
}

.preto{
    color: #000 !important;
}

.cursor-pointer{
    cursor: pointer;
}

.backgroundFull {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.containerRelativo {
    position: relative;
}

input[type=text], input[type=email], input[type=tel], textarea, select{
    border: none;
    width: 100%;
    background-color: #f3f3f3;
    padding: 9px 15px;
    margin-bottom: 0.7em;
    resize: none;
    color: #000;
    font-size: 0.9rem;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c2c2c2;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #c2c2c2;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #c2c2c2;
}
:-moz-placeholder { /* Firefox 18- */
    color: #c2c2c2;
}

.botao{
    background-color: #002e3d;
    border: solid 2px #002e3d ;
    padding: 15px 30px;
    border-radius: 8px;
    color: #FFF !important;
    transition: all 1.5s;
    cursor: pointer;
    position: relative;
    z-index: 11;
    -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.65);
}

.botao:hover, a:hover .botao{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.imgFull{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modal-header, .modal-body, .modal-content, .modal-footer {
    float: left;
    width: 100%;
    max-width: 100%;
}

.modal .botao{
	margin-top: 1rem;
}

.modal-title{
    font-size: 1.5rem;
}

.modal-body{
    font-size: 1.2rem;
    line-height: 1.6rem;
}


.fundoTopo .dir{
    font-size: 1.1rem;
}

.container-titulo h1, .container-titulo h2{
    color: #002e3d;
    font-size: 2.5rem;
}

.container-titulo h3{
    color: #d2d2d2;
    font-size: 1.25rem;
}

.container-topo-1{
    background: transparent;
    position: fixed;
    top: 0;
    z-index: 999;
    left:0;
    right: 0;
    padding-top: 2.15rem;
    padding-bottom: 2.15rem; 
    transition: all 1s;
}  

.container-topo-1.scrollou{ 
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; 
} 

.container-topo-1.not-home{
    background-color: rgb(0, 46, 61);
}

.container-topo-1 ul li{
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.container-topo-1 .lista-1 li{
    padding-bottom: 0;
}  

.list-inline-item:not(:last-child){
    margin-right: 0;
}

.container-topo-1 ul li {
    transition: all 1s;
    border-bottom: solid 4px transparent;
    padding-bottom: 0.7rem;
    color: #FFF;
    font-size: 1.1rem;
}

.container-sobre-home{
    border-top: solid 185px #f7f7f7;
    border-bottom: solid 95px #f7f7f7;
}   

.container-sobre-home h3{
    margin-top: 1rem;
}

.container-sobre-home .texto, .container-sobre-home .subtitulo{
    color: #c8c8c8;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.8rem;
}

.container-pagina-interna{
    margin-top: 180px !important;
}

.container-sobre .foto-slider{
  float: left;
  width: 50%;
}

.container-sobre .foto{
    height: auto;  
    margin-bottom: 2rem; 
  margin-left: 20px;
}

.container-sobre .subtitulo{
    color: #c8c8c8;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
} 

.container-sobre .texto{
    color: #c8c8c8;
    margin-bottom: 2.5rem;
    line-height: 1.5rem; 
}

.container-blog{
    margin-bottom: 7rem;
    margin-top: 4rem;
}

.container-blog h2{
    margin-bottom: 3rem;
}

.container-blog .categoria{
    color: #c8c8c8;
    margin-top: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.container-blog .categoria:after{
    content: ' ';
    background-color: #c8c8c8;
    width: 85px;
    position: absolute;
    height: 2px;
    margin-left: 15px;
    top: 8px;
}

.container-blog .titulo{
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
}

.container-blog .data{
    color: #7f7f7f;
    font-size: 0.8rem;
    margin-bottom: 2rem;
}

.container-blog .texto{
    color: #c8c8c8;
    line-height: 1.6rem;
    font-size: 0.8rem;
    margin-bottom: 2.5rem;
}

.container-blog .botao{
    width: 300px;
    margin-top: 3rem !important;
}

.container-blog .botao2{
    border: solid 2px transparent;
    padding: 15px 30px;
    border-radius: 8px;
    transition: all 0.5s;
}

.container-blog .foto{
    height: 355px;
}

.container-blog .cada{
    margin-bottom: 3rem;
}

.container-blog .cada a{
    float: left; 
    width: 100%;
}

.container-blog .cada:hover .botao2{ 
    color: #FFF;
    background-color: #002e3d;
    border: solid 2px #002e3d;
}

.container-blog-interna .foto{
    width: 50%;
    margin: 2rem auto;
}

.container-servicos-interna .titulo{
    margin-bottom: 2rem;
}

.container-servicos-interna h1{
    color: #002e3d;
    font-size: 1.2rem;
}

.container-servicos-interna .botao{
    width: 300px;
    margin-top: 3rem !important;
} 

.slider-servico{
    min-height: 500px;
    margin-top: 5rem;
}

.slider-servico .foto{
    height: 365px;
    overflow: hidden; 
    transition: all 1s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.slider-servico .enfeite{
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.65);
    z-index: 80;
    transition: all 1.5s;
    border: solid 1px #cabebe;
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
} 

.slider-servico .foto{
    height: 400px;
    margin-top: 25px;
}

.slider-servico .enfeite.left{
    left: 220px;
}

.slider-servico .enfeite.right{
    right: 220px;
}

.slider-servico.zeroFotos .slick-track{
    width: 100% !important;     
}  

.slider-servico .slick-current .foto{
    height: 445px;
    position: relative;
    z-index: 40;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    width: calc(100% + 250px);
    margin-left: -125px;
    margin-top: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.container-pagina-interna .conteudo  .texto{
    line-height: 1.6rem;
    color: #87868a;
  float: left;
  width: 50%;
}

.container-sobre-home .botao{
    margin-bottom: 2rem; 
}

.container-servicos-home{
    margin-top: 3rem;
}

.container-servicos-home .cada{
    margin-bottom: 3rem;
}

.container-servicos-home .container-titulo{margin-bottom: 3rem;}

.container-servicos-home .titulo{
    bottom: 0;
    width: 100%;
    background: rgba(0,46,61, 0.8);
    color: #FFF;
    padding: 15px;
    font-size: 1.2rem;
}

.container-servicos-home .enfeite{
    position: absolute;
    right: 15px;
    top: -15px;
    border-radius: 50%;
    padding: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.65);
    z-index: 80;
    transition: all 1.5s;
    border: solid 1px #cabebe;
    width: 55px;
    height: 55px;
}

.container-servicos-home .texto{
    border-top: none;
    padding: 2rem 1rem;
    color: #c8c8c8;
    border: solid 1px #c8c8c8;
    font-size: 0.9rem;
    line-height: 1.4rem;
    -webkit-box-shadow: 0px 13px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75); 
    transition: all 1s;
	height: 8.5rem;
}

.container-servicos-home .cada:hover .enfeite, .container-servicos-home .cada:hover .texto{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.container-servicos-home .foto{
    height: 250px;
}

.container-servicos-home .foto img{
    border-top-left-radius: 25px;
}

.container-contato{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.container-contato label{
    color: #d0d0d0;
    margin-bottom: 0.3rem;
}

.container-contato h1, .container-contato h2{
    margin-bottom: 3rem;
}

.container-contato .topico{
    font-size: 1.3rem;
    color: #002e3d;
    margin-bottom: 0.5rem;
}

.container-contato .conteudo{
    color: #d0d0d0;
    display: flex; 
    align-items: center;
    margin-bottom: 2rem;
    line-height: 1.3rem;
}

.container-contato .conteudo i{
    color: #002e3d;    
    margin-right: 10px;
}

#bannerPrincipal .rsMinW, #bannerPrincipal2 .rsMinW{
    width: 100%;
    overflow: hidden;
}

.container-banner-interno {
    max-height: 250px;
    overflow: hidden;
}

.rsMinW .rsArrowLeft{
    left: 37px;
    bottom: 7px;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn{
    width: 50px;
    height: 75px;
    top: 42%;
} 

.rsMinW.rsHor .rsArrowRight .rsArrowIcn{
    width: 50px;
    height: 75px;
    top: 42%;
}

.rsMinW .rsArrowRight{
    right: 37px !important;
    bottom: 0 !important;
}

.rsMinW .rsArrow{
    height: 100% !important;
}

.rsMinW .rsBullets{
    left: 0;
    right: 0;
    bottom: 10.5rem;
    width: 1140px;
    cursor: pointer;
    text-align: left;
    margin: auto;
}

.rsMinW .rsBullet{
    font-size: 1.4rem;
    font-family: 'Montserrat-Regular';
    padding-bottom: 1rem;
    border-bottom: solid 1px #FFF;
    color: #607d86;
    padding-top: 10px;
}
.rsMinW .rsBullet.rsNavSelected {
    border-bottom: solid 2px #FFF;
    font-size: 2.2rem;
}

#topoMenuCelular{
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    position: fixed;
    z-index: 100;
    border-bottom: solid 2px #000133;
    background: #FFF;
    width: 100%;
}

#menuHamburger{
    margin-top: 0.5rem;
}

#menuHamburger a{
    color: #000;
    font-size: 30px;
}

.MenuResposivo{
    display: none;
    position: fixed;
    width: 80%;
    height: 100%;
    left: -100%;
    top: 0;
    background: white;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9999;
}

.MenuResposivo ul&gt;a:hover&gt;li, .MenuResposivo ul&gt;a:focus&gt;li, .MenuResposivo ul&gt;a&gt;li.active{
    color: white;
    background-color: #002e3d;
}
.MenuResposivo ul&gt;a&gt;li{
    color: #000133;
    padding: 1em;
    transition: 0.3s all;
    font-size: 16px;
    border-bottom: solid 1px #000;
}

.MenuResposivo ul&gt;a&gt;li.selected{
    background-color: #000;
    color: #FFF;
}

.overlay{display:none;position:fixed;width:100%;height:100%;left:100%;background:rgba(14, 14, 14, 0.7);overflow:hidden;z-index:999;}

body.modal-open {
    overflow: visible;
}

.centerX{
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.centerY{
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.container-mapa #mapa iframe{
    height: 465px;
}

.pagination {
    text-align: center;
    margin: auto;
    float: left;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 2rem;
    margin-bottom: 1rem;
    transition: all .7s
}

.pagination a,
.pagination strong {
    border: solid 1px #002e3d;
    padding: 8px 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'Montserrat-Black';
}

.pagination a:hover,
.pagination strong {
    color: #fff;
    background-color: #002e3d
}

.ul-whatsapp {
    position: fixed;
    width: 25%;
    left: -100px;
    bottom: -90px;
    background: #f3f3f3;
    border-radius: 8px;
    z-index: 999;
    box-shadow: 0 0 25px -5px #8c8c8c;
    transition: all ease-in-out .25s;
    transform: scale(0)
}

.whatsapp2 {
    background: linear-gradient(115deg, #0dc152, #0dc152, #1e904a);
    box-shadow: 0 0 25px -5px #3e3e3e;
    opacity: .85;
    width: 180px;
    padding: 15px 0;
    text-align: center;
    transition: all ease-in-out .2s;
    border-radius: 20px;
    position: fixed;
    font-size: 1.1rem;
    left: 25px;
    bottom: 15px;
    z-index: 151;
    color: #fff;
    cursor: pointer
}

.whatsapp i,
.whatsapp2 span {
    margin-right: 10px
}

.info-wpp,
.whatsapp i,
.whatsapp span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.2rem
}

.ul-whatsapp.shown {
    transform: scale(1);
    bottom: 90px;
    left: 20px
}

.ul-whatsapp li {
    border-bottom: 1px solid #d8d8d8;
    transition: all ease-in-out .2s;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.ul-whatsapp li a {
    float: left;
    width: 100%;
    padding: 12px
}

.ul-whatsapp li:hover:not(.topo-whats) {
    background: #e0e0e0
}

.ul-whatsapp li i {
    color: #0dc152;
    float: left;
    font-size: 2.5rem;
    margin-right: 15px
}

.ul-whatsapp::after {
    z-index: -1;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 10px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid #f3f3f3
}

.topo-whats {
    color: #fff;
    background: #0dc152;
    padding: 15px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: .9rem
}

.cont-wpp {
    padding: 10px
}

.container-rodape{
    background-color: #002e3d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media (max-width: 480px){
    #menuHamburger{margin-top: 0.6rem;}
    
    #bannerPrincipal2 .bxsliderBanner {
        margin-top: 4rem;
    }
    .rsMinW .rsBullets{
        display: none;
    }
    
} 

@media(max-width: 380px) {
    .container-blog .foto{width: 100% !important;}
    .slider-servico .foto{height: 300px !important;}
	.container-servicos-interna .botao{width: 100%;}
}

@media(min-width: 481px) and (max-width:575px) {
}

@media(min-width: 576px) and (max-width:767px) {

}

@media(min-width: 768px) and (max-width:991px) {
    .container-blog .foto{width: 80%; margin: auto;}
}

@media(max-width:767px){
    .container-blog .foto{width: 80%; margin: auto; height: 270px;}
    .container-servicos-interna .titulo{font-size: 1.8rem;}
    .container-rodape .logo{float: none !important; left: 50%; transform: translateX(-50%);}
    .container-rodape .uaau{float: none !important; left: 50%; transform: translateX(-50%);}
    .container-rodape{padding-bottom: 5rem;}
	.container-servicos-home .texto{height: auto;}
}

@media(max-width: 991px) {
    .paddingZeroMobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container-sobre-home{background: none !important;}
    .container-blog .botao2{background-color: #002e3d; color: #FFF;}
    .container-topo-1{display: none;}
    .container-blog .botao{width: fit-content;}
    .container-contato .topico{margin-top: 2rem;}
    .slider-servico .foto{    -webkit-filter: grayscale(0%);
                              filter: grayscale(0%);} 
    .slider-servico .enfeite.left{left: 0;}
    .slider-servico .enfeite.right{right: 0;}
    .slider-servico{min-height: inherit; margin-bottom: 2rem; margin-top: 1rem;}
    .container-pagina-interna{margin-top: 90px !important;} 
    .ul-whatsapp{width: 85%;}
    .info-wpp, .whatsapp i, .whatsapp span{font-size: 1rem;}
  .container-pagina-interna .conteudo .texto{
    width: 100%;
    margin-bottom: 2rem;
  }
  .container-sobre .foto-slider{
    width: 100%;
  }
  .container-sobre .foto{
    margin-left: 0;
  }
}

@media(min-width: 992px) {
    .paddingZero {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .paddingRightZero{
        padding-right: 0px !important;
    }
    .paddingLeftZero{
        padding-left: 0px !important;
    }
    .paddingRight75{
        padding-right: 7.5px !important;
    }
    .paddingLeft75{
        padding-left: 7.5px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .modal-dialog{max-width: 800px;}
    .slider-servico .enfeite.left{left: 155px;}
    .slider-servico .enfeite.right{right: 155px;}
}


@media(min-width: 1200px) {
    .modal-dialog{
        max-width: 900px;
    }
}</pre></body></html>