<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: Open Sans;
    src: url(../Fonts/OpenSans-Regular_1.ttf) format('truetype');
}

@font-face {
    font-family: Montserrat SemiBold;
    src: url(../Fonts/Montserrat-SemiBold.otf) format('opentype');
}

@font-face {
    font-family: Montserrat;
    src: url(../Fonts/Montserrat-Regular.otf) format('opentype');
}

@font-face {
    font-family: Montserrat ExtraLight;
    src: url(../Fonts/Montserrat-ExtraLight.otf) format('opentype');
}

body {
    padding: 0;
    margin: 0;
}

a {
    outline: none !important;
}

.btnTopo {
    width: 48px;
    height: 40px;
    position: fixed;
    right: 4px;
    bottom: 190px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    color: #aab2bd;
    padding-top: 6px;
    margin: 0;
    border: 3px solid #aab2bd;
    transition: opacity ease-in-out .50s;
    z-index: 99;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

    .btnTopo:hover {
        color: #7b1212;
        border-color: #7b1212;
    }

.line {
    background: linear-gradient(#c11e1e, #7b1212);
    max-width: 100%;
    height: auto;
    padding: 6px 10px 6px 10px;
    margin: 0 auto;
}

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

.line-item {
    font-family: Open Sans;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

header {
    background: #eee;
    max-width: 100%;
    height: auto;
    padding: 0 10px 0 10px;
    margin: 0 auto;
}

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

.h-item {
    font-family: Open Sans;
    font-size: 15px;
    color: #444;
    margin: 0;
}

    .h-item p {
        background: #7b1212;
        font-family: Open Sans;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
    }

    .h-item a {
        text-decoration: none;
        color: #fff;
        outline: none;
    }

.busca {
    max-width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 0 auto;
    border-bottom: 1px solid #7b1212;
}

    .busca input[type=search] {
        background: transparent;
        max-width: 200px;
        font-family: Open Sans;
        font-style: italic;
        font-size: 18px;
        color: #7b1212;
        border: 0;
    }

.btnBusca {
    background: url('/Images/lupa.png') no-repeat;
    background-position: 100%;
    background-size: 100%;
    padding: 10px;
    margin: 0 auto;
    border: 0;
    cursor: pointer;
    outline: none;
}

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

.h1-title {
    max-width: 1280px;
    font-family: Montserrat SemiBold;
    color: #7b1212;
    padding: 5px;
    border-bottom: 4px solid #7b1212;
    margin: 20px auto;
}

footer {
    background: linear-gradient(#c11e1e, #7b1212);
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}

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

.f-item {
    font-family: Open Sans;
    font-size: 14px;
    color: #fff;
    margin: 10px 5px 10px 5px;
}

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

    .f-item a {
        text-decoration: none;
        color: #fff;
        outline: none;
    }

.f-line {
    width: 100%;
    max-width: 100%;
    height: auto;
    font-family: Open Sans;
    font-size: 10px;
    text-align: center;
    color: #fff;
    padding: 5px 0 5px 0;
    margin: 20px auto 0 auto;
    border-top: 1px solid #fff;
}

    .f-line a {
        text-decoration: none;
        color: #fff;
        outline: none;
    }

        .f-line a:hover {
            text-decoration: underline;
        }

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

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

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

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

/*--- HOME ---*/
.noticias {
    max-width: 1280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto 20px auto;
}

.n-item {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 0;
}

    .n-item h5 {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-family: Open Sans;
        text-align: right;
        color: #7b1212;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .n-item h3 {
        min-height: 50px;
        font-family: Montserrat SemiBold;
        color: #444;
        margin-bottom: 15px;
    }

    .n-item img {
        width: 100%;
        max-width: 100%;
        height: 222px;
        border-radius: 5px;
        border: 1px solid #eee;
    }

    .n-item p {
        min-height: 60px;
        font-family: Montserrat ExtraLight;
        font-size: 15px;
        text-align: justify;
        color: #444;
        margin: 5px auto;
    }

.n-btn {
    background: #7b1212;
    font-family: Open Sans;
    font-size: 20px;
    color: #fff;
    float: right;
    padding: 5px 15px 5px 15px;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: all ease-in-out .33s;
}

    .n-btn:hover {
        background: #fff;
        color: #7b1212;
        border: 1px solid;
    }

.parceiros {
    max-width: 1278px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 0;
    margin: 20px auto;
    border-radius: 5px;
    border: 1px solid #7b1212;
}

    .parceiros img {
        width: 100%;
        max-width: 150px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

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

.d-item {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 10px;
}

    .d-item h2 {
        font-family: Montserrat SemiBold;
        color: #7b1212;
        padding: 5px;
        border-bottom: 4px solid #7b1212;
    }

    .d-item p {
        font-family: Montserrat ExtraLight;
        color: #444;
        padding: 10px 5px 10px 5px;
    }

    .d-item a {
        font-family: Open Sans;
        color: #7b1212;
        float: right;
        transition: all ease-in-out .33s;
    }

        .d-item a:hover {
            color: #444;
        }

    .d-item input[type=email] {
        background: #eee;
        width: 100%;
        max-width: 99.5%;
        height: auto;
        font-size: 16px;
        text-indent: 10px;
        color: #777;
        padding: 14px 0 14px 0;
        margin: 10px auto 5px auto;
        border-radius: 5px;
        border: 1px solid #7b1212;
    }

    .d-item input[type=text] {
        background: #eee;
        width: 100%;
        max-width: 100%;
        height: auto;
        font-size: 16px;
        text-indent: 10px;
        color: #777;
        padding: 14px 0 14px 0;
        margin: 5px auto 10px auto;
        border-radius: 5px 0 0 5px;
        border: 1px solid #7b1212;
    }

.btn-Mailing {
    background: #7b1212;
    height: 51px;
    font-size: 16px;
    color: #fff;
    padding: 0 14px 0 14px;
    margin: 5px auto;
    border-radius: 0 5px 5px 0;
    border: 0;
    cursor: pointer;
    outline: none;
    transition: all ease-in-out .33s;
}

    .btn-Mailing:hover {
        background: #444;
    }

/*--- PÁGINAS INTERNAS ---*/
.btnVoltar {
    background: #7b1212;
    font-family: Montserrat;
    font-size: 16px;
    color: #fff;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    transition: all ease-in-out .33s;
}

    .btnVoltar:hover {
        background: #444;
    }

.pg-federacao {
    max-width: 1280px;
    height: auto;
    font-family: Montserrat ExtraLight;
    font-size: 14px;
    text-align: justify;
    color: #444;
    padding: 10px;
    margin: 0 auto;
}

.pg-diretoria {
    max-width: 1280px;
    height: auto;
    font-family: Montserrat ExtraLight;
    font-size: 14px;
    text-align: justify;
    color: #444;
    padding: 10px;
    margin: 0 auto;
}

.pg-filiados {
    max-width: 1280px;
    height: auto;
    font-family: Montserrat;
    font-size: 14px;
    text-align: justify;
    padding: 10px;
    margin: 0 auto;
}

    .pg-filiados a {
        font-weight: bold;
        color: #444;
        transition: all ease-in-out .33s;
    }

        .pg-filiados a:hover {
            color: #7b1212;
        }

.pg-legislacao {
    max-width: 1280px;
    height: auto;
    font-family: Montserrat;
    font-size: 14px;
    text-align: justify;
    padding: 10px;
    margin: 0 auto;
}

    .pg-legislacao ul {
        list-style: none;
    }

        .pg-legislacao ul li {
            margin: 0 auto 15px auto;
        }

            .pg-legislacao ul li a {
                font-weight: bold;
                color: #444;
                transition: all ease-in-out .33s;
            }

                .pg-legislacao ul li a:hover {
                    color: #7b1212;
                }

.pg-cnv {
    max-width: 1280px;
    height: auto;
    font-family: Montserrat Extralight;
    font-size: 14px;
    text-align: justify;
    color: #444;
    padding: 10px;
    margin: 0 auto;
}

    .pg-cnv ul {
        list-style: none;
        padding: 10px;
    }

    .pg-cnv img {
        width: 100%;
        max-width: 350px;
        height: auto;
        padding: 0;
        margin: 0 auto;
        border: 0;
    }

.pg-juridico {
    max-width: 1280px;
    height: auto;
    font-family: Montserrat Extralight;
    font-size: 14px;
    text-align: justify;
    color: #444;
    padding: 10px;
    margin: 0 auto;
}

    .pg-juridico ul li {
        font-family: Montserrat;
        margin: 10px auto;
    }

    .pg-juridico a {
        color: #444;
        transition: all ease-in-out .33s;
    }

        .pg-juridico a:hover {
            color: #7b1212;
        }

.pg-normas {
    max-width: 1280px;
    height: auto;
    font-family: Montserrat;
    font-size: 14px;
    text-align: justify;
    color: #444;
    padding: 10px;
    margin: 0 auto;
}

    .pg-normas p {
        margin: 0 auto 5px auto;
        font-weight: bold;
        color: #444;
        transition: all ease-in-out .33s;
    }

        .pg-normas p a:hover {
            color: #7b1212;
        }

    .pg-normas ul {
        list-style: none;
    }

        .pg-normas ul li {
            margin: 0 auto 15px auto;
        }

            .pg-normas ul li a {
                font-weight: bold;
                color: #444;
                transition: all ease-in-out .33s;
            }

                .pg-normas ul li a:hover {
                    color: #7b1212;
                }

.pg-cf {
    max-width: 1280px;
    height: auto;
    font-family: Montserrat;
    font-size: 14px;
    text-align: justify;
    color: #444;
    padding: 10px;
    margin: 0 auto;
}

    .pg-cf p {
        margin: 0 auto 5px auto;
        font-weight: bold;
        color: #444;
        transition: all ease-in-out .33s;
    }

        .pg-cf p a:hover {
            color: #7b1212;
        }

    .pg-cf ul {
        list-style: none;
    }

        .pg-cf ul li {
            margin: 0 auto 15px auto;
        }

            .pg-cf ul li a {
                font-weight: bold;
                color: #444;
                transition: all ease-in-out .33s;
            }

                .pg-cf ul li a:hover {
                    color: #7b1212;
                }

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

.pg-noticias-item {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

    .pg-noticias-item h5 {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-family: Open Sans;
        text-align: right;
        color: #7b1212;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .pg-noticias-item h3 {
        min-height: 50px;
        font-family: Montserrat SemiBold;
        color: #444;
        margin-bottom: 15px;
    }

    .pg-noticias-item img {
        width: 100%;
        max-width: 100%;
        height: 110px;
        border-radius: 5px;
        border: 1px solid #eee;
    }

    .pg-noticias-item p {
        min-height: 60px;
        font-family: Montserrat ExtraLight;
        font-size: 15px;
        text-align: justify;
        color: #444;
        margin: 5px auto;
    }

.pg-noticias-view {
    max-width: 1280px;
    height: auto;
    padding: 0;
    margin: 0 auto 20px auto;
}

    .pg-noticias-view img {
        width: 100%;
        max-width: 650px;
        height: auto;
        padding: 0;
        margin: 15px 15px 15px 0;
        border: 0;
    }

    .pg-noticias-view h5 {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-family: Open Sans;
        text-align: right;
        color: #7b1212;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .pg-noticias-view h3 {
        min-height: 50px;
        font-family: Montserrat SemiBold;
        color: #444;
        margin-bottom: 15px;
    }

    .pg-noticias-view h4 {
        font-family: Montserrat SemiBold;
        color: #444;
        margin-bottom: 15px;
    }

    .pg-noticias-view p {
        font-family: Montserrat Extralight;
        font-size: 14px;
        text-align: justify;
        color: #444;
        margin: 0 auto;
    }

    .pg-noticias-view a {
        color: #c11e1e;
    }

    .pg-noticias-view li {
        font-family: Montserrat SemiBold;
        font-size: 14px;
        color: #444;
    }

    .pg-noticias-view div {
        font-family: Montserrat ExtraLight;
        font-size: 14px;
        color: #444;
    }

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

.pg-videos-item {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 0;
}

    .pg-videos-item h5 {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-family: Open Sans;
        text-align: right;
        color: #7b1212;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .pg-videos-item h3 {
        min-height: 50px;
        font-family: Montserrat SemiBold;
        color: #444;
        margin-bottom: 15px;
    }

    .pg-videos-item p {
        min-height: 60px;
        font-family: Montserrat ExtraLight;
        font-size: 15px;
        text-align: justify;
        color: #444;
        margin: 5px auto;
    }

.pg-videos-image {
    background: #ddd;
    background-image: url(../Images/play.png);
    background-repeat: no-repeat;
    background-position: 50%;
    max-width: 400px;
    height: 268px;
    padding: 0;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .pg-videos-image img {
        width: 100%;
        max-width: 100%;
        height: 268px;
        padding: 0;
        margin: 0 auto;
        border-radius: 5px;
        border: 0;
    }

        .pg-videos-image img:hover {
            opacity: 0.3;
        }

.pg-videos-view {
    max-width: 1280px;
    height: auto;
    padding: 0;
    margin: 0 auto 20px auto;
}

    .pg-videos-view h5 {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-family: Open Sans;
        text-align: right;
        color: #7b1212;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .pg-videos-view h3 {
        min-height: 50px;
        font-family: Montserrat SemiBold;
        color: #444;
        margin-bottom: 15px;
    }

    .pg-videos-view p {
        font-family: Montserrat Extralight;
        font-size: 14px;
        text-align: justify;
        color: #444;
        margin: 0 auto;
    }

    .pg-videos-view a {
        color: #c11e1e;
    }

.pg-contato {
    max-width: 1280px;
    height: auto;
    padding: 0 10px 0 10px;
    margin: 0 auto;
}

    .pg-contato p {
        font-family: Open Sans;
        font-size: 15px;
        color: #777;
    }

.pg-contato-cont {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px auto;
}

.pg-contato-cont-item {
    width: 100%;
    max-width: 500px;
    height: auto;
    font-family: Open Sans;
    font-size: 16px;
    color: #777;
    padding: 0;
    margin: 0 auto;
}

    .pg-contato-cont-item input[type=text], .pg-contato-cont-item input[type=email] {
        background: #eee;
        width: 100%;
        max-width: 498px;
        height: auto;
        font-size: 16px;
        text-indent: 10px;
        color: #777;
        padding: 14px 0 14px 0;
        margin: 5px auto 10px auto;
        border-radius: 5px;
        border: 1px solid #7b1212;
    }

    .pg-contato-cont-item select {
        background: #eee;
        width: 100%;
        max-width: 500px;
        height: auto;
        font-size: 16px;
        text-indent: 3px;
        color: #777;
        padding: 14px 0 14px 0;
        margin: 5px auto 10px auto;
        border-radius: 5px;
        border: 1px solid #7b1212;
    }

    .pg-contato-cont-item textarea {
        background: #eee;
        width: 100%;
        max-width: 498px;
        height: auto;
        font-family: Open Sans;
        font-size: 16px;
        text-indent: 10px;
        color: #777;
        padding: 14px 0 14px 0;
        margin: 5px auto 10px auto;
        border-radius: 5px;
        border: 1px solid #7b1212;
    }

    .pg-contato-cont-item input[type=submit] {
        background: #7b1212;
        width: 100%;
        max-width: 500px;
        height: auto;
        font-family: Open Sans;
        font-size: 16px;
        text-align: center;
        color: #fff;
        padding: 14px 0 14px 0;
        margin: 5px auto 10px auto;
        border-radius: 5px;
        border: 0;
        cursor: pointer;
        transition: all ease-in-out .33s;
    }

        .pg-contato-cont-item input[type=submit]:hover {
            background: #444;
        }

    .pg-contato-cont-item a {
        text-decoration: none;
        color: #777;
        outline: none;
    }

    .pg-contato-cont-item iframe {
        width: 100%;
        max-width: 100%;
        height: 373px;
        padding: 0;
        margin: 0 auto;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

.buscar-cont {
    width: 100%;
    max-width: 1360px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

    .buscar-cont img {
        max-width: 100%;
        height: 175px;
        margin: 0 5px 0 0;
        border-radius: 10px;
        border: 0;
    }

.buscar-cont-right {
    width: 100%;
    max-width: 985px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.buscar-cont-date {
    width: 100%;
    max-width: 100%;
    height: auto;
    font-family: Open Sans;
    font-size: 12px;
    text-align: right;
    color: #555;
    padding: 0;
    margin: 0;
}

.buscar-cont-title a {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    color: #555;
}

.buscar-cont-desc {
    font-family: Open Sans;
    font-size: 14px;
    text-align: justify;
    color: #555;
}

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

@media screen and (max-width:870px) {
    .divisor {
        flex-wrap: wrap;
    }

    .d-item {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media screen and (max-width:680px) {
    .noticias {
        flex-wrap: wrap;
    }

    .n-item {
        margin: 0 auto !important;
    }
}

@media screen and (max-width:680px) {
    .fotos {
        flex-wrap: wrap;
    }

    .n-item {
        margin: 0 auto !important;
    }
}

@media screen and (max-width:680px) {
    .videos {
        flex-wrap: wrap;
    }

    .n-item {
        margin: 0 auto !important;
    }
}

@media screen and (max-width:480px) {
    .line-cont {
        display: none;
    }
}

@media screen and (max-width:420px) {
    .f-tel {
        margin: 10px 0 10px 0;
    }
}</pre></body></html>