html {
  scroll-behavior: smooth;
}
footer{
	background:#151515;
	border-top:5px solid #fd0102;
	color:#fff;
	margin-top:40px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
footer h4{
	color:#fd0102;
	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;
	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:#00000099;
	/*border-top: 3px solid #d8d8d6;*/
}

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

.nav-tabs.nav-justified>li>a {
	margin-bottom: -3px;
	text-align: center;
	color:#fd0102;/*#cf0009*/
	white-space:nowrap;
}
.nav-tabs.nav-justified>li>a:hover {
    color: #ffffff;
}

.nav-tabs.nav-justified>li:hover {
    background:#000000;
    color: #fd0102;
}

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:#080808}
h4{ color: #424251}
h5{ color: #CCC}

/*owl-carros*/
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item .carro {
	display: block;
	width: 100%;
	height: auto;
}
#owl-demo .item a:hover .carro {
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}
#owl-demo .item .montadora {
	float: left;
	margin: -5px 10px -5px 0;
	height: 60px;
}
#owl-demo .item div {
	float: left;
	background: #fff;
	padding: 5px 10px;
	color: #000;
	min-height: 60px;
	font-size: 16px;
  width: 100%;
}

#owl-demo .owl-next, #owl-demo .owl-prev{
	position:absolute;
	top:40%;
	height:90px;
	width:25px;
	border-radius:0;
	background:#fff;

	line-height:80px;
	font-size:30px;
	color:#E56800;
	padding:0;
}

#owl-demo .owl-prev{left:0;}
#owl-demo .owl-next{right:0;}
#owl-demo .owl-next:hover, #owl-demo .owl-prev:hover{background: rgba(255,255,255,0.8)}

/*owl-marcas*/

.marcas {
	padding-left:30px;
	padding-right:30px;
}
#owl-marcas .item {
	background:#fff;
	text-align:center;
	padding:5px 0;
	margin: 3px;
}
#owl-marcas .owl-next, #owl-marcas .owl-prev{
	position:absolute;
	top:0%;
	height:90px;
	width:25px;
	border-radius:0;
	margin:3px 0;
	background:#fff;

	line-height:80px;
	font-size:30px;
	color:#E56800;
	padding:0;
}

#owl-marcas .owl-prev{left:-30px;}
#owl-marcas .owl-next{right:-30px;}
#owl-marcas .owl-next:hover, #owl-marcas .owl-prev:hover{background: rgba(255,255,255,0.8)}

/*owl-slide*/
#owl-slide .item {
	margin: 0px;
}
#owl-slide .item {
	padding:0;
}

#owl-slide .owl-next, #owl-slide .owl-prev{
	position:absolute;
	top:0%;
	height:100%;
	width:25%;
	text-indent:-4000px;
	border-radius:0;
	margin:0;
	background:none;
}
#owl-slide .owl-prev{left:0;}
#owl-slide .owl-next{right:0;}
#owl-slide .owl-next:hover, #owl-slide .owl-prev:hover{background: rgba(0,0,0,0.3)}

/* grimm */
a{
    color: #9d0001;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.busca, .pw-search-widget {
    background-color: #151515;
    border-top: 5px solid #fd0102;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.pw-search-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.pw-search-title i {
    color: #fd0102;
}

.pw-form-label {
    color: #d8d8d6;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.pw-form-select {
    background-color: #ffffff;
    color: #151515;
    border: 1px solid #333333;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pw-form-select:focus {
    border-color: #fd0102;
    box-shadow: 0 0 0 0.2rem rgba(253, 1, 2, 0.25);
    background-color: #ffffff;
    color: #151515;
}

