<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    margin: 0;
    padding: 0;
}

body{
    margin: 0;   
}

img{
    border-style: none;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
    -webkit-appearance: button;
}

input {
    font-size: 1em;
}

textarea {
    overflow: auto;
    font-size: 1.1em;
}

[hidden] {
    display: none;
}

/* Position da Linha */
.row:before,
.row:after{
    display: table;
    content: " ";
}

.row:after{
    clear: both;
}

.linha:before,
.linha:after{
    display: table;
    content: " ";
}

.linha:after{
    clear: both;
}

/* Coluna */
.col {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}

.colContato {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}

/* Coluna */
.col2 {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}

/* Quatro Colunas */
@media (min-width: 728px) {
    .col-4 {
        width: 25%;
    }
}

@media (min-width: 500px) and (max-width: 727px) {
    .col-4 {
        width: 50%;
    }
}

@media (min-width: 50px) and (max-width: 499px) {
    .col-4 {
        width: 100%;
    }
}


@media (min-width: 50px) {
    .col-4-4 {
        width: 25%;
    }
}

@media (min-width: 728px) {
    .col-4-produtos {
        width: 25%;
    }
}


@media (min-width: 444px) and (max-width: 727px) {
    .col-4-produtos {
        width: 50%;
    }
}

@media (min-width: 50px) and (max-width: 443px) {
    .col-4-produtos {
        width: 100%;
    }
}


/* Três Colunas */
@media (min-width: 728px) {
    .col-3 {
        width: 33.3333%;
    }
}

/* TrÃªs Colunas */
@media (min-width: 300px) {
    .col-3-sociais {
        width: 33.3333%;
    }
}

/* TrÃªs Colunas */
@media (min-width: 1170px) {
    .col-3 {
        width: 33.3333%;
    }
}

@media (min-width: 728px) {
    .col-3-lugar {
        width: 33.3333%;
    }
}

/* Duas Colunas */
@media (min-width: 728px) {
    .col-2 {
        width: 50%;
    }
}

@media (min-width: 58px) {
    .col-2-barRodape {
        width: 50%;
    }
}

@media (min-width: 728px) {
    .col-6 {
        width: 16.6666667%;
    }
}


@media (min-width: 728px) {
    .col-3-logo {
        width: 20%;
    }

    .col-3-pesquisa {
        width: 50%;
    }

    .col-3-itens {
        width: 30%;
    }
}


@media (min-width: 728px) {
    .col-2-bar {
        width: 80%;
    }

    .col-2-bar2 {
        width: 20%;
    }

    .col-2-bar3 {
        width: 40%;
    }
}

@media (min-width: 728px) {
    .col-3-bar {
        width: 27%;
    }

    .col-3-bar3 {
        width: 68%;
    }
}

@media (max-width: 728px) {
    .col-3-bar {
        width: 50%;
    }

    .col-3-bar3 {
        width: 50%;
    }
}

@media (min-width: 1170px) {
    .containerItens {
        max-width: 1170px;
        padding: 0;
    }
}

    /* Media dos Containers */
    @media (min-width: 1170px) {
        .containerHome {
            max-width: 1170px;
            padding: 0;
        }

        .containerContato {
            max-width: 1170px;
            padding: 0;
        }

        .containerSocial {
            max-width: 300px;
            padding: 0;
        }

        .containerLugar{
            max-width: 1170px;
            padding: 0;
        }

        .containerProdutos{
            max-width: 1170px;
            padding: 0;
        }

        .containerQuemSomos{
            max-width: 1000px;
            padding: 0;
        }

        .containerHomeCima{
            max-width: 1170px;
            padding: 0;
        }

        .containerCabecalho {
            max-width: 900px;
            padding: 0;
        }

        .containerRodape {
            max-width: 1170px;
            padding: 0;
        }

        .containerMenu{
            max-width: 970px;
            padding: 0;
        }

        .container2 {
            max-width: 1170px;
            padding: 0;
        }

        .container3 {
            max-width: 1170px;
            padding: 0;
        }
    }

