/**
 * Descrição: Estilização das Páginas Internas do MS Cabines.
 *
 * Create On: 08 de Janeiro de 2020 - 16:10:04
 * Data Alt.:
 * @Developer: Renan Rodrigues, Leonardo França
 * @Author...: Renan Rodrigues: renan@tytotech.com.br, Leonardo França : leonardo@tytotech.com.br
 */

/** ------------------------------------------------------------------------- */
/** --------------------------- INICIO CONF. GERAL -------------------------- */
/** ------------------------------------------------------------------------- */
@font-face {
    font-family: "Open Sans Regular";
    font-display: block;
    src: url("../font/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "Montserrat";
    font-display: block;
    src: url("../font/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Lato";
    font-display: block;
    src: url("../font/Lato/Lato-Light.ttf");
}

body {
    font-family: "Open Sans Regular", sans-serif;;
}
/** -------------------------------------------------------------------------*/
/** ---------------------- BOTÕES DA PÁGINA INTERNA ------------------------*/
/** ------------------------------------------------------------------------*/
button.btn {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #18A34A;
    border: 2px solid transparent;
    border-bottom: 2px solid #18A34A;
    transition: .5s;
}
div.card:hover > div.card-body > button.btn {
    border: 2px solid #18A34A;
    background: #18A34A;
    color: white;
    transform: scale(1.1);
    z-index: 100;
    transition: .5s;
}


/** ------------------------------------------------------------------------- */
/** ----------------------- PÁGINA INSTITUCIONAL ---------------------------- */
/** ------------------------------------------------------------------------- */
section#body-institucional {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F2F2F2;
    display: flex;
}
section#body-institucional > div.container > div.row > div > h1 {
    color: #18A34A;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
section#body-institucional > div.container> div.row > div.texto-institucional > p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
section#body-institucional > div.container > div.row > .img-institucional {
    height: 400px;
}
section#body-institucional > div.container > div.row > .img-institucional > div.imagem-institucional {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}


/** ------------------------------------------------------------------------- */
/** ----------------------- FORMULARIO DE ORÇAMENTO ------------------------- */
/** ------------------------------------------------------------------------- */
header#body-cabecalho-orcamento {
    height: 22vw;
    background-color: rgba(0,0,0,.50);
}
header#body-cabecalho-orcamento > div.img-cabecalho-orcamento {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}
header#body-cabecalho-orcamento > div.container.banner-orcamento {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header#body-cabecalho-orcamento > div.container > div.row > div > h1 {
    color: #FFFFFF;
    font-size: 50px;
    text-align: center;
}
header#body-cabecalho-orcamento > div.container > div.row > div > p {
    color: white;
    text-align: center;
    font-size: 20px;
}
section#body-orcamento {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #F2F2F2;
}
section#body-orcamento > div.container > div.orcamento > div.informacoes-contato-orcamento > div.row > div.listagem-informacoes {
    margin-bottom: 15px;
}
section#body-orcamento > div.container > div.orcamento > div.informacoes-contato-orcamento > div.row > div.listagem-informacoes > h6 {
    font-weight: 600;
}
section#body-orcamento > div.container > div.orcamento > div.informacoes-contato-orcamento > div.row > div.listagem-informacoes > ul {
    padding: 0;
}
section#body-orcamento > div.container > div.orcamento > div.informacoes-contato-orcamento > div.row > div.listagem-informacoes > ul > li {
    list-style: none;
}
section#body-orcamento > div.container > div.orcamento > div.informacoes-contato-orcamento > div.row > div.listagem-informacoes > ul > li > a {
    text-decoration: none;
    color: #212529;
}
section#body-orcamento > div.container > div.orcamento > div.formulario-orcamento > form > div.form-row > div.form-group {
    display: flex;
}
section#body-orcamento > div.container > div.orcamento > div.formulario-orcamento > form > div.form-row > div.form-group > input {
    height: 60px;
}
section#body-orcamento > div.container > div.orcamento > div.formulario-orcamento > form > div.form-group > button.btn-enviar-contato {
    border: 3px solid #18A34A;
    color: #18A34A;
    height: 60px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 20px;
    transition: 0.5s;
}
section#body-orcamento > div.container > div.orcamento > div.formulario-orcamento > form > div.form-group > button.btn-enviar-contato:hover {
    background: #18A34A;
    color: #fff;
    transition: 0.5s;
}
@media(max-width: 992px) {
    header#body-cabecalho-orcamento {
        height: 37vh;
    }
}

