/* Custom General
------------------------------------------*/

html, body{
    height: 100%;
}
body{
    position: relative;
    background: #fdfdfd;
}
.container-fluid{
    max-width: 1280px;
    min-width: 280px;
}
img{
    max-width: 100%;
}
input, select .textarea, button{
    outline: none;
}

h1, h2, h3{
    color: #2c2d3c;
}
h1{
    font-size: 28px;
}
h2{
    font-size: 22px;
}
h1, h2,
h1 *, h2 *{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;	
}

header .title{
    font-size: 30px;
    margin: 40px 0 20px;
}

a, a:hover, a:active, a:focus, a:active:focus{
    color: #000;
    text-decoration: none;
}
a.active{
    color: #d31013;
}
.btn-link, .btn-link:hover, .btn-link:focus,
.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #444;
}

.btn:active, .btn:focus, .btn:active:focus{
    outline: none;
}

.pagination > li > a.active{
    background: #DDD;
    color: #d31013;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0;
    border-bottom: 1px solid #444;
    -webkit-text-fill-color: #444;
    -webkit-box-shadow: none;
    transition: background-color 500000s ease-in-out 0s;
}

/*placeholder color*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #444;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #444;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #444;
}
:-moz-placeholder { /* Firefox 18- */
    color: #444;
}



label{
    font-weight: normal;
}
.radio-inline, .checkbox-inline{
    min-height: 20px;
}
.form-control{
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus{
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-addon{
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.has-error .form-control,
.has-error .form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;	
}

.btn{
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.btn-default{
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
}
.btn-inline{
    margin-right: 5px;
}

.required{
    color: #c00;
}
small.required{
    text-align: right;
    margin: 10px 0;
    display: block;
    clear: both;
}

.table-responsive{
    overflow-y: hidden;
}

textarea{
    max-width:100%;
}

@media screen and (max-width: 600px){
    .table-responsive thead th{
        display: none;
    }
    .table-responsive tbody tr{
        border-bottom: 1px solid #ddd;
    }
    .table-responsive tbody td{
        width: 100%;
        display: block;
    }
    .table-responsive tbody td:before{
        content: attr(data-th);
        display: inline;
        margin-right: 5px;
        font-weight: bold;
    }
}

.navbar{
    -weblkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    margin-bottom: 5px;
}
.navbar-default .navbar-nav,
.navbar-default .navbar-form{
    padding-top: 20px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus{
    color: #d31013;
    background: transparent;
}
.navbar-default .navbar-nav > li > a{
    color: #000;
    text-transform: uppercase;
}
.navbar .dropdown-menu{
    background: #2a2a2d;
}
@media screen and (min-width: 768px){
    .navbar .dropdown-2-col{
        min-width: 500px;
    }
}
.navbar .dropdown-2-col > .col-sm-12{
    padding: 0;
}
.navbar .dropdown-menu > li > a{
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color: #d31013;
}
.navbar-brand{
    padding: 3px 10px;
    height: auto;
}
.navbar .dropdown-menu{
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #2c2d3c;
    border: 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: transparent;
    border:none;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #000;
}

.btn-hover-primary:hover{
    color: #337ab7;
    background-color: #f0f6f9; 
}
.btn-hover-success:hover{
    color: #409841;
    background-color: #bbf3bc;
}
.btn-hover-danger:hover{
    color: #c00;
    background-color: #fbdcdc; 
}



/* Footer
------------------------------------------*/

footer{
    clear: both;
    width: 100%;
    padding: 20px 0 0;
    background: #3a3a3f;
    border-top: solid 4px #d31013;
}
footer p, footer h2{
    color: #eaeaea;
}
footer p{
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 5px;
}
footer p > strong{
    margin-top: 15px;
    display: block;
}
footer .btn-default{
    color: #eaeaea;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
}
footer .financiamento{
    border-top: solid 1px rgba(255,255,255,0.3);
    margin-top: 20px;
    padding-top: 10px;
}
footer .financiamento img{
    margin: 10px 0;
}
@media screen and (min-width: 768px){
    footer .col-last{
        padding-top: 42px;
    }
}
footer #copyright{
    background: #2a2a2d;
    padding: 10px 0;
}
footer #copyright p{
    color: #cecece;
    font-size: 12px;
    margin-bottom: 0;
}



/* Newsletter
------------------------------------------*/
#newsletter{
    padding: 13px 0;
    background: #f5f6f6;
    border-top: solid 2px #efefef;
}
#newsletter .label-newsletter{
    padding: 10px 0 0 50px;
    margin-bottom: 0;
    background: url('../img/ico-newsletter.png') no-repeat 0 center;
    min-height: 40px;
    font-size: 18px;
    color: #d31013;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: 'Oswald', sans-serif;
}
#newsletter input{
    margin-top: -12px;
    margin-right: -4px;
    min-width: 200px;
}
#newsletter input,
#newsletter .btn-default{
    border: solid 2px #cccdcd;
    color: #454545;
    height: 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}



