:root {
    --cnvs-themecolor: orangered;
    --cnvs-themecolor-rgb: 233, 79, 28;
    --bs-body-bg: var(--bs-light);
    --bs-body-bg-rgb: rgba(var(--bs-light-rgb));
}

.copyright-links a {
    display: inline-block;
    margin: 0 0.25rem;
    border-bottom: none;
}

.copyright-links a:hover {
    display: inline-block;
    border-bottom: none;
    color: orangered;
}

#footer {
    border-top-color: orangered;
    border-style: solid;
    border-width: 2px 0 0 0 ;
}

.widget_links li,
.widget_links li a {
    background-image: none !important;
    padding-left: 0;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 400;
    padding-top: 2px;
}

.widget_links li,
.widget_links li a:hover {
    background-image: none !important;
    padding-left: 0;
    color: orangered !important;
    font-size: 16px;
    font-weight: 400;
    padding-top: 2px;
}

.reveal-content img {
    display: block;
}

.reveal-content .reveal-content-hover {
    position: absolute;
    top: auto;
    display: block;
    left: 0.2rem;
    bottom: 0;
    padding: 1rem;
    background: rgba(255,255,255,0.95);
    margin-bottom: 1px;
    z-index: 2;
}

@media (min-width: 992px) {
    .reveal-content .reveal-content-hover {
        top: 0;
        bottom: auto;
        left: 0;
        display: none;
        margin-top: 0.2rem;
        margin-left: -1rem;
        border-radius: 10px;
    }
    .reveal-content img:hover + .reveal-content-hover,
    .reveal-content-hover:hover {
        display: block;
    }
}

#fale-conosco, #qr, #info, #overview, #section-spec, p  {
    text-align: justify !important;
}

.gradient-grey-orange,
.h-gradient-grey-orange:hover {
    background-image: linear-gradient(to right, #000000, orangered) !important;
}

#tec_brand {
    display: block;
    padding: 12px;
    text-align: center;
    height: 180px;
    margin: auto;
    vertical-align: baseline;
}

#tec_bank {
    display: block;
    text-align: center;
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
    vertical-align: center;
}

.collection {
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:1rem
}

.grid-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.collection-header {
    font-weight: 100;
    padding: 5px;
    border: 1px solid #c0ccd9;
    font-size: 13px;
    text-align: center;
    border-radius:5px
}

.price {
    font-weight: 100;
    padding: 5px;
    border: 1px solid orangered;
    font-size: 16px;
    text-align: center;
    border-radius:5px;
}

.price h2 {
    font-weight: 900;
    color: orangered;
}

.collection-header .ligth {
    font-weight: 600;
    color:#000
}

/* Portfolio Filter
-----------------------------------------------------------------*/
.grid-filter {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px;
    align-content: center !important;
    horiz-align: center !important;
}

.grid-filter li.activeFilter a { font-weight: normal; }

.grid-filter.style-2 li a:not(.button) {
    font-size: 40px;
    color: #555 !important;
}

.grid-filter.style-2 li a.button-reset {
    padding: 0 10px !important;
    font-size: 16px;
    line-height: 34px;
    color: #FFF !important;
    border-radius: 23px;
    text-transform: none;
    letter-spacing: 1px;
    background-color: var(--cnvs-themecolor);
}

.grid-filter.style-2 li a span {
    display: block;
    margin-top: 7px;
    font-family: var(--cnvs-primary-font);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #AAA;
    font-weight: bold;
    text-align: center;
}

.grid-filter.style-2 li a:not(.button),
.grid-filter.style-2 li a span {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.grid-filter.style-2 li a:not(.button):hover,
.grid-filter.style-2 li a:not(.button):hover span,
.grid-filter.style-2 li.activeFilter a:not(.button),
.grid-filter.style-2 li.activeFilter a:not(.button) span {
    color: orangered !important;
    background-color: transparent !important;
}

.grid-filter.style-2 li.activeFilter a.button-reset {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.grid-filter.style-2 li a.button-reset { opacity: 1; }

.portfolio-desc span { font-size: 0.875rem; }

.portfolio-desc {
    flex-grow: 1;
}

.filter-p-pricing {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: orangered;
    color: #FFF;
    padding: 8px 15px;
    z-index: 1;
    font-family: var(--cnvs-primary-font);
}

.filter-p-pricing::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -8px;
    height: 100%;
    width: 32px;
    background-color: orangered;
    -moz-transform: skew(-23deg,0deg);
    -o-transform: skew(-23deg,0deg);
    -ms-transform: skew(-23deg,0deg);
    -webkit-transform: skew(-23deg,0deg);
    transform: skew(-23deg,0deg);
    z-index: -1;
}

.p-price-msrp {
    font-weight: 300;
    padding-left: 12px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.filter-p-pricing {
    background-color: orangered;
}

.car-p-features {
    border-top: 1px solid #DDD;
    padding: 5px 8px;
    /*margin-top: 5px;*/
    margin-top: auto;
}

.car-p-features [class^=col-] { margin-top: 5px; }

.car-p-features i {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.car-p-features span {
    color: #555;
    font-size: 13px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: orangered;
    --bs-btn-border-color: orangered;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #B22F00FF;
    --bs-btn-hover-border-color: orangered;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: orangered;
    --bs-btn-active-border-color: orangered;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ab7261;
    --bs-btn-disabled-border-color: orangered;
}

.grid-filter li a img {
    transition: filter 0.3s ease-in-out;
}

.grid-filter li a:hover img,
.grid-filter li a.active img {
    filter: invert(42%) sepia(100%) saturate(1000%) hue-rotate(-15deg);
}

#informativo {
    font-size: 12px;
    line-height: 14px !important;
}