.containerCabecalho {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerQuemSomos{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerProdutos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerContato {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerSocial{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerLugar{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerRodape {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerHome{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerHomeCima{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerMenu{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.container3{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;  
}

.container2{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    
}

/* fixo */
button,
textarea,
select,
input {
    outline: 0;
}

/* Menu de cima */
.menuCima{
    background: linear-gradient(#271869, #271869);
    width: 100%; 
}

/* Info's do menu de cima */
.detalhe{
    color: #fefc0b;
    margin-top: 4px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

/* Header principal do cabeçalho */
#cabecalho{
     background: #fefc0b;
}

/* Logo no cabeçalho */
#cabecalho .logo{
        /* margin-left: 10%; */
    /* width: 100%; */
    width: 200px;
}

/* Redes sociais no cabeçalho */
#cabecalho .cabecalhoSociais {
    height: 30px;
    margin-top: 20px;
}

#cabecalho .linkSociais {
    text-decoration: none;
}

/* Posição dos itens no menu */
#cabecalho .nav{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 100%;   
    position:relative; 
    margin-top: 13px;
    padding-right: 5%;
    text-transform: uppercase;
    z-index: 99999;
}

/* CSS do Menu e DropDown */
.nav ul{
    list-style: none;
    position: relative;  
    margin-bottom: 0;
}

.nav ul li{ 
    float: left;
    padding: 0 3px;

}

.nav ul ul{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}

.nav ul li:hover ul{
    visibility: visible;
    opacity: 1;
    transition: all .4s;
}

.nav ul ul li{
    float: none;
    width: 200px;
    padding: 0px;
    
}

.nav ul ul li a{
    padding: 15px;
    display: block;
    text-decoration: none;
    text-align: center; 
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
}

/* CSS do texto dos itens no menu */
#cabecalho .nav .a{
    text-decoration: none;
    padding: 15px;
    padding-left: 13px;
    display: flex;  
    color: #271869;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 30px;
    text-align: left;  
    transition: all .2s;
}

#cabecalho .nav ul li:hover .a{
    color: #fefc0b;
    background: linear-gradient(#4129ab, #271869);
    border-radius: 30px 30px 0px 0px;
    transition: all .2s;
    padding-top: 20px;
}

#home .nav .b{
    text-decoration: none;
    text-align: left;
    display: block;  
    color: #fefc0b;
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;   
    background:  #271869;
}

#home .nav .b:hover{
    color: #271869;
    background: #fffe8a;
    transition: all .4s;
}

.chamadoTecnico {
    margin-top: 19px;
    background: #3d3177;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    transition: all .4s;
}

.chamadoTecnico:hover {
    transform: scale(1.04);
    transition: all .4s;
}

.aChamadoTecnico {
    color: white;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
}

.aChamadoTecnico{
    color: #fff;
    text-decoration: none;
}

.bannerSlider{
    height: 200px;
    background: black;
}

#produtos{  
    padding-bottom: 50px;
    background: #f5f5f5;
}

#produtos .conteudoAllProduto {
    transition: all .4s;
    border-radius: 5px 5px 0 0;
    margin: 15px 15px;
}

#produtos .conteudoAllProduto:hover {
    transform: scale(1.03);
    transition: all .4s;
    box-shadow: 1px 1px 7px 2px #CCC;
}

#produtos .itensProduto{
    padding: 10px 10px 30px 10px;
    background: rgb(177 177 177 / 12%);
    margin: 0 0px;
    border-radius: 5px 5px 0 0;
    transition: all .4s;
    height: 290px;
}

#produtos .conteudoAllProduto:hover .itensProduto {
    border-left: 1px solid #271869;
    border-right: 1px solid #271869;
    border-top: 1px solid #271869;
    transition: all .4s;
}

#produtos .tituloProdutosCima {
    text-align: center;
    color: #271869;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 25px;
    font-size: 35px;
}

#produtos .tituloProdutosBaixo {
    text-align: center;
    color: #fefc0b;
    text-shadow: 2px 2px 3px #271869d1;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: -20px;
    font-size: 57px;
    margin-bottom: 7px;
}

#produtos .contProdutos {
    position: relative;
    z-index: 99;
}

#produtos .imgProduto {
    height: 200px;
    max-width: 250px;
    transition: all .6s;
    border-radius: 5px;
}

#produtos .imgProduto:hover{   
    transition: all .6s;
}

#produtos .tituloItemProduto, .descricaoItemProduto {
    text-align: center;
    color: #272727;
    font-family: 'Montserrat', monospace;
    margin-top: 3px;
}

#produtos .tituloItemProduto {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
}

#produtos .precoProduto {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}


#produtos .corDetalhesItem {
    background: #271869;
    padding: 4px 0;
}

.divider {
    background: rgb(225 ,225, 225);
    height: 3px;
    border-radius: 30px;
    margin: 0 50px;;
}

.sliderFalso {
    height: 300px;
    background: rgb(1, 219, 85);
}

.dividerProdutos {
    height: 3px;
    background: rgb(225 ,225, 225);
    border-radius: 30px;
    margin-top: 5px;
}

#produtos .botaoItemProdutoPosition {
    text-align: right;
    padding-right: 5px;
    margin: 0;
}

