﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

/*****************************
    GERAL
*****************************/

body {
    font-family: 'Poppins', sans-serif;
}

section {
    padding: 45px 0;
}

.bg-breadcrumb {
    background: #333;
}

.breadcrumb {
    padding: .75rem 0;
    text-transform: capitalize;
}

ol.breadcrumb {
    background: transparent;
    margin: 0;
}

    ol.breadcrumb a {
        color: #fff;
    }

.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;
}

.red {
    color: #d00000;
}

.white {
    color: #fff;
}

.product div.col {
    text-align: center;
    background: #f0f0f0;
    padding: 25px 10px;
    box-shadow: 0px 2px 6px #555;
    top: -80px;
    margin: 0 20px;
}

.product.detail div.col {
    top: 0;
}

    .product.detail div.col:hover {
        background: #555;
        color: #fff;
        font-weight: bold;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

.product div p.text {
    margin-top: 10px;
    font-size: 14px;
    min-height: 45px;
}

.product div p.image {
    min-height: 175px;
}

.product div a {
    font-size: 14px;
}

.aplication {
    background: #333333;
}

    .aplication div.col {
        background: #fff;
        max-width: 20%;
        padding: 0;
        border-radius: 35px 0 35px 0;
        text-align: center;
        margin: 0 15px 35px;
    }

.contact {
    background: #f2f2f2;
}

    .contact div.col {
        max-width: 60%;
        text-align: center;
        background: #fff;
        padding: 20px 40px;
        border-radius: 35px 0px 35px 0px;
        box-shadow: 0px 1px 8px #999;
    }

    .contact .form-control {
        border-radius: 10px 0px 10px 0px;
    }

        .contact .form-control.text {
            height: 55px;
        }

.p-details div.col img {
    border: 1px #333 solid;
    padding: 5px 10px;
    border-radius: 20px 0px 20px 0px;
}

.p-details div.col:hover img {
    box-shadow: 0px 2px 8px #333;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/*****************************
    HEADER
*****************************/

.logo {
    width: 325px;
}

nav.navbar {
    background: #fff;
    border-top: 8px #d00000 solid;
    padding: 25px 10px 15px;
}

.nav-item {
    margin: 0 6px;
}

a.nav-link {
    color: #858585;
}

    a.nav-link:hover {
        color: #000;
    }

.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 a {
    font-weight: bold;
    color: #000;
}

header .find {
    font-size: 14px;
    color: #4d4d4d;
    margin: 0 0 10px;
}

#icones i {
    color: #858585;
}

span.icon-bar {
    background: #d00000;
    width: 45px;
    height: 7px;
    display: block;
    margin-top: 7px;
}

/*****************************
    BANNER
*****************************/

.carousel {
    border-bottom: 5px #d00000 solid;
}

.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-continue {
    background: transparent;
    color: #444;
    border: 1px #b6b6b6 solid;
    border-radius: 35px;
    padding: 8px 25px;
    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-continue span {
        color: #d00000;
    }

    .btn-continue:hover {
        background: #dadada;
        color: #d00000;
        border-color: #dadada;
    }

        .btn-continue:hover span {
            color: #444;
        }

.btn-contato {
    background: #d10000;
    color: #fff;
    width: 50%;
    margin-top: 10px;
    border-radius: 35px;
    border: 1px #d10000 solid;
    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-contato:hover {
        background: #fff;
        color: #d10000;
        border: 1px #d10000 solid;
    }

.btn-catalogo {
    background: #8ac53e;
    color: #fff;
    font-size: 13px;
    border-radius: 30px;
    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-catalogo:hover {
    background: #609d12;
    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 {
    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: transparent;
    color: #fff;
    text-align: left;
}

/*****************************
    FOOTER
*****************************/

footer {
    padding: 45px 0 0;
    color: #fff;
    background-image: url(/Conteudo/Template/img/back-rodape.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    footer ul {
        padding: 0;
        list-style: none;
        line-height: 2;
    }

        footer ul a {
            color: #fff;
        }

    footer div.border {
        border: 2px dashed #d10000 !important;
        width: 60%;
        margin: 0px 0 25px;
    }

    footer .site-map {
        padding: 0 15px 0 50px;
    }

    footer .find i{
        color: #d20001;
    }

.assinatura {
    background: transparent;
    padding: 65px 0 20px;
    font-size: 13px;
    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%;
    }

    .img-mobile {
        display: none;
    }

    .logo {
    width: 100px;
}

.product div.col {
    top: 0;
    margin: 15px 20px;
}

.aplication div.col {
    max-width: 100%;
}

footer .site-map {
    padding: 0 15px;
}

.contact div.col {
    max-width: 98%;
}

.btn-contato {
    width: 75%;
}
}
