/* Minification failed. Returning unminified contents.
(1905,1): run-time error CSS1019: Unexpected token, found '@import'
(1905,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap")'
(1906,1): run-time error CSS1019: Unexpected token, found '@import'
(1906,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap")'
(1949,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1950,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1951,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1952,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1953,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1954,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1955,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1956,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2329,1): run-time error CSS1019: Unexpected token, found '}'
 */
body {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    font-family: "freight-sans-pro",sans-serif;
    background-color: #333;
}

b, strong {
    font-weight: 700;
}

h1 {
    font-size: 3em;
    color: #444242;
    font-family: "freight-text-pro",sans-serif;
    margin: 0;
    padding: 5px 0;
}

h2 {
    font-size: 2.4em;
    font-family: "freight-text-pro",sans-serif;
    margin: 0;
    padding: 10px 0;
}

h3 {
    font-size: 2em;
    padding: 10px 0;
    margin: 0;
    font-family: "freight-text-pro",sans-serif;
}

h4 {
    font-size: 1.6em;
    padding: 10px 0;
    margin: 0;
    font-family: "freight-text-pro",sans-serif;
}

p {
    font-size: 1.2em;
    color: #1B3B4B;
    margin: 3px 0 10px 0;
    padding: 3px 0;
    font-weight: 300;
    line-height: 1.4em;
}

    ol li {
        font-size: 1.2em;
    }

    ul li {
        font-size: 1.2em;
    }

a, a:link, a:active, a:visited {
    text-decoration: none;
    color: #CD8800;
}

    a:hover {
        color: rgb(0, 78, 133);
    }

hr {
    height: 1px;
    clear: both;
    display: inline-block;
    margin: 30px 0;
    border: none;
    background-color: #DFE0E2;
    width: 100%;
}

@media screen and (max-width: 600px) {
    img {
        max-width: 100% !important;
    }

    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 2.2em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.4em;
    }

    p {
        font-size: 1.1em;
    }

    hr {
        margin: 20px 0;
    }
}

.colunas {
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.8em;
    list-style-type: none;
    vertical-align: top;
    padding: 0;
}

    .colunas:before,
    .colunas:after {
        content: "";
        display: table;
    }

    .colunas:after {
        clear: both;
    }

.coluna2 {
    width: 49%;
    margin: 0.5%;
    padding: 0;
    box-sizing: border-box;
    display: block;
    float: left;
}

.coluna3 {
    width: 32.333%;
    margin: 0.5%;
    padding: 0;
    box-sizing: border-box;
    display: block;
    float: left;
}

.coluna4 {
    width: 24%;
    margin: 0.5%;
    padding: 0;
    box-sizing: border-box;
    display: block;
    float: left;
}

.coluna5 {
    width: 19%;
    margin: 0.5%;
    padding: 0;
    box-sizing: border-box;
    display: block;
    float: left;
}

.boxes {
    margin: 20px 0;
    font-size: 0.8em;
    padding: 0;
}

    .boxes li {
    }

        .boxes li a, .boxes li a:link, .boxes li a:active, .boxes li a:visited {
            background-color: #DFE0E2;
            border-bottom: 4px solid #ccccce;
            display: inline-block;
            padding: 16px 24px 30px 24px;
            border-radius: 10px;
            box-sizing: border-box;
            min-height: 150px;
            width: 100%;
            text-decoration: none;
            text-align: left;
        }

            .boxes li a:hover {
                background-color: #ccccce;
            }

            .boxes li a .titulo {
                color: #000;
                font-size: 1.4em;
            }

            .boxes li a .descricao {
                color: #5B5B5F;
                margin-top: 5px;
                font-weight: 500;
                text-transform: uppercase;
            }

        .boxes li.destaque a, .boxes li.destaque a:link, .boxes.destaque li :active, .boxes li.destaque a :visited {
            background-color: #0F9177;
            border-bottom-color: #1F664C;
        }

            .boxes li.destaque a:hover {
                background-color: #0e816a;
            }

            .boxes li.destaque a .titulo {
                color: #fff;
            }

            .boxes li.destaque a .descricao {
                color: #DFE0E2;
            }

        .boxes li.light a, .boxes li.light a:link, .boxes.light li :active, .boxes li.light a :visited {
            background-color: #f6f6f6;
            border-bottom: 4px solid #ccccce;
        }

            .boxes li.light a:hover {
                background-color: #ededed;
            }

            .boxes li.light a .titulo {
                color: #969696;
            }

            .boxes li.light a .descricao {
                color: #969696;
            }

