<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.top-container {
    background-color: #f1f1f1;
    padding: 2px;
    text-align: center;
}

.header {
    /*padding: 0 0 10px 0;*/
    background: #ffffff;
    color: #008781;
    z-index: 5;
    /*max-width: 1200px;
    margin: 0 auto;*/
}

    .header .navbar, .header-top-w {
        /*max-width: 1200px;*/
        margin: 0 auto;
        background-color: white;
    }

    .header .navbar, .header-top-y {
        /*max-width: 1200px;*/
        margin: 0 auto;
        background-color: #64a9a4;
    }

.content {
    /*padding: 16px;*/
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

    .sticky + .content {
        padding-top: 102px;
    }

#header-fortaleza nav ul li {
    display: inline-block;
}

#header-fortaleza .c-hamburger {
    display: none;
}

#header-fortaleza .acesso-informacao {
    float: left;
}

#header-fortaleza nav ul li a, #header-fortaleza .acesso-informacao {
    font-size: 12px;
    color: #555;
    font-weight: bold;
    line-height: 32px;
    padding: 0 12px;
}

#header-fortaleza .header-fortaleza-container {
    width: 100%;
    max-width: 1200px;
    height: 32px;
    margin: 0 auto;
}

#header-fortaleza .logo-fortaleza {
    float: left;
    display: block;
    margin: 4px;
}

.header-top-w {
}

.header-top-lg {
    background-color: #e6f4f4;
}

.secretaria {
    /*font-family: 'Open Sans', sans-serif;
            font-size: larger;
            font-weight: bold;*/
    margin-left: 15px;
}


/*
    FOOTER
*/

footer {
    background-color: #64A9A4;
    padding: 16px 0 0;
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    border-bottom: 10px solid #55908C;
    color: #FFF;
    font-size: 12px;
}

    footer a {
        color: #FFF;
    }

.wrapper {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}


/*
    Lista de serviços interna
*/

.lst-servicos-interna {
}

    .lst-servicos-interna .servico {
        border: 1px solid #CECECE;
        box-shadow: 1px 1px 3px #555;
        /*background-image: linear-gradient(#e6f4f4, #f1f1f1);
        background-color: #c5e2e0;*/
        height: 170px;
        border-radius: 10px 10px 2px 10px;
        margin-right: 20px;
        color: #555;
        border-left: 10px solid #008781;
        text-decoration: none;
        overflow: hidden;
    }

        .lst-servicos-interna .servico:hover {
            text-decoration: none;
            color: #FFF;
            animation: color-me-in .5s;
        }

@keyframes color-me-in {
    0% {
        color: #555;
    }

    100% {
        color: #FFF;
    }
}

.lst-servicos-interna .servico h2 {
    text-align: right;
    padding-top: 5px;
}

.lst-servicos-interna .servico p {
    padding-top: 15px;
    font-weight: bold;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    bottom: 0;
    right: 0;
    background-color: #008781;
    border-radius: 32px 0 0 0;
}

.go-arrow {
    margin-top: 3px;
    margin-right: -7px;
    color: white;
    font-family: courier, sans;
}

.lst-servicos-interna .servico:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -16px;
    right: -16px;
    background: #008781;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.lst-servicos-interna .servico:hover:before {
    transform: scale(21);
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
#noticias-inicial {
    height: 450px;
}

#ultimas-noticias {
    padding: 0;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #64A9A4;
}

    a:hover {
        font-weight: bold;
        text-decoration: none;
        color: #126963;
    }

a, i, button, input {
    transition: all 320ms;
}


.servicos-dest .serv-dest {
    width: 135px;
    height: 115px;
    background-color: #eaeaea;
    text-align: center;
    color: #036d63;
    padding: 10px;
    font-size: 12px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #ebebeb;
    transition: transform .2s;
    font-weight: bold;
    text-decoration: none;
}


.servicos-dest img {
    filter: sepia(1) grayscale(1) !important;
}