/** ------------------------------------------------------------------------- */
/** ----------------------- PÁGINA DE PEÇAS E ACESSÓRIOS -------------------- */
/** ------------------------------------------------------------------------- */
header#body-cabecalho-pecas {
    height: 22vw;
    background-color: rgba(0,0,0,.50);
}
header#body-cabecalho-pecas > div.img-cabecalho-pecas {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
header#body-cabecalho-pecas > div.container.banner-pecas {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header#body-cabecalho-pecas > div.container > div.row > div.cabecalho-descricao-pecas > h1 {
    color: #FFFFFF;
    font-size: 50px;
}

section#body-pecas-acessorios {
    padding-top: 60px;
    padding-bottom: 100px;
    background: #F2F2F2;
}
div.container.lista_pecas_acessorios > div.row > div > ul.categoria-pecas-acessorios {
    list-style: none;
    position: relative;
    background: #fff;
    padding-left: 0;
    margin-top: 40px;
}
div.container.lista_pecas_acessorios > div.row > div > ul.categoria-pecas-acessorios > h2 {
    color: #fff;
    background: #18A34A;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}
div.container.lista_pecas_acessorios > div.row > div > ul.categoria-pecas-acessorios > li.active {
    background: #18A34A;
}
div.container.lista_pecas_acessorios > div.row > div > ul.categoria-pecas-acessorios > li.active > a {
    color: #FFF;
}
div.container.lista_pecas_acessorios > div.row > div > ul.categoria-pecas-acessorios > li {
    padding: 10px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    transition: transform 0.5s;
}
div.container.lista_pecas_acessorios > div.row > div > ul.categoria-pecas-acessorios > li:hover {
    transform: scale(1.1);
    z-index: 100;
    background: #18A34A;
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
}
div.container.lista_pecas_acessorios > div.row > div > ul.categoria-pecas-acessorios > li > a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
}
div.container.lista_pecas_acessorios > div.row > div > ul.categoria-pecas-acessorios > li:hover > a {
    color: white;
}
div.container.lista_pecas_acessorios > div.row > div.exibir-pecas-acessorios > div.row > article.card-pecas-acessorios {
    margin-top: 40px;
}
div.container.lista_pecas_acessorios > div.row > div.exibir-pecas-acessorios > div.row > article.card-pecas-acessorios > a {
    text-decoration: none;
    color: black;
}
div.container.lista_pecas_acessorios > div.row > div.exibir-pecas-acessorios > div.row > article.card-pecas-acessorios > a > div.card {
    text-align: center;
    transition:.5s;
}
div.container.lista_pecas_acessorios > div.row > div.exibir-pecas-acessorios > div.row > article.card-pecas-acessorios > a > div.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: .5s;
}
div.container.lista_pecas_acessorios > div.row > div.exibir-pecas-acessorios > div.row > article.card-pecas-acessorios > a > div.card > div.img-peca-acessorio {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div.container.lista_pecas_acessorios > div.row > div.exibir-pecas-acessorios > div.row > article.card-pecas-acessorios > a > div.card > div.card-body > h5.card-title {
    height: 45px;
    font-size: 18px;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu > button.dropbtn {
    background: #18A34A;
    color: white;
    padding: 20px;
    font-size: 16px;
    border: none;
    font-weight: 600;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown {
    display: none;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu {
    position: relative;
    display: inline-block;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu > div.dropdown-content {
    display: none;
    position: absolute;
    min-width: 150px;
    z-index: 1;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu > div.dropdown-content > ul {
    list-style: none;
    padding-left: 0;
    background-color: #fff;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu > div.dropdown-content > ul > li {
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    width: 100%;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu > div.dropdown-content > ul > li > a {
    padding: 12px 16px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .05em;
    color: #18A34A;
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu > div.dropdown-content > ul > li.active {
    background: #18A34A;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu > div.dropdown-content > ul > li.active > a {
    color: #FFF;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu > div.dropdown-content > ul > li > a:hover {
    background: #18A34A;
    color: white;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu:hover > div.dropdown-content {
    width: 100%;
    display: block;
}
div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown > div.categorias-menu:hover > button.dropbtn {
    background: #3e8341;
}
nav.paginacao-pecas-acessorios {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
nav.paginacao-pecas-acessorios > ul.pagination > li.page-item {
    margin: 0 5px;
}
nav.paginacao-pecas-acessorios > ul.pagination > li.page-item .page-link {
    color: #212529;
    background-color: #F2F2F2;
}
nav.paginacao-pecas-acessorios > ul.pagination > li.page-item.active .page-link {
    background-color: #18A34A;
    border-color: #18A34A;
    color: #FFFFFF;
}

@media(max-width: 992px) {
    header#body-cabecalho-pecas {
        height: 37vh;
    }
    div.container.lista_pecas_acessorios > div.row > div.categorias-pecas-acessorios-dropdown {
        display: flex;
        justify-content: flex-end;
    }
    div.container.lista_pecas_acessorios > div.row > div.lista-categorias {
        display: none;
    }
}


/** ------------------------------------------------------------------------- */
/** ------------------- INTERNA PÁGINA DE PEÇA E ACESSÓRIO ------------------ */
/** ------------------------------------------------------------------------- */
header#body-cabecalho-peca {
    height: 22vw;
    background-color: rgba(0,0,0,.50);
}
header#body-cabecalho-peca > div.img-cabecalho-peca {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
header#body-cabecalho-peca > div.container.banner-peca {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header#body-cabecalho-peca > div.container > div.row > div.cabecalho-descricao-peca > h1 {
    color: #FFFFFF;
    font-size: 50px;
}
section#body-peca-acessorio {
    padding-top: 60px;
    padding-bottom: 100px;
}
section#body-peca-acessorio > div.container > div.row > div > ul.categoria-peca-acessorio {
    list-style: none;
    padding-left: 0;
    position: relative;
    background: #fff;
    margin-top: 40px;
}
section#body-peca-acessorio > div.container > div.row > div > ul.categoria-peca-acessorio > h2 {
    color: #fff;
    background: #18A34A;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}
section#body-peca-acessorio > div.container > div.row > div > ul.categoria-peca-acessorio > li {
    transition: 0.5s;
    padding: 10px;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    transition: transform 0.5s;
}
section#body-peca-acessorio > div.container > div.row > div > ul.categoria-peca-acessorio > li:hover {
    transform: scale(1.1);
    z-index: 100;
    background: #18A34A;
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
}
section#body-peca-acessorio > div.container > div.row > div > ul.categoria-peca-acessorio > li > a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
}
section#body-peca-acessorio > div.container > div.row > div > ul.categoria-peca-acessorio > li > a:hover {
    color: white;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div > h2.nome-peca-acessorio {
    margin-top: 40px;
    text-align: left;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.banner-peca-acessorio > div#owl-pecas {
    margin-top: 40px;
}
div#owl-pecas .album-imagens {
    height: 350px;
    object-fit: contain;
    object-position: center;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.banner-peca-acessorio > div.owl-carousel.owl-theme > div > div.owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 0;
    height: 100%;
    color: #212529;
    background: rgba(255, 255, 255, 0);
    font-size: 35px;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.banner-peca-acessorio > div.owl-carousel.owl-theme > div > div.owl-prev {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    height: 100%;
    color: #212529;
    background: rgba(255, 255, 255, 0);
    font-size: 35px;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.banner-peca-acessorio > div.owl-carousel.owl-theme > div.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.banner-peca-acessorio > div.owl-carousel.owl-theme > div.owl-dots > div.owl-dot > span {
    background-color: white;
    width: 10px;
    height: 10px;
    margin-bottom: 15px;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.banner-peca-acessorio > div.owl-carousel.owl-theme > div.owl-dots > div.owl-dot.active > span {
    background-color: #212529;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.descricao-peca-acessorio > h5.titulo-descricao {
    margin-top: 40px;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown > div.categorias-menu > button.dropbtn {
    background: #18A34A;
    color: white;
    padding: 20px;
    font-size: 16px;
    border: none;
    font-weight: 600;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown {
    display: none;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown > div.categorias-menu {
    position: relative;
    display: inline-block;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown > div.categorias-menu > div.dropdown-content {
    display: none;
    position: absolute;
    min-width: 150px;
    z-index: 100;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown > div.categorias-menu > div.dropdown-content > ul {
    list-style: none;
    padding-left: 0;
    background-color: #fff;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown > div.categorias-menu > div.dropdown-content > ul > li {
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    width: 100%;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown > div.categorias-menu > div.dropdown-content > ul > li > a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-decoration: none;
    color: black;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .05em;
    color: #18A34A;
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown > div.categorias-menu > div.dropdown-content > ul > li > a:hover {
    background: #18A34A;
    color: white;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown > div.categorias-menu:hover > div.dropdown-content {
    display: block;
}
section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown > div.categorias-menu:hover > button.dropbtn {
    background: #3e8341;
}

/* Estilização listagem midias peca e acessório */
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.body-midias-peca-acessorio > article.midia {
    padding: 30px 0;
}
#carousel-fotos-peca .album-imagens {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
#carousel-videos-peca .album-videos {
    height: 150px;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.body-midias-peca-acessorio > article.midia > div.midia-pdf {
    text-align: center;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.body-midias-peca-acessorio > article.midia > div.midia-pdf > a {
    text-decoration: none;
    color: #212529;
}
section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.body-midias-peca-acessorio > article.midia > div.midia-pdf > a > i {
    color: #212529;
    font-size: 50px;
}
@media(max-width: 992px){
    section#body-peca-acessorio > div.container > div.row > div.lista-categorias {
        justify-content: center;
        display: flex;
        text-align: center;
    }
    header#body-cabecalho-peca {
        height: 37vh;
    }
    section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.banner-peca-acessorio  {
        display: flex;
        justify-content: center;
    }
    section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.banner-peca-acessorio > div.owl-carousel.owl-theme {
        width: 25rem;
    }
    section#body-peca-acessorio > div.container > div.row > div.categorias-peca-acessorio-dropdown {
        display: flex;
        justify-content: flex-end;
    }
    section#body-peca-acessorio > div.container > div.row > div.lista-categorias {
        display: none;
    }

}
@media(max-width: 576px){
    section#body-peca-acessorio > div.container > div.row > div.info-peca-acessorio > div.row > div.banner-peca-acessorio > div.owl-carousel.owl-theme {
        width: 20rem;
    }
}


/** ------------------------------------------------------------------------- */
/** ------------------------- PÁGINA DE PRODUTOS ---------------------------- */
/** ------------------------------------------------------------------------- */
header#body-cabecalho-produtos {
    height: 22vw;
    background-color: rgba(0,0,0,.50);
}
header#body-cabecalho-produtos > div.img-cabecalho-produtos {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
header#body-cabecalho-produtos > div.banner-produtos {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header#body-cabecalho-produtos> div.banner-produtos > div.row > div > h1 {
    color: white;
    text-align: center;
    font-size: 60px;
}
header#body-cabecalho-produtos> div.banner-produtos > div.row > div > p {
    color: white;
    text-align: center;
    font-size: 20px;
}
section#body-produtos {
    padding-top: 60px;
    padding-bottom: 100px;
    background: #F2F2F2;
}
section#body-produtos > div.container > div.row > div > ul.categorias-marcas > li > a.titulo-marcas {
    color: #fff;
    background: #18a34a;
    padding: 10px 20px;
    font-size: 18px;
    height: 58px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
}
section#body-produtos > div.container > div.row > div > ul.categorias-marcas {
    list-style: none;
    position: relative;
    background: #fff;
    padding-left: 0;
}
section#body-produtos > div.container > div.row > div > ul.categorias-marcas > li.active {
    z-index: 100;
    transition: 0.5s;
    transform: scale(1.1);
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
}
section#body-produtos > div.container > div.row > div > ul.categorias-marcas > li {
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    transition: transform 0.5s;
}
section#body-produtos > div.container > div.row > div > ul.categorias-marcas > li:hover {
    transform: scale(1.1);
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
}
section#body-produtos > div.container > div.row > div > ul.categorias-marcas > li > a {
    padding: 10px;
    text-decoration: none;
    color: black;
    font-size: 18px;
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
}
section#body-produtos > div.container > div.row > div > ul.categorias-marcas > li > a > img {
    max-height: 54px;
    max-width: 73px;
    object-fit: contain;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.card-cabines {
    margin-top: 40px;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.card-cabines > a {
    text-decoration: none;
    color: black;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.card-cabines > a > div.card {
    text-align: center;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.card-cabines > a > div.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: .5s;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.card-cabines > a > div.card > div.card-body > div.imagem {
    min-height: 54px;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.card-cabines > a > div.card > div.card-body > div.imagem > img {
    max-height: 54px;
    max-width: 73px;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.card-cabines > a > div.card > div.card-body > h5.card-title {
    height: 40px;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.card-cabines > a > div.card > div.card-body > p {
    height: 40px;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine {
    text-align: center;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine > h2 {
    margin: 0;
    font-size: 20px;
    padding: 9px;
    background: #18a149;
    color: #FFF;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine > ul.filtrar-categoria {
    list-style: none;
    display: flex;
    justify-content: space-between;
    text-align: center;
    background: #fff;
    padding-left: 0;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine > ul.filtrar-categoria > li {
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    transition: transform 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine > ul.filtrar-categoria > li.active {
     z-index: 100;
     background: #18A34A;
     box-shadow: 0 5px 25px rgba(0,0,0,.2);
 }
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine > ul.filtrar-categoria > li.active > a {
    color: #FFF;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine > ul.filtrar-categoria > li:hover {
    transform: scale(1.1);
    z-index: 100;
    background: #18A34A;
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine > ul.filtrar-categoria > li > a {
    text-decoration: none;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    color: #18A34A;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine > ul.filtrar-categoria > li:hover > a {
    color: white;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu > button.dropbtn {
    background: #18A34A;
    color: white;
    padding: 20px;
    font-size: 16px;
    border: none;
    font-weight: 600;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown {
    display: none;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu {
    position: relative;
    display: inline-block;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu > div.dropdown-content {
    display: none;
    position: absolute;
    min-width: 150px;
    z-index: 1;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu > div.dropdown-content > ul  {
    list-style: none;
    padding-left: 0;
    background-color: #fff;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu > div.dropdown-content > ul > li {
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    width: 100%;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu > div.dropdown-content > ul > li.active > a {
    border: 1px solid #18A34A;
    transition: 0.5s;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu > div.dropdown-content > ul > li > a {
    padding: 12px 16px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .05em;
    color: #18A34A;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu > div.dropdown-content > ul > li > a > img {
    max-height: 54px;
    max-width: 73px;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu:hover > div.dropdown-content {
    display: block;
}
section#body-produtos > div.container > div.row > div.marcas-dropdown > div.marcas-menu:hover > button.dropbtn {
    background-color: #3e8341;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu > button.dropbtn {
    background: #18A34A;
    color: white;
    padding: 20px;
    font-size: 16px;
    border: none;
    font-weight: 600;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown {
    display: none;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu {
    position: relative;
    display: inline-block;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu > div.dropdown-content {
    display: none;
    position: absolute;
    min-width: 150px;
    z-index: 1;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu > div.dropdown-content > ul {
    list-style: none;
    padding-left: 0;
    background-color: #fff;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu > div.dropdown-content > ul > li {
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    width: 100%;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu > div.dropdown-content > ul > li.active > a {
    background: #18A34A;
    color: white;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu > div.dropdown-content > ul > li > a {
    padding: 12px 16px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .05em;
    color: #18A34A;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu > div.dropdown-content > ul > li > a:hover {
    background: #18A34A;
    color: white;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu:hover > div.dropdown-content {
    display: block;
}
section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown > div.filtrar-cabines-menu:hover > button.dropbtn {
    background-color: #3e8341;
}
@media(max-width: 992px){
    header#body-cabecalho-produtos {
        height: 37vh;
    }
    header#body-cabecalho-produtos> div.banner-produtos > div.row > div > h1 {
        color: white;
        text-align: center;
        font-size: 40px;
    }
    header#body-cabecalho-produtos> div.banner-produtos > div.row > div > p {
        color: white;
        text-align: center;
        font-size: 15px;
    }
    section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.categorias-cabine > ul.filtrar-categoria > li {
        width: 50%;
    }
    section#body-produtos > div.container > div.row > div#categorias-marcas {
        display: none;
    }
    section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div#categorias-cabines {
        display: none;
    }
    section#body-produtos > div.container > div.row > div.marcas-dropdown {
        display: flex;
        justify-content: flex-end;
    }
    section#body-produtos > div.container > div.row > div.exibir-produtos > div.row > div.cabines-dropdown {
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }

}


/** ------------------------------------------------------------------------- */
/** -------------------------- PÁGINA DO PRODUTO ---------------------------- */
/** ------------------------------------------------------------------------- */
header#body-cabecalho-produto {
    height: 22vw;
    background-color: rgba(0,0,0,.50);
}
header#body-cabecalho-produto > div.img-cabecalho-produto {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
header#body-cabecalho-produto > div.banner-produto {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header#body-cabecalho-produto > div.banner-produto > div.row > div > h1 {
    color: white;
    text-align: center;
    font-size: 60px;
}
header#body-cabecalho-produto > div.banner-produto > div.row > div > p {
    color: white;
    text-align: center;
    font-size: 20px;
}
section#body-produto {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F2F2F2;
}
section#body-produto > div.container > h2 {
    color: #777;
    text-align: center;
    margin-top: 30px;
}
section#body-produto > div.container > div.row.galeria-produto > div.imagens-galeria {
    margin-top: 30px;
}
section#body-produto > div.container > div.row.galeria-produto > div.imagens-galeria > a > img {
    width: 250px;
    transition: 1s;
    padding: 15px;
}
section#body-produto > div.container > div.row.galeria-produto > div.imagens-galeria > a:hover > img {
    transform: scale(1.1);
}
section#body-produto > div.container > div.row > div.informacao-cabine > h2 {
    text-align: center;
    margin-top: 30px;
    color: #777;
}
section#body-produto > div.container > div.row > div.compartilhar-produto {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
section#body-produto > div.container > div.row > div.compartilhar-produto > ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
}
section#body-produto > div.container > div.row > div.compartilhar-produto > ul > li {
    list-style: none;
    opacity: .5;
}
section#body-produto > div.container > div.row > div.compartilhar-produto > ul > li > a {
    color: #2e2e2e;
    margin-left: 15px;
}
section#body-produto > div.container > div.row > div.compartilhar-produto > ul > li > a > i {
    font-size: 23px;
}


/* Estilização listagem midias peca e acessório */
section#body-produto > div.container > div.row > div > div.body-midias-produto > article.midia {
    padding: 30px 0;
}
#carousel-fotos-produto .owl-prev {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    height: 100%;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0);
}
#carousel-fotos-produto .owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 0;
    height: 100%;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0);
}
#carousel-fotos-produto .owl-prev i,
#carousel-fotos-produto .owl-next {
    font-size: 30px;
    color: #FFFFFF;
}
#carousel-fotos-produto .album-imagens {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#carousel-videos-peca .album-videos {
    height: 150px;
}
section#body-produto > div.container > div.row > div > div.body-midias-produto > article.midia > div.midia-pdf {
    text-align: center;
}
section#body-produto > div.container > div.row > div > div.body-midias-produto > article.midia > div.midia-pdf > a {
    text-decoration: none;
    color: #212529;
}
section#body-produto > div.container > div.row > div > div.body-midias-produto > article.midia > div.midia-pdf > a > i {
    color: #212529;
    font-size: 50px;
}
@media (max-width: 992px) {
    #carousel-fotos-produto .owl-prev i,
    #carousel-fotos-produto .owl-next {
        font-size: 20px;
    }
}