.lines {
    margin: 20px 0;
    list-style-type: none;
    font-size: 0.8em;
    padding: 0;
}

    .lines li {
    }

        .lines li a, .lines li a:link, .lines li a:active, .lines li a:visited {
            background-color: #DFE0E2;
            border-bottom: 4px solid #ccccce;
            display: inline-block;
            margin: 5px 0;
            padding: 16px 24px 20px 24px;
            border-radius: 6px;
            box-sizing: border-box;
            width: 100%;
            text-decoration: none;
            text-align: left;
        }

            .lines li a:hover {
                background-color: #ccccce;
            }

            .lines li a .titulo {
                color: #000;
                font-size: 1.4em;
            }

            .lines li a .descricao {
                color: #5B5B5F;
                font-family: "proxima-nova",sans-serif;
                font-size: 0.9em;
                margin-top: 5px;
            }

        .lines li.destaque a, .lines li.destaque a:link, .lines.destaque li :active, .lines li.destaque a :visited {
            background-color: #0F9177;
            border-bottom-color: #1F664C;
        }

            .lines li.destaque a:hover {
                background-color: #0e816a;
            }

            .lines li.destaque a .titulo {
                color: #fff;
            }

            .lines li.destaque a .descricao {
                font-weight: bold;
                color: #DFE0E2;
            }

        .lines li.destaque2 a, .lines li.destaque2 a:link, .lines.destaque2 li :active, .lines li.destaque2 a :visited {
            background-color: #0B94AA;
            border-bottom-color: #115F93;
        }

            .lines li.destaque2 a:hover {
                background-color: #0a7e91;
            }

            .lines li.destaque2 a .titulo {
                color: #fff;
            }

            .lines li.destaque2 a .descricao {
                color: #DFE0E2;
                font-weight: bold;
            }

        .lines li.destaque3 a, .lines li.destaque3 a:link, .lines.destaque3 li :active, .lines li.destaque3 a :visited {
            background-color: #CD8800;
            border-bottom-color: #a56e00;
        }

            .lines li.destaque3 a:hover {
                background-color: #b77a01;
            }

            .lines li.destaque3 a .titulo {
                color: #fff;
            }

            .lines li.destaque3 a .descricao {
                color: #DFE0E2;
                font-weight: bold;
            }

        .lines li.light a, .lines li.light a:link, .lines.light li :active, .lines li.light a :visited {
            background-color: #f6f6f6;
            border-bottom: 4px solid #ccccce;
        }

            .lines li.light a:hover {
                background-color: #ededed;
            }

            .lines li.light a .titulo {
                color: #969696;
            }

            .lines li.light a .descricao {
                color: #969696;
            }

#livros {
    list-style-type: none;
    margin: 20px 0 0 0;
    font-size: 0.8em;
    padding: 0;
    visibility: hidden;
    text-align: left;
}

    #livros li {
        margin: 0 5px 30px 5px;
        padding: 0;
        float: left;
    }

        #livros li a {
            display: block;
        }

            #livros li a, #livros li a:link, #livros li a:active, #livros li a:visited {
                text-decoration: none;
            }

                #livros li a .titulo {
                    color: #000;
                    font-size: 1.2em;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    max-height: 50px;
                }

                #livros li a .autor {
                    color: #5B5B5F;
                    font-size: 1.1em;
                    font-weight: 500;
                }

                #livros li a .foto img {
                    width: 100%;
                }

ul.artigos {
    padding: 0;
    font-size: 0.8em;
    margin: 10px 0;
    text-align: center;
}

    ul.artigos li {
        padding: 10px 0 10px 0;
    }

        ul.artigos li a, ul.artigos li a:link, ul.artigos li a:active, ul.artigos li a:visited {
            display: inline-block;
            color: #302a27;
            width: 100%;
            font-weight: 500;
            font-size: 1.3em;
            text-decoration: none;
            text-align: left;
            box-sizing: border-box;
        }

            ul.artigos li a .titulo {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                text-align: center;
                margin: 0 20px;
                font-size: 1.1em;
                height: 60px;
            }

            ul.artigos li a .foto {
                display: block;
                box-sizing: border-box;
            }

                ul.artigos li a .foto img {
                    display: inline-block;
                    width: 100%;
                }

ul.canais {
    padding: 0;
    font-size: 0.8em;
    margin: 20px 0 0 0;
    text-align: center;
}

    ul.canais li {
        padding: 30px 0 10px 0;
    }

        ul.canais li a, ul.canais li a:link, ul.canais li a:active, ul.canais li a:visited {
            display: inline-block;
            width: 90%;
            text-align: center;
            box-sizing: border-box;
            text-decoration: none;
        }

            ul.canais li a:hover .foto {
                background-color: #d9d9d9;
            }

            ul.canais li a .foto {
                display: inline-block;
                box-sizing: border-box;
                padding: 50px;
                border-radius: 80px;
                background-color: #DFE0E2;
            }

                ul.canais li a .foto img {
                    display: inline-block;
                    width: 32px;
                }

            ul.canais li a .titulo {
                color: #302a27;
                margin-top: 20px;
                font-weight: 500;
                font-size: 1.3em;
            }