#produtos .botaoItemProduto {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    color: #271869;
    text-decoration: none;
    background: linear-gradient(#fefc0b, #fefc0b);
    display: inline-block;
    padding: 0px 13px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 2px solid #0400b1; */
    border-radius: 30px;
    transition: all .4s;
}
#produtos .botaoItemProduto:hover{
    transform: scale(1.02);
    transition: all .4s;
}

#videoTrabalhos {
    background-image: url(/images/fundoSobre.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}

#videoTrabalhos .infoVideo {
    padding: 15px;
}

#videoTrabalhos .itemVideo {
    border-radius: 25px 25px 0 0;
}

#videoTrabalhos .tituloItemGaleriaVideo {
    color: white;
    background:linear-gradient(#f15e35, #dd461c);
    margin-top: -5px;
    padding: 5px 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-size: 15px;
    font-family: 'Inconsolata', monospace;
}

#videoTrabalhos .tituloVideosTrabalhos {
    margin-top: 48px;
    margin-bottom: 30px;
    text-align: left;
    color: #070707;
    font-family: 'Lobster', cursive;
    font-size: 42px;
    font-weight: normal;
}

#videoTrabalhos .descTituloQuemSomos {
    margin-top: 0px;
    margin-bottom: 65px;
    text-align: justify;
    color: #070707;
    font-family: 'Courgette', cursive;
    font-size: 26px;
    font-weight: normal;
    padding-left: 50px;
}

.mapa {
    height: 300px;
    width: 100%;
}

#contato {
    background-image: url(/images/fundoContato.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
}

#contato .conteudoContato {
    background: #00057c;
    padding: 69px 30px 30px 30px;
    /* box-shadow: 0 66px 66px rgba(0, 0, 0, 0.2); */
    z-index: 9999;
    position: relative;
    border-radius: 100px 100px 0 0;
    margin-top: -61px; 
}

#contato .conteudoContatoFormulario{
    padding: 20px 60px;
}

#contato .tituloContatoCima {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #f7e100;
    text-align: center;
    font-size: 60px;
    margin-bottom: 0;
}

#contato .tituloContatoBaixo {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #f7e100;
    text-align: center;
    font-size: 30px;
    margin-top: -15px;
    margin-bottom: 0;
}



#contato .tituloFormItem {
    font-family: 'Inconsolata', monospace;
    color: #f7e100;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
}

#contato .tituloFormEmail {
    font-family: 'Inconsolata', monospace;
    color: #f7e100;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
}

#contato .tituloFormItemAssunto{
    font-family: 'Inconsolata', monospace;
    color: #f7e100;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 0;
}

#contato .inputTextCartao {
    border-radius: 5px;
    border: 2px solid #f7e100;
    color: #f7e100;
    background: transparent;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .formularioCartao{
    border-radius: 5px;
    border: 2px solid #f7e100;
    color: #f7e100;
    background: #00057c;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .inputTextCartao::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Poppins', monospace;
    color: #f7e100;
}

#contato .inputTextCartaoTextArea::-webkit-input-placeholder {
    opacity: 1; 
    font-family: 'Poppins', monospace;
    color: #f7e100;
}

#contato .inputTextCartaoTextArea {
    border-radius: 5px;
    background: transparent;
    border: 2px solid #f7e100;
    color: #f7e100;
    text-indent: 20px;
    margin-top: 7.5px;
    transition: all .3s ease-in-out;
    padding: 7px;
    width: 100%;
}

#contato .btn-consultar {
    background: #f7e100;
    border-radius: 5px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    margin: 20px 0 30px;
    border: none;
    color: #00057c;
    font-weight: 300;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    transition: all .4s;
}

#contato .btn-consultar:hover {
    transform: scale(1.05);
    transition: all .4s;
}

#contato .itemFomulario {
    padding-left: 20px;
}

#contato .itemFomulario:first-child {
    padding-left: 0px;
}

@media (min-width: 1170px) {
    .containerItens {
        max-width: 1170px;
        padding: 0;
        margin: auto;
    }
}

@media (min-width: 50px) {
    .col-4-4 {
        width: 25%;
    }
}

#itens{
    background: #ff0606;
    position: relative;
    padding-bottom: 15px;;
}

#itens .textItens{
    color: #ffffff;
    text-align: center;
    margin-top: 22px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    
}

#itens .side {
    display: flex;
}

.centerFlexItens {
	justify-content: center;
}

.flex-endMenu {
	justify-content: flex-end;
}

.containerFlexItensMenu {
	margin: 0 auto;
	display: flex;	
}

.flex-end {
	justify-content: flex-end;
}

.containerFlexItens {
	margin: 0 auto;
	display: flex;	
}

#itens .imgItens {
  height: 60px;
  margin-top: 3px; 
}