.servicos-dest .serv-dest:hover {
    transform: scale(1.1);
    box-shadow: 0px 2px 12px #3a5141;
    filter: grayscale(1) !important;
}

.servicos-dest .serv-dest span {
    display: table-cell;
    vertical-align: bottom;
    height: 36px;
    width: 100px;
}

#noticias-inicial .slide-noticia, #noticias-inicial .hslide img {
    width: 100%;
    height: 100%;
}

.imgStretchContainerW img {
    width: 100%;
}
/*********************************
	Servicos
*********************************/
.services-title {
    width: 100%;
    background-color: #82b6b7;
    border-radius: 20px 20px 0px 0px;
    color: #FFF;
    text-align: center;
    /*position: absolute;*/
    padding: 5px;
    font-size: 13px;
    z-index: 1;
    letter-spacing: 2px;
}

@font-face {
    font-family: tmrsuFont;
    src: url(/img/Sefin-Regular.ttf);
}

.fa.fa-tmrsu {
    font-family: tmrsuFont;
    color: #fff;
    font-size: 50px !important;
    margin: -10px;
    font-weight: 100;
}


    .fa.fa-tmrsu + small {
        margin-top: 4px !important;
    }

i.fa.fa-tmrsu::before {
    content: "!";
}

h1 .fa.fa-tmrsu {
    color: #036d63 !important;
    font-size: 60px !important;
}

#services a:hover, .fa.fa-tmrsu:hover {
    color: #444 !important;
}

#services {
    height: 460px;
    background-color: #91c2be;
    padding: 13px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding-top: 0;
    /*border-radius: 20px 20px 0px 0px;*/
}

    #services ul {
        text-align: center;
        margin-bottom: 8px;
    }

    #services .lista-servicos-container {
        width: 346px;
        height: 312px;
        margin-top: 16px;
        position: relative;
    }

    #services ul.lista-servicos {
        height: 328px;
        padding: 0px;
    }

    #services li {
        display: inline-block;
        width: 108px;
        float: left;
        margin-bottom: 4px;
        height: 82px;
    }

    #services.filtering ul li {
        width: 336px;
    }

    #services.filtering ul.lista-servicos a i {
        font-size: 20px;
        float: left;
    }

    #services.filtering a small {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        line-height: 24px;
    }

    #services.filtering ul.lista-servicos a i {
        padding: 6px 0;
        width: 36px;
    }

    #services.filtering ul li a {
        text-align: left;
    }

    #services ul li ul {
        display: none;
    }

    #services.filtering li ul {
        display: block;
    }

        #services.filtering li ul li a {
            display: block;
            font-size: 12px;
            //line-height: 4px;
            margin-left: 60px;
        }

    #services a {
        display: block;
        color: #FFF;
        text-align: center;
        text-decoration: none;
        padding: 6px;
    }

    #services ul.lista-servicos a {
        position: relative;
    }

        #services ul.lista-servicos a i {
            font-size: 30px;
        }

        #services ul.lista-servicos a:hover {
            text-shadow: 0 0 8px rgba(255,255,255,0.6);
        }

    #services a small {
        display: block;
        text-align: center;
        font-size: 10px;
        margin-top: 8px;
        text-transform: uppercase;
    }

    #services form {
        position: relative;
        width: 100%;
    }

        #services form input.input-servicos {
            display: block;
            width: 100%;
            height: 42px;
            border-radius: 2px;
            padding: 8px 6%;
            box-shadow: 0 0 8px rgba(255,255,255,0);
            background: rgb(0, 0, 0);
            background: rgba(0, 0, 0, 0.15);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
            border: 0;
            outline: none;
            color: #FFF;
        }

            #services form input.input-servicos::-webkit-input-placeholder {
                color: rgba(255,255,255,0.75);
            }

            #services form input.input-servicos:-moz-placeholder {
                color: rgba(255,255,255,0.75);
            }

            #services form input.input-servicos::-moz-placeholder {
                color: rgba(255,255,255,0.75);
            }

            #services form input.input-servicos:-ms-input-placeholder {
                color: rgba(255,255,255,0.75);
            }

            #services form input.input-servicos::-ms-input-placeholder {
                color: rgba(255,255,255,0.75);
            }

            #services form input.input-servicos:placeholder-shown {
                color: rgba(255,255,255,0.75);
            }

            #services form input.input-servicos:active, #services form input.input-servicos:focus {
                box-shadow: 0 0 16px rgba(255,255,255,0.8);
            }

        #services form button.submit-servicos {
            border: 0;
            background: none;
            position: absolute;
            top: 0px;
            right: 8px;
            font-size: 20px;
            cursor: pointer;
            display: block;
            padding: 8px;
            color: #FFF;
        }

            #services form button.submit-servicos:hover {
                color: #000;
            }

    #services .ir-servicos {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        background-color: #55908C;
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: center;
        padding: 0;
        font-size: 0.9em;
        font-weight: bold;
    }

    #services .mensagem {
        color: #FFF;
    }

    /* width */
    #services::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    #services::-webkit-scrollbar-track {
        background: #64a9a4;
        margin-top: 2px;
    }

    /* Handle */
    #services::-webkit-scrollbar-thumb {
        background: #FFF;
        border: 2px solid #89bbb8;
        padding-top: 15px;
    }

        /* Handle on hover */
        #services::-webkit-scrollbar-thumb:hover {
            background: #068d87;
            cursor: pointer;
        }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
    height: 450px;
    background-color: #777;
}

    .carousel-item &gt; img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap &lt;hr&gt; more */
}
/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 2.25rem;
        font-size: 0.78rem;
        font-weight: bold;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


