body {
    background-color: #2c2c2c;
    color: #ffffff;
}
header{
	background:#000;
}

footer{
	background:#000;
	border-top:5px solid #eab817;
	color:#fff;
	margin-top:40px;
}
footer h4{
	color:#eab817;
	font-size:22px;
}
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: 18px;
}

.plataformaweb {
    display: block;
    width: 50px;
    height: 35px;
    text-indent: -9999px;
    background: url(/pw-auto-site/00/images/plataformaweb.png) no-repeat right;
	float:right;
}

/* Card de destaque da home — claro sobre o fundo escuro geral */
.box{
	background: #ffffff;
	color: #1e293b;
	display: block;
	margin-bottom: 30px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.box:hover{
	transform: translateY(-5px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55), 0 0 20px rgba(234, 184, 23, 0.15);
}
/* sem sublinhado nos links internos do card */
.box a, .box a:hover{
	text-decoration: none;
}

/* box da foto com proporção fixa: fileiras alinhadas independente da foto */
.box .box-img-wrapper{
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background-color: #f1f3f6;
}
.box .box-img-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.box:hover .box-img-wrapper img{
	transform: scale(1.04);
}

.box h4{
    color: #0f172a;
    background-color: transparent;
    margin: 0px;
    padding: 12px 15px 4px 15px;
    font-size: 18px;
}

/* marca em linha própria, menor, acima do modelo */
.box h4 .pw-sl-marca {
    display: block;
    color: #8c909e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

/* modelo em 1 linha: cards com a mesma altura */
.box h4 .pw-sl-modelo {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box .barra{
    padding: 4px 15px 12px 15px;
    background: transparent;
    color: #b8890b;
    font-size: 20px;
    font-weight: 700;
}

/* "R$" e ",00" menores que o valor */
.box .barra .pw-preco-moeda,
.box .barra .pw-preco-centavos {
    font-size: 62%;
    font-weight: 700;
}

/* botão "Ver detalhes" do card da home */
.home_carro_detalhes {
    padding: 10px;
    background: #f8f9fb;
    color: #b8890b;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #e2e8f0;
    transition: all 0.25s ease;
}
.box:hover .home_carro_detalhes {
    background: #b8890b;
    color: #ffffff;
}

@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 #eab817;
}

.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:#eab817;
    color: #fff;
}

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:#fff}
h4{ color: #fff}
h5{ color: #fff}

/*owl-marcas*/
.marcas {
	padding-left:30px;
	padding-right:30px;
}

/* grimm */
.busca{
    border-top: 5px solid #eab817;
    border-radius: 10px;
	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;}

/* ==========================================================================
   LISTAGEM DE ESTOQUE (lista_bootstrap5) — padrão canônico, cards claros
   sobre o fundo escuro geral (contraste/separação)
   ========================================================================== */
.carro-resultado {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    color: #1e293b;
}

@media (min-width: 768px) {
    .carro-resultado {
        display: flex;
        align-items: center;
    }
}

.carro-resultado:hover {
    transform: translateY(-5px);
    border-color: rgba(234, 184, 23, 0.4);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55), 0 0 20px rgba(234, 184, 23, 0.15);
}

.carro-resultado a,
.carro-resultado a:hover {
    text-decoration: none;
}

.carro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    background-color: #f1f3f6;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* desktop usa a miniatura "tn" de 200px: box do mesmo tamanho da foto = preenche 100% sem upscale */
@media (min-width: 768px) {
    .carro-img {
        max-width: 200px;
    }
}

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

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

.carro-info {
    padding-left: 20px !important;
}

.carro-info h3 {
    margin: 0 0 12px 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.carro-info h3 a {
    color: #0f172a;
    transition: color 0.25s ease;
}

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

/* marca em linha própria dourada acima do modelo */
.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;
}

.pw-seminovos-lista-detalhes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.pw-seminovos-lista-detalhes span {
    background-color: #f1f3f6 !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
}

.estoque_si_whats {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #168c46 0%, #20b35b 100%) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 4px 10px rgba(22, 140, 70, 0.2) !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.estoque_si_whats:hover {
    background: linear-gradient(135deg, #20b35b 0%, #25D366 100%) !important;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4) !important;
    transform: translateY(-2px);
    color: #ffffff !important;
}

.carro-resultado .marca {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.carro-resultado .marca img {
    border-radius: 5px !important;
    background-color: #ffffff;
    padding: 2px;
    border: 1px solid #e2e8f0;
}

.carro-resultado h3.preco {
    color: #b8890b;
    font-size: 1.7rem;
    font-weight: 800;
    text-align: right;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

/* "R$" e ",00" menores que o valor */
.carro-resultado h3.preco .pw-preco-moeda,
.carro-resultado h3.preco .pw-preco-centavos {
    font-size: 62%;
    font-weight: 700;
}

.pw-cta-carro-individual {
    background: transparent !important;
    color: #b8890b !important;
    border: 2px solid #b8890b !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    text-decoration: none !important;
    display: block;
    text-align: center;
    width: 100%;
}

.pw-cta-carro-individual:hover {
    background: linear-gradient(135deg, #eab817, #fbc62b) !important;
    color: #000000 !important;
    border-color: transparent !important;
    box-shadow: 0 4px 12px rgba(234, 184, 23, 0.25) !important;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .carro-resultado {
        padding: 20px;
    }
    .carro-img {
        margin-bottom: 20px;
    }
    .carro-info {
        padding-left: 0 !important;
        margin-bottom: 20px;
    }
    .carro-resultado .marca {
        justify-content: flex-start;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .carro-resultado h3.preco {
        text-align: left;
        margin-bottom: 15px;
    }
}
.marcas_lista::after {
    clear: both;
    content: "";
    display: block;
}
.marcas_lista_item_x{
 	background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    width: 60px;
    height: 60px;
    float: left;
    margin: 4px;
}

.home_h1_categoria{
    background-color: #000;
    border-left: 5px solid #eab817;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius:10px;
}

.home_h1_categoria a{
    color: #eab817;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.home_h1_badge {
    padding: 3px 13px;
    background: linear-gradient(0deg, #eab817, #f5cf4a);
    color: #000;
    border-radius: 20px;
    font-size: 0.55em;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.home_btn_estoque_completo {
    width: 100%;
    text-align: center;
    margin: 25px 0 10px;
}

.home_btn_estoque_completo a {
    display: inline-block;
    padding: 13px 44px;
    background: linear-gradient(0deg, #eab817, #f5cf4a);
    color: #000;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(234, 184, 23, 0.35);
}

.home_btn_estoque_completo a:hover {
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(234, 184, 23, 0.5);
}

.pw-header-telefone {
	line-height: 90px; 
	vertical-align:middle
}
.pw-header-redes-sociais {
	line-height: 90px; 
	vertical-align:middle
}
@media only screen and (max-width: 768px) {
    .pw-footer-desenvolvedor {        
        padding: 20px;
        display: flex;
        justify-content: center;
    }

	.pw-header-telefone {
		line-height: normal; 
		vertical-align:middle
	}
	.pw-header-redes-sociais{
		display: none;
	}
}

h1{
	background-color: #000;
    border-left: 5px solid #eab817;
	color: #eab817;
    padding: 5px;    
    margin-bottom: 12px;
    border-radius: 10px;  
}

.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)
    }
}

a, a:focus {
    color: #2467ae;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/* ---------------------------------------------------
   Cores do Template default-bootstrap5 (Seminovo)
   --------------------------------------------------- */
.pw-si-check-icon {
    color: #eab817;
}

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

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

.info-card {
    background-color: #222222;
    border: 1px solid transparent;
    color: #ffffff;
}
.info-card:hover {
    border-color: #eab817;
}
.info-card .ic-icon {
    background-color: #2c2c2c;
    color: #eab817;
    font-size: 20px;
}
.info-card .ic-label {
    color: #cccccc;
}
.info-card .ic-value {
    color: #ffffff;
}
.info-card a {
    color: #ffffff;
}
.info-card a:hover {
    color: #eab817;
    text-decoration: none;
}

/* "R$" e ",00" menores que o valor no card de preço */
.info-card .ic-value .pw-preco-moeda,
.info-card .ic-value .pw-preco-centavos {
    font-size: 70%;
    font-weight: 600;
    color: #cccccc;
}
/* ---------------------------------------------------
   Itens do topo com a mesma altura (inline styles divergem:
   whats 5px, fone 10px de padding, ícones 40px)
   --------------------------------------------------- */
#top_bg .badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    font-size: 17px !important;
    padding: 0 14px !important;
    transition: filter 0.2s ease, transform 0.2s ease;
}
#top_bg a:hover .badge {
    filter: brightness(1.08);
    transform: translateY(-2px);
}
#top_bg .d-flex.gap-2 a {
    display: inline-flex;
    align-items: center;
}
#top_bg .d-flex.gap-2 a i {
    font-size: 40px !important;
    transition: transform 0.2s ease;
}
#top_bg .d-flex.gap-2 a:hover i {
    transform: translateY(-2px) scale(1.06);
}

/* WhatsApps do rodapé (lista de vendedores): mesmo idioma de hover */
footer a .badge {
    display: inline-block;
    transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
footer a:hover .badge {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(32, 179, 91, 0.35);
}

/* ---------------------------------------------------
   Animações de entrada (só no carregamento da página)
   fill-mode "backwards": o estado inicial vale durante o delay e a
   propriedade é liberada ao terminar — 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;
    }
}

@keyframes pw-surge {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

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

/* o slider é do Swiper, que controla transform no wrapper — aqui só opacidade */
.mySwiperHome {
    animation: pw-surge 0.7s ease 0.15s backwards;
}

.busca {
    animation: pw-entra-de-baixo 0.5s ease backwards;
}
.busca:nth-of-type(1) { animation-delay: 0.20s; }
.busca:nth-of-type(2) { animation-delay: 0.28s; }

.home_h1_categoria {
    animation: pw-entra-de-baixo 0.5s ease 0.22s backwards;
}

/* cards de destaque: escalonados dentro de cada fileira */
.box {
    animation: pw-entra-de-baixo 0.5s ease backwards;
}
.col-md-4:nth-of-type(1) .box { animation-delay: 0.28s; }
.col-md-4:nth-of-type(2) .box { animation-delay: 0.36s; }
.col-md-4:nth-of-type(3) .box { animation-delay: 0.44s; }

.home_btn_estoque_completo {
    animation: pw-entra-de-baixo 0.5s ease 0.4s backwards;
}

/* listagem: as primeiras fileiras entram escalonadas */
.carro-resultado {
    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,
    .pw-custom-menu,
    .mySwiperHome,
    .busca,
    .home_h1_categoria,
    .box,
    .home_btn_estoque_completo,
    .carro-resultado {
        animation: none;
    }
}
