﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');

/*****************************
    GERAL
*****************************/

.logo-teste {
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    margin-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
}
body {
    font-family: 'Poppins', sans-serif;
}

section {
    padding: 45px 0;
}

.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;
    }

.bg-breadcrumb {
    background: #ffffff;
    border-bottom: 5px #f79319 solid;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.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;
}

.titulo-padrao {
    color: #555;
}

.card-contato {
    width: 30%;
    padding: 50px 30px;
    border: none;
    position: absolute;
    top: 40px;
    z-index: 99;
    right: 135px;
    color: #555;
    height: auto;
    box-shadow: 0px 0px 18px #777;
    border-radius: 0px;
}

.borda-mapa {
    position: relative;
}

.form-control {
    padding: 25px 15px;
    color: #555555;
    border: 1px solid #d0d0d0;
    border-radius: 0;
}

/*****************************
    HEADER
*****************************/

header {
    border-bottom: 5px #f79319 solid;
}

.topo {
    background: #333333;
    color: #fff;
}

.logo {
}

.nav-item {
    padding: 0 18px;
    text-align: center;
}

nav.navbar {
    background: #fff;
}

a.nav-link {
    color: #333;
}

    a.nav-link:hover {
        color: #242020;
    }

.dropdown-menu {
    background: #343a40;
}

.dropdown-item {
    color: rgba(255,255,255,.5);
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        background-color: #262833;
    }

li.nav-item.menu-active {
    font-weight: bold;
    font-style: italic;
}

span.icon-bar {
    background: #737373;
    width: 40px;
    height: 4px;
    display: block;
    margin-top: 4px;
}

/*****************************
    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-site {
    background-image: linear-gradient(#cfcfcf, #e5e5e5, #cfcfcf);
    padding: 8px 36px;
    border-radius: 30px;
    color: #333;
}
    .btn-site:hover {
        background-image: linear-gradient(#cfcfcf, #cfcfcf, #cfcfcf);
        color: #333;
    }

/*****************************
    MAPA
*****************************/

.mapa {
    height: 450px;
    width: 100%;
}

/*****************************
    FOOTER
*****************************/

footer {
    padding: 45px 0;
    color: #fff;
    background: #333333;
    border-top: 5px #f79319 solid;
}

    footer ul {
        padding: 0;
        list-style: none;
    }

        footer ul a {
            color: #fff;
        }

.assinatura {
    background: #333333;
    padding: 10px 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%;
    }

    .logo {
        width: 200px;
    }

    .img-mobile {
        display: none;
    }

    .card-contato {
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        box-shadow: none;
    }
}

@media (max-width: 425px) {
    .txt-mobile {
        display: none;
    }
}
