<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("reset.css");


html,
body {
	width: 100%;
  	height: 100%;
	background:#FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-image: url(imgs/raios_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 100px;
    background-attachment: fixed;
}
a{
 color:inherit; 
}
i {
 font-style: italic;
}

u{
  text-decoration:underline !important;
}

:root {
  --amarelo: #f5d65b;
  --preto: #000;
  --cinza: #f7f7f7;
  --branco: #fff;
}

::selection { background: #f5d65b; color: #000; } 
::-moz-selection { background: #f5d65b; color: #000; }

html {
    scroll-behavior: smooth;
  }
/*------------------------------------*\
    Estrutura topo
\*------------------------------------*/


.topo {
	width: 100%;
	height: 200px;
    position: absolute;
    z-index: 99;
}
.gradiente_preto {
    background-image: linear-gradient( rgba(0,0,0, .8), transparent);
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 98;
}

.topo .main-tool-bar {
    display: flex;
    justify-content: space-between;
    padding: 0 5vh;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: ease 0.4s;
}

.main-tool-bar--scrolled {
    height: 80px !important;
    background: hsla(0, 0%, 0%, 0.7);
    backdrop-filter: blur(48px);
}

.logofone a img {
    width: 100%;
    max-width: 200px;
}

.logofone{
    display: flex;
    gap: 30px;
    align-items: center;
}
.logofone img{
    position: relative;
    user-select: none;
}
.btn_telefone{
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 40px;
    color: var(--branco);
    border: 1px solid var(--branco);
    padding: 0 18px;
    border-radius: 10px;
    font-size: 13.8px;
}

.menu_topo {
    width: 100%;
    max-width: 630px;
    margin-right: 3%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13.7px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    user-select: none;
    align-items: center;
}

.menu_topo .fundo_ativo {
    padding: 12px 18px;
    border-radius: 10px;
}
.menu_topo .fundo_ativo:hover {
    padding: 12px 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .15);
    cursor: pointer;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.menu_topo li ul {
    width: 200px;
    height: auto;
    position: absolute;
    background: var(--branco);
    top: 43px;
    right: 230px;
    color: var(--preto);
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.menu_topo li ul li:first-of-type {
    border-radius: 10px 10px 0px 0px;
}
.menu_topo li ul li:last-of-type {
    border-radius: 0px 0px 10px 10px;
}
.menu_topo li ul li{
    position: relative;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    padding-left: 20px;
    line-height: 50px;
}
.menu_topo li:hover ul {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.menu_topo ul li:hover {
    background: rgba(245, 214, 91, .7);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
    
.menu_topo li:before{
    position: absolute;
    left: -2px;
}
.menu_topo li:first-child:before {
    content:" ";
}
.btn_cotacao{
    background: var(--amarelo);
    color: var(--preto);
    padding: 12px 18px;
    border-radius: 10px;
    margin-left: 5px;
    font-weight: 700;
}
.btn_cotacao:hover{
    background: rgba(255, 214, 50, .4);
    color: #000;
    cursor: pointer;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.mouse {
    border: 2px solid #fff;
    border-radius: 13px;
    bottom: 7vh;
    display: block;
    height: 46px;
    left: 50%;
    margin: 0 auto 0 -26px;
    position: absolute;
    width: 26px;
    z-index: 99999999;
}
.mouse span {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    height: 4px;
    margin: 6px auto;
    width: 4px;
}
@keyframes scroll {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(20px);
}
}

/*------------------------------------*\
    Estrutura conteudo
\*------------------------------------*/
.banner_responsivo {
    width: cover;
    height: 100%;
    position: relative;
}
.titulo {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 25px;
}
.titulo55 {
    width: 60%;
    height: auto;
    position: relative;
    float: right;
    margin-bottom: 90px;
    margin-top: 50px;
}
.titulo h1, .titulo55 h1{
    position: relative;
    float: left;
    width: 100%;
    font-weight: 800;;
    text-align: left;
    font-size: 40px;
    color: #000;
    letter-spacing: -.5px;
}
.titulo h2, .titulo55 h2{
    color: var(--amarelo);
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}
.conteudo {
    width: 1100px;
    margin: 65px auto;
    text-align: justify;
    position: relative;
    line-height: 1.4;
}
.faixa-cinza {
    width: 100%;
    height: 555px;
    background: #f7f7f7;
    position: absolute;
    z-index: 1px;
}
.faixa-cinza2 {
    width: 100%;
    height: 560px;
    background: #f7f7f7;
    position: absolute;
    z-index: 1px;
    margin-top: -40px;
}
.conteudo:after  {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    overflow:hidden;
}
.centralizar {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.centralizar:after  {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    overflow:hidden;
}
.detalhe55 {
    width: 50%;
    height: auto;
    position: relative;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 20px 0;
    font-size: 17px;
    color: #505050;
}
.detalhe100 {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 20px 0;
    font-size: 17px;
    color: #505050;
}
.ilustracao-direita {
    position: relative;
    float: left;
    width: 45%;
    margin-left: 5%;
    height: 275px;
}
.ilustracao-esquerda {
    position: relative;
    float: left;
    width: 40%;
    top: 0px;
    margin-left: -5%;
}
.ilustracao-direita img{
    position: relative;
    float: left;
    width: auto;
}
.ilustracao-esquerda img{
    position: relative;
    float: left;
    width: auto;
}

.btn {    
    background: var(--preto);
    color: var(--branco);
    padding: 12px 18px;
    border-radius: 10px;
    position: relative;
    float: left;
    margin-top: 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.8px;
    font-size: 13.6px;
    font-weight: 400;
    user-select: none;
}
.btn:hover {
    cursor: pointer;
    background: rgba(70, 70, 70, 1);
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}



/*------------------------------------*\
    Estrutura formulario contato
\*------------------------------------*/
.form_contato {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 90px;
}
.form_contato input{
    vertical-align: middle;
}
.form_contato input[type=text] {
    border: 1px solid #e9e9e9;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    height: 45px;
    box-shadow: none;
    padding: 4px 10px;
}
.form_contato input::placeholder {
    color: #efefef;
    opacity: 1; /* Firefox */
}
label {
    display: block;
    margin: 0 0 6px 0;
    font-size: 12.5px;
    user-select: none;
    cursor: default;
}
select {
    width: 100%;
    height: 35px;
    border: 1px solid #e9e9e9;
}
.espaco_validacao {
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
.contatoBtn {
    position: relative;
    float: right;
    width: 190px;
    height: 74px;
    line-height: 74px;
    font-size: 18px;
    color: var(--branco);
    background: var(--preto);
    text-align: center;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 3px;
    user-select: none;
}
.contatoBtn:hover {
    cursor: pointer;
    background: rgba(70, 70, 70, 1);
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.form_contato input[type=text]:focus {
    background: var(--branco);
}
.form100 {
    width: 100%;
    padding:15px 0px;
}
.form_contato textarea:focus {
    background: var(--branco);
}
.form_contato textarea {
    border: 1px solid #e9e9e9;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    height: 300px;
    box-shadow: none;
    padding: 10px 12px;
    font: 400 15px Arial;
}
.form55 {
    width: 54.5%;
    height: auto;
}
.form45 {
    width: 43.5%;
    height: auto;
}
.form5050 {
    width: 100%;
    height: auto;
    padding:15px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.form_contato span {
    color: var(--amarelo);
}
.form_contato p{
    width: 370px;
    height: 74px;
    line-height: 74px;
    color: #c0c0c0;
    font-size: 12px;
    position: relative;
    float: left;
    user-select: none;
}


/*------------------------------------*\
    Estrutura rodape
\*------------------------------------*/
.footer {
    width: 100%;
    height: 300px;
    position: relative;
    background: #3c3b3b;
    padding-top: 80px;
    color: var(--branco)
}
.logo_footer img {
    position: relative;
    float: left;
    top: 0px;
    user-select: none;
}
.footer ul {
    width: 650px;
    top: 15px;
    position: relative;
    float: left;
    margin-left: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer li{
    width: 300px;
    line-height: 20px;
    font-size: 15px;
}
.footer li b{
    font-size: 16px;
    line-height: 22px;
    user-select: none;
}
.creditos {
    width: 100%;
    height: 55px;
    line-height: 51px;
    background: #252525;
    position: absolute;
    float: left;
    bottom: 0;
    font-size: 10px;
    color: #fff;
    user-select: none;
}

.gdebrasil {
    position: absolute;
    right: 50%;
    margin-right: -500px;
    width: 98px;
    height: 19px;
    transition: all .60s;
    -moz-transition: all .60s;
    -webkit-transition: all .60s;
    z-index: 99999;
    bottom: 28px;
}

.bt_top {
	width:40px;
	height:48px;
	position:fixed;
	bottom:115px;
	right:1px;
	background:url(../imgs/bt_topo.png);
	display:none;
	z-index:10;
}
.bt_voltar {
	width:40px;
	height:48px;
	position:fixed;
	bottom:160px;
	right:1px;
	background:url(../imgs/bt_voltar.png);
	z-index:10;
}



/*------------------------------------*\
    Estrutura interna
\*------------------------------------*/
.banner_interna1 {
    position: relative;
    float: left;
    width: 100%;
    height: 480px;
    display: block;
    margin-bottom: 70px;
    background: #000;
}
.banner_interna1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(imgs/banner-sobre.jpg) no-repeat;
    background-size: 100% auto;
    background-position: top;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner_interna1 h1 {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 800;
    text-align: left;
    font-size: 80px;
    color: #fff;
    top: 230px;
    letter-spacing: -.5px;
    z-index: 999;
}
.banner_interna1 h2 {
    position: relative;
    float: left;
    color: var(--amarelo);
    font-size: 20px;
    z-index: 999;
    top: 250px;
     font-weight: 600;
}




.banner_interna2 {
    position: relative;
    float: left;
    width: 100%;
    height: 480px;
    display: block;
    margin-bottom: 70px;
    background: #000;
}
.banner_interna2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(imgs/banner-fotovoltaica.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 0px -150px;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner_interna2 h1 {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 800;
    text-align: left;
    font-size: 70px;
    color: #000;
    top: 230px;
    letter-spacing: -.5px;
    z-index: 999;
}
.banner_interna2 h2 {
    position: relative;
    float: left;
    color: var(--branco);
    font-size: 20px;
    z-index: 999;
    top: 250px;
     font-weight: 600;
}



.banner_interna3 {
    position: relative;
    float: left;
    width: 100%;
    height: 480px;
    display: block;
    margin-bottom: 40px;
    background: #000;
}
.banner_interna3:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(imgs/banner-projetos.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 0px -150px;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner_interna3 h1 {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 800;
    text-align: left;
    font-size: 70px;
    color: #000;
    top: 230px;
    letter-spacing: -.5px;
    z-index: 999;
}
.banner_interna3 h2 {
    position: relative;
    float: left;
    color: var(--branco);
    font-size: 20px;
    z-index: 999;
    top: 250px;
    font-weight: 600;
}



.banner_interna4 {
    position: relative;
    float: left;
    width: 100%;
    height: 480px;
    display: block;
    margin-bottom: 40px;
    background: #000;
}
.banner_interna4:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(imgs/banner-painel.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 0px -150px;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner_interna4 h1 {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 800;
    text-align: left;
    font-size: 70px;
    color: #000;
    top: 230px;
    letter-spacing: -.5px;
    z-index: 999;
}
.banner_interna4 h2 {
    position: relative;
    float: left;
    color: var(--branco);
    font-size: 20px;
    z-index: 999;
    top: 250px;
    font-weight: 600;
}



.texto-sobre {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: justify;
}
.coluna-sobre1 {
    width: 44.5%;
    height: auto;
    position: relative;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 20px 0;
    font-size: 17px;
    color: #505050;
}
.coluna-sobre2 {
    width: 49.5%;
    height: auto;
    position: relative;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 20px 0;
    font-size: 17px;
    color: #505050;
}
.texto-sobre a {
    text-decoration: underline;
    font-weight: 600;
}

.clientes {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-top: 80px;
}
.clientes li {
    width: 155px;
    position: relative;
    float: left;
    margin: 30px 28px 35px 0;
}
.faixa-cinza-clientes {
    width: 100%;
    height: 520px;
    background: #f7f7f7;
    position: absolute;
    z-index: 1px;
    margin-top: 10px;
}

.titulo_interna {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 50px;
}
.titulo_interna h2 {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 800;;
    text-align: left;
    font-size: 35px;
    color: #000;
    letter-spacing: -.5px;
}
.detalhe_interna {
    width: 48%;
    height: auto;
    position: relative;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 20px 0;
    font-size: 15px;
    color: #505050;
}
.texto-fotovoltaico {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: justify;
}
.coluna-fotovoltaico {
    width: 31%;
    height: auto;
    position: relative;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 20px 0;
    font-size: 17px;
    color: #505050;
}
.texto-fotovoltaico h3{
    color: var(--preto);
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 3px;
}
.texto-fotovoltaico a {
    text-decoration: underline;
    font-weight: 600;
}
.faixa-cinza-fotovoltaica {
    width: 100%;
    height: 490px;
    background: #f7f7f7;
    position: absolute;
    z-index: 1px;
    margin-top: 150px;
}
.faixa-amarela-consorcio {
    width: 100%;
    height: 100px;
    background: var(--amarelo);
    position: absolute;
    z-index: 1px;
    margin-top: -5px;
}
.consorcio {
    position: relative;
    float: left;
    width: 100%;
    height: 125px;
    font-size: 17px;
    padding: 40px 0;
    line-height: 23px;
    margin-bottom: 70px;
    top: -15px;
}
.consorcio b{
    font-size: 20px;
}
.faixa-cinza-projetos {
    width: 100%;
    height: 520px;
    background: #f7f7f7;
    position: absolute;
    z-index: 1px;
    margin-top: 30px;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }

    .s-empresa, .s-conteudo, .s-instalacao-eletrica {
        min-height: 520px;
        display: flex;
        padding-top: 80px;
        display: flex;
        align-items: center;
    }

    .s-empresa {
        background-color: #fff;
        width: 100%;
        position: relative;
    }

    .s-conteudo {
        width: 100%;
        position: relative;
        background-color: #fff;
    }

    .bg-gray{
        background-color: #f7f7f7 !important;
    }

    .gs_reveal {
        opacity: 0;
        visibility: hidden;
        will-change: transform, opacity;
    }

    .container {
        width: 100%;
        max-width: 1130px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .s-instalacao-eletrica {
        background: #fff;
    }

    .s-instalacao-eletrica .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .s-instalacao-eletrica .container .right {
        width: 100%;
        max-width: 490px;
    }

    .s-instalacao-eletrica .container .left {
        width: 100%;
        max-width: 550px;
    }

    .s-instalacao-eletrica .container .left .title {
        margin-bottom: 32px;
    }

    .title h2 {
        font-weight: 800;
        text-align: left;
        font-size: 40px;
        color: #000;
        letter-spacing: -.5px;
        margin-bottom: 16px;
    }

    .title h3 {
        color: var(--amarelo);
        font-size: 20px;
        font-weight: 600;
    }

    .s-instalacao-eletrica .container .left p {
        font-size: 16px;
        line-height: 150%;
        color: #505050;
        margin-bottom: 32px;
    }

    .s-instalacao-eletrica .container .left .btn-fill {
        background: var(--preto);
        color: var(--branco);
        padding: 0 18px;
        line-height: 40px;
        display: inline-flex;
        border-radius: 10px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1.8px;
        font-size: 13.6px;
        font-weight: 400;
        user-select: none;
        transition: all .3s;
    }

    .s-instalacao-eletrica .container .left .btn-fill:hover {
        cursor: pointer;
        background: rgba(70, 70, 70, 1);
        -moz-transition: all 200ms ease;
        -webkit-transition: all 200ms ease;
    }

    @media screen and (max-width:480px) {
        .s-instalacao-eletrica .container {
            flex-flow: column;
            gap: 30px;
        }
        .s-instalacao-eletrica .container .right .image {
            order: 1;
        }
        .title h2 {
            font-size: 1.5em;
            letter-spacing: 0;
            line-height: 1.2em;
        }
    
        .title h3 {
            font-size: 1em;
        }
    
        .s-instalacao-eletrica .container .left p {
            font-weight: 400;
            font-size: 15.5px;
            text-align: justify;
        }
        .s-instalacao-eletrica .container .left .btn-fill {
            width: 100%;
            justify-content: center;
            align-items: center;
            line-height: 80px;
        }
        .s-instalacao-eletrica .container .right {
            order: 1;
        }
        .s-empresa, .s-conteudo {
            padding: 30px 0;
        }
    }


/*----------------A SEGUIR DIVS ESCONDIDAS NO DESKTOP--------------------*/

.menu_mobile, .abremenu, .fechamenu, .sidenav, .bt_abremenu, .mobile_loading, .nodesktop {
	display: none;
}

.nomobile {
    display: block ;
}




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