<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: OpenSans;
    src: url('../Fonts/OpenSans-Regular_0.ttf') format('truetype');
}

@font-face {
    font-family: OpenSansSB;
    src: url('../Fonts/OpenSans-Semibold_0.ttf') format('truetype');
}

body {
    padding: 0;
    margin: 0;
}

a {
    outline: none !important;
}

input[type='submit'], input[type='button'], input[type='reset'] {
    outline: none !important;
}

.btnTopo {
    background: #b1cd49;
    position: fixed;
    right: 8px;
    bottom: 0;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding: 5px 10px 0 10px;
    margin: 0;
    border-radius: 50% 50% 0 0;
    transition: opacity ease-in-out .50s;
    z-index: 99;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

    .btnTopo:hover {
        color: #777;
    }

header {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.h-cont {
    max-width: 1280px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 15px auto 0 auto;
}

    .h-cont img {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border: 0;
    }

.h-cont-item {
    width: 100%;
    max-width: 960px;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.h-item {
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 20px;
}

    .h-item img {
        width: auto;
        height: 33px;
        padding: 0;
        margin: 0 auto;
        border: 0;
    }

    .h-item span {
        font-family: OpenSansSB;
        color: #444;
    }

    .h-item a {
        font-family: OpenSans;
        font-size: 0.7em;
        text-decoration: none;
        color: #a4a3a3;
    }

    .h-item div {
        margin: 0 15px 0 15px;
    }

.h-link a:hover, .h-link a span:hover {
    color: #b1cd49;
}

.main {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.main-input {
    width: 100%;
    max-width: 100%;
    height: auto;
    font-family: OpenSans;
    font-size: 14px;
    color: #444;
    padding: 10px 5px 10px 5px;
    border: 1px solid #b1cd49;
    margin: 0 auto 20px auto;
}

.main-submit {
    background: #b1cd49;
    width: 100%;
    max-width: 100%;
    height: auto;
    font-family: OpenSansSB;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    border: 0;
    cursor: pointer;
    transition: all ease-in-out .33s;
}

    .main-submit:hover {
        background: #444;
        color: #b1cd49;
    }

.main-cont {
    max-width: 1280px;
    height: auto;
    padding: 10px;
    margin: 10px auto;
}

    .main-cont p {
        font-family: OpenSans;
        font-size: 14px;
        text-align: justify;
        color: #444;
    }

.dv-CoopgraneisPDF {
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    margin: 30px auto;
}

.btnCoopgraneisPDF {
    background: #b1cd49;
    font-family: OpenSansSB;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #b1cd49;
    transition: all ease-in-out .33s;
}

    .btnCoopgraneisPDF:hover {
        background: #444;
        color: #b1cd49;
    }

.has-error .help-block,
.has-error .control-label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.main-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.main-flex-item {
    width: 100%;
    max-width: 280px;
    height: auto;
    padding: 0;
    margin: 10px auto;
}

    .main-flex-item img {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border-radius: 5px;
        border: 1px solid #b1cd49;
    }

    .main-flex-item iframe {
        width: 100%;
        max-width: 100%;
        height: 163px;
        border: 0;
    }

    .main-flex-item a {
        text-decoration: none;
        color: #444;
        transition: all ease-in-out .33s;
    }

        .main-flex-item a:hover {
            color: #b1cd49;
        }

    .main-flex-item span {
        color: #b1cd49;
        transition: all ease-in-out .33s;
    }

        .main-flex-item span:hover {
            color: #bbb;
        }

footer {
    background: #0d0d0d;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.f-cont {
    max-width: 1280px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    margin: 0 auto;
}

.f-item {
    max-width: 320px;
    height: auto;
    padding: 0;
    margin: 0;
}

    .f-item img {
        width: 100%;
        max-width: 200px;
        height: auto;
        padding: 0;
        margin: 20px auto;
        border: 0;
    }

.f-item-title {
    max-width: 100%;
    font-family: OpenSansSB;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

    .f-item-title hr {
        margin: 20px 0 20px 0;
    }

.f-item-text {
    max-width: 100%;
    font-family: OpenSans;
    font-size: 12px;
    color: #bbb;
}

    .f-item-text a {
        text-decoration: none;
        color: #bbb;
        transition: all ease-in-out .33s;
    }

        .f-item-text a:hover {
            color: #b1cd49;
        }

    .f-item-text i {
        color: #b1cd49;
    }

    .f-item-text span {
        color: #b1cd49;
        transition: all ease-in-out .33s;
    }

        .f-item-text span:hover {
            color: #bbb;
        }

    .f-item-text img {
        width: 100%;
        max-width: 25px;
        height: auto;
        padding: 0;
        margin: 0 10px 0 0;
        border: 0;
    }

.f-item-face {
    font-family: OpenSansSB;
    font-size: 16px;
}

    .f-item-face a {
        display: flex;
        align-items: center;
    }

.f-line {
    background: #191919;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: OpenSans;
    font-size: 12px;
    color: #bbb;
    padding: 10px;
    margin: 0 auto;
}

hr {
    background: #b1cd49;
    width: 50px;
    height: 3px;
    margin: 20px auto;
    border: 0;
}

.title {
    max-width: 100%;
    height: auto;
    font-family: OpenSansSB;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #444;
    padding: 0;
    margin: 0 auto;
}

.transportes {
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin: 20px auto;
}

.trans-cont {
    max-width: 1280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 20px auto;
}

.trans-item {
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    margin: 20px 10px 20px 10px;
}

    .trans-item a {
        font-family: OpenSansSB;
        font-size: 12px;
        text-decoration: none;
        color: #444;
        outline: none;
        transition: all ease-in-out .33s;
    }

        .trans-item a:hover {
            color: #b1cd49;
        }

    .trans-item img {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 10px auto;
        border: 0;
    }

.servicos {
    background: #f6f6f6;
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin: 20px auto;
}

.serv-cont {
    max-width: 1280px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 20px auto;
}

.serv-item {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

    .serv-item a {
        text-decoration: none;
        outline: none;
    }

    .serv-item img {
        width: 300px;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border: 0;
    }

.serv-desc {
    background: #b1cd49;
    max-width: 230px;
    font-family: OpenSansSB;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    position: relative;
    bottom: 48px;
    transition: all ease-in-out .33s;
}

.serv-item a:hover .serv-desc {
    background: #444;
    color: #b1cd49;
}

.noticias {
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin: 20px auto;
}

.not-cont {
    max-width: 1280px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 20px auto;
}

.not-item {
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}

    .not-item a {
        text-decoration: none;
        outline: none;
    }

        .not-item a:hover .not-title {
            color: #b1cd49;
        }

    .not-item img {
        width: 100%;
        max-width: 404px;
        height: 228px;
        padding: 0;
        margin: 0;
        border: 1px solid #eee;
    }

.not-title {
    max-width: 406px;
    min-height: 48px;
    font-family: OpenSansSB;
    font-size: 16px;
    color: #444;
    margin: 20px auto;
    transition: all ease-in-out .33s;
    text-align: justify;
}

.not-desc {
    max-width: 406px;
    min-height: 48px;
    font-family: OpenSans;
    font-size: 14px;
    color: #a4a3a3;
    text-align: justify;
}

.dv-btnVerMais {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    margin: 20px auto;
}

.btnVerMais {
    font-family: OpenSansSB;
    font-size: 14px;
    text-decoration: none;
    color: #b1cd49;
    padding: 5px 15px 5px 15px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #b1cd49;
    transition: all ease-in-out .33s;
}

    .btnVerMais:hover {
        background: #b1cd49;
        color: #fff;
    }

.galeriaView {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

    .galeriaView img {
        width: 100%;
        max-width: 200px;
        height: 100%;
        max-height: 135px;
        padding: 0 2px 0 2px;
        margin: 0 auto;
        border: 0;
    }

.noticiaView {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.noticiaView-title {
    font-family: OpenSansSB;
    font-size: 20px;
    color: #b1cd49;
    padding: 0 0 5px 0;
    margin: 20px auto;
    border-bottom: 1px solid #bbb;
}

.noticiaView img {
    width: 100%;
    max-width: 504px;
    height: 100%;
    max-height: 328px;
    padding: 0;
    margin: 0 15px 5px 0;
    border: 1px solid #eee;
    float: left;
}

.noticiaView-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .noticiaView-info p {
        font-family: OpenSansSB;
    }




.clientes {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 20px auto;
}

    .clientes a {
        margin: 0 auto;
    }

    .clientes img {
        max-width: 100%;
        height: 160px;
        padding: 5px;
        margin: 0 auto;
    }

.documentos {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 20px auto;
}

    .documentos a {
        font-family: OpenSans;
        text-decoration: none;
        color: #444;
        padding: 0;
        margin: 10px auto;
        transition: all ease-in-out .33s;
    }

        .documentos a:hover {
            color: #b1cd49;
        }

.btnVoltar {
    background: #b1cd49;
    font-family: OpenSansSB;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all ease-in-out .33s;
}

    .btnVoltar:hover {
        background: #444;
        color: #b1cd49;
    }

.paginador {
    max-width: 150px;
    height: auto;
    padding: 0;
    margin: 0 auto 15px auto;
    outline: none;
}

    .paginador input[type='submit'] {
        background: #b1cd49;
        width: 42px;
        font-family: Sansation;
        font-size: 15px;
        color: #333;
        padding: 0 0 3px 0;
        border: 0;
        cursor: pointer;
        transition: all ease-in-out .33s;
    }

        .paginador input[type='submit']:hover {
            background: #444;
            color: #b1cd49;
        }

    .paginador input[type='text'] {
        font-size: 14px;
        text-align: center;
        color: #444;
        padding: 0px 0 2px 0;
        border: 1px solid #b1cd49;
    }

.formContato {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}

    .formContato div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin: 0 auto;
    }

@media screen and (max-width: 1230px) {
    .h-cont a, .h-cont-item {
        margin: 0 auto;
    }
}

@media screen and (max-width: 930px) {
    .h-cont-item {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 620px) {
    .formContato div .main-input {
        max-width: 100% !important;
    }
}</pre></body></html>