/* Index Geral */
body {
    background: var(--fundo_site);
    color: var(--texto);
    font-family: var(--principal);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--titulos);
}
h1 {
    color: var(--h1);
}
h2 {
    color: var(--h2);
}
h3 {
    color: var(--h3);
}
h4 {
    color: var(--h4);
}
h5 {
    color: var(--h5);
}
h6 {
    color: var(--h6);
}

main {
    min-height: calc(100vh - 180px);
}

section {
    position: relative;
}

a {
    color: var(--link);
}

/* a:hover {
    color: var(--link_hover) !important;
} */

/* Header */
/* .top-header {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--cor_borda);
}

.main-header {
    padding: 20px 0;
}
.main-header-site {
    padding: 10px 0;
    background: #0B3954;
} */

/* .menu-principal {
    border-top: 1px solid var(--cor_borda);
    border-bottom: 1px solid var(--cor_borda);
} */

a.nav-link {
    color: var(--link);
}

a.nav-link :hover,
.nav-link:focus,
.nav-link:hover {
    color: var(--link_hover);
}

.etheme-icon-box-title {
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.etheme-icon-box-description {
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.row-header{
    padding: 0 25px;
        display: flex;
        margin: 0 auto;
}

/* Form Busca Header */
.busca-fabricante select {

    /* width: 100%; */

    height: 58px !important;

    border: none !important;

    border-radius: 8px !important;

    background: var(--destaque);

    color: var(--btn_texto) !important;

    font-weight: 600 !important;

    padding: 0 10px !important;

    outline: none !important;

    cursor: pointer !important;

}

.busca-modelo input {

    /* width: 100%; */

    height: 58px !important;

    border: none!important;

    border-radius: 8px!important;

    padding: 0 22px!important;

    font-size: 16px!important;

    outline: none;

}

.badge-buscar {

    width: 54px;
    height: 54px;
    border: none;
    border-radius: 8px;
    background: var(--destaque);
    cursor: pointer;
    transition: .25s;
    color: var(--btn_texto);
    display: block;
    padding: 18px 0 0 0px;
    text-align: center;
}

.badge-buscar:hover {

    background: var(--destaque);

    color: var(--btn_texto);

}

.badge-buscar i {

    font-size: 20px;

}

@media(max-width:768px) {

    .busca-fabricante,
    .busca-categoria,
    .busca-modelo,
    .busca-preco{
        margin-bottom: 5px;
    }
    .badge-buscar {
        width: 100%;
    }
}

.busca-fabricante,
.busca-categoria,
.busca-modelo,
.busca-preco {

    position: relative;

    /* width: 260px; */

}

.fabricante-titulo,
.categoria-titulo,
.modelo-titulo,
.preco-titulo {

    background: var(--destaque);

    color: var(--btn_texto);

    height: 54px;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 10px;

    cursor: pointer;

    font-weight: 600;

}

.fabricante-titulo span,
.categoria-titulo span,
.modelo-titulo span,
.preco-titulo span {
    flex: 1;
    margin-left: 12px;
}
.categoria-titulo span,
.modelo-titulo span,
.preco-titulo span {
    text-align: left;
}

.fabricante-titulo .setaFab,
.categoria-titulo .setaCat,
.modelo-titulo .setaMod
.preco-titulo .setaPreco {
    transition: .25s;
}

.lista-fabricantes{
    display: none;
        position: absolute;
        left: 1px;
        left: auto;
        background: #FFF;
        list-style: none;
        padding: 0;
        margin: 0;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
        box-shadow: 0 8px 30px var(--fundo_escuro);
        z-index: 999;
        top: 52px;
        max-height: 350px;
        overflow-y: scroll;
        z-index: 999999;
}
.lista-categorias {

    display: none;
    position: absolute;
    left: 1px;
    left: auto;
    background: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 8px 30px var(--fundo_escuro);
    z-index: 999;
    top: 52px;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 999999;
}

.lista-modelos {

    display: none;
    position: absolute;
    left: 1px;
    left: auto;
    background: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 8px 30px var(--fundo_escuro);
    z-index: 999;
    top: 52px;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 999999;
}

.lista-precos {

    display: none;
    position: absolute;
    left: 1px;
    left: auto;
    background: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 8px 30px var(--fundo_escuro);
    z-index: 999;
    top: 52px;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 999999;
}

.lista-fabricantes li,
.lista-categorias li,
.lista-modelos li,
.lista-precos li {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 16px 20px;

    cursor: pointer;

    border-bottom: 1px solid #ececec;

    transition: .2s;
    color: #333;
    text-align: left;

}

.lista-fabricantes li:last-child,
.lista-categorias li:last-child,
.lista-modelos li:last-child,
.lista-precos li:last-child {
    border-bottom: none;
}

.lista-fabricantes li:hover,
.lista-categorias li:hover,
.lista-modelos li:hover,
.lista-precos li:hover {
    background: #f7f7f7;
    padding-left: 28px;
}

.lista-fabricantes li i,
.lista-categorias li i, 
.lista-modelos li i,
.lista-precos li i {
    color: #999;
}
.lista-modelos a{
    color: inherit;
    text-decoration: none;
}

.limpaMarca,
.limpaPreco{
    margin-left: 8px;
    display: none;
    margin-left: 8px;
    background: #fff;
    color: #ffb128;
    border-radius: 50px;
    padding: 1px 3px;
}

.form-busca {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}

/* Banners */

#bannerSlide {
    border-radius: 0px;
    overflow: hidden;
    padding-left: 0px;
        padding-right: 0px;
}

.row-banner{
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.row-full {
    padding: 20px;
}

/* Banners */

/** Estoque */
.cwb-card {
    display: block;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 17px -10px var(--fundo_escuro);
    transition: all .25s ease;
    height: 100%;
}

.cwb-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 17px -5px var(--fundo_escuro);
}

.cwb-card-img {
    position: relative;
    /* height: 310px; */
    background-size: cover;
    background-position: center;
}

.cwb-price {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}

.cwb-card-body {
    padding: 15px;
}

.cwb-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--texto);
    margin-bottom: 8px;
    font-family: var(--titulos);
}