/* Estilização carousel produtos relacionados */
div.produtos-relacionados {
    padding-top: 30px;
}
#carousel-produtos-relacionados .item-produtos-relacionados {
    margin: 20px 10px;
}
#carousel-produtos-relacionados .owl-prev {
    position: absolute;
    display: flex;
    align-items: center;
    left: -15px;
    top: 0;
    height: 100%;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0);
}
#carousel-produtos-relacionados .owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    right: -15px;
    top: 0;
    height: 100%;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0);
}
#carousel-produtos-relacionados .owl-prev i,
#carousel-produtos-relacionados .owl-next {
    font-size: 50px;
    color: #18A34A;
}
#carousel-produtos-relacionados .item-produtos-relacionados:hover button.btn {
    border: 2px solid #18A34A;
    background: #18A34A;
    color: white;
    transform: scale(1.1);
    z-index: 100;
    transition: .5s;
}
#carousel-produtos-relacionados .item-produtos-relacionados a.link-produtos-relacionados {
    display: grid;
    padding: 0;
    transition: .5s;
    text-decoration: none;
    color: #000000;
}
#carousel-produtos-relacionados .item-produtos-relacionados a.link-produtos-relacionados:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: .5s;
}
#carousel-produtos-relacionados .item-produtos-relacionados a.link-produtos-relacionados div.descricao-produtos-relacionados {
    padding: 25px 15px;
    text-align: center;
}
#carousel-produtos-relacionados .item-produtos-relacionados a.link-produtos-relacionados div.descricao-produtos-relacionados h5 {
    height: 40px;
    font-size: 16px;
    font-weight: 600;
}
@media(min-width: 992px) {
    #carousel-produtos-relacionados .item-produtos-relacionados a.link-produtos-relacionados div.img-produtos-relacionados {
        height: 190px;
        overflow: hidden;
    }
}
@media(max-width:992px) {
    header#body-cabecalho-produto > div.banner-produto > div.row > div > h1 {
        font-size: 32px;
    }
    header#body-cabecalho-produto {
        height: 37vh;
    }
    section#body-produto > div.container > div.row.galeria-produto > div.imagens-galeria {
        display: flex;
        justify-content: center;
    }
    section#body-produto > div.container > div.row > div.compartilhar-produto {
        justify-content: center;
        margin-top: 30px;
    }
    #carousel-produtos-relacionados .item-produtos-relacionados a.link-produtos-relacionados div.img-produtos-relacionados {
        height: 150px;
        overflow: hidden;
    }
    #carousel-produtos-relacionados .owl-prev {
        left: 0;
    }
    #carousel-produtos-relacionados .owl-next {
        right: 0;
    }
}
@media(max-width: 576px) {
    #carousel-produtos-relacionados .item-produtos-relacionados a.link-produtos-relacionados div.img-produtos-relacionados {
        height: 230px;
    }
}

/** ------------------------------------------------------------------------- */
/** -------------------------- PÁGINA ERRO 404 ------------------------------ */
/** ------------------------------------------------------------------------- */
section#body-404 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F2F2F2;
    text-align: center;
}
section#body-404 > div.container > div.row > div.titulo-404 > h2 {
    color: #18A34A;
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 50px;
}
section#body-404 > div.container > div.row > div.texto-404 > p {
    font-size: 16px;
    font-weight: 500;
}
section#body-404 > div.container > div.row > div.btn-voltar-inicio {
    display: flex;
    align-items: center;
    justify-content: center;
}
section#body-404 > div.container > div.row > div.btn-voltar-inicio > a {
    margin-top: 30px;
    color: #18A34A;
    background-color: #F2F2F2;
    height: 45px;
    line-height: 30px;
    padding: 0 80px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border-radius: 80px;
    border: 2px solid #18A34A;
    display: flex;
    align-items: center;
}
section#body-404 > div.container > div.row > div.btn-voltar-inicio > a:hover {
    background-color: #18A34A;
    color: #F2F2F2;
}