.margem {
    min-width: 320px;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

    .margem:before,
    .margem:after {
        content: "";
        display: table;
    }

    .margem:after {
        clear: both;
    }

.alerta {
    background-color: #fffcc1;
    color: #1B3B4B;
    font-weight: 500;
    font-size: 1.2em;
    padding: 20px 0;
    text-align: center;
}

.mapa {
    margin: 0 auto;
    height: 400px;
    position: relative;
    background-color: #DFE0E2;
    border: 0;
}

    .mapa iframe {
        width: 100%;
        height: 100%;
    }

    .mapa > div {
        background: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

.telefone {
    font-size: 1.6em;
    color: #fff;
    font-family: "proxima-nova",sans-serif;
}

    .telefone img {
        padding-right: 20px;
        vertical-align: middle;
        height: 16px;
    }

.emailprincipal, a.emailprincipal, a.emailprincipal:link, a.emailprincipal:active, a.emailprincipal:visited {
    font-size: 1.4em;
    color: #fff;
    padding: 5px;
    margin: 30px 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}

    a.emailprincipal:hover {
        color: #DFE0E2;
    }

.logounil {
    width: 200px;
}

.emails {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .emails li {
        margin: 30px 0;
        list-style-type: none;
        padding: 0;
        text-align: center;
    }

        .emails li div {
            font-size: 0.9em;
            color: #B4B5BB;
        }

        .emails li a, .emails li a:link, .emails li a:active, .emails li a:visited {
            font-size: 1.2em;
            padding: 5px;
            color: #fff;
        }

            .emails li a:hover {
                color: #DFE0E2;
            }

.centro {
    text-align: center;
}

.strip {
    max-width: 35%;
    margin: 0 auto;
}

.k-grid {
    font-family: "proxima-nova",sans-serif;
}

    .k-grid tr:hover {
        cursor: pointer;
        background-color: #DFE0E2;
    }

    .k-grid td {
        padding: 5px 8px !important;
    }

    .k-grid-header th.k-header, .k-filter-row th {
        padding: 5px 0 !important;
    }

iframe.k-content {
    padding: 15px !important;
    box-sizing: border-box;
}

.avatar {
    overflow: hidden;
    display: inline-block;
    width: 120px;
    border-radius: 200px;
    height: 120px;
}

    .avatar img {
        width: 100%;
    }

.disqus {
    margin-top: 30px;
}

.listalivros {
    width: 100%;
    box-sizing: border-box;
    list-style-type: none;
    font-size: 0.8em;
    margin: 50px 0;
    padding: 0;
}

    .listalivros:before,
    .listalivros:after {
        content: "";
        display: table;
    }

    .listalivros:after {
        clear: both;
    }

    .listalivros li {
        display: block;
        width: 100%;
        float: left;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #E9E9EA;
    }

        .listalivros li .info {
            width: 77%;
            margin-left: 3%;
            margin-top: -5px;
            float: left;
        }

            .listalivros li .info .titulo {
                color: #000;
                font-size: 1.4em;
                font-weight: 500;
            }

            .listalivros li .info .autores {
                margin: 0 0 15px 0;
                padding: 0;
                color: #5B5B5F;
                font-size: 1.1em;
                font-weight: 500;
            }

            .listalivros li .info .estatisticas {
                margin: 0 0 15px 0;
                font-family: "proxima-nova",sans-serif;
                padding: 0;
                color: #5B5B5F;
                font-size: 1.1em;
                font-weight: 500;
            }

            .listalivros li .info .preco {
                color: #000;
                font-family: "proxima-nova",sans-serif;
                font-size: 1.3em;
                font-weight: 700;
                margin-top: 3px;
            }

                .listalivros li .info .preco .moeda {
                    padding-right: 5px;
                    font-weight: 500;
                    color: #A09FA5;
                }

            .listalivros li .info .sumario {
            }

            .listalivros li .info .acoes {
                margin: 18px 0 0 0;
            }

                .listalivros li .info .acoes a {
                    margin: 0 5px 0 0;
                }

        .listalivros li .foto {
            width: 15%;
            float: left;
        }

            .listalivros li .foto img {
                width: 100%;
            }

ul.listapessoas {
    list-style-type: none;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

    ul.listapessoas:before,
    ul.listapessoas:after {
        content: "";
        display: table;
    }

    ul.listapessoas:after {
        clear: both;
    }

    ul.listapessoas li {
        margin: 40px 0;
        padding: 0;
        position: relative;
    }

        ul.listapessoas li > div {
            position: absolute;
            text-align: center;
            left: 0;
            top: 0;
            width: 120px;
        }

        ul.listapessoas li p {
            text-align: left;
            padding-left: 50px;
            margin-left: 160px;
            min-height: 160px;
            padding-top: 0;
            border-left: 1px solid #C8C9CD;
            display: block;
        }

.familiaunesp {
    text-align: center;
    padding-top: 7.1px;
}

    .familiaunesp img {
        vertical-align: middle;
        
       
    }

.familiaunesp1 {
    text-align: center;
    padding-top: 12.1px;
}

    .familiaunesp1 img {
        vertical-align: middle;
        
    }

.familiaunesp2 {
    text-align: center;
    padding-top: 9.1px;
}

    .familiaunesp2 img {
        vertical-align: middle;
    }

.numeros {
    font-family: "proxima-nova",sans-serif;
    font-weight: 300;
}

.premiado {
    padding: 10px 20px 12px 20px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #DFE0E2;
    border-radius: 15px;
    font-weight: 700;
}

    .premiado img {
        padding-right: 5px;
        height: 20px;
        width: 20px !important;
        vertical-align: middle;
        padding-right: 10px;
    }

.share {
    margin: 20px 0 10px 0;
    text-align: center;
    line-height: 0;
}

.social-facebook {
    float: left;
}

.social-twitter {
    float: left;
}

.social-googleplus {
    float: left;
    margin-left: 20px;
}

.obs {
    font-size: 0.9em;
    color: #5B5B5F;
}

@media screen and (max-width: 800px) {
    .coluna5 {
        width: 32.333%;
    }

    .coluna4 {
        width: 32.333%;
    }

    .listalivros {
        width: 100%;
    }

        .listalivros li .info {
            width: 100%;
            margin-left: 0;
        }

        .listalivros li .foto {
            width: 100%;
        }

            .listalivros li .foto img {
                width: 30%;
            }
}

@media screen and (max-width: 600px) {
    .coluna5 {
        width: 49%;
    }

    .coluna4 {
        width: 49%;
    }

    .coluna2 {
        width: 99%;
    }

    ul.canais li a .foto {
        padding: 40px;
    }

    ul.listapessoas li {
        margin: 20px 0;
    }

        ul.listapessoas li a {
            position: relative;
            width: 100%;
        }

        ul.listapessoas li p {
            padding-left: 0;
            margin-bottom: 20px;
            margin-left: 0;
            border-left: none;
            display: inline-block;
        }

    .strip {
        max-width: 100%;
    }

    .social-facebook {
        float: none;
        width: auto;
        text-align: center;
    }

    .social-twitter {
        float: none;
        margin-top: 15px;
        width: auto;
        text-align: center;
    }

    .social-googleplus {
        float: none;
        width: 100%;
        margin-left: 15px;
        margin-top: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 530px) {
    .margem {
        padding: 0 10px;
    }

    .listalivros {
        border-left: none;
        padding: 0;
    }

        .listalivros li {
            text-align: center;
        }

            .listalivros li .titulo {
                margin-top: 10px;
            }

            .listalivros li .info {
                width: 100%;
                margin-left: 0;
            }

                .listalivros li .info p {
                    display: none;
                }

                .listalivros li .info .acoes .action {
                    width: 50%;
                    margin-bottom: 5px;
                }

    ul.listapessoas li {
        margin-top: 40px;
    }

        ul.listapessoas li > div {
            position: relative;
            width: 100%;
        }

        ul.listapessoas li p {
            padding-left: 0;
            margin-left: 0;
            min-height: initial;
            padding-top: 10px;
            border-left: none;
            display: block;
        }
}

@media screen and (max-width: 500px) {
    #livros li a .titulo {
        display: none;
    }

    #livros li a .autor {
        display: none;
    }

    #livros li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 450px) {
    .coluna5 {
        width: 99%;
    }

    .coluna4 {
        width: 99%;
    }

    ul.canais li {
        width: 100%;
    }
}

.email-hyperlink {
    color: blue !important;
    text-decoration: underline !important;
}

.lista-items-linha {
    display: inline-flex !important;
    width: 100% !important;
}

.div-lista-items {
    width: 50% !important;
}

.foto-titulo {
    width: 100% !important;
}

.foto-site {
    width: 50% !important;
}

.titulo-livraria-movel {
    padding: 0px !important;
    text-align: center;
}

h4.titulo-livraria-movel {
    font-size: 16px !important;


}

.margem-livrarias {
    max-width: 800px !important;
}

.table-imagens-alinhadas {
    min-width: 320px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

.table-imagens-alinhadas td{
    width: 20%;
}

.content-home {
   height: 105px;
}

#table-container{
    overflow-x: auto;
}


.header1 {
    background-color: #115F93;
    white-space: nowrap;
}

    .header1 ul {
        width: 100%;
        text-align: right;
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 0.8em;
        display: inline-block;
    }

        .header1 ul li {
            margin: 0;
            padding: 0;
            text-align: right;
            float: none;
            display: inline-block;
            vertical-align: top;
        }

            .header1 ul li.spacer {
                width: 1px;
                height: 10px;
                background-color: #fff;
                margin: 14px 12px 0 12px;
                display: inline-block;
            }

            .header1 ul li a, .header1 ul li a:link, .header1 ul li a:active, .header1 ul li a:visited {
                text-transform: uppercase;
                color: #fff;
                display: inline-block;
                text-decoration: none;
                padding: 10px 12px;
                font-size: 0.85em;
                font-weight: 500;
            }

                .header1 ul li a:hover {
                    color: #DFE0E2;
                }

.header2 {
    background-color: rgba(0, 78, 133, 255);
    white-space: nowrap;
    width: 100%;
    height: 74px;
    display: block;
    position: relative;
}

    .header2 ul {
        float: right;
        text-align: right;
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 0.8em;
    }

        .header2 ul li {
            margin: 0;
            padding: 0;
            text-align: right;
            float: none;
            display: inline-block;
        }

            .header2 ul li a, .header2 ul li a:link, .header2 ul li a:active, .header2 ul li a:visited {
                color: #fff;
                display: inline-block;
                text-decoration: none;
                padding: 25px 13px;
                font-size: 1.1em;
                text-align: right;
                font-family: "freight-text-pro",sans-serif;
                font-weight: 500;
            }

                .header2 ul li a:hover {
                    color: #DFE0E2;
                }

    .header2 .logo {
        padding: 8px 0 10px 0;
        float: left;
    }

        .header2 .logo img {
            display: inline-block;
            width: 130px;
        }

.footer1 {
    background-color: #DFE0E2;
    padding: 20px 0;
}

    .footer1:before,
    .footer1:after {
        content: "";
        display: table;
    }

    .footer1:after {
        clear: both;
    }

    .footer1 .news {
        width: 35%;
        float: left;
    }

        .footer1 .news .mail {
            float: left;
            margin-right: 14px;
        }

            .footer1 .news .mail img {
                margin-top: 7px;
                width: 30px;
            }

        .footer1 .news .texto {
            float: left;
        }

            .footer1 .news .texto .titulo {
                text-transform: uppercase;
                font-size: 1em;
                font-weight: 500;
                color: #727176;
            }

            .footer1 .news .texto .descricao {
                font-size: 0.9em;
                font-weight: 500;
                color: #727176;
            }

    .footer1 .assinarnews {
        width: 30%;
        float: left;
    }

        .footer1 .assinarnews input {
            border: none;
            background-color: #fff;
            padding: 0 15px;
            color: #333;
            width: 70%;
            box-sizing: border-box;
            font-size: 1em;
            height: 36px;
            float: left;
            outline: 0;
            margin: 0;
        }

        .footer1 .assinarnews .assinar {
            border: none;
            cursor: pointer;
            background-color: #709A3B;
            color: #fff;
            outline: 0;
            width: 30%;
            box-sizing: border-box;
            font-size: 0.9em;
            font-family: "proxima-nova",sans-serif;
            text-transform: uppercase;
            height: 36px;
            float: left;
            margin: 0;
        }

    .footer1 .social {
        width: 35%;
        float: left;
        padding-top: 2px;
    }

        .footer1 .social ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            font-size: 0.8em;
            text-align: right;
        }

            .footer1 .social ul li {
                display: inline-block;
                margin: 0;
                padding: 0;
            }

                .footer1 .social ul li:first-child {
                    width: 50%;
                    text-align: right;
                    box-sizing: border-box;
                    text-transform: uppercase;
                    font-weight: 700;
                    color: #727176;
                    font-size: 0.9em;
                    padding: 0 14px 0 0;
                    text-align: right;
                }

                .footer1 .social ul li a {
                    display: inline-block;
                    padding: 5px 3px;
                    white-space: nowrap;
                    vertical-align: middle;
                }

                    .footer1 .social ul li a img {
                        width: 24px;
                        display: inline-block;
                        vertical-align: middle;
                    }

.footer2 {
    background-image: url('/imagens/rodape.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    border-bottom: 10px solid #0E5177;
    margin: 0;
    padding: 40px 0 70px 0;
}

    .footer2:before,
    .footer2:after {
        content: "";
        display: table;
    }

    .footer2:after {
        clear: both;
    }

    .footer2 .logo {
        display: block;
        float: left;
        width: 28%;
    }

        .footer2 .logo img {
            width: 130px;
        }

    .footer2 nav {
        vertical-align: top;
        margin: 0;
        padding: 0;
        border: none;
    }

        .footer2 nav ul {
            list-style-type: none;
            margin: 0 2% 0 0;
            padding: 0;
            width: 16%;
            display: block;
            float: left;
            font-size: 0.8em;
            box-sizing: border-box;
            vertical-align: top;
        }

            .footer2 nav ul li {
                display: inline-block;
                width: 100%;
                padding: 0 5px;
            }

                .footer2 nav ul li:first-child {
                    color: #fff;
                    text-decoration: none;
                    text-transform: uppercase;
                    font-size: 0.8em;
                    font-weight: 700;
                    margin-bottom: 15px;
                }

                .footer2 nav ul li a, .footer2 nav ul li a:link, .footer2 nav ul li a:active, .footer2 nav ul li a:visited {
                    color: #fff;
                    width: 100%;
                    display: inline-block;
                    padding: 4px 0;
                    font-size: 1em;
                    text-decoration: none;
                    font-weight: 300;
                    color: #DFE0E2;
                }

                    .footer2 nav ul li a:hover {
                        color: #fff;
                    }

.footer3 {
}

    .footer3 a, .footer3 a:link, .footer3 a:active, .footer3 a:visited {
        color: #ccc;
        width: 100%;
        text-align: center;
        padding: 25px 0;
        display: inline-block;
        text-decoration: none;
        font-size: 0.85em;
    }

        .footer3 a:hover {
            color: #fff;
        }

.procurar {
    padding: 4px 14px 4px 4px;
    cursor: pointer;
    display: inline-block;
}

    .procurar img {
        width: 15px;
        vertical-align: middle;
        display: inline-block;
    }

.criterio {
    position: relative;
    background-color: #E9E9EA;
    padding: 10px 20px;
    z-index: 200;
    display: none;
}

    .criterio input {
        width: 100%;
        padding: 15px 20px;
        border-radius: 15px;
        border: 1px solid #DFE0E2;
        color: #5B5B5F;
        font-size: 1.2em;
        text-align: center;
        box-sizing: border-box;
        outline: 0;
    }

.menumobile {
    float: right;
    margin-top: 16px;
    padding: 10px;
    cursor: pointer;
    display: none;
}

    .menumobile img {
        width: 22px;
    }

.procurarmobile {
    float: right;
    margin-top: 17px;
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
    display: none;
}

    .procurarmobile img {
        width: 16px;
    }

.headermobile {
    display: none;
}

    .headermobile ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 0.8em;
        background-color: #115F93;
    }

        .headermobile ul li {
            text-align: center;
            border-bottom: 1px solid #1B3B4B;
        }

            .headermobile ul li a, .headermobile ul li a:link, .headermobile ul li a:active, .headermobile ul li a:visited {
                text-align: center;
                padding: 10px 0 12px 0;
                display: block;
                color: #fff;
                text-decoration: none;
            }

                .headermobile ul li a:hover {
                    color: #DFE0E2;
                }

@media screen and (max-width: 920px) {
    .footer1 .news .texto .titulo {
        margin-top: 7px;
    }

    .footer1 .news .texto .descricao {
        display: none;
    }

    .footer1 .social ul li:first-child {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .footer1 .news {
        width: 30%;
    }

    .footer1 .assinarnews {
        width: 40%;
    }

    .footer1 .social {
        width: 30%;
    }
}

@media screen and (max-width: 700px) {
    .footer2 {
        padding-bottom: 30px;
    }

        .footer2 nav {
            display: none;

        }
        /*.footer2 > div > nav > ul {
            width: 100%;
            text-align: center;
        }*/

        .footer2 .logo {
            display: block;
            float: none;
            text-align: center;
            width: auto;
        }

    .header1 {
        display: none;
    }

    .header2 ul {
        display: none;
    }

    .header2 .logo {
        display: block;
        text-align: center;
    }

    .menumobile {
        display: block;
    }

    .procurarmobile {
        display: block;
    }

    .criterio {
        font-size: 12px;
        padding: 0;
    }

        .criterio input {
            padding: 15px 10px;
            border-radius: 0;
            border: 0;
        }

    .criteriocatalogo {
        font-size: 12px;
        border-bottom: 1px solid #DFE0E2;
        padding: 0;
    }

        .criteriocatalogo input {
            padding: 15px 10px;
            border-radius: 0;
            border: 0;
        }
}

@media screen and (max-width: 600px) {
    .header2 ul li a, .header2 ul li a:link, .header2 ul li a:active, .header2 ul li a:visited {
        padding: 24px 8px;
        font-size: 1.1em;
    }

    .footer1 .news {
        width: 10%;
    }

        .footer1 .news .texto {
            display: none;
        }

    .footer1 .assinarnews {
        width: 60%;
    }

    .footer1 .social {
        width: 30%;
    }
}

@media screen and (max-width: 450px) {
    .footer1 .news {
        width: 20%;
        clear: both;
    }

    .footer1 .assinarnews {
        width: 80%;
    }

    .footer1 .social {
        width: 100%;
        margin-top: 20px;
    }

        .footer1 .social ul {
            text-align: center;
        }
}

section.contentazul {
    margin: 0 auto;
    display: block;
    background-color: #145E84;
    padding: 40px 0;
    color: #fff;
}

    section.contentazul p {
        color: #DFE0E2;
    }

section.contentbranco {
    margin: 0 auto;
    display: block;
    background-color: #fff;
    padding: 40px 0 50px 0;
}

section.contentbranco1 {
    margin: 0 auto;
    display: block;
    background-color: #fff;
    
}

section.contentcinzaclaro {
    margin: 0 auto;
    display: block;
    background-color: #f2f2f2;
    padding: 40px 0 50px 0;
}

    section.contentcinzaclaro:before,
    section.contentcinzaclaro:after {
        content: "";
        display: table;
    }

    section.contentcinzaclaro:after {
        clear: both;
    }

section.contenteditoraclaro {
    margin: 0 auto;
    display: block;
    background-image: url('/imagens/editoraclaro.jpg');
    background-size: cover;
    background-position: center center;
    padding: 250px 0;
}

    section.contenteditoraclaro h1 {
        text-shadow: 0 0 20px #000;
        color: #fff;
    }

    section.contenteditoraclaro p {
        font-family: "freight-sans-pro",sans-serif;
        color: #fff;
        text-shadow: 0 0 20px #000;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.2em;
        margin: 0 150px;
    }

section.contenteditoraescuro {
    margin: 0 auto;
    display: block;
    background-image: url('/imagens/editoraescuro.jpg');
    background-size: cover;
    background-position: center center;
    padding: 40px 0 50px 0;
}

    section.contenteditoraescuro h2 {
        color: #fff;
    }

    section.contenteditoraescuro h3 {
        color: #DFE0E2;
    }

    section.contenteditoraescuro p {
        color: #fff;
    }

section.contenttitulo {
    margin: 0 auto;
    display: block;
    background-color: #e4e4e4;
    padding: 20px 0 35px 0;
}

    section.contenttitulo h1 {
        margin: 5px 0;
        padding: 0;
    }

    section.contenttitulo p {
        color: #000;
        margin: 0 0 10px 0;
        font-family: "proxima-nova",sans-serif;
        font-weight: 500;
        padding: 0;
    }

section.contentcinzaescuro {
    margin: 0 auto;
    display: block;
    background-color: #444242;
    padding: 40px 0 50px 0;
}

    section.contentcinzaescuro h2 {
        color: #fff;
    }

    section.contentcinzaescuro p {
        color: #fff;
    }

    section.contentcinzaescuro:before,
    section.contentcinzaescuro:after {
        content: "";
        display: table;
    }

    section.contentcinzaescuro:after {
        clear: both;
    }

    section.contentcinzaescuro hr {
        background-color: #727176;
    }

@media screen and (max-width: 530px) {
    section.contentazul {
        padding: 30px 0 35px 0;
    }

    section.contentbranco {
        padding: 30px 0 35px 0;
    }

    section.contenteditoraclaro {
        padding: 40px 0 45px 0;
    }

        section.contenteditoraclaro p {
            margin: 0 20px;
        }

    section.contenteditoraescuro {
        padding: 30px 0 35px 0;
    }

    section.contentcinzaescuro {
        padding: 30px 0 35px 0;
    }
}

.actionfull, a.actionfull, a.actionfull:link, a.actionfull:active, a.actionfull:visited {
    margin: 0 auto;
    display: block;
    background-color: #145E84;
    padding: 30px 0;
    font-size: 1em;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
}

    a.actionfull:hover {
        background-color: #1B3B4B;
    }

    .actionfull:after {
        content: " ";
        padding-right: 40px;
        background: url('/imagens/gob.png') no-repeat center right;
        background-size: 14px;
    }

.action, a.action, a.action:link, a.action:active, a.action:visited {
    display: inline-block;
    padding: 14px 20px;
    font-family: "proxima-nova",sans-serif;
    margin: 0;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 10px;
    text-decoration: none;
}

.actionlaranja, a.actionlaranja, a.actionlaranja:link, a.actionlaranja:active, a.actionlaranja:visited {
    color: #fff;
    background-color: #CD8800;
}

    .actionlaranja:hover, a.actionlaranja:hover {
        background-color: #bf7f00;
    }

    .actionlaranja:focus, a.actionlaranja:focus {
        background-color: #e89a00;
    }

.actioncinza, a.actioncinza, a.actioncinza:link, a.actioncinza:active, a.actioncinza:visited {
    color: #444242;
    background-color: #CACBCF;
}

    .actioncinza:hover, a.actioncinza:hover {
        background-color: #b6b7bb;
    }

    .actioncinza:focus, a.actioncinza:focus {
        background-color: #dedfe1;
    }

.actioncinzaescuro, a.actioncinzaescuro, a.actioncinzaescuro:link, a.actioncinzaescuro:active, a.actioncinzaescuro:visited {
    color: #fff;
    background-color: #6d6d6d;
}

    .actioncinzaescuro:hover, a.actioncinzaescuro:hover {
        background-color: #5a5a5a;
    }

    .actioncinzaescuro:focus, a.actioncinzaescuro:focus {
        background-color: #939393;
    }

.actionazulescuro, a.actionazulescuro, a.actionazulescuro:link, a.actionazulescuro:active, a.actionazulescuro:visited {
    color: #fff;
    background-color: #1B3846;
}

    .actionazulescuro:hover, a.actionazulescuro:hover {
        background-color: #152b36;
    }

    .actionazulescuro:focus, a.actionazulescuro:focus {
        background-color: #234859;
    }

.actionazul, a.actionazul, a.actionazul:link, a.actionazul:active, a.actionazul:visited {
    color: #fff;
    background-color: #145E84;
}

    .actionazul:hover, a.actionazul:hover {
        background-color: #0f5071;
    }

    .actionazul:focus, a.actionazul:focus {
        background-color: #19719f;
    }

.actionsetaclara {
    padding-right: 50px !important;
    background: url('/imagens/gob.png') no-repeat right 20px center;
    background-size: 12px;
}

.actionsetaescura {
    padding-right: 50px !important;
    background: url('/imagens/goa.png') no-repeat right 20px center;
    background-size: 12px;
}

.actionbar {
    margin-top: 40px;
}

a.descontolivraria {
    display: block;
    padding: 0 0 10px 0;
}

a.descontolivraria img {
    width: 400px;
    max-width: 100%;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");
/*----- Default CSS -----*/
body {
    /*    font-family: "Open Sans", sans-serif;*/
/*    font-family: "freight-text-pro", sans-serif;*/
    color: #757575;
    background-color: #fff;
    font-size: 16px;
    overflow-x: hidden;
}

element.style {
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-bottom: 1px solid #dee2e6;
    border-top: 0px solid !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

user agent stylesheet
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    text-align: left;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    text-align: left;
}


.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    caption-side: bottom;
    border-collapse: collapse;
    font-family: "Quicksand", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #302c51;
    font-family: "freight-text-pro", sans-serif;
    /*font-family: "Quicksand", sans-serif;*/
}

p {
    line-height: 1.7;
}

a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none;
    color: #aebd24;
}

    a:hover {
        color: #302c51;
        text-decoration: none;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

.about-span a:hover, .modal-contrato a:hover {
    color: #302c51;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-t-150 {
    margin-top: 150px !important;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

button {
    border: none !important;
}

    button:focus {
        outline: 0;
    }

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1170px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.common-btn {
    color: #fff;
    background-color: #aebd24;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
}

    .common-btn:hover {
        color: #fff;
        background-color: #302c51;
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }

.section-title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

    .section-title .sub-title {
        display: inline-block;
        color: #aebd24;
        margin-bottom: 10px;
    }

    .section-title h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .section-title p {
        margin-bottom: 0;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

/*-- Dream --*/
.dream-area {
    background-color: #f4f8f7;
}

.dream-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd8c;
    box-shadow: 0px 0px 20px 0px #dddddd8c;
    border-radius: 10px;
    padding: 30px 25px;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #fff;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .dream-item:hover {
        /* -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px); */
        /* border-radius: 0; */
        box-shadow: 7px 7px 20px #ddd;
    }

    .dream-item h3 {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 1.4;
    }

        .dream-item h3 a {
            color: #302c51;
        }

            .dream-item h3 a:hover {
                color: #aebd24;
            }

    .dream-item p {
        margin-bottom: 20px;
    }

    .dream-item h4 {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500;
    }

        .dream-item h4 span {
            color: #aebd24;
            margin-right: 3px;
        }

    .dream-item .sub-span {
        display: inline-block;
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: #302c51;
        background-color: #e5e6ff;
        border-radius: 50%;
        position: absolute;
        right: 25px;
        bottom: 35px;
        font-weight: 600;
    }


/*----- Default CSS -----*/
body {
    font-size: 15px;
}

.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 50px;
}

.pb-70 {
    padding-bottom: 20px;
}

.pb-100 {
    padding-bottom: 50px;
}

.container {
    max-width: 540px;
}

.section-title {
    margin-bottom: 30px;
    text-align: center !important;
}

    .section-title h2 {
        font-size: 30px;
    }

/*-- Dream --*/
.dream-item {
    text-align: center;
    padding: 30px 15px 30px;
}

    .dream-item p {
        margin-bottom: 15px;
    }

    .dream-item .sub-span {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }

/*----- Default CSS -----*/
body {
    font-size: 15px;
}

.ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 40px;
}

.pb-100 {
    padding-bottom: 70px;
}

.container {
    max-width: 720px;
}

.section-title {
    margin-bottom: 30px;
}

    .section-title h2 {
        font-size: 35px;
    }

/*-- Dream --*/
.dream-item {
    text-align: center;
    padding: 30px 15px 30px;
}

    .dream-item p {
        margin-bottom: 15px;
    }

    .dream-item .sub-span {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }
/*----- Rules CSS -----*/
.rules-area .rules-item {
    text-align: center;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-area .banner-img img:nth-child(1) {
        max-width: 100%;
    }

    .work-area .work-img img:nth-child(2) {
        margin-right: 45px;
    }

    .header-area .right .nav-flag-dropdown .dropdown-menu {
        -webkit-transform: translate3d(-20px, 30px, 0px) !important;
        transform: translate3d(-20px, 30px, 0px) !important;
    }

    .banner-content h1 {
        font-size: 45px;
    }

    .banner-area .banner-img img:nth-child(2) {
        bottom: -150px;
        max-width: 150px;
    }

    .dream-item {
        padding: 30px 10px 40px;
    }

        .dream-item h3 {
            font-size: 21px;
        }

    .donation-item .inner {
        padding: 26px 15px 30px;
    }

    .donation-item .top h3 {
        font-size: 20px;
    }

    .benefit-item h3 {
        font-size: 20px;
    }

    .banner-area-two.three .banner-content {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 600px;
    }

    .donations-area.three .donation-item {
        padding: 30px 15px 30px;
    }

    .user-form-area .user-content .user-content-inner {
        max-width: 430px;
    }
}

@media only screen and (max-width: 991px) {
    .mean-container .mean-bar {
        background-color: #302c51;
    }

    .mobile-nav .logo {
        top: 5px;
        max-width: 100px;
    }

        .mobile-nav .logo img {
            filter: brightness(100);
        }

    .mean-container a.meanmenu-reveal span {
        margin-top: 30px;
        position: relative;
        top: -10px;
    }

    .mobile-nav.mean-container .mean-nav ul li a.active {
        color: #ff6015;
    }

    .navbar-nav {
        height: 375px;
        overflow-y: scroll;
    }

    .side-nav a {
        padding: 5px 10px !important;
        margin-right: 30px;
    }

    .equipe .about-area .about-img, .equipe .dream-area .about-img {
        height: auto;
        text-align: center;
    }

    .owl-theme .owl-nav {
        display: none;
    }
}

@media only screen and (min-width: 1800px) {
    .banner-area .banner-img {
        text-align: center;
        margin-top: 100px;
    }

        .banner-area .banner-img img:nth-child(1) {
            max-width: 710px;
            margin-left: auto;
            margin-right: auto;
        }

        .banner-area .banner-img img:nth-child(2) {
            bottom: -15px;
            max-width: 160px;
        }
}

@media (max-width: 1299px) {
    .main-nav nav .navbar-nav .nav-item a {
        font-size: 15px !important;
    }

    .side-nav a {
        padding: 10px 15px;
        font-size: 15px;
    }

    a.navbar-brand img {
        width: 135px !important;
    }
}

@media (max-width: 1115px) {
    a.navbar-brand img {
        display: none;
    }

    .header-area {
        display: none;
    }
}

@media (min-width: 1299px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
        width: 100%;
    }
}

@media only screen and (min-width: 2700px) {
    .banner-area .banner-img {
        max-width: 795px;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1350px) {
    /* .banner-content {
        max-width: 555px;
    } */
}