.cwb-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--texto);
    margin-bottom: 10px;
    font-family: var(--principal);
}

.cwb-link {
    font-size: 13px;
    color: var(--destaque);
    font-weight: 600;
}

span b {
    color: var(--texto);
    font-size: 14px;
}

/* Destaques */

.bannerDestaque {
    margin-bottom: 30px;
}

.banner-destaque {

    position: relative;

    height: 520px;

    border-radius: 0;

    overflow: hidden;

    background-size: cover;

    background-position: center;

    transition: .35s;

}

.banner-destaque::before {

    content: '';

    position: absolute;

    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .82) 15%,
            rgba(0, 0, 0, .25) 55%,
            rgba(0, 0, 0, .05) 100%);

}

.banner-destaque:hover {

    transform: scale(1.015);

}

.badge-destaque {

    position: absolute;

    top: 25px;

    left: 25px;

    z-index: 3;

    background: var(--destaque);

    /* color: var(--texto); */

    font-weight: bold;

    padding: 10px 18px;

    border-radius: 10px;

    letter-spacing: 1px;

    font-size: .85rem;
    color: var(--texto_secundario);

}

.banner-info {

    position: absolute;

    left: 35px;

    bottom: 35px;

    z-index: 3;

    background: var(--fundo_escuro);

    backdrop-filter: blur(10px);

    opacity: 0.7;

    padding: 30px;

    border-radius: 16px;

    color: var(--btn_texto);

    max-width: 420px;

}

.banner-anos {

    color: var(--btn_texto);
    opacity: 0.8;

    letter-spacing: 2px;

    font-size: .9rem;

}

.banner-info h2 {

    color: var(--btn_texto);

    font-size: 2.5rem;

    font-weight: 800;

    margin: 12px 0;

    text-transform: uppercase;

    line-height: 1.1;

}

.banner-preco {

    font-size: 2rem;

    color: var(--destaque);

    font-weight: 700;

    margin-bottom: 25px;

}

.btn-ver {

    display: inline-block;

    background: var(--destaque);

    /* color: var(--texto); */
    color: var(--texto_secundario);

    padding: 12px 24px;

    border-radius: 10px;

    font-weight: bold;

    transition: .3s;

}

.banner-destaque:hover .btn-ver {

    background: var(--btn_bg_hover);
    color: var(--texto);

}

@media(max-width:768px) {

    .banner-destaque {

        height: 360px;

    }

    .banner-info {

        left: 20px;

        right: 20px;

        bottom: 20px;

        padding: 20px;

        max-width: none;

    }

    .banner-info h2 {

        font-size: 1.6rem;

    }

    .banner-preco {

        font-size: 1.4rem;

    }

}



#bannerDestaque {
    border-radius: 0px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.banner-slide {
    height: 520px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, .75) 20%,
            rgba(0, 0, 0, .25) 60%,
            rgba(0, 0, 0, .05) 100%);
}

.banner-slide-overlay {
    position: absolute;
    z-index: 2;
    left: 60px;
    bottom: 30px;
    color: var(--fundo_claro);
    width: auto;
}

.banner-ano {
    display: inline-block;
    margin-bottom: 10px;
    font-size: .95rem;
    letter-spacing: 1px;
    opacity: .9;
}


.carousel-indicators {
    margin-bottom: 25px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 7%;
}

@media (max-width:768px) {

    .banner-slide {
        height: 360px;
    }

    .banner-slide-overlay {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }

    .banner-slide h2 {
        font-size: 1.8rem;
    }

    .banner-preco {
        font-size: 1.5rem;
    }

}

h2 {
    color: var(--h2);
}

.carousel-control-prev {
    left: 22px;
}

.carousel-control-next {
    right: 22px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #ffb128;
}

/* Final Destaques */

.loadingGlobal {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgb(255 255 255 / 57%);
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(0.5px);
}

.loadingGlobal.active {
    display: flex;
}

.btn {
    font-size: 14px;
}
.swal2-confirm.botao-100,
.swal2-cancel.botao-100 {
    display: block;
    width: 90%;
}

.required {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}

label,
.radio {
    cursor: pointer;
}

table {
    width: 100% !important;
    table-layout: auto;
    /* ou fixed, dependendo da necessidade */
}

.radio {
    vertical-align: top;
}

