﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*****************************
    GERAL
*****************************/

body {
    font-family: 'Montserrat', sans-serif;
}

section {
    padding: 55px 0;
}

strong {
    font-weight: 900;
}

.container {
    max-width: 1280px;
}

.bg-breadcrumb {
    background: #e9e9e9;
}

.breadcrumb {
    padding: .75rem 0;
    text-transform: capitalize;
}

ol.breadcrumb {
    background: transparent;
    margin: 0;
}

    ol.breadcrumb a {
        color: #343a40;
    }

hr {
    margin: 0;
}

.btn {
    cursor: pointer;
}

.link-padrao {
    color: inherit;
    text-decoration: inherit;
}

    .link-padrao:hover {
        color: inherit;
        text-decoration: inherit;
    }

.center-h {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.bg-grey {
    background: #f7f7f7;
}

.sobre {
    padding-bottom: 0;
    background: #f5f9fa;
}

.orange {
    color: #f93e00;
}

.blue {
    color: #0f2473;
}

.pink {
    color: #cf297f;
}

.white {
    color: #fff;
}

.titulo-g {
    font-size: 65px;
}

.titulo-m {
    font-size: 45px;
}

.colabore {
    background-image: url(img/fundo_ajuda.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.vila {
    background-image: url(img/fundo_vila.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.col-banner {
    padding: 0px 35px;
    max-width: 30%;
    margin: 0 15px;
    top: -195px;
    text-align: center;
    background: #fff;
    box-shadow: -10px 10px 1px #fb3199;
    height: 255px;
}

    .col-banner p {
        margin: 15px 0;
    }

    .col-banner img {
        width: 55%;
    }

    .col-banner a {
        font-size: 14px;
    }

    .col-banner.blue {
        background: #122844;
    }

    .col-banner.orange {
        background: #f93e00;
    }

.col-missao {
    color: #fff;
    padding: 30px 35px;
    max-width: 30%;
    margin: 0 15px;
}

    .col-missao p {
        font-size: 13px;
        margin: 30px 0;
    }

    .col-missao.blue {
        background: #122844;
    }

    .col-missao.orange {
        background: #f93e00;
    }

.col-contato {
    color: #fff;
    padding: 30px 35px;
    max-width: 18%;
    margin: 0 15px;
}

    .col-contato p {
        font-size: 20px;
    }

    .col-contato.blue {
        background: #122844;
    }

    .col-contato.orange {
        background: #f93e00;
    }

.col-projetos {
    text-align: center;
    max-width: 30%;
    border: 1px #b1b1b1 solid;
    padding: 30px 20px;
    margin: 20px 15px;
}

    .col-projetos p {
        font-size: 13px;
        margin: 30px 0;
    }

    .col-projetos a {
        font-size: 14px;
    }

    .col-projetos img {
        max-width: 45%;
    }

.colaboradores img {
    border-radius: 200px;
    box-shadow: 1px 1px 8px 3px #a3a3a3;
    width: 90%;
}

.table.diretoria td {
    height: 70px;
    vertical-align: middle;
}

.table.transparencia td {
    height: 70px;
    vertical-align: middle;
}

.table.transparencia td.subtitulo {
    height: 60px;
    vertical-align: middle;
    font-size: 15px;
}

    .table.transparencia td.nome {
        width: 80%;
        font-size: 14px;
    }

    .table.transparencia td.divisor {
        height: 20px;
    }

    .table.transparencia td.arquivo {
        width: 20%;
        text-align: center;
    }

    .table.transparencia td.ano {
        width: 10%;
        text-align: center;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f93e00;
}

.nav-pills a.nav-link {
    color: #333;
    margin: 15px 0 0;
}

    .nav-pills a.nav-link:hover {
        background-color: #f93e00;
        color: #fff;
    }

.tab-content {
    background: #e7e4e4;
    padding: 25px 35px;
    text-align: justify;
    min-height: 300px;
}

.img-galeria {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: top;
}

.wpp {
    background-color: #1c9f11;
    position: fixed;
    right: 30px;
    bottom: 25px;
    height: 4pc;
    width: 4pc;
    border-radius: 35px;
    z-index: 99;
    box-shadow: 1px 1px 6px #777;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out, transform .15s;
}

    .wpp:hover {
        transform: translateY(-10px);
    }

    .wpp i {
        color: #fff;
    }

/*****************************
    POPUP
*****************************/

.popup-cadastro {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 9999;
}

    .popup-cadastro img {
        border-radius: 15px;
    }

.fechar-popup {
    color: #fff;
    position: absolute;
    right: 8px;
    opacity: 1;
    z-index: 999999;
}

/*****************************
    HEADER
*****************************/

.topo {
    background: #fff;
}

.logo {

}

nav.navbar {
    
}

.nav-item {
    margin: 0 30px 0 0;
}

    .nav-item.nav-ajude {
        background: #f93e00;
        border-radius: 75px;
        padding: 0 20px;
    }

a.nav-link {
    color: #111;
    font-size: 14px;
}

    a.nav-link:hover {
        color: #111;
    }

.dropdown-menu {
    background: #f93e00;
    border: none;
    top: 80%;
}

.dropdown-item {
    color: #fff;
    font-size: 14px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        background-color: #ff7243;
    }

li.nav-item.menu-active {
    background: #f93e00; 
}

span.icon-bar {
    background: #cb3638;
    width: 35px;
    height: 5px;
    display: block;
    margin-top: 5px;
}

.col-topo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

    .col-topo i {
        font-size: 33px;
        color: #111;
    }

    .col-topo p {
        line-height: 1.3;
    }

    .col-topo p strong {
        color: #111;
    }

    .col-topo p span {
        color: #8f8f8f;
        font-size: 14px;
    }

    .col-topo img {
        width: 55px;
    }

.redes-sociais i {
    margin: 0 3px;
    font-size: 16px;
    background: #fff;
    color: #cb3638;
    padding: 8px 9px;
    border-radius: 48px;
}

    .redes-sociais i.fa-youtube {
        padding: 8px 7px;
    }

.dropdown-menu .dropdown-submenu {
    position: relative;
}

    .dropdown-menu .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -5px;
        display: none;
        position: absolute;
    }

    /* Exibe o submenu quando o item pai é hover */
    .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/*****************************
    BANNER
*****************************/
    .carousel-control-next, .carousel-control-prev {
        width: 8%;
    }

/*****************************
    BOTOES
*****************************/

.btn-primary {
    background: #343a40;
    border-color: #343a40;
}

    .btn-primary:hover, btn-primary:active {
        background: #262833;
        border-color: #262833;
    }

.btn-red {
    background: #cb3638;
    color: #ffff;
    font-size: 15px;
    padding: 10px 50px;
    border-radius: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn-red:hover {
        background: #ff3b3d;
        color: #ffff;
    }

.btn-white {
    background: #fff;
    color: #cb3638;
    font-size: 14px;
    padding: 5px 35px;
    border-radius: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn-white:hover {
        background: #ffe7e7;
        color: #cb3638;
    }

.btn-link {
    font-weight: 600;
    color: #333;
    background-color: transparent;
}

    .btn-link:hover {
        color: #f94410;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

.btn-green {
    background: #0fd938;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn-green i {
        background: #28a71a;
        padding: 6px 7px;
        border-radius: 40px;
    }

    .btn-green:hover {
        background: #28a71a;
        color: #fff;
    }

/*****************************
    COUNTDOWN
*****************************/

.contador {
    text-align: center;
    font-size: 22px;
    max-width: 100%;
    margin: 0 auto;
}

    .contador span {
        font-size: 100px;
        display: block;
        font-weight: 700;
    }

        .contador span.texto-contador {
            color: orange;
            font-size: 35px;
            padding: 0;
            margin: 0;
        }

.row-contador {
    padding-bottom: 25px;
}

.contador .col-md-3 {
    background: none;
    padding: 0px;
}

/*****************************
    NOTICIAS
*****************************/

.card {
    
}

    .card h4.card-title {
        min-height: 60px;
    }

/*****************************
    PRODUTOS
*****************************/

.produtos .card {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .produtos .card:hover {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

.produtos h2 {
    font-size: 20px;
    margin: 0;
}

.produtos .preco {
    color: #777;    
}

.preco.riscado{
    text-decoration: line-through;
}

/*****************************
    CATEGORIAS
*****************************/
nav.nav.categorias {
    margin-bottom: 20px;
    background: #f5f5f5;
}

    nav.nav.categorias a.nav-link {
        color: #007bff;
    }

        nav.nav.categorias a.nav-link.active {
            color: #ffffff !important;
            background: #cccdd1;
        }

/*****************************
    DOCUMENTACAO
*****************************/

.documentacao h1 {
    color: #ee9600;
}

.documentacao h2 {
    margin-top: 35px;
}

    .documentacao h2 i, .documentacao h2 i:hover, .documentacao h2 i:focus, .documentacao h2 i:active {
        font-size: 1.5rem;
        text-decoration: none;
        color: #007bff;
        border: none;
    }

.documentacao .espaco-sessao {
    margin-top: 45px;
}

.terminal-documentacao {
    color: #f1f1f1;
    background: #343a40;
    border-radius: 10px;
    padding: 1rem 1rem 0px;
    margin: 25px 0px;
}

.arquivos-documentacao {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 25px;
    margin: 25px 0px;
}

ul.propriedades li {
    list-style-type: none;
}

    ul.propriedades li i {
        color: deeppink;
    }

/*****************************
    DEPOIMENTOS
*****************************/

.carousel-depoimentos {
    text-align: center;
}

    .carousel-depoimentos img {
        max-width: 100px;
        margin: 0 auto;
    }

    .carousel-depoimentos p {
        width: 75%;
        margin: 25px auto 0;
        text-align: justify;
        min-height: 150px;
    }

.img-min-depoimentos {
    min-height: 100px;
}

.color-icon-depoimentos {
    color: #d0d0d0;
}

/*****************************
    MAPA
*****************************/

.mapa {
    height: 450px;
    width: 100%;
}

/*****************************
    CADASTRO EMAIL
*****************************/

.box-cadastro-email {
    background: #262833;
    color: #fff;
    text-align: center;
}

    .box-cadastro-email section {
        max-width: 650px;
        margin: 0 auto;
    }

    .box-cadastro-email h2 {
    }

    .box-cadastro-email p {
        margin: 50px 0;
    }

    .box-cadastro-email .btn-primary {
        display: block;
        width: 100%;
        margin: 10px 0;
        background: #3d5771;
    }

        .box-cadastro-email .btn-primary:hover,
        .box-cadastro-email .btn-primary:active {
            background: #44688b;
        }

/*****************************
    FOOTER
*****************************/

footer {
    padding: 45px 0;
}

    footer ul {
        padding: 0;
        list-style: none;
        line-height: 1.9;
    }

        footer ul a {
            color: #fff;
        }

    footer .redes-sociais i {
        margin: 0 3px;
        font-size: 22px;
        background: #cb3638;
        color: #fff;
        padding: 12px 13px;
        border-radius: 48px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

        footer .redes-sociais i:hover {
            background: #e93b3d;
        }

        footer .redes-sociais i.fa-youtube {
            padding: 12px 11px;
        }

.assinatura {
    background: #0f2473;
    padding: 25px 0;
    font-size: 14px;
    color: #fff;
}

    .assinatura a {
    }

/*****************************
    PAGINAÇÃO
*****************************/

span.list-paginacao, a.list-paginacao {
    padding: 5px;
    background-color: #343a40;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

/*****************************
    BLOG
*****************************/
.item-blog-imagem {
    height: 100%;
}

.item-blog .col-md-7 {
    padding-left: 0;
    min-height: 250px;
}

.item-blog-body {
    padding: 30px 20px;
    background: #f1f1f1;
    min-height: 250px;
    height: 100%;
}

.nav-blog {
    background: #f1f1f1;
    border-top: solid 6px #343a40;
    padding: 10px 10px 0;
}

    .nav-blog .busca-blog {
        background: #fff;
    }

    .nav-blog h3 {
        font-size: 16px;
        color: #000;
    }

    .nav-blog h2 {
        margin: 0;
        font-size: 14px;
        color: #343a40;
    }

    .nav-blog .busca-blog .btn.btn-busca {
        font-family: 'FontAwesome';
        width: 100%;
        height: 51px;
        background: transparent;
        border-radius: 0;
        font-size: 19px;
        color: #343a40;
    }

    .nav-blog .busca-blog .form-control {
        margin: 0;
    }

    .nav-blog .form-control {
        height: 51px;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media only screen and (max-width: 768px) {

    .item-blog-imagem {
        height: auto;
        width: 100%;
    }

    .col-banner {
        max-width: 75%;
        top: -180px;
        margin-top: 105px;
        height: inherit;
    }

    .col-missao, .col-contato, .col-projetos {
        max-width: 90%;
    }

    .titulo-g {
        font-size: 45px;
    }

    .titulo-m {
        font-size: 40px;
    }

    .logo {
        width: 75%;
        margin: 0;
    }

    .navbar-toggler {
        margin: auto;
    }

    header .col-topo, header .redes-sociais {
        display: none
    }

    nav.navbar {
        display: none;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .topo {
        background: #fff;
        padding: 35px 0px !important;
    }
}
