html{
	scroll-behavior: smooth;
}
header{
	background:#000;
}

footer{
	background:#000;
	border-top:5px solid #c9a300;
	color:#fff;
	margin-top:40px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
footer h4{
	color:#fad225;
	font-size:1.15rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-top: 0;
}
footer div div div, .banners div {
	margin-top:30px;
	margin-bottom:30px
}
footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
footer li{
	padding:0 0 8px 0;
	font-size: 14px;
	font-weight: 400;
}

.pw-footer-desenvolvedor {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    width: 100%;
}

.plataformaweb {
	display: block;
	width: 50px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	color: transparent;
	font-size: 0;
	line-height: 0;
	background: url(/pw-auto-site/00/images/plataformaweb.png) no-repeat center center;
	background-size: contain;
	opacity: 0.8;
	transition: opacity 0.3s ease, transform 0.3s ease;
	margin: 0 auto;
}
.plataformaweb:hover {
	opacity: 1;
	transform: scale(1.08);
}

.box{
	background:#fff;
	color:#fff;
	display:block;
	margin-bottom:30px
}
.box:hover, .box:hover .barra{
	text-decoration:none
}

.box h4{
    color: #000;
    background-color: #ebebeb;
    margin: 0px;
    padding: 10px;
    height: 60px;
    font-size: 18px;
}

.box .barra{
    padding: 5px 10px;
    background: #DDD;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}

@media(min-width:992px) {
.destaque .col-md-4{ padding:0 30px 0 0}
}
@media(min-width:401px) and (max-width:991px) {
	body {
		/*margin-top: 300px;*/
	}
}
.menu{ background:#000;
border-top: 3px solid #c9a300;}

.navbar-right.navbar-text{white-space: nowrap}

.nav-tabs.nav-justified>li>a {
	/*margin-bottom: 5px;*/
	text-align: center;
	color:#fff;
	white-space:nowrap;
}
.nav-tabs.nav-justified>li>a:hover {
    color: #000;
}

.nav-tabs.nav-justified>li:hover {
    background:#fad225;
    color: #000;
}

hr{ border-top: 4px solid #ccc}
.margin-bt40{margin-bottom:40px}

.titulo{ background: #424251; color:#fff; border-radius:6px; padding:15px; margin:0 0 30px}
h2{ color:#000}
h4{ color: #424251}
h5{ color: #CCC}
.marcas {
	padding-left:30px;
	padding-right:30px;
}
/* grimm */
.busca{
    border-top: 6px solid #c9a300;
    border-radius: 12px;
	background-color: #000;
    margin-bottom: 20px;
    padding: 20px;
}
.navbar-default .navbar-text {
	color: #FFF;
}
.coluna_esquerda_social_media {
    font-size: 32px;
}
.coluna_esquerda_social_media  ul{
    padding: 0;
    margin: 0;
}
.coluna_esquerda_social_media  ul li{
    display: inline;
    padding: 0;
    margin: 0;
}

/* pw.complemento */
#showMessage{width: 600px; display:block; font-weight:bold; padding:25px; font-size:20px; text-align: center; background-color:#F1F1F1; border: 1px solid #FF0000; color: #FF0000;}

/* contatos do topo: os badges vêm com padding inline diferente
   (o do WhatsApp é gerado no PHP), então a altura é normalizada aqui */
#top_bg .badge {
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px !important;
    padding: 0 14px !important;
    border-radius: 8px;
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

#top_bg .badge:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 6px 16px rgba(8, 8, 8, 0.35);
}

/* ---------------------------------------------------
   Listagem de seminovos — pacote canônico (Invicto 3150)
   --------------------------------------------------- */
body {
    background-color: #f1f3f6;
}

.carro-resultado {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    line-height: 150%;
    margin: 0 0 16px 0;
    padding: 18px;
    color: #1e293b;
    box-shadow: 0 2px 8px rgba(8, 8, 8, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.carro-resultado:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 163, 0, 0.55);
    box-shadow: 0 12px 28px rgba(8, 8, 8, 0.12);
}

/* box da foto: 4:3 no tamanho exato da miniatura tn (200px), sem upscale nem corte */
.carro-resultado .carro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    background-color: #eef1f5;
    border-radius: 10px;
    overflow: hidden;
    /* clip-path porque o Chrome perde o recorte arredondado no zoom (transform) */
    clip-path: inset(0 round 10px);
    padding: 0 !important;
}

@media (min-width: 768px) {
    .carro-resultado .carro-img {
        max-width: 200px;
    }
}

.carro-resultado .carro-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.carro-resultado:hover .carro-img img {
    transform: scale(1.04);
}

/* título: marca como eyebrow acima do modelo */
.carro-resultado .carro-info h3 {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
}

.carro-resultado .carro-info h3 a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.carro-resultado .carro-info h3 a:hover {
    color: #b8890b;
}

.carro-resultado .carro-info h3 .pw-sl-marca {
    display: block;
    color: #8c909e;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

/* chips de detalhes */
.pw-seminovos-lista-detalhes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
}

.pw-seminovos-lista-detalhes span {
    background-color: #f1f3f6;
    color: #475569;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 4px 12px;
    margin: 0;
}

.pw-seminovos-lista-detalhes span.badge {
    color: #ffffff;
    border-color: transparent;
}

/* botão do WhatsApp */
.estoque_si_whats {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 16px;
    background: linear-gradient(135deg, #168c46 0%, #20b35b 100%);
    color: #ffffff;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.carro-resultado a:has(.estoque_si_whats):hover {
    text-decoration: none;
}

.estoque_si_whats:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 16px rgba(32, 179, 91, 0.32);
    transform: translateY(-1px);
}

/* coluna direita: logo da marca, preço e CTA */
.carro-resultado > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.carro-resultado .marca {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 4px 8px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.carro-resultado .preco {
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 800;
    margin: 6px 0 10px 0;
    letter-spacing: -0.3px;
}

.carro-resultado .preco .pw-preco-moeda,
.carro-resultado .preco .pw-preco-centavos {
    color: #8c909e;
    font-size: 62%;
    font-weight: 700;
}

/* .btn-block saiu no Bootstrap 5 — vem antes do CTA pra não anular o display: flex dele */
.carro-resultado .btn-block {
    display: block;
    width: 100%;
}

/* CTA "Ver detalhes": outline dourado que preenche no hover.
   Escopado no card pra não mexer nos botões cheios da página individual. */
.carro-resultado .pw-cta-carro-individual {
    background: transparent;
    color: #b8890b;
    border: 2px solid #c9a300;
    border-radius: 8px;
    height: 42px;
    padding: 0 16px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.carro-resultado .pw-cta-carro-individual:hover {
    background: linear-gradient(135deg, #fad225 0%, #c9a300 100%);
    color: #080808;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(201, 163, 0, 0.35);
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .carro-resultado {
        padding: 14px;
    }
    .carro-resultado .carro-img {
        margin-bottom: 12px;
    }
    .carro-resultado > div:last-child {
        align-items: stretch;
        text-align: left;
    }
    .carro-resultado .marca {
        align-self: flex-start;
    }
}
/* Widget de Marcas Moderno (Invicto Veículos 3150) */
.pw-marcas-widget {
    background-color: #000000;
    border-top: 5px solid #c9a300;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.pw-marcas-widget-title {
    color: #fad225;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 14px 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pw-marcas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.pw-marca-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 6px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.pw-marca-card:hover {
    transform: translateY(-3px);
    border-color: #c9a300;
    box-shadow: 0 6px 15px rgba(201, 163, 0, 0.35);
}

.pw-marca-card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Fallback marcas_lista */
.marcas_lista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.marcas_lista::after {
    display: none;
}
.marcas_lista_item_x {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    width: 100%;
    height: 60px;
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.marcas_lista_item_x:hover {
    transform: translateY(-3px);
    border-color: #c9a300;
    box-shadow: 0 6px 15px rgba(201, 163, 0, 0.35);
}
.marcas_lista_item_x img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.home_h1_categoria{
    background-color: #000;
    border-left: 5px solid #c9a300;
    padding: 5px;
    width: max-content;
    margin-bottom:5px;
    border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
}

.home_h1_categoria a{
    color: #c9a300;
}

.home_btn_estoque_completo {
    width: 100%;
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 24px;
    background: #b31217;
    background-image: linear-gradient(to right, #c9a300, #E2BB13, #fad225, #fad225, #E2BB13, #c9a300);
}
.home_btn_estoque_completo a{
    color: #000;
}

.pwas-whatsapp-float {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 40px;
    right: 40px;
    background-color: #00A550;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 48px;
    z-index: 100;
    padding-top: 8px;
}

.pwas-whatsapp-pulse {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    border-radius: 50px;
    animation: pwas-whatsapp-pulse 1s infinite
}

@keyframes pwas-whatsapp-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0,160,39,.7)
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0,160,39,.6)
    }

    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0,160,39,.7)
    }
}
@media only screen and (max-width: 768px) {
    .pw-footer-desenvolvedor {        
        padding: 20px;
        display: flex;
        justify-content: center;
    }
}

.pw-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pw-footer-menu li {
    margin-bottom: 6px;
}
.pw-footer-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
}
.pw-footer-menu li a:hover {
    color: #fad225;
    text-decoration: underline;
}

/* Scroll List para Modelos (Invicto Veículos 3150) */
.pw-footer-scroll-list::-webkit-scrollbar {
    width: 6px;
}
.pw-footer-scroll-list::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 4px;
}
.pw-footer-scroll-list::-webkit-scrollbar-thumb {
    background: #fad225;
    border-radius: 4px;
}
.pw-footer-scroll-list::-webkit-scrollbar-thumb:hover {
    background: #c9a300;
}

h1{
	border-left: 6px solid #c9a300;
	color: #c9a300;
    border-radius: 12px;
    background-color: #080808;
    margin-bottom: 20px;
    padding: 5px;
}
a {
    color: #b9945f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* ---------------------------------------------------
   Cores do Template default-bootstrap5 (Seminovo)
   --------------------------------------------------- */
.pw-si-check-icon {
    color: #000000;
}

.pw-si-form-header {
    background-color: #f8f9fa !important;
}
.pw-si-form-title {
    color: #000 !important;
    font-size: 20px;
}

.pw-btn-custom {
    background-color: #fad225;
    color: #000;
    border: none;
    font-weight: bold;
}
.pw-btn-custom:hover {
    background-color: #c9a300;
    color: #000;
    text-decoration: none;
}

.info-card {
    background-color: #ffffff;
    border-color: #e0e0e0;
    color: #333333;
}
.info-card:hover {
    border-color: #c9a300;
}
.info-card .ic-icon {
    background-color: transparent;
    color: #000000;
    font-size: 20px;
}
.info-card .ic-label {
    color: #777777;
}
.info-card .ic-value {
    color: #333333;
}
.info-card .ic-value .pw-preco-moeda,
.info-card .ic-value .pw-preco-centavos {
    color: #8c909e;
    font-size: 70%;
    font-weight: 600;
}
.info-card a {
    color: #333333;
}
.info-card a:hover {
    color: #c9a300;
    text-decoration: none;
}

/* ---------------------------------------------------
   Animações de entrada (só no carregamento da página)
   fill-mode "backwards": o estado inicial vale durante o delay e,
   quando a animação termina, a propriedade volta ao valor normal —
   por isso os transforms de hover continuam funcionando (com
   "both"/"forwards" a animação venceria a regra de :hover).
   --------------------------------------------------- */
@keyframes pw-entra-de-cima {
    from {
        opacity: 0;
        transform: translateY(-14px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes pw-entra-de-baixo {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#top_bg .navbar-brand {
    animation: pw-entra-de-cima 0.55s ease 0.05s backwards;
}

#top_bg .badge {
    animation: pw-entra-de-cima 0.5s ease 0.2s backwards;
}

#top_bg .fa-facebook-square,
#top_bg .fa-instagram {
    animation: pw-entra-de-cima 0.5s ease 0.3s backwards;
}

#top_bg .menu {
    animation: pw-entra-de-cima 0.5s ease 0.12s backwards;
}

h1 {
    animation: pw-entra-de-baixo 0.5s ease 0.1s backwards;
}

.busca {
    animation: pw-entra-de-baixo 0.5s ease 0.18s backwards;
}

.pw-marcas-widget {
    animation: pw-entra-de-baixo 0.5s ease 0.26s backwards;
}

/* só os primeiros cards: o resto entra fora da tela mesmo */
.carro-resultado:nth-of-type(-n+6) {
    animation: pw-entra-de-baixo 0.5s ease backwards;
}
.carro-resultado:nth-of-type(1) { animation-delay: 0.20s; }
.carro-resultado:nth-of-type(2) { animation-delay: 0.26s; }
.carro-resultado:nth-of-type(3) { animation-delay: 0.32s; }
.carro-resultado:nth-of-type(4) { animation-delay: 0.38s; }
.carro-resultado:nth-of-type(5) { animation-delay: 0.44s; }
.carro-resultado:nth-of-type(6) { animation-delay: 0.50s; }

@media (prefers-reduced-motion: reduce) {
    #top_bg .navbar-brand,
    #top_bg .badge,
    #top_bg .fa-facebook-square,
    #top_bg .fa-instagram,
    #top_bg .menu,
    h1,
    .busca,
    .pw-marcas-widget,
    .carro-resultado:nth-of-type(-n+6) {
        animation: none;
    }
}