.table label {
    margin-bottom: 0;
}

.table td,
.table th {
    padding: 5px;
    font-size: 14px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 3px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.navbar-nav li.nav-item a {
    margin-right: 5px;
}

table .badge,
.badge {
    padding: 7px 8px !important;
    cursor: pointer;
    font-size: 90%;
    font-weight: 500;
    margin-bottom: 3px;
}
li.nav-item.menu-open ul.nav-treeview > li.nav-item{
    background-color: #395067;
    border-radius: .25rem;
}
li.nav-item.menu-open ul.nav-treeview > li.nav-item.subtree {
    background-color: #fff !important;
}
li.nav-item.menu-open ul.nav-treeview > li.nav-item.subtree a {
    color: #283449 !important
}
.card-body table ul {
    list-style: none;
    padding-inline-start: 0 !important;
}
@media (max-width: 768px) {
    .text-right {
        text-align: inherit !important;
    }
}

.card-body:first-of-type .row .col-12 a, .card-body:first-of-type .row .col-12 button {
    margin: 3px 0;
}

.card{
    border-radius: 3px !important;
}

a.btn-secondary{
    background-color: #3e495c;
    color: #fff !important;
    border-color: #3e495c;
}
a.btn-secondary:hover{
    background-color: #283449;
    color: #fff !important;
    border-color: #283449;
}

.form-control {
    height: auto !important;
    padding: 3px 6px !important;
    font-size: 14px !important;
}

input[type=checkbox].form-control {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

.md {
    margin-right: 4px;
}

.tr-salvo td {
    background-color: #b1ffb1;
    transition: background-color 0.6s ease;
}

.tr-salvo-remover td {
    background-color: transparent;
}

.td-blink {
    border-color: red;
    transition: background-color 0.6s ease;
}

#formAtualizaBriefing,
#formCadBriefing {
    margin-bottom: 15px;
}

.nav.nav-tabs li.nav-item a.nav-link {
    color: var(--link);
    padding: 5px 10px;
}

.nav.nav-tabs li.nav-item a.nav-link.active {
    color: var(--link_hover);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: var(--principal) !important;
    font-size: 13px !important;
}

.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
    width: 1.6rem;
    font-size: 12px;
}
hr.nav-divider {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #363b43
}

table.dataTable thead th {
    background: #f8f9fa;
    font-weight: 600;
    border-bottom: 1px solid #dee2e6;
}

table.dataTable tbody tr:hover {
    background: #f1f5f9;
}

.item_componente {
    cursor: move;
}

.ui-sortable-placeholder {
    height: 50px;
    background: #f1f1f1;
    border: 2px dashed #999;
    visibility: visible !important;
}

.modal-header {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.modal-footer {
    background: #fafafa;
}

.form-control {
    border-radius: 5px;
    padding: 10px 12px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}
.main-sidebar {
    background: #1f2937;
}

.nav-sidebar .nav-link {
    border-radius: 5px;
    margin: 2px 0px;
}


.row.divHistorico {
    border-top: solid 1px #ddd;
    margin-top: 20px;
}

.bco{
    color: #fff !important;
}
.black{
    color: #000;
}
.blue{
    color: #0B3954;
}
.nodecor{
    text-decoration: none;
}
.botao {
        background-color: var(--btn_bg);
        font-family: "Outfit", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        fill: var(--btn_texto);
        color: var(--btn_texto) !important;
        --fill-color: var(--btn_texto);
        border-radius: 4px 4px 4px 4px;
        padding: 16px 36px 16px 36px;
        text-decoration: none;
}
.botao a{
    color: var(--btn_texto);
    text-decoration: none;
}
.botao:hover{
    background-color: var(--btn_bg_hover);
    color: var(--btn_texto_hover);
}

/** HERO */
/* =====================================================
   HERO
===================================================== */

.hero {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    color: var(--btn_texto);
}

/* ===========================
   BACKGROUND
=========================== */

.hero-background,
.hero-video,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    z-index: 2;
}

/* ===========================
   CONTAINER
=========================== */

.hero>.container {

    position: relative;
    z-index: 3;

    display: flex;

    width: 100%;
    height: 100%;
    min-height: inherit;

}

/* ===========================
   ALTURAS
=========================== */

.hero-small {

    min-height: 350px;

}

.hero-medium {

    min-height: 550px;

}

.hero-large {

    min-height: 750px;

}

.hero-fullscreen {

    min-height: 100vh;

}

/* Faz o container acompanhar a altura */

.hero-small>.container {
    min-height: 350px;
}

.hero-medium>.container {
    min-height: 550px;
}

.hero-large>.container {
    min-height: 750px;
}

.hero-fullscreen>.container {
    min-height: 100vh;
}

/* ===========================
   POSIÇÃO VERTICAL
=========================== */

.hero-valign-top>.container {

    align-items: flex-start;

}

.hero-valign-center>.container {

    align-items: center;

}

.hero-valign-bottom>.container {

    align-items: flex-end;

}

/* ===========================
   ALINHAMENTO HORIZONTAL
=========================== */

.hero-left {

    text-align: left;

}

.hero-center {

    text-align: center;

}

.hero-right {

    text-align: right;

}

.hero-left .hero-content {

    margin-right: auto;

}