/* Acesso RÃ¡pido
------------------------------------------*/
#acesso-rapido{
    margin: 40px 0;
}
#acesso-rapido li{
    list-style: none;
    margin: 20px 0;
}
#acesso-rapido a{
    display: block;
    font-size: 15px;
    height: 90px;
    padding: 14px 7%;
    border: solid 2px #fff;
    border-radius: 50px;
}
#acesso-rapido a,
#acesso-rapido a span{
    font-family: 'Oswald', sans-serif;
    color: #454545;
    text-transform: uppercase;
}
#acesso-rapido a span{
    font-size: 20px;
    display: block;
}
#acesso-rapido a:hover{
    border-color: #d31013;
}
#acesso-rapido a:hover,
#acesso-rapido a:hover span{
    color: #d31013;
}
#acesso-rapido img{
    float: left;
    margin-right: 20px;
}
@media screen and (max-width: 1200px){
    #acesso-rapido a{
        padding: 10px 15px;
        height: 70px;
    }
    #acesso-rapido a span{
        font-size: 16px;
    }
    #acesso-rapido img{
        max-height: 45px;
        margin-right: 10px;
    }
}	



/* Home
------------------------------------------*/
#page-home #lista-produtos{
    padding-bottom: 20px;
}
#noticias{
    border-top: solid 1px #5c8aac;
    background: #dce5ec;
    padding: 40px 0;
}
#page-home #lista-produtos h2,
#noticias h2{
    color: #d31013;
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
}
#noticias h2{
    color: #2d5a7b;
}
#lista-produtos h3,
#noticias h3{
    color: #d31013;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}
#page-home #lista-produtos .btn-rounded{
    background: #5c8aac;
    padding: 15px 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    bottom: -48px;
}
#page-home #lista-produtos .btn-rounded:hover{
    background: #2d5a7b;	
}
.foto{
    width: 100%;
    /*max-height: 250px;*/
    /*height: 150px;*/
    overflow: hidden;
    border: solid 2px #e0e7ec;
    text-align: center;
}

#noticias .foto{
    border: 0;
}
#noticias .foto img{
    border: solid 2px #fff;
}

@media screen and (min-width: 728px) {
    .foto{
        height: 270px;
    }

    #lista-produtos .item {
        height: 340px;
    }

    .thumbnail > img, .thumbnail a > img {
    /* min-height: 100px; */
        min-width: 100px;
    }
}


/* Dicas e utilidades
------------------------------------------*/
#page-dicas #noticias{
    border-top: 0;
    margin-bottom: 40px;
    padding-top: 20px;
}
#page-dicas #noticias h2,
#page-dicas #noticias h3{
    color: #5c8aac;
}
#page-dicas .lista-dicas-categoria #noticias{
    background: none;
    margin: 0;
    padding-bottom: 0;
}
#page-dicas #noticias .noticia{
    margin-bottom: 30px;
}

#page-dicas #receitas{
    background: #5c8aac;
    padding: 30px 0;
}
#page-dicas #receitas img{
    max-width: 440px;
}
#page-dicas #receitas *{
    color: #fff;
}

#categorias-dicas{
    padding: 60px 0;
}
#page-dicas #receitas .btn-default,
#categorias-dicas .btn-default,
.mini-textos .btn-default{
    border-radius: 7px;
    text-transform: uppercase;
    margin: 10px 0 20px;
}
#page-dicas #receitas .btn-default:hover,
#categorias-dicas .btn-default:hover,
.mini-textos .btn-default:hover{
    background: none;
    border-color: inherit;
}

#page-dicas #dica{
    margin: 40px 0;
}
#page-dicas #dica h1{
    margin: 0 0 40px;
}



