<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #ecf3fa;
    overflow-x: hidden;
}

.wrap {
    position: relative;
    min-height: 100%;
}

.sep {
    position: relative;
    padding-bottom: 77px;
}

/*=&gt; Header =======================================*/

header .bx-wrapper {
    z-index: 0 !important;
}

header {
    width: 100%;
    height: 345px !important;
}

header .destaques {
    display: block;
    height: 304px;
    position: relative;
    z-index: -1;
}

header .destaques li {
    width: 100%;
    float: left;
    display: block;
}

header section {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
}

header section &gt; div {
    width: 990px;
    margin: 0 auto;
}

header section &gt; div h2 {
    display: block;
    float: left;
    margin: 46px 0 0 -26px;
}

header section &gt; div h2 a:hover {
    opacity: 1 !important;
}

.fale-conosco {
    width: 452px; height: 119px; /*width: 468px; height: 133px;*/
    float: right;
    font-family: 'frutiger_lt_47_lightcnregular', Arial, Helvetica, sans-serif;
    color: #1973b7;
    padding: 14px 0 0 16px;
    margin: 80px 25px 0 0;
    background: url(../../imgs/geral/bg-fale-conosco.png) center no-repeat;
}

.fale-conosco &gt; span {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    font-family: 'frutiger_lt_47_lightcnregular', Arial, Helvetica, sans-serif;
}

.fale-conosco strong {
    font-size: 86px;
    line-height: 63px;
    font-weight: normal;
    vertical-align: middle;
}

.fale-conosco strong &gt; span {
    font-size: 47px;
    margin-right: 10px;
    vertical-align: top;
}

/*=&gt; Menu =======================================*/

header nav {
    width: 100%; height: 42px;
    display: block;
    background: #406888;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#406888), to(#5a92b8));
    background: -webkit-linear-gradient(#406888, #5a92b8);
    background: -moz-linear-gradient(#406888, #5a92b8);
    background: -ms-linear-gradient(#406888, #5a92b8);
    background: -o-linear-gradient(#406888, #5a92b8);
    background: linear-gradient(#406888, #5a92b8);
    -pie-background: linear-gradient(#406888, #5a92b8);
    behavior: url(css/css3pie/PIE.htc);
}

header nav &gt; ul {
    width: 990px; height: 28px;
    padding-top: 14px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'frutiger_lt_45_lightregular', Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 auto;
    display: block;
}

header nav &gt; ul li {
    display: block;
    float: left;
    margin-left: 48px;
}

header nav &gt; ul li:first-child {
    margin-left: 19px;
}

/*=&gt; Section =======================================*/

section.area {
    width: 100%;
    background: transparent url(../../imgs/geral/sombra.png) center top no-repeat;
}

section.area &gt; div {
    width: 990px;
    margin: 0 auto;
    padding-top: 27px;
}

section.area .menu-produtos {
    width: 221px; height: 288px; /*width: 301px; height: 305px;*/
    padding-top: 25px;
    margin-left: -9px;
    color: #b6e7ff;
    float: left;
    background: url(../../imgs/master/bg-produtos.png) center top no-repeat;
}

section.area .menu-produtos nav {
    /*margin-left: 29px;*/
}

section.area .menu-produtos &gt; span {
    font-size: 22px;
    font-family: 'frutiger_lt_45_lightregular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-left: 40px;
    letter-spacing: -1.5px;
}

section.area .menu-produtos ul {
    margin-top: 20px;
    margin-left: 20px;
}

section.area .menu-produtos ul li {
    margin-top: 12px;
    padding-bottom: 15px;
    background: url(../../imgs/geral/sep-produtos.png) -30px bottom no-repeat;
}

section.area .menu-produtos ul li:first-child {
    margin-top: 0;
}

section.area .menu-produtos ul li.ultimo {
    background-image: none;
}

section.area .menu-produtos a {
    display: block;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font: 15px 'frutiger_lt_47_lightcnregular', Arial, Helvetica, sans-serif;
    background: url(../../imgs/geral/raio.png) left center no-repeat;
    padding-left: 30px;
}

section.area .menu-produtos a.instalacao,
section.area .menu-produtos a.acionamento {
    line-height: 14px;
    font-size: 13px;
    width: 140px;
}

section.area .menu-produtos a &gt; span {
    font: 15px 'frutiger_lt_47_lightcnregular', Arial, Helvetica, sans-serif;
}

/*=&gt; Section - conteudo =======================================*/

section.conteudo {
    width: 770px;
    float: right;
    padding-top: 28px;
}

section.conteudo h1 {
    display: block;
}

/*=&gt; Footer =======================================*/

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    clear: both;
}

footer &gt; div {
    width: 990px; height: 77px;
    margin: 0 auto;
    clear: both;
}

footer &gt; div a {
    float: right;
    margin: 35px 30px 0 0;
    font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #505050;
}</pre></body></html>