.hero-center .hero-content {

    margin-left: auto;
    margin-right: auto;

}

.hero-right .hero-content {

    margin-left: auto;

}

/* ===========================
   LARGURA
=========================== */

.hero-content {

    width: 100%;
    padding: 70px 0;

}

.hero-width-small .hero-content {

    max-width: 70%;

}

.hero-width-medium .hero-content {

    max-width: 80%;

}

.hero-width-large .hero-content {

    max-width: 90%;

}

.hero-width-full .hero-content {

    max-width: 100%;

}

/* ===========================
   TIPOGRAFIA
=========================== */

.hero-subtitle {

    display: block;

    margin-bottom: 15px;

    font-size: .95rem;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-weight: 600;

}

.hero-title {

    margin-bottom: 25px;

    font-size: clamp(2rem, 5vw, 3.5rem);

    line-height: 1.1;

    font-weight: 700;

}

.hero-description {

    font-size: 1.15rem;

    line-height: 1.8;

    margin-bottom: 35px;

}

.hero-buttons {
    margin-top: 10px;
}
.hero-buttons a{
    display: inline-block;
    padding: 14px 34px;
    text-decoration: none;
    border-radius: 6px;
    transition: .25s;
    font-weight: 600;
}
.btn-hero,
.hero-buttons a{
    background: var(--btn_bg);
    color: var(--btn_texto);
    border-color: var(--btn_borda);
}
.btn-hero:hover,
.hero-buttons a:hover {
    background: var(--btn_bg_hover);
    color: var(--btn_texto_hover);
    border-color: var(--btn_borda_hover);
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:992px) {

    .hero-content {

        max-width: 100% !important;

        padding: 60px 0;

    }

}

@media(max-width:768px) {

    .hero-small,
    .hero-medium,
    .hero-large {

        min-height: 420px;

    }

    .hero-small>.container,
    .hero-medium>.container,
    .hero-large>.container {

        min-height: 420px;

    }

    .hero {

        text-align: center;

    }

    .hero-content {

        margin: auto !important;

        padding: 50px 0;

    }

    .hero-title {

        font-size: 2.3rem;

    }

    .hero-description {

        font-size: 1rem;

    }

}
/* Final Hero */

/* CTA */
/* =====================================================
   CTA
===================================================== */

.cta {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--btn_texto);
}

.cta .container {
    position: relative;
    z-index: 5;
}

.cta-content {
    max-width: 700px;
}

.cta h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.15;
}

.cta p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.7;
    margin-bottom: 30px;
}

/* =====================
BACKGROUND
===================== */

.cta-bg,
.cta-video,
.cta-overlay {
    position: absolute;
    inset: 0;
}

.cta-bg {
    background-size: cover;
    background-position: center;
}

.cta-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-overlay {
    z-index: 1;
}

.cta-bg,
.cta-video {
    z-index: 0;
}

/* =====================
CONTENT
===================== */

.cta-content {
    position: relative;
    z-index: 10;
}

/* =====================
BUTTON
===================== */

.btn-cta {
    display: inline-block;
    padding: 14px 34px;
    background: var(--btn_bg);
    color: var(--btn_texto);
    border-color: var(--btn_borda);
    text-decoration: none;
    border-radius: 6px;
    transition: .25s;
    font-weight: 600;
}

.btn-cta:hover {
    background: var(--btn_bg_hover);
    color: var(--btn_texto_hover);
    border-color: var(--btn_borda_hover);
}

/* =====================
ALIGNMENTS
===================== */

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left .cta-content {
    margin-right: auto;
}

.align-center .cta-content {
    margin: 0 auto;
}

.align-right .cta-content {
    margin-left: auto;
}

/* =====================
HEIGHTS
===================== */

.cta-small {
    min-height: 240px;
}

.cta-medium {
    min-height: 380px;
}

.cta-large {
    min-height: 560px;
}

.cta-fullscreen {
    min-height: 100vh;
}

/* =====================
RESPONSIVE
===================== */

@media(max-width:991px) {

    .cta-small {
        min-height: 220px;
    }

    .cta-medium {
        min-height: 320px;
    }

    .cta-large {
        min-height: 420px;
    }

    .cta h2 {
        margin-bottom: 10px;
    }

    .cta p {
        margin-bottom: 20px;
    }

}

@media(max-width:576px) {

    .cta {
        padding: 30px 0;
    }

    .align-left,
    .align-right {
        text-align: center;
    }

    .align-left .cta-content,
    .align-right .cta-content {
        margin: auto;
    }

    .btn-cta {
        width: 100%;
        text-align: center;
    }

}

/* FINAL CTA */

/* =====================================================
   DEPOIMENTOS
===================================================== */

.depoimentos {
    padding: 80px 0;
    /* background: var(--fundo_claro); */
}

.depoimentos h2{
    text-align: center;
    margin-bottom: 28px;
}

.depoimento-card {

    position: relative;

    height: 100%;

    background: var(--fundo_claro);

    border-radius: 10px;

    padding: 35px 30px;

    text-align: center;

    box-shadow: 0 3px 17px -10px var(--fundo_escuro);

    transition: .30s;

}

.depoimento-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 3px 17px -5px var(--fundo_escuro);

}