/* Produtos
------------------------------------------*/
/*#lista-produtos > .item{
    height: 340px;
}*/
#lista-produtos .foto{
    border: solid 1px #e0e7ec;
}

.descricao{
    word-wrap: break-word;
}


#filtro form{
    margin: 10px 0 20px;
}

#filtro-categorias,
#imprimir-lista {
    padding-left: 0;
}
#filtro-categorias li{
    display: block;
}
#filtro-categorias li a{
    display: block;
    padding: 5px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}
#filtro-categorias:after,
#imprimir-lista:after{
    content: "";
    display: block;
    margin: 20px 0 30px;
    width: 140px;
    height: 1px;
    background: #ccc;
    display: block;
}

#imprimir-lista {
    list-style: none;
}


#filtro #selo-garantia{
    background: url('../img/ico-garantia.png') no-repeat 0 0;
    padding-left: 65px;
}
#filtro #selo-garantia,
#filtro #selo-garantia span{
    font-family: 'Oswald', sans-serif;
    color: #454545;
    text-transform: uppercase;
    display: block;
}
#filtro #selo-garantia span{
    font-size: 18px;
    margin-bottom: 10px;
}
#filtro #selo-garantia img{
    float: left;
    margin-right: 20px;
}
#filtro #selo-garantia .btn-rounded,
#imprimir.btn-rounded,
#download.btn-rounded{
    color: #d31013;
    border: solid 1px #d31013;
    border-radius: 20px;
    padding: 5px 15px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: inline;
}

.hide{
    display: none;
}

#manuais,
#outros{
    cursor: pointer;
}

/* Certificados
------------------------------------------*/
.mini-textos{
    background: #222 url('../img/bg1.jpg') no-repeat center center;
    background-size: cover;
    padding: 40px 0;
    margin-top: 40px;
}
.mini-textos .container-fluid{
    max-width: 800px;
}
.mini-textos *{
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.mini-textos h2{
    margin-bottom: 50px;
    font-size: 22px;
}


#certificados p{
    line-height: 170%;
    font-size: 14px;
}
#certificados img{
    margin-bottom: 20px;
}


/* Produto
------------------------------------------*/
#banner{
    margin-bottom: 40px;
}

#banner-header{
    background: #ad7b7e url('../img/bg2.jpg') no-repeat center center;
    background-size: cover;
    height: 10vh;
    min-height: 200px;
    width: 100%;
    display: block;
    padding: 40px 0;
    margin-bottom: 40px;
}
#banner-header .title{
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.breadcrumb{
    background: transparent;
}
.breadcrumb p, .breadcrumb a{
    color: #9c6a6c;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

#produto-fotos{
    margin-bottom: 40px;
}
#produto-descricao p{
    font-size: 15px;
    word-wrap: break-word;
}
#produto-descricao .btn-link{
    color: #9c6a6c;
    font-size: 16px;
    padding: 5px 0;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}


.owl-carousel .owl-controls .owl-dots{
    text-align: center;
    margin-top: 20px;
}
.owl-carousel .owl-controls .owl-dot{
    margin: 0 5px;
    display: inline-block;
}
.owl-carousel .owl-controls .owl-dot span{
    width: 14px;
    height: 14px;
    display: block;
    background: #acacac;
    border-radius: 10px;
    border: solid 1px #acacac;
}
.owl-carousel .owl-controls .owl-dot.active span{
    background: #fff;
    border-color: #d31013;
}


.owl-carousel{
    position: relative;
}
.owl-carousel .owl-item img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
    width: 20px;
    height: 40px;
    display: block;
    background: transparent url('../img/ico-left.png') no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    background-image: url('../img/ico-right.png');
    right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: 0;
}

#page-home #banner .owl-prev{
    left: 2%;
}
#page-home #banner .owl-next{
    right: 2%;
}



/* Empresa
------------------------------------------*/
#sobre{
    margin-bottom: 40px;
}
#sobre img{
    max-height: 300px;
    margin: 0 auto;
}

#page-empresa .mini-textos .owl-prev{
    left: -40px;
}
#page-empresa .mini-textos .owl-next{
    right: -40px;
}
#page-empresa .mini-textos .owl-dots{
    margin-top: 40px;
}
#page-empresa .mini-textos .owl-dot span{
    width: 200px;
    width: 15vw;
    height: 7px;
    margin: 1.5333%;
    border-radius: 0;
    border: none;
}
#page-empresa #estrutura h2{
    text-align: center;
    margin: 40px 0;
    color: #d31013;
}
#page-empresa #estrutura .item{
    margin: 10px 0;
}


