﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');

/*****************************
    GERAL
*****************************/

body {
    font-family: 'Poppins', sans-serif;
}

.site {
    background-image: url(/Conteudo/Template/img/fundo.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    align-content: center;
}

.site .container {
    max-width: 1500px;
}

.site .col-formulario {
    border: 1px #fff solid;
    padding: 30px 25px;
}

.site .col-conteudo {
    padding: 60px;
}

.site .col-conteudo .redes {
    font-size: 22px;
    line-height: 2;
}

section {
    padding: 45px 0;
}

.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;
}

.blue {
    color: #4ad4df;
}

.white {
    color: #fff;
}

.form-control {
    background: none;
    border: none;
    border-bottom: 1px #ffffff54 solid;
    border-radius: 0;
    height: 55px;
    color: #fff;
}

.form-control:focus {
    color: #fff;
    background: none;
    border-color: #ffffff78;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(255 255 255 / 24%);
}


/*****************************
    HEADER
*****************************/

.logo {
}

#icones {
    color: #fff;
}

nav.navbar {
    background: transparent;
    padding: 25px 10px;
}

.nav-item {
    margin: 0 30px;
}

    .nav-item.nav-contato {
        background: #49d4df;
        border-radius: 10px 0px 10px 0px;
        padding: 0px 5px;
    }

        .nav-item.nav-contato .nav-link {
            color: #0e0134;
            font-weight: bold;
        }

a.nav-link {
    color: #fff;
    font-weight: bold;
}

    a.nav-link:hover {
        color: #fff;
    }

.dropdown-menu {
    background: #343a40;
}

.dropdown-item {
    color: rgba(255,255,255,.5);
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        background-color: #262833;
    }

span.icon-bar {
    background: #4ad4df;
    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-site {
    background: #26c7b3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
    margin-top: 35px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    height: 55px;
}

    .btn-site:hover {
        background: #148375;
        color: #ffffff;
    }

    .btn-site.pink {
        background: #ae008d;
        color: #fff;
        font-weight: bold;
        border-radius: 10px 0px 10px 0px;
        margin-top: 10px;
        padding: 5px 20px;
        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-site.pink:hover {
            background: #660754;
            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
*****************************/


/*****************************
    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;
    background: transparent;
    color: #fff;
}

    footer ul {
        padding: 0;
        list-style: none;
    }

        footer ul a {
            color: #fff;
        }

.assinatura {
    background: #26c7b2;
    padding: 20px 100px;
    font-size: 14px;
    color: #013537;
    position: fixed;
    bottom: 0;
}

    .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) {

    .site .col-formulario {
        margin: 18px 20px;
    }
}

@media (max-width: 1300px) {
    .site {
        height: auto;
        align-content: center;
    }

    .assinatura {
        position: inherit;
    }

    .site .col-conteudo {
        padding: 30px;
    }

    .site .col-conteudo .redes {
        font-size: 15px;
        line-height: 2;
    }

    
}