.depoimento-foto {

    width: 90px;

    height: 90px;

    margin: 0 auto 25px;

    border-radius: 50%;

    overflow: hidden;

    border: 4px solid var(--cor_borda);

}

.depoimento-foto img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.depoimento-texto {

    position: relative;

    margin-bottom: 30px;

}

.depoimento-texto p {

    margin: 0;

    font-size: 1rem;

    line-height: 1.8;

    color: var(--texto);

    font-style: italic;

}

.depoimento-texto::before {

    content: "“";

    position: absolute;

    left: -5px;

    top: -25px;

    font-size: 70px;

    color: #ddd;

    line-height: 1;

}

.depoimento-autor {

    font-weight: 700;

    color: var(--texto);

    font-size: 1rem;

}

/* =====================
RESPONSIVO
===================== */

@media(max-width:991px) {

    .depoimentos {

        padding: 60px 0;

    }

}

@media(max-width:576px) {

    .depoimento-card {

        padding: 25px;

    }

}

/* Final Depoimentos */

/* Marcas */
.categorias {
    padding: 80px 0;
    background: var(--fundo_claro);
}
.logo-fab {
    width: 80px;
    height: 80px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 50px;
    margin: 0 auto;
}
.bloco .cwb-title,
.bloco .cwb-link {
    text-align: center;
}
.marcas-slider {

    overflow: hidden;

    width: 100%;

    position: relative;

    padding: 10px 0;

}

.marcas-track {

    display: flex;

    gap: 20px;

    animation: marcas 35s linear infinite;

    width: max-content;

}

.marcas-slider:hover .marcas-track {

    animation-play-state: paused;

}

.marca-item {

    width: 180px;

    height: 100px;

    background: var(--btn_bg);

    border: 1px solid var(--cor_borda);

    border-radius: 8px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-shrink: 0;

    transition: .25s;

    text-decoration: none;

    padding: 15px;

}

.marca-item:hover {

    transform: translateY(-3px);

    box-shadow: 0 10px 20px var(--fundo_escuro)

}

.marca-item img {

    max-width: 100%;

    max-height: 70px;

    object-fit: contain;

}

.marca-item span {

    color: #444;

    font-weight: 600;

    text-align: center;

}

@keyframes marcas {

    from {

        transform: translateX(0);

    }

    to {

        transform: translateX(-50%);

    }

}

@media(max-width:768px) {

    .marca-item {

        width: 140px;

        height: 80px;

    }

}

.marcas-swiper {

    padding: 15px 45px;

}

.marca-item {

    display: flex;

    align-items: center;

    justify-content: center;

    height: 110px;

    padding: 20px;

    background: #fff;

    border: 1px solid #ececec;

    border-radius: 8px;

    transition: .3s;

}

.marca-item:hover {

    transform: translateY(-4px);

    box-shadow: 0 10px 20px var(--fundo_escuro)

}

.marca-item img {

    max-width: 100%;

    max-height: 70px;

    object-fit: contain;

}

.marca-item span {

    font-weight: 600;

    color: #444;

    text-align: center;

}

.swiper-button-next,
.swiper-button-prev {

    color: #999;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {

    color: #222;

}
/*==============================
VEÍCULOS DESTAQUE
==============================*/

.veiculos-destaque {

    background: #f7f8fa;

}

.vd-title {

    font-size: 2.2rem;

    font-weight: 700;

    margin-bottom: 10px;

}

.vd-subtitle {

    color: #666;

}

.vd-card {

    display: block;

    overflow: hidden;

    border-radius: 14px;

    background: #FFF;

    text-decoration: none;

    transition: .35s;

    box-shadow: 0 3px 17px -10px var(--fundo_escuro);

}

.vd-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 3px 17px -1px var(--fundo_escuro);

}

.vd-image {

    position: relative;

    height: 270px;

    background-size: cover;

    background-position: center;

}

.vd-image::after {

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    height: 120px;

    background: linear-gradient(transparent, rgba(0, 0, 0, .65));

}

.vd-price {

    position: absolute;

    right: 20px;

    bottom: 20px;

    z-index: 2;

    background: #FFF;

    color: #111;

    padding: 10px 18px;

    border-radius: 40px;

    font-size: 1.2rem;

    font-weight: 700;

    box-shadow: 0 8px 20px var(--fundo_escuro);

}

.vd-body {

    padding: 25px;

}

.vd-body h3 {

    margin: 0;
        color: #222;
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
        min-height: 60px;

}

.vd-info {

    display: flex;

    justify-content: space-between;

    margin: 10px 0;

    border-top: 1px solid #eee;

    border-bottom: 1px solid #eee;

    padding: 6px 0;

}

.vd-info span {

    color: #777;

    font-size: .85rem;

}

.vd-info strong {

    display: block;

    font-size: 1.25rem;

    color: #111;

}

.vd-button {

    display: block;

    text-align: center;

    background: var(--btn_bg);

    color: var(--btn_texto);

    padding: 14px;

    border-radius: 8px;

    font-weight: 600;

    transition: .3s;

}

.vd-card:hover .vd-button {

    background: var(--btn_bg_hover);
    color: var(--btn_texto_hover);

}

@media(max-width:768px) {

    .vd-image {

        height: 220px;

    }

}

