<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-style: normal !important;
    letter-spacing: 1px;
    overflow: hidden;
}

.portrait_mode {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#block_land {
    display: none;
    font-size: 12px;
    background-color: #ff4500;
    color: #000;
}

#meio::-webkit-scrollbar {
    width: 5px;
}

#meio::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

#meio::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 10px;
}

#banners {
    top: 0;
    left: 0;
    width: 100%;
}

.b {
    background-color: rgba(255, 255, 255, 0.7);
}

div.hideSkiplink {
    width: 100%;
    height: 38px;
}

.box_testeira {
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: transparent !important;
}

.logo {
    position: absolute;
    top: 10px;
    left: 30px;
    max-width: 100%;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
}

.menuon {
    color: #c30e1a !important;
    font-size: 110%;
    font-weight: 600;
}

.box_testeira_menu {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    vertical-align: middle;
    background-color: #ccc;
    z-index: 1;
}

    .box_testeira_menu a {
        text-decoration: none;
        cursor: pointer;
        color: #424242;
        margin-right: 60px;
    }

        .box_testeira_menu a:hover {
            text-decoration: none;
            cursor: pointer;
            color: #00008B;
        }

.banner {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

#meio {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    bottom: 150px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: 0 solid red;
}

#tarja {
    width: 100%;
    height: 130px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 10;
    position: fixed;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: top;
    border-top: 1px solid gray;
    font-weight: 400;
}

    #tarja .tarja {
        margin: 10px;
        z-index: 100;
        text-align: center;
    }

        #tarja .tarja a {
            margin: 0 1% 0 1%;
            text-decoration: none;
            cursor: pointer;
            display: inline-block;
            text-align: center;
            font-size: 14px;
            color: #000;
            z-index: 1000;
        }

            #tarja .tarja a img {
                max-width: 100%;
                height: auto;
                max-height: 80px;
            }

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

    .logo {
        height: 50px;
        left: 10px;
    }

    .box_testeira_menu {
        font-size: 12px;
    }

        .box_testeira_menu a {
            margin-right: 10px;
        }

    #tarja {
        width: 100%;
        height: 90px;
    }

        #tarja .tarja {
            width: 100%;
            margin: 0;
            margin-top: 5px;
            display: inline-block;
        }

            #tarja .tarja a {
                font-size: 12px;
                letter-spacing: 0;
            }

                #tarja .tarja a img {
                    max-height: 60px;
                }

    #meio {
        bottom: 80px;
    }
}

@media screen and (max-width: 620px) {

    .logo {
        height: 50px;
        top: 20px;
        left: 10px;
    }

    #meio {
        bottom: 50px;
    }

    #tarja {
        height: 180px;
    }

    .hidden-xxs {
        display: none !important;
    }

    .box_testeira_menu {
        font-size: 10px !important;
    }

        .box_testeira_menu a {
            margin-right: 5px;
        }
}


.main {
    float: left;
    width: 100%;
    min-height: 600px;
    height: 100%;
    background-color: #ffffff;
}

.footer {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #424242;
    font-size: 12px;
    border: 0;
}

.afterfooter {
    float: left;
    width: 100%;
    height: 50px;
}

.contexto {
    float: left;
    margin: 10px;
    background-color: #ffffff;
    height: 100%;
    border: 1px solid blue;
    font-size: 1em;
}

.imgFlex {
    max-width: 100%;
}

.bannerBNDES {
    float: left;
}

/* TAB MENU   
----------------------------------------------------------*/

div.menu {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.4em;
    line-height: 30px;
    vertical-align: middle;
    border: 0;
    background-color: #c30e1a;
    z-index: 10;
}

    div.menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
        z-index: 10;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #c30e1a;
            border: 0;
            color: #fff;
            display: block;
            line-height: 1.4em;
            padding: 5px;
            text-decoration: none;
            white-space: nowrap;
            z-index: 10;
        }

            div.menu ul li a:hover {
                background-color: #7190c9;
                border: 0;
                color: #fff112;
                text-decoration: none;
                cursor: pointer;
                z-index: 10;
            }

            div.menu ul li a:active {
                background-color: #c30e1a;
                border: 0;
                color: #fff;
                text-decoration: none;
                z-index: 10;
            }

.selectedMenuItem {
    background-color: #c30e1a !important;
    color: #FFF !important;
    text-decoration: none !important;
    z-index: 10;
}

.menu a.static.selected {
    background-color: #c30e1a !important;
    color: #FFF !important;
    text-decoration: none !important;
    z-index: 10;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 0 solid #ccc;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.0em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.textEntry {
    width: 250px;
    border: 1px solid #696969;
    background-color: #cccccc;
}

.textareaEntry {
    width: 95%;
    border: 1px solid #696969;
    background-color: #cccccc;
}

input.loginEntry {
    width: 250px;
    height: 40px;
    border: 1px solid #696969;
    background-color: #cccccc;
}

div.accountInfo {
    width: 290px;
    min-height: 250px;
    margin: 0 auto;
    margin-top: 50px;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button1 {
    background-color: #4CAF50;
}
/* Green */
.button2 {
    background-color: #008CBA;
}
/* Blue */
.button3 {
    background-color: #f44336;
}
/* Red */
.button4 {
    background-color: #e7e7e7;
    color: black;
}
/* Gray */
.button5 {
    background-color: #555555;
}
/* Black */

.btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    text-indent: 0;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    font-style: normal !important;
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc9f52;
}

    .btn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
        background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
        background-color: #fb9e25;
    }

    .btn:active {
        position: relative;
        top: 1px;
    }