.pw-btn-busca {
    background: linear-gradient(135deg, #fd0102 0%, #b30001 100%);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(253, 1, 2, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pw-btn-busca:hover {
    background: linear-gradient(135deg, #ff1a1b 0%, #d60001 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(253, 1, 2, 0.45);
}

.pw-btn-busca:active {
    transform: translateY(0);
}

.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;}
/* Container Principal do Card do Veículo (Rota Multicar 4049) - fundo claro */
.carro-resultado {
    background: #f4f6f9 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    /* margem lateral 0 anula a margem negativa da .row: card com a mesma largura do título da página */
    margin: 0 0 20px 0 !important;
    padding: 16px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
    position: relative !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.carro-resultado:hover {
    transform: translateY(-4px) !important;
    border-color: #fd0102 !important;
    box-shadow: 0 10px 30px rgba(253, 1, 2, 0.12), 0 6px 20px rgba(0, 0, 0, 0.08) !important;
}

/* Coluna da Imagem */
.carro-resultado .carro-img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 4 / 3 !important;
    background-color: #e9ecef !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    padding: 0 !important;
}
/* desktop usa a miniatura "tn" de 200px: box do mesmo tamanho da foto = preenche 100% sem upscale */
@media (min-width: 768px) {
    .carro-resultado .carro-img {
        max-width: 200px !important;
    }
}

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

.carro-resultado:hover .carro-img img {
    transform: scale(1.05) !important;
}

/* Coluna de Informações (Meio) */
.carro-resultado .carro-info {
    padding: 0 15px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* Título do Veículo (Marca + Modelo) */
.carro-resultado .carro-info h3 {
    margin: 0 0 12px 0 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

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

.carro-resultado .carro-info h3 a:hover {
    color: #fd0102 !important;
}

/* Marca em linha própria acima do modelo (eyebrow) */
.carro-resultado .carro-info h3 .pw-sl-marca {
    display: block !important;
    color: #8c909e !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 2px !important;
}

/* Ícone de vídeo do YouTube no Título */
.carro-resultado .carro-info h3 a i.fa-youtube {
    color: #ff0000 !important;
    margin-right: 6px !important;
}

/* Detalhes (Ano, Combustível, Cor, KM) */
.pw-seminovos-lista-detalhes {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    margin-bottom: 14px !important;
}

.pw-seminovos-lista-detalhes span {
    background-color: #ffffff !important;
    color: #475569 !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    border: 1px solid #e2e8f0 !important;
    margin: 0 !important;
    letter-spacing: 0.3px !important;
}

.pw-seminovos-lista-detalhes span.badge {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    border-color: #dc3545 !important;
}

/* Botão do WhatsApp no estoque */
.estoque_si_whats {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    height: 42px !important;
    background-color: rgba(37, 211, 102, 0.12) !important;
    color: #25D366 !important;
    border: 1px solid rgba(37, 211, 102, 0.3) !important;
    padding: 0 16px !important;
    border-radius: 6px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
    margin-top: 4px !important;
}

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

.estoque_si_whats:hover {
    background-color: #25D366 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
}

.estoque_si_whats i {
    font-size: 1.1rem !important;
    color: inherit !important;
}

/* Coluna Direita: Logo da Marca, Preço e CTA */
.carro-resultado > div:last-child {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    text-align: right !important;
    padding: 0 10px 0 0 !important;
}

.carro-resultado .marca {
    padding-top: 0 !important;
    margin-bottom: 8px !important;
    background: #ffffff !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.carro-resultado .marca img {
    border-radius: 0 !important;
    max-height: 28px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Preço */
.carro-resultado .preco {
    color: #0f172a !important;
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    margin: 6px 0 8px 0 !important;
    letter-spacing: -0.3px !important;
}

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

/* Botão "Ver detalhes" CTA */
.pw-cta-carro-individual,
.carro-resultado .btn-default,
.carro-resultado .pw-btn-custom {
    background: transparent !important;
    color: #fd0102 !important;
    border: 1px solid #fd0102 !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    height: 42px !important;
    padding: 0 16px !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pw-cta-carro-individual:hover,
.carro-resultado .btn-default:hover,
.carro-resultado .pw-btn-custom:hover {
    background: #d40102 !important;
    color: #ffffff !important;
    border-color: #d40102 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(253, 1, 2, 0.4) !important;
    text-decoration: none !important;
}

/* Responsividade para Mobile */
@media (max-width: 767.98px) {
    .carro-resultado {
        padding: 12px !important;
    }
    .carro-resultado .carro-img {
        padding: 0 !important;
        margin-bottom: 12px !important;
    }
    .carro-resultado .carro-info {
        padding: 0 !important;
        margin-bottom: 12px !important;
    }
    .carro-resultado > div:last-child {
        align-items: stretch !important;
        text-align: left !important;
        padding: 0 !important;
    }
    .carro-resultado .preco {
        text-align: left !important;
        font-size: 1.25rem !important;
    }
}
/* Widget de Marcas Moderno (Rota Multicar 4049) */
.pw-marcas-widget {
    background-color: #151515;
    border-top: 5px solid #fd0102;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.pw-marcas-widget-title {
    color: #fd0102;
    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: 6px;
    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: #fd0102;
    box-shadow: 0 6px 15px rgba(253, 1, 2, 0.35);
}

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

/* Sidebar Widgets (Carrocerias & Modelos) */
.pw-sidebar-widget {
    background-color: #151515;
    border-top: 5px solid #fd0102;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.pw-sidebar-widget-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pw-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pw-sidebar-menu li {
    margin-bottom: 6px;
}

.pw-sidebar-menu li a {
    color: #d8d8d6;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: block;
}

.pw-sidebar-menu li a:hover {
    color: #fd0102;
    padding-left: 4px;
    text-decoration: underline;
}

.pw-sidebar-scroll-list::-webkit-scrollbar,
.pw-footer-scroll-list::-webkit-scrollbar {
    width: 6px;
}
.pw-sidebar-scroll-list::-webkit-scrollbar-track,
.pw-footer-scroll-list::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 4px;
}
.pw-sidebar-scroll-list::-webkit-scrollbar-thumb,
.pw-footer-scroll-list::-webkit-scrollbar-thumb {
    background: #fd0102;
    border-radius: 4px;
}
.pw-sidebar-scroll-list::-webkit-scrollbar-thumb:hover,
.pw-footer-scroll-list::-webkit-scrollbar-thumb:hover {
    background: #c00001;
}

.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: #fd0102;
    text-decoration: underline;
}

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

.home_h1_categoria a{
    color: #d8d8d6;
}

.home_btn_estoque_completo {
    width: 100%;
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 24px;
    background: #0e0e0e;
    /*background-image: linear-gradient(to right, #000000, #343433, #d8d8d6, #d8d8d6, #343433, #000000)*/
}
.home_btn_estoque_completo a{
    color: #fd0102;
}
.home_btn_estoque_completo a:hover{
    color: #ffffff;
}

@media(min-width:768px) {
  #top_bg{
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://plataformaweb-sites.s3.us-east-1.amazonaws.com/ROTA-MULTICAR-Brasilia-DF/header_bg/bg-top-big-5-v2.jpg);
      background-size: cover; /* Scales the GIF to cover the entire background */
      background-repeat: no-repeat; /* Prevents the GIF from tiling */
      background-position: center center; /* Centers the GIF */
  }
}

@media(max-width:768px) {
  #top_bg{
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://plataformaweb-sites.s3.us-east-1.amazonaws.com/ROTA-MULTICAR-Brasilia-DF/header_bg/top-bg-mobile-v2.jpeg);
      background-size: cover; /* Scales the GIF to cover the entire background */
      background-repeat: no-repeat; /* Prevents the GIF from tiling */
      background-position: center center; /* Centers the GIF */
  }
}

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

h1{
    border-left: 5px solid #fd0102;
    color: #fd0102;
    border-radius: 0 0 5px 5px;    
    background-color: #151515;
    margin-bottom: 12px;
    padding: 12px;
    font-size: 24px;
}

/* ---------------------------------------------------
   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: #151515;
    color: #fff;
    border: none;
}
.pw-btn-custom:hover {
    background-color: #000000;
    color: #fff;
}

.info-card {
    background-color: #ffffff;
    border-color: #ffffff;
}
.info-card:hover {
    border-color: #e9ecef;
}
.info-card .ic-icon {
    background-color: transparent;
    color: #000;
    font-size: 20px;
}
.info-card a:hover {
    color: #fd0102;
}
.info-card .ic-value .pw-preco-moeda,
.info-card .ic-value .pw-preco-centavos {
    color: #8c909e;
    font-size: 70%;
    font-weight: 600;
}
/* ---------------------------------------------------
   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; }
.busca:nth-of-type(3) { animation-delay: 0.36s; }

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