/*==========================
VIDEO
==========================*/
.video-bloco{
    padding: 0;
    position: relative;
    overflow: hidden;
}
.video-banner {

    border-radius: 0px;

    overflow: hidden;

    position: relative;

}

.video-bloco .container.full{
    max-width: 100%;
    padding-right: 0px;
        padding-left: 0px;
}

.video-bg {

    height: 100%;

    background-size: cover;

    background-position: center;

    position: relative;

}

.video-overlay {

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, .45);

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    color: var(--btn_texto);

    text-align: center;

    padding: 40px;

}

.video-overlay h2 {

    font-size: clamp(2rem, 4vw, 3rem);

    margin-bottom: 15px;

}

.video-overlay p {

    max-width: 700px;

    margin-bottom: 30px;

    font-size: 1.1rem;

}

.video-play {

    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: var(--btn_bg);
    color: var(--btn_texto);
    opacity: 0.8;
    font-size: 30px;
    transition: .3s;
    box-shadow: 0 3px 8px -2px var(--fundo_escuro);
    padding: 0 0 0 7px;

}

.video-play:hover {
    background: var(--btn_bg_hover);
    color: var(--btn_texto_hover);
    opacity: 1.0;

    transform: scale(1.08);

}

/* alturas */

.video-small .video-bg {

    height: 260px;

}

.video-medium .video-bg {

    height: 420px;

}

.video-large .video-bg {

    height: 600px;

}

.video-fullscreen .video-bg {

    height: 100vh;

}

/* modal */

.video-modal {

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, .85);

    display: none;

    justify-content: center;

    align-items: center;

    z-index: 9999;

}

.video-modal.active {

    display: flex;

}

.video-modal-content {

    width: 90%;

    max-width: 1000px;

    aspect-ratio: 16/9;

    position: relative;

}

.video-modal iframe {

    width: 100%;

    height: 100%;

    border: 0;

    border-radius: 10px;

}

.video-close {

    position: absolute;

    right: -10px;

    top: -45px;

    width: 40px;

    height: 40px;

    border: none;

    background: #FFF;

    border-radius: 50%;

    font-size: 28px;

    cursor: pointer;

}

/* Mensagens*/
.alerta-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 20px;
    font-size: .95rem;
    line-height: 1.5;
    color: #fff;
    position: relative;
    z-index: 9999;
    margin-bottom: 10px;
}

.alerta-topo strong {
    display: block;
    margin-bottom: 3px;
}

.alerta-topo-fechar {
    background: none;
    border: 0;
    color: inherit;
    font-size: 20px;
    cursor: pointer;
    opacity: .8;
}

.alerta-topo-fechar:hover {
    opacity: 1;
}

.alerta-success {
    background: #198754;
}

.alerta-error {
    background: #dc3545;
}

.alerta-warning {
    background: #ffc107;
    color: #212529;
}

.alerta-info {
    background: #0dcaf0;
    color: #212529;
}

.alerta-question {
    background: #6c757d;
}
.alerta-topo-check {
    display: block;
    margin-top: 8px;
    font-size: .85rem;
    opacity: .9;
}

.alerta-topo-check input {
    margin-right: 6px;
}


/* Top Header */

/* ==========================================================
   HEADER TOP
========================================================== */
.header-top {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: .9rem;
    z-index: 100;
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: inherit;
}
.header-top .container.full {
    max-width: 100%;
}
/* Alturas */
.header-top-30 {
    height: 30px;
}

.header-top-40 {
    height: 40px;
}

.header-top-50 {
    height: 50px;
}

/* Lados */
.header-top-left,
.header-top-right {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
}

.header-top-left {
    justify-content: flex-start;
}

.header-top-right {
    justify-content: flex-end;
}

/* Links */
.header-top a,
.header-top span,
.header-top p,
.header-top div {
    display: flex;
    align-items: center;
    line-height: 1;
}

.header-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.header-top a:hover {
    opacity: .75;
}

/* Ícones */
.header-top i {
    font-size: 1rem;
}

/* Textos */
/* Botão */
.header-top .btn-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    transition: .25s;
}

.header-top .btn-top:hover {
    transform: translateY(-1px);
}

/* Redes sociais */
.header-top .social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top .social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsivo */
@media (max-width:768px) {
    .header-top .container {
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding: 8px 0;
    }

    .header-top-left,
    .header-top-right {
        width: 100%;
        justify-content: center;
    }
}

.header-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-top a {
    color: inherit;
    text-decoration: none;
}
/* ==========================================================
   HEADER PRINCIPAL
========================================================== */

.header-principal {
    position: relative;
    width: 100%;
    z-index: 200;
    transition: .3s;
    /* overflow: hidden; */
        overflow: visible;
}

.header-principal::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--header-bg);
    opacity: var(--header-opacity);
    z-index: 0;
}

.header-principal>* {
    position: relative;
    z-index: 1;
}

.item-header-principal a,
.item-header-principal span,
.item-header-principal p,
.item-header-principal div {
    display: inline-flex;
    /* align-items: center; */
    line-height: 1;
}

/* Alturas */

.header-small {
    padding: 10px 0;
}

.header-medium {
    padding: 18px 0;
}

.header-large {
    padding: 30px 0;
}