.obr {
    color: red;
    font-size: 10px;
}

.box {
    float: left;
    width: 300px;
    border: 0 solid purple;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
}

/*@media screen and (max-width: 599px) {

    .box {
        margin: 0 auto;
        margin-top: 15px;
        overflow: hidden;
    }
}

@media screen and (min-width: 600px) {

    .box {
        float: left;
        margin-left: 15px;
        margin-top: 15px;
    }
}*/

.box_image {
    float: left;
    text-align: center;
    /*width: 260px;*/
    width: 100%;
    height: 260px;
    padding: 0;
    /*background: rgba(255, 255, 255, 0.6);*/
    overflow: hidden;
    border: 0 solid orange;
}

.box_name {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
    max-height: 40px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    font-style: normal !important;
    letter-spacing: 1px;
    padding: 0;
    border: 0 solid green;
}

.box_name_ref {
    float: right;
    color: #00008B;
    font-size: 12px;
    font-weight: normal;
}

.box_legenda {
    display: none;
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    min-height: 16px;
    text-align: left;
    background: rgba(255, 255, 255, 0.6);
}

.photo {
    margin: 0 auto;
    max-width: 100%;
}

/* Search Begin */
.searchArea {
    float: left;
    border: 0;
    width: 100%;
    margin-bottom: 10px;
}

.searchBoxL {
    float: left;
    text-align: left;
    height: 30px;
}

.searchBoxR {
    float: right;
    height: 30px;
    text-align: right;
}

.searchText {
    width: 200px;
    border: 1px solid #ccc;
    background-color: #fdf5e6;
}

.searchButton {
    float: right;
    margin-left: 5px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.searchResult {
    float: left;
    height: 30px;
    padding: 2px;
    margin: 5px;
    border: 1px solid #ff0000;
    background-color: #ffe4e1;
    color: #ff0000;
    font-size: 20px;
}
/* Search End */


/* Grid Begin */

.gvContainer {
    margin: 0;
    padding: 0;
    height: 250px;
    width: 100%;
    overflow: auto;
    overflow-y: visible;
    background-color: #FFF;
}

.gridView {
    width: 99%;
    border-color: #ffffff;
    cursor: default;
    border-bottom: 1px solid #A0A0A0;
}

.gridViewHeader {
    /*
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#F1F6FD', EndColorStr='#CEE3FB');
    background-image: -moz-linear-gradient(top, #F1F6FD, #CEE3FB);
    background-image: -ms-linear-gradient(top, #F1F6FD, #CEE3FB);
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F6FD), to(#CEE3FB));
    */
    background-color: #DFECFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 100%;
    padding: 0 2px 0 2px;
    font-weight: bold;
}

.gridViewRow {
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    padding: 0 2px 0 2px;
}

.gridViewAltRow {
    background-color: #EAF2FB;
    text-align: left;
    padding: 0 2px 0 2px;
    vertical-align: top;
}

.gridViewSelRow {
    background-color: #EAF2FB;
    text-align: left;
    padding: 0 2px 0 2px;
}

/* Grid End */


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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.CssEsgotado {
    font-size: 14px;
    line-height: 18px;
    color: #ff4500;
    font-weight: bold;
    border: 0 solid white;
    margin-left: 5px;
}

.myBtn {
    background: #242424 none repeat scroll 0 0;
    border: 1px solid #4f5c04;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    margin: 10px 0;
    padding: 5px 10px;
    text-transform: uppercase;
    /*width: 30%;*/
}

    .myBtn:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #5793ef;
        transition: all 0.5s ease 0s;
    }

    .myBtn .selected {
        background-color: orange;
    }

    .myBtn .liberado {
        background-color: green;
    }

    .myBtn .esgotado {
        background-color: #cccccc;
    }

.box_model {
    float: left;
    margin-top: 5px;
    width: 100%;
    height: 18px;
    color: #696969;
    font-size: 12px;
    text-align: left;
    border: 0 solid blue;
}

.box_price {
    float: left;
    width: 100%;
    min-height: 30px;
    text-align: left;
    border: 0 solid red;
}

.box_btns {
    float: left;
    width: 100%;
    border: 0 solid purple;
    vertical-align: baseline;
}

.CssTitle {
    color: #696969;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
}

.CssSubTitle {
    font-size: 10px;
    line-height: 14px;
    color: #dedede;
    font-weight: normal;
    border: 0 solid white;
}

.CssLegend {
    font-size: 10px;
    line-height: 14px;
    color: #696969;
    font-weight: normal;
    border: 0px solid white;
}

.CssPrice {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #000080;
    font-weight: bold;
    border: 0 solid white;
    margin-top: 5px;
}

.CssPriceDiscount {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    color: #ffd700;
    font-weight: bold;
    border: 0 solid white;
    margin-top: 5px;
}

.CssPricePortion {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #00bfff;
    font-weight: bold;
    border: 0 solid white;
    margin-top: 5px;
}

.CssZipFree {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color: #ff4500;
    font-weight: bold;
    border: 0 solid white;
    margin-top: 5px;
}

.vermais {
    float: none;
    border: 0 solid white;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
</pre></body></html>