header{
	background:#0e0e0e;
}
footer {
    background: #0e0e0e;
    border-top: 5px solid #eab817;
    color: #f1f1f1;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}
.pw-footer-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pw-footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #eab817;
    border-radius: 2px;
}
.pw-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pw-footer-list li {
    padding: 6px 0;
    font-size: 0.95rem;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}
.pw-footer-list li a {
    color: #c8c8c8;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.pw-footer-list li a:hover {
    color: #eab817;
    padding-left: 6px;
}
.pw-footer-list li i.list-arrow {
    font-size: 0.75rem;
    margin-right: 8px;
    color: #eab817;
    transition: transform 0.3s ease;
}
.pw-footer-list li a:hover i.list-arrow {
    transform: translateX(3px);
}
.contact-info li {
    color: #c8c8c8;
    gap: 12px;
    margin-bottom: 5px;
    align-items: center;
}
.contact-info li i {
    color: #eab817;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}
.contact-info li a {
    color: #c8c8c8;
    text-decoration: none;
    transition: color 0.3s ease;
}
.contact-info li a:hover {
    color: #eab817;
    padding-left: 0;
}
.pw-footer-bottom {
    background-color: #070707;
    border-top: 1px solid #1f1f1f;
    padding: 20px 0;
    font-size: 0.85rem;
}
.pw-copyright {
    color: #888888;
}
.plataformaweb {
    display: inline-block;
    width: 120px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: url(/pw-auto-site/00/images/plataformaweb.png) no-repeat right center;
    background-size: contain;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0;
}
.plataformaweb:hover {
    opacity: 1;
}

.pw-footer-scroll-list {
    max-height: 340px;
    overflow-y: auto;
    padding-right: 5px;
}
.pw-footer-scroll-list::-webkit-scrollbar {
    width: 6px;
}
.pw-footer-scroll-list::-webkit-scrollbar-track {
    background: #141414;
    border-radius: 3px;
}
.pw-footer-scroll-list::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 3px;
}
.pw-footer-scroll-list::-webkit-scrollbar-thumb:hover {
    background: #eab817;
}
.box{
	color:#fff;
	display:block;
	margin-bottom:30px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;    
}
.box:hover{
    transform: translateY(-5px);
    box-shadow: 5px 5px 12px #787878;
}
.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:#1e1e1e;
	/*border-top: 3px solid #d8d8d6;*/
}

.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:#d8d8d6;
    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:#000}