.nav-site, .nav-site .dropdown-menu {
    background-color: #64a9a4;
    font-size: 12px;
}

    .nav-site a {
        color: #FFF !important;
        font-size: 12px;
        padding: 5px 12px;
    }

    .nav-site .dropdown-menu li a:hover {
        background-color: #55908C;
    }

    #navbarNavDropdown &gt; ul &gt; li &gt; a:hover, .nav-site &gt; a:hover {
        background-color: #036d63;
        border-radius: 12px;
    }

.sistemas-outros {
    padding: 0;
}

    .sistemas-outros h3 {
        background-color: #00a19a;
        padding: 8px;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 0;
    }

    .sistemas-outros .servicos-dest {
        background-color: #eeeeee;
        padding: 12px;
    }

#myHeader {
    z-index: 1001;
}

.carousel-indicators-numbers {
    left: unset;
    margin-right: 0;
}

    .carousel-indicators-numbers li {
        text-indent: 0;
        margin: 0 2px;
        width: 30px;
        height: 30px;
        border: none;
        line-height: 30px;
        color: #fff;
        background-color: #999;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        text-align: center;
    }

        .carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
            margin: 0 2px;
            width: 30px;
            height: 30px;
            background-color: #23847f;
        }

.carousel-inner {
    border-radius: 20px 20px 0px 0px;
}

.ult-noticias .un {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
}

    .ult-noticias .un a {
        color: #000;
    }

    .ult-noticias .un:nth-child(odd) {
        background-color: #eeeeee;
    }

.cabecalho-servico {
    width: 100%;
    border-radius: 12px;
    background-color: #d1f2ed;
    padding: 12px;
}

    .cabecalho-servico.row {
        margin-left: 0px;
    }


    .cabecalho-servico .texto h3, .cabecalho-servico .texto p {
        margin-bottom: 0;
    }

    .cabecalho-servico .texto {
        position: relative;
    }

.grupo-servico {
    margin-top: 20px;
    padding: 8px;
    background-color: #00a19a;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.container-servicos a {
    color: #000;
}

.container-servicos {
    padding: 15px 0;
}

    .container-servicos .item-container-servicos {
        margin-bottom: 15px;
        text-align: center;
        padding: 20px;
        background-color: #ededed;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.75em;
        height: 115px;
        position: relative;
    }

        .container-servicos .item-container-servicos p {
            position: absolute;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
</pre></body></html>