#page-empresa #termo-de-garantia h2{
    margin: 40px 0 20px;
}
#page-empresa #termo-de-garantia h3{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}



/* Representantes
------------------------------------------*/
#lista-representantes .subtitle,
#page-assistencia-tecnica .subtitle{
    font-size: 18px;
    margin-bottom: 40px;
}
#lista-representantes .btn-representante{
    width: 100%;
    margin-top: 20px;
    background: #000;
    color: #fff;
}
#lista-representantes .btn-representante:hover{
    background: #333;
    color: #fff;
}
#lista-representantes .descricao{
    padding: 20px 10px 10px;
    border: solid 1px #333;
    margin-top: -1px;
}
#lista-representantes .descricao dt{
    border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
#lista-representantes .descricao dt:first-child{
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
#lista-representantes .descricao dt,
#lista-representantes .descricao p{
    margin-bottom: 5px;
}


#area-cta{
    padding: 40px 0;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
#area-cta .btn-rounded{
    padding: 10px 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    border: solid 1px #d31013;
    background: #fff;
    border-radius: 40px;
    margin: 0 auto 20px;
    display: block;
}
#formulario-cta form .btn-rounded,
#formulario-contato form .btn-rounded,
#formulario-trabalhe form .btn-rounded{
    border: solid 2px #bdbcbc;
    background: #eee;
    border-radius: 0px;
}

#formulario-cta,
#formulario-contato,
#formulario-trabalhe{
    background: #d3d3d3;
    padding: 30px 20px 20px;
}
#formulario-cta .form-control,
#formulario-contato .form-control,
#formulario-trabalhe .form-control{
    background: #fff;
}



/* FAQ
------------------------------------------*/
#lista-faq{
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
}
#lista-faq .panel{
    box-shadow: none;
}
#lista-faq .panel-title > a{
    display: block;
}
#lista-faq .panel-heading,
#lista-faq .panel-group .panel{
    border-radius: 0;
}


/* Contato
------------------------------------------*/
#map{
    height: 340px;
}

.card{
    position: absolute;
    z-index: 9;
    right: 10%;
    width: 340px;
    height: 340px;
    background: #fff;
    padding: 30px;
}
.card .btn{
    margin-top: 20px;
}

#area-cta .nav-tabs a{
    background: #f3f3f3;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}
#area-cta .nav-tabs .active a{
    background: #d3d3d3;
}



@media screen and (max-width: 768px){
    #newsletter .label-newsletter{
        margin-bottom: 20px;
    }

    .card {
        position: relative;
        right: auto;
    }
}


/* Impressao */
.table-header {
    position: relative;
}
.table-header img {
    float: right;
}

#impressao_catalogo {
    margin: auto 20px;
}

#impressao_catalogo p {
    line-height: 1em;
}

#impressao_catalogo table {
    font-size: 1rem;
}

.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.financiamento {
    margin-top: 25px;
}

#box-mapa {

    /*pointer-events: none;*/

    clear: both;

    display: block;

    float: left;

    width: 100%;

    margin-top: 20px;

}

#mapa {

    width: 100%;

    height: 340px;

    display: block;

    border: solid 1px #fff;

}

#filtro-categorias li > a:hover {
    color: #d31013;
}

.navbar .dropdown-menu li a:hover {
    color: #f26a6c;
}

/*@page { margin: 0px 20px 0px 0px; }
body { margin: 0px 20px 0px 0px; }*/

@media print {
    /* Esconde o header e footer */
    @page { 
        margin: 0mm;
        size: auto;
    }

    .first_row { margin: 10mm 5mm; }

    #impressao_produto { margin: 0mm ; }

    .row_product {
        padding-top: 15mm;
    }

    html, body {
        width: 210mm;
        height: 297mm;
    }

    p {
        margin: 0;
    }

    .break {
        border: none;
        page-break-after: always;
    }
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
    background-color: #d31013; 
    border-color: #b20e11;
}

.btn-primary:hover {
    background-color: #b20e11;
}

.btn-primary:active {
    background-color: #8e0b0d;
}