h4{ color: #424251}
h5{ color: #CCC}

/*owl-marcas*/

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

/* grimm */
.busca{
    border-radius: 5px;
	background-color: #1e1e1e;
    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;}

/* .carro-resultado legacy styles removed - consolidated below */
.marcas_lista {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
    gap: 10px;
    justify-content: center;
}
.marcas_lista_item_x {
    background-color: #ffffff;
    border: 2px solid transparent;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    margin: 0;
}
.marcas_lista_item_x:hover {
    transform: translateY(-4px);
    border-color: #eab817;
    box-shadow: 0 6px 15px rgba(234, 184, 23, 0.35);
}
.marcas_lista_item_x a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 6px;
}
.marcas_lista_item_x img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.marcas_lista_item_x:hover img {
    transform: scale(1.05);
}

.home_h1_categoria {
    background: #1e1e1e;
    border-left: 5px solid #eab817;
    padding: 12px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_h1_categoria a {
    color: #ffffff;
    text-decoration: none;
}
.home_h1_categoria:hover {
    background: #2a2a30;
    border-left-color: #fbc62b;
}

.home_btn_estoque_completo {
    width: 100%;
    max-width: 420px;
    margin: 40px auto;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #1e1e1e;
    border: 2px solid #1e1e1e;
    box-shadow: 0 4px 15px rgba(234, 184, 23, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home_btn_estoque_completo:hover {
    transform: translateY(-3px) scale(1.02);
    background: linear-gradient(135deg, #eab817, #fbc62b);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(234, 184, 23, 0.3);
}
.home_btn_estoque_completo > a {
    color: #eab817 !important;
    text-decoration: none !important;
    padding: 16px 32px;
    width: 100%;
    display: block;
    transition: color 0.3s ease;
}
.home_btn_estoque_completo:hover > a {
    color: #000000 !important;
}

.home-box {
    background: #1e1e1e; /* fundo escuro igual ao card da listagem geral */
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.home-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(234, 184, 23, 0.25);
}
.home-box > a {
    text-decoration: none !important;
    display: block;
}
.home-box > a:first-of-type {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.home-box .img-container {
    width: 100%;
    position: relative;
    padding-top: 66.67%; /* 3:2 Aspect Ratio */
    overflow: hidden;
    background-color: #2a2a30;
}
.home-box img.img-home-carro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.home-box:hover img.img-home-carro {
    transform: scale(1.06);
}
.home-box h4 {
    color: #ffffff !important;
    padding: 15px 15px 5px 15px;
    font-size: 1.15rem;
    font-weight: 600;
    background-color: transparent;
    margin: 0;
    line-height: 1.4;
    flex-grow: 1;
    overflow: hidden;
}

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

.home-box h4 .pw-sl-modelo {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-box .home-barra {
    padding: 12px 15px;
    background: transparent;
    color: #eab817;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    border-top: 1px solid #2d2d35;
    margin-top: 10px;
    text-align: left;
}

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

.home_carro_detalhes {
    padding: 12px;
    background: transparent;
    color: #eab817;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #2d2d35;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 0 0 12px 12px;
}
.home-box:hover .home_carro_detalhes {
    background: linear-gradient(135deg, #eab817, #fbc62b);
    color: #000000;
}

.pw-btn-busca {
    background: linear-gradient(135deg, #eab817, #c1960d);
    color: #000000;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 10px rgba(234, 184, 23, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.pw-btn-busca:hover {
    background: linear-gradient(135deg, #fbc62b, #eab817);
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(234, 184, 23, 0.35);
}
.pw-btn-busca:active {
    transform: translateY(0);
}

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

h1{
    background-color: #080808;
    color: #f2f2f2;
    /* border-left: 5px solid #d8d8d6; */
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

@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;
    & li{
        display: flex;
		margin-bottom: 8px;
        & a{
            color: #ffffff;
            text-decoration: none;
            font-size: 18px;
        }
    }
}
.pw-footer-menu a:hover{
    text-decoration: underline;
}
/* ==========================================================================
   VEHICLE STOCK LISTING (ESTOQUE)
   ========================================================================== */
h1 #direto {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border-left: 4px solid #eab817 !important;
    padding: 12px 20px !important;
    margin-bottom: 24px !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 0 8px 8px 0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.carro-resultado {
    background-color: #1e1e1e !important;
    border: 1px solid #2d2d35 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

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

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

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

/* 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 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform 0.5s ease !important;
}

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

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

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

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

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

/* marca em destaque dourado acima do modelo */
.carro-info h3 .pw-sl-marca {
    display: block;
    color: #eab817;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

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

.pw-seminovos-lista-detalhes span {
    background-color: #2a2a30 !important;
    border: 1px solid #3d3d45 !important;
    color: #e1e3e6 !important;
    font-family: 'Roboto', sans-serif !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 !important;
    gap: 8px !important;
    background: linear-gradient(135deg, #168c46 0%, #20b35b 100%) !important;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    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) !important;
    color: #ffffff !important;
}

.carro-info a {
    text-decoration: none !important;
}

.carro-info a:hover {
    text-decoration: none !important;
}

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

.carro-resultado .marca img {
    border-radius: 6px !important;
    background-color: #ffffff !important;
    padding: 4px !important;
    border: 1px solid #3d3d45 !important;
    width: 38px !important;
    height: 38px !important;
    object-fit: contain !important;
}

.carro-resultado h3.preco {
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #eab817 !important;
    font-size: 1.7rem !important;
    font-weight: 800 !important;
    text-align: right !important;
    margin: 0 0 15px 0 !important;
    letter-spacing: -0.5px !important;
    line-height: 1.1 !important;
}

/* "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: #eab817 !important;
    border: 2px solid #eab817 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    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 !important;
    text-align: center !important;
    width: 100% !important;
}

.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) !important;
}

@media (max-width: 767.98px) {
    .carro-resultado {
        padding: 20px !important;
    }
    .carro-img {
        margin-bottom: 20px !important;
    }
    .carro-info {
        padding-left: 0 !important;
        margin-bottom: 20px !important;
    }
    .carro-resultado .marca {
        justify-content: flex-start !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .carro-resultado h3.preco {
        text-align: left !important;
        margin-bottom: 15px !important;
    }
}

a {
    color: #2467ae;
    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: #198754;
    color: #fff;
    border: none;
}
.pw-btn-custom:hover {
    background-color: #157347;
    color: #fff;
    text-decoration: none;
}

.info-card {
    background-color: #f0f0f0;
    border-color: #e0e0e0;
}
.info-card:hover {
    border-color: #cccccc;
}
.info-card .ic-icon {
    background-color: transparent;
    color: #000;
    font-size: 20px;
}
.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: #8c909e;
}

/* ---------------------------------------------------
   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 */
.home-box {
    animation: pw-entra-de-baixo 0.5s ease backwards;
}
.col-md-4:nth-of-type(1) .home-box { animation-delay: 0.28s; }
.col-md-4:nth-of-type(2) .home-box { animation-delay: 0.36s; }
.col-md-4:nth-of-type(3) .home-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,
    .home-box,
    .home_btn_estoque_completo,
    .carro-resultado {
        animation: none;
    }
}