/* Logo */

.header-logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-logo-left {
    justify-content: flex-start;
}

.header-logo-center {
    justify-content: center;
}

.header-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.header-small .header-logo img {
    max-height: 45px;
}

.header-medium .header-logo img {
    max-height: 60px;
}

.header-large .header-logo img {
    max-height: 80px;
}

/* Centro */

.header-center {
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Direita */

.header-right {
    display: block;
    text-align: right;
}

/* Links */

.header-principal a {
    color: inherit;
    text-decoration: none;
}

.header-principal a:hover {
    opacity: .8;
}

/* Menu */

/* .header-center nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
} */

/* Busca */

.header-search {
    display: flex;
    align-items: center;
}

/* Sticky */

.header-sticky {
    position: sticky;
    top: 0;
    left: 0;
}

/* Transparente */

.header-transparent {
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    width: 100%;
    background: transparent !important;
}

/* Sobre Banner */

.header-over-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header-sticky.header-over-banner{
    position: fixed;
}

/* Mobile */

@media (max-width:767.98px) {

    .header-logo,
    .header-center,
    .header-right {
        justify-content: center;
        margin: 10px 0;
        text-align: center;
    }

    .header-center nav ul {
        flex-direction: column;
        gap: 15px;
    }

}


/* ==========================================================
   HEADER NAVEGAÇÃO
========================================================== */
.header-navegacao {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: .9rem;
    z-index: 100;
}

.header-navegacao-sticky {
    position: sticky;
    top: 0;
    left: 0;
}

.header-navegacao .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: inherit;
}

.header-navegacao .container.full {
    max-width: 100%;
}

/* Alturas */
.header-navegacao-46 {
    min-height: 46px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-navegacao-56 {
    min-height: 56px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-navegacao-66 {
    min-height: 66px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-navegacao-center .header-item-navegacao.header-location:not(.destaque),
.header-navegacao-right .header-item-navegacao.header-location:not(.destaque),
.header-navegacao-left .header-item-navegacao.header-location:not(.destaque),
.header-navegacao .header-top-left .header-item-navegacao.header-location:not(.destaque){
    display: ruby;
}

.header-item-navegacao.header-location.destaque{
    font-size: 94%;
}
.header-navegacao-center.destaque .header-item-navegacao.header-location{
    font-size: 85%;
}

.header-navegacao-right .header-item-navegacao.header-location.destaque {
    font-size: 85%;
}

/* Lados */
.header-navegacao-left,
.header-navegacao-right {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
}

/* Links */
.header-navegacao a,
.header-navegacao span,
.header-navegacao p{
/* .header-navegacao div { */
    display: flex;
    align-items: center;
    line-height: 1;
}

.header-navegacao a:hover,
.header-navegacao .header-whatsapp a:hover{
    color: var(--menu-over) !important;
}

.header-navegacao .menu-principal li.nav-item{
    padding: 6px 8px;
    color: var(--menu-color);
}

.header-item-navegacao.destaque,
.header-navegacao-center.destaque {
    padding: 6px 8px;
    background: var(--btn_bg) !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 105%;
    color: var(--btn_texto);
    min-height: 44px;
    display: flex;
    /* display: inline-block; */
    align-items: center;
}
.header-item-navegacao.destaque i,
.header-navegacao-center.destaque i{
    background-color: var(--destaque) !important;
    color: var(--btn_texto);
    padding: 0px 0px;
    border-radius: 20px;
    width: 36px;
    height: 36px;
}
.header-item-navegacao.destaque:hover,
.header-navegacao-center.destaque:hover{
    background: var(--btn_bg_hover) !important;
    color: var(--btn_texto_hover) !important;
}

.header-item-navegacao {
    display: flex;
}

.header-navegacao-left {
    justify-content: flex-start;
}

.header-navegacao-right {
    text-align: right;
}

.header-navegacao-center {
    text-align: center;
    display: flex;
}
.header-navegacao-center .menu-principal{
    margin: 0 auto;
}
/* .header-navegacao-center {
    justify-content: center;
} */

.header-navegacao i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.header-navegacao a:hover {
    opacity: .75;
}

/* Ícones */
.header-navegacao i {
    font-size: 1rem;
}

/* Textos */
/* Botão */
.header-navegacao .btn-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    transition: .25s;
}

.header-navegacao .btn-top:hover {
    transform: translateY(-1px);
}

/* Redes sociais */
.header-navegacao .social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-navegacao .social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsivo */
@media (max-width:768px) {
    .header-navegacao .container {
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding: 8px 0;
    }

    .header-navegacao-left,
    .header-navegacao-right {
        width: 100%;
        justify-content: center;
    }
}

.header-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-navegacao a {
    color: inherit;
    text-decoration: none;
}

.header-navegacao-center a {
    color: inherit;
    text-decoration: none;
    padding: 0 5px;
}

/** FOOTER */
.footer-site {

    background: var(--footer-bg, #1f1f1f);
    color: var(--footer-color, #ddd);

    padding: 60px 0 25px;

    font-size: .95rem;

}

.footer-site h4 {

    color: var(--footer-title, #fff);

    font-size: 1.1rem;
    margin-bottom: 9px;
    font-weight: 600;
    margin-top: 14px;
}

.footer-site a {

    color: var(--footer-link, #ddd);

    text-decoration: none;

    transition: .3s;

}

.footer-site a:hover {

    color: var(--primary);

}

.footer-logo img {

    max-width: 220px;

    margin-bottom: 20px;

}

.footer-logo p {

    line-height: 1.7;

    opacity: .85;

}

.footer-menu,
.footer-contato {

    margin: 0;

    padding: 0;

    list-style: none;

}

.footer-menu li,
.footer-contato li {

    margin-bottom: 12px;

}

.footer-contato i {

    width: 22px;

    color: var(--primary);

    margin-right: 8px;

}

.footer-bottom {

    border-top: 1px solid rgba(255, 255, 255, .1);

    margin-top: 45px;

    padding-top: 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    flex-wrap: wrap;

    font-size: .9rem;

    opacity: .8;

}


.menu-footer a.nav-link:hover{
    color: var(--cor-footer-hover) !important;
}

.footer-site .container.full {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.item-footer a,
.item-footer span,
.item-footer p,
.item-footer div {
    display: inline-flex;
    line-height: 1;
    align-items: center;
    line-height: 1;
}

.footer-social{
    gap: 18px;
    height: 100%;
    display: inline-flex;
}

a.footer-redes {
    font-size: 150%;
}

a.footer-redes:hover,
.footer-site a:hover {
    color: var(--cor-footer-hover) !important;
}

.footer-copy {
    padding: 12px;
    font-size: 12px;
}
.footer-col {
    margin-bottom: 15px;
}

.item-footer {
    display: inline-flex;
}

.footer-site a.nav-link {
    padding: 0px 10px;
}
.footer-site .coluna-4{
    text-align: left;
}
.footer-site .coluna-4 ul{
    display: inline;
}
.footer-site .align-items-top {
    align-items: flex-start !important;
}

@media(max-width:991px) {

    .footer-site {

        text-align: center;

    }

    .footer-logo {

        margin-bottom: 35px;

    }

    .footer-menu {

        margin-bottom: 35px;

    }

    .footer-bottom {

        justify-content: center;

        text-align: center;

    }

    .footer-site .coluna-4 {
        text-align: center;
    }

}
/* =====================================================
   MAPA
===================================================== */

.mapa {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

/* Wrapper */

.mapa-wrapper {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.mapa-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Alturas */

.mapa-small .mapa-wrapper {
    height: 280px;
}

.mapa-medium .mapa-wrapper {
    height: 420px;
}

.mapa-large .mapa-wrapper {
    height: 600px;
}

.mapa-fullscreen .mapa-wrapper {
    height: 100vh;
}

/* Responsivo */

@media (max-width: 991px) {

    .mapa-small .mapa-wrapper {
        height: 240px;
    }

    .mapa-medium .mapa-wrapper {
        height: 340px;
    }

    .mapa-large .mapa-wrapper {
        height: 450px;
    }

    .mapa-fullscreen .mapa-wrapper {
        height: 70vh;
    }

}

@media (max-width: 767px) {

    .mapa-small .mapa-wrapper {
        height: 220px;
    }

    .mapa-medium .mapa-wrapper {
        height: 300px;
    }

    .mapa-large .mapa-wrapper {
        height: 380px;
    }

    .mapa-fullscreen .mapa-wrapper {
        height: 60vh;
    }

}

/*==================================================
CONTATO
==================================================*/

.contato {
    width: 100%;
}

.contato-box {
    border-radius: 10px;
    overflow: hidden;
}

.contato-info {
    height: 100%;
    padding: 40px;
    background: var(--destaque);
    color: var(--texto_secundario)
}

.contato-info h2 {
    margin-bottom: 20px;
    font-size: 2rem;
}

.contato-info p {
    margin-bottom: 30px;
    line-height: 1.7;
}

.contato-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.contato-item i {
    width: 22px;
    text-align: center;
    font-size: 18px;
}

.contato-item a{
    color: var(--texto_secundario);
    text-decoration: none;
}

#formContato {
    padding: 40px;
}

#formContato .form-control {
    width: 100%;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid var(--btn_borda);
    border-radius: 6px;
    box-shadow: none;
    transition: .25s;
}

#formContato textarea.form-control {
    min-height: 180px;
    resize: vertical;
}

#formContato .form-control:focus {
    border-color: var(--btn_borda);
    outline: none;
}

.btn-contato {
    display: inline-block;
    padding: 14px 35px;
    border: none;
    border-radius: 6px;
    background: var(--btn_bg);
    color: var(--btn_texto);
    cursor: pointer;
    transition: .25s;
}

.btn-contato:hover {
    background: var(--btn_bg_hover);
    color: var(--btn_texto_hover);
}

/* Alturas */

.contato-small {
    padding: 40px 0;
}

.contato-medium {
    padding: 70px 0;
}

.contato-large {
    padding: 100px 0;
}

.contato-fullscreen {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Responsivo */

@media(max-width:991px) {

    .contato-info {
        padding: 30px;
    }

    #formContato {
        padding: 30px;
    }

}

@media(max-width:767px) {

    .contato-info {
        margin-bottom: 20px;
    }

    .btn-contato {
        width: 100%;
    }

}