﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap');

/*****************************
    GERAL
*****************************/
body {
    font-family: 'Quicksand', sans-serif;
}


.wpp {
    background-color: #1c9f11;
    position: fixed;
    right: 30px;
    bottom: 25px;
    height: 3pc;
    width: 3pc;
    border-radius: 35px;
    padding: .45pc;
    z-index: 99;
}

    .wpp i {
        color: #fff;
    }


p {
    text-align: justify;
}

section {
    padding: 45px 0;
}

.bg-breadcrumb {
    background: #290f74;
}

.breadcrumb {
    padding: .75rem 0;
    text-transform: capitalize;
}

ol.breadcrumb {
    background: transparent;
    margin: 0;
}

    ol.breadcrumb a {
        color: #ffffff;
    }

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: ">";
}

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;
}

.titulo {
    color: #290f74;
}

    .titulo.verde {
        color: #0b4944;
    }

    .titulo.azul {
        color: #1d8ede;
    }

.continue {
    color: #290f74;
}

    .continue.verde {
        color: #0b4944;
    }

.bg-grey {
    background: #f5f6f8;
}

.card.card-contato {
    width: 40%;
    padding: 50px 30px;
    border: none;
    position: absolute;
    top: 40px;
    z-index: 99;
    right: 70px;
    color: #fff;
    height: auto;
    box-shadow: 0px 0px 18px #777;
    border-radius: 0px;
    background: #290f74;
}

.form-control {
    padding: 30px 15px;
    border-radius: 0;
    border: none;
}

.borda-mapa {
    position: relative;
}

/*****************************
    HEADER
*****************************/

.topo {
    color: #fff !important;
    background: #290f74;
}

.logo {
    width: 285px;
}

nav.navbar {
    background: #fff;
    padding: 20px 10px;
}

a.nav-link {
    color: #181816;
}

.nav-item {
    text-align: center;
    margin: 0 10px;
}

    .nav-item a:hover {
        background: #290f74;
        color: #fff;
    }

.dropdown-menu {
    background: #adadad;
    border: none;
    border-radius: 15px;
    border-top-left-radius: 0;
    padding: 15px 25px 15px 0px;
    top: 90%;
}

.dropdown-item {
    color: #111;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #111;
        background-color: #9c9c9c;
    }

li.nav-item.menu-active a {
    background: #290f74;
    color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

span.icon-bar {
    background: #290f74;
    width: 45px;
    height: 7px;
    display: block;
    margin-top: 7px;
}


/*****************************
    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-enviar {
    background: none;
    border: none;
    cursor: pointer;
}

/*****************************
    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 {
    margin-bottom: 30px;
}

    .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;
    color: #1b1b19;
    background: #fff;
    border-top: 6px #301773 solid;
}

    footer ul {
        padding: 0;
        list-style: none;
    }

        footer ul a {
            color: #fff;
        }

.assinatura {
    background: #290f74;
    padding: 20px 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%;
    }

    .card.card-contato {
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        box-shadow: none;
    }

    li.nav-item.menu-active a {
        background: #290f74;
        color: #fff;
        padding: 5px 15px;
    }

    .logo {
        width: 200px;
    }
}

@media (max-width: 425px) {
    
}

@media only screen and (min-width: 1440px) {

    .nav-item {
        margin: 0 10px;
    }
}