@media(max-width: 727px){  
    #itens{
        display: none;
    }

    #itensResponsivo{
        display: block;
    }
}

#itensResponsivo{
    display: none;
    background: #ff0606;
    position: relative;
   
}

#itensResponsivo .textItens{
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 0; 
}

#itensResponsivo .imgItens {
    height: 90px;
    margin-top: 0px;
    width: 100%;
  }

/* CSS do DropDown */
ul{
    list-style: none;
}

ul li{
    float: left;
}

#flexsliderCerto {
    height: 400px;
    overflow: hidden;
}

@media(max-width: 850px){
    #flexsliderCerto {
        height: 300px;
        overflow: hidden;
    }

    .slidesCerto&gt;li {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 200% 100%;
        height: 684px;
        width: 100%;
        float: left;
        margin-right: -100%;
        position: relative;
        /* opacity: 0.580802; */
        display: block;
        z-index: 1;
    }
}

.flexsliderCerto {
    background: #fff;
    position: relative;
    zoom: 1;
}

.slidesCerto, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media(min-width: 851px){

.slidesCerto&gt;li {
    background-repeat: no-repeat;
    background-size: 100% 60%;
    height: 684px;
    width: 100%;
    float: left;
    margin-right: -100%;
    
    position: relative;
    /* opacity: 0.580802; */
    display: block;
    z-index: 1;
}
}

.imagemLugar {
    width: 100%;
    height: 100%;
    position: relative;
}

.tituloLugar {
    text-align: center;
    margin-top: 30px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
}

#lugar {
    background: #480101;
    padding-bottom: 20px;
    box-shadow: inset 0 10px 12px rgba(0, 0, 0, 0.2);
}

.conteudoItemLugar {
    padding: 15px 35px;

}

.tituloLugarSub, .enderecoLugar {
    text-align: center;
}

.tituloLugarSub {
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #02007a;
    text-transform: uppercase;
    font-size: 17px;
}

.enderecoLugar {
    margin-top: 10px;
    font-family: sans-serif;
    color: #02007a;
    font-size: 12px;
}

#sobre{
    padding-bottom: 50px;
    background: #271869;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, .2);
    z-index: 99999;
    position: relative;
    margin-top: -3px;
    
}

/* SIGA NOSSAS REDES SOCIAIS */
#sobre .titleRedesSociais{
    text-align: right;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* REDES SOCIAIS NO RODAPÉ */
#sobre .sociaisRodape{
    font-size: 45px;
    padding: 0 3px;
    color: #fff;
}

/* POSIÇÃO DAS REDES SOCIAIS NO RODAPÉ */
.flex-end {
    justify-content: flex-end; 
}

.containerFlex {
	max-width: 420px;
	margin: 0 auto;
	display: flex;	
}

.dividerRodape {
    height: 20px;
    background: linear-gradient(#39278a, #221363);
}

#sobre iframe {
    height: 150px;
    width: 180px;
}

/* MARGIN DO RODAPÉ */
#sobre .lado {
    margin-left: 4%;
}

/* TITULOS DO RODAPÉ  */
.tituloSobre{
    margin-top: 30px;   
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/*  */
#sobre .descricaoSobre {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.ulInstitucional {
    margin-top: 20px;
}

.ulInstitucional li {
    width: 100%;
}

/* CSS ITENS DE CADA COLUNA */
#sobre .institucional {
    text-decoration: none;
    padding-top: 8px;
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* CSS ITENS DE CADA COLUNA (HOVER) */
#sobre .institucional:hover {
    color: #f5f563;
    text-decoration: underline;
}

/* Rodapé menor */
#footer{
    background: #271869;
    color: #fff;
    z-index: 99999999;
    position: relative;

}

/* CSS DO COPYRIGHT DA EMPRESA */
#footer .copyright{
    text-align: center;
    padding-top: 6px;
    font-family: 'Montserrat', monospace;
    color: #fff;
    font-size: 14px;
}

/* FEITO POR MEGACIA (POSIÇÃO) */
#footer p {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

/* FEITO POR MEGACIA (TEXTO)*/
#footer p .dev{
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/* FEITO POR MEGACIA (HOVER) */
#footer p .dev:hover{
    text-decoration: underline;
}

.container-fluid {
    background: #fff !important;
}

.flexslider {
    margin: 0 !important;
}

.m-fcenter {
    font-family: 'Poppins', sans-serif !important;
}

.panel-default&gt;.panel-heading {
    color: #fefc0b !important;
    background-color: #271869 !important;
    border-color: #271869 !important;
}

.breadcrumb&gt;li {
    font-family: 'Montserrat', sans-serif !important;
}</pre></body></html>