<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Open Sans,sans-serif;
}

#banner-content {
    padding-bottom: 0px;
}

.carousel-inner {
    height: 500px;
}

.home-content section {
    height: 700px;
}

    .home-content section .inicio {
        padding-top: 80px;
    }

.inicio-produtos {
    padding-top: 50px;
}

#sec-produtos {
    background-color: #fff;
}

#sec-melhor-produto {
    background-image: url('../../imagens/background-melhor-produto.jpg')
}

.item-thumb {
    padding: 0px !important;
    height: 200px;
    border: 5px solid #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .item-thumb img {
        width: 100%;
    }

    .item-thumb h4 {
        font-weight: 700;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
        text-shadow: 0px 3px 3px #0c3484;
        color: white;
    }
/* Set padding to keep content from hitting the edges */


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.logo {
    padding-top: 0px;
}

.navbar {
    min-height: 60px !important;
}

.item-menu {
    padding-bottom: 0px;
    margin-top: 5px;
    color: #120a8f !important;
    font-weight: 700;
}

.item-menu-input {
    padding-bottom: 0px;
    margin-top: 10px;
    color: #252642 !important;
    background-color: transparent !important;
}


    .item-menu-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: silver;
        opacity: 1; /* Firefox */
    }

    .item-menu-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .item-menu-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }

.item-menu-input-icon {
    padding-bottom: 0px;
    margin-top: 5px;
    color: #252642 !important;
    font-size: 20px;
}

.item-menu:hover {
    color: #00afef !important;
    text-decoration: none;
}

.navbar-inverse {
    background-color: #0c3484;
}

footer {
    background-color: #252642;
    color: #fff;
    padding: 20px;
    padding-bottom: 0px;
}

.tab-ativo {
    background-color: #0c3484 !important;
    color: white;
}

.file input[type="file"] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.file .file_button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 172px;
    height: 38px;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
    color: #FFF;
    text-align: center;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0c3484;
}

.file .file_name {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 186px;
    height: 38px;
    padding-left: 15px;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 38px;
    color: #002d64;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.file {
    position: relative;
    display: block;
    margin: 15px 0 0 0;
}

/*sessoes*/

#sec-fale-conosco {
    padding-bottom: 30px;
}

h3.nome {
    font-size: 15px;
    font-weight: 700;
}




@media screen and (max-width: 767px) {
    .home-content section {
        height: fit-content;
    }

    .div-produto {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }

    #sec-melhor-produto {
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .home-content section .inicio {
        padding-top: 20px;
    }

    .item-menu {
        padding-bottom: 0px;
        margin-top: 5px;
        color: #fff !important;
        font-weight: 700;
    }

    .navbar-inverse {
        background-color: #252642;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #252642 !important;
        }

    .carousel-inner {
        height: 300px;
    }

        .carousel-inner &gt; .item {
            height: 100% !important;
        }

        .carousel-inner &gt; .item img {
            height: 100% !important;
        }

    .inicio-produtos {
        padding-top: 70px;
    }

    .logo img {
        width: 137px;
        /*padding-top: 10px;
        padding-bottom: 10px;*/
    }
}
</pre></body></html>