/* CSS Document */

header{
	/*background:#000;*/
}

footer {
    background: #000000;
    border-top: 5px solid #dc3545;
    color: #f1f1f1;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

.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: #dc3545;
    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: #dc3545;
    padding-left: 6px;
}

.pw-footer-list li i.list-arrow {
    font-size: 0.75rem;
    margin-right: 8px;
    color: #dc3545;
    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: #dc3545;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.contact-info li i.fa-whatsapp,
.contact-info li i.fab,
.contact-info li i.fa-brands,
.contact-info li a i,
i.fa-whatsapp,
i.fab.fa-whatsapp,
.fa-whatsapp {
    color: #ffffff !important;
}

.contact-info li a {
    color: #c8c8c8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info li a:hover {
    color: #dc3545;
    padding-left: 0;
}

.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: #dc3545;
}

.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/226/black/images/plataformaweb.png) no-repeat right center;
    background-size: contain;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0;
}

.plataformaweb:hover {
    opacity: 1;
}

.box{
	background:#fff;
	color:#fff;
	display:block;
	margin: 0 0 30px 0;
}
.box:hover, .box:hover .barra{ color:#fff; text-decoration:none}
.box h4{
	color: #fff;
	padding:10px;
	height:60px;
	font-size:18px;
}
.box .barra{
	padding:5px 10px;
	background:#F53636;
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
}

.home-box{
	display:block;
	margin-bottom:30px;
	background: #eef0f4; /* levemente mais escuro que o fundo geral */
	border-radius: 5px;
	transition: transform .25s ease, box-shadow .25s ease;
}
.home-box:hover{
	transform: translateY(-4px);
	box-shadow: 0 12px 26px rgba(20, 20, 30, 0.16);
}
.home-box a, .home-box a:hover{ text-decoration:none }
.home-box:hover, .home-box:hover .home-barra{ color:#000 }
.home-box h4{
	color: #000;
	padding:10px;
	/*height:60px;*/
	font-size:18px;
    margin: 0;
}
.home-box .home-barra{
	padding:5px 10px;
	color:#000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}

.img-home-carro-wrapper{
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	/* clip-path recorta até filho com transform (o overflow+radius falha no Chrome) */
	clip-path: inset(0 round 5px 5px 0 0);
}
.img-home-carro{
	display: block;
	height: auto;
	max-width: 100%;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	transition: transform .3s ease;
}
.home-box:hover .img-home-carro{
	transform: scale(1.04);
}

/* marca em linha própria acima do modelo; modelo em 1 linha com reticências */
.home-box h4 .pw-sl-marca {
	display: block;
	color: #8c909e;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.home-box h4 .pw-sl-modelo {
	display: block;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* R$ e centavos menores que o valor */
.home-box .home-barra {
	font-weight: 700;
	font-size: 20px;
}
.home-box .home-barra .pw-preco-moeda,
.home-box .home-barra .pw-preco-centavos {
	color: #8c909e;
	font-size: 62%;
	font-weight: 600;
}

/* CTA do card: discreto pra não brigar com o header da próxima categoria */
.home_carro_detalhes {
	background: transparent;
	border-top: 1px solid #e0e4ea;
	border-radius: 0 0 5px 5px;
	color: #a20202;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 9px 10px;
	transition: background .2s ease, color .2s ease;
}
.home-box:hover .home_carro_detalhes {
	background: #a20202;
	color: #fff;
}

/* pill "VER ESTOQUE COMPLETO" no fim da home */
.home_btn_estoque_completo {
	text-align: center;
	margin: 10px 0 24px;
}
.home_btn_estoque_completo a {
	display: block;
	max-width: 420px;
	margin: 0 auto;
	background: #111111;
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 14px 40px;
	border-radius: 30px;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.home_btn_estoque_completo a:hover {
	background: #a20202;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(162, 2, 2, 0.4);
}


@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:#a20202}

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

.nav-tabs.nav-justified>li:hover {
    background:#F53636
}

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:#CCC}
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: #a20202;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.busca {
    border-top: 4px solid #dc3545;
    border-radius: 8px;
    background-color: #0f0f0f;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

/* Widget de Marcas na Coluna Esquerda */
.pw-marcas-widget {
    background: #0f0f0f;
    border-top: 4px solid #dc3545;
    border-radius: 8px;
    padding: 18px 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.pw-marcas-widget-title {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #222222;
    display: flex;
    align-items: center;
}

.pw-marcas-widget-title i {
    color: #dc3545;
}

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

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

.pw-marca-card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.pw-marca-card:hover {
    transform: translateY(-4px);
    border-color: #dc3545;
    box-shadow: 0 6px 15px rgba(220, 53, 69, 0.4);
    background-color: #ffffff;
}

.pw-marca-card:hover img {
    transform: scale(1.08);
}

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

/* Topo: badges de contato com a mesma altura (paddings/font-size inline diferem) */
.pw-header-contatos .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    font-size: 15px !important;
    font-weight: 600;
    padding: 9px 16px !important;
    border-radius: 50rem;
    transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}
.pw-header-contatos a:hover .badge {
    filter: brightness(1.12);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

/* pw.complemento */
#showMessage{max-width: 600px; display:block; font-weight:bold; padding:25px; font-size:20px; text-align: center; background-color:#F1F1F1; border: 1px solid #FF0000; color: #FF0000; border-radius: 12px;}
/* ---------------------------------------------------
   Listagem (seminovos.php compartilhado) — cards no tom
   da home (#eef0f4) sobre o fundo branco geral
   --------------------------------------------------- */
.carro-resultado {
    background-color: #eef0f4;
    border: 1px solid #e2e6ec;
    border-radius: 14px;
    color: #1c1c1e;
    line-height: 150%;
    margin: 0 0 16px;
    padding: 18px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
@media (min-width: 768px) {
    .carro-resultado {
        align-items: center;
    }
}
.carro-resultado:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(20, 20, 30, 0.14);
    border-color: rgba(162, 2, 2, 0.45);
}
.carro-resultado .marca {
    padding: 4px 0 10px;
}
.carro-resultado .marca img{
    border-radius: 5px;
}

/* box do tamanho exato da miniatura tn (200px) no desktop:
   preenche 100% sem upscale nem corte */
.carro-resultado .carro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    background-color: #e3e7ed;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 !important;
    /* clip-path recorta até filho com transform (o overflow+radius falha no Chrome) */
    clip-path: inset(0 round 10px);
}
@media (min-width: 768px) {
    .carro-resultado .carro-img {
        max-width: 200px;
    }
}
.carro-resultado .carro-img img {
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .3s ease;
}
.carro-resultado:hover .carro-img img {
    transform: scale(1.04);
}

.carro-resultado .carro-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 10px 0 4px;
    line-height: 1.3;
}
.carro-resultado .carro-info h3 a {
    color: #1c1c1e;
    text-decoration: none;
    transition: color .2s ease;
}
.carro-resultado .carro-info h3 a:hover {
    color: #a20202;
}
.carro-resultado 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: 6px;
    margin: 6px 0 14px;
}
.pw-seminovos-lista-detalhes span {
    background: #ffffff;
    border: 1px solid #e2e6ec;
    border-radius: 50rem;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 12px;
}
.pw-seminovos-lista-detalhes span.badge {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    border: none;
}

.estoque_si_whats {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #168c46 0%, #20b35b 100%);
    border-radius: 50rem;
    color: #fff;
    font-size: 14.5px;
    font-weight: 600;
    padding: 8px 16px;
    transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}
a:hover .estoque_si_whats {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(32, 179, 91, 0.35);
}

.carro-resultado .preco {
    color: #1c1c1e;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0;
}
.carro-resultado .preco .pw-preco-moeda,
.carro-resultado .preco .pw-preco-centavos {
    color: #8c909e;
    font-size: 62%;
    font-weight: 600;
}

/* CTA outline vermelho que preenche no hover */
.carro-resultado .pw-cta-carro-individual {
    background: transparent;
    border: 2px solid #a20202;
    border-radius: 8px;
    color: #a20202;
    font-weight: 700;
    padding: 8px 16px;
    transition: background .2s ease, color .2s ease;
}
.carro-resultado .pw-cta-carro-individual:hover {
    background: #a20202;
    border-color: #a20202;
    color: #fff;
}

/* shim: classe do Bootstrap 4 ainda emitida pelo seminovos.php */
.btn-block {
    display: block;
    width: 100%;
}

@media (max-width: 767.98px) {
    .carro-resultado {
        padding: 14px;
    }
    .carro-resultado .carro-img {
        margin-bottom: 12px;
    }
    .carro-resultado .preco {
        margin-top: 6px;
    }
}

/* Fallback marcas_lista */
.marcas_lista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.marcas_lista::after {
    display: none;
}
.marcas_lista_item_x {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    width: 100%;
    height: 64px;
    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(-4px);
    border-color: #dc3545;
    box-shadow: 0 6px 15px rgba(220, 53, 69, 0.4);
}
.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 red;
    padding: 5px;
    width: max-content;
    margin-bottom:3px;
    border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
	color: red;
	& a{
		color: red;
		text-decoration: none;
		&:hover{
			color: #fff;
			text-decoration: underline;
		}
	}
}

.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: #eef0f4;
  border-left: 4px solid #a20202;
  padding: 10px 14px;
  margin-bottom: 16px;
  border-radius: 12px;
  color: #1c1c1e;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
}

@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;
            & :hover{
                text-decoration: underline
            }
        }
    }
}

/* ---------------------------------------------------
   Cores do Template default-bootstrap5 (Seminovo)
   --------------------------------------------------- */
h2 {    
    color: #080808;
}

.pw-si-check-icon {
    color: #a20202;
}

.pw-si-form-header {
    background-color: #a20202 !important;
}
.pw-si-form-title {
    color: #fff !important;
}

.pw-btn-custom {
    background-color: #a20202;
    color: #fff;
    border: none;
}
.pw-btn-custom:hover {
    background-color: #850000;
    color: #fff;
}

.info-card {
    background-color: #f8f9fa;
    border-color: #e9ecef;
}
.info-card:hover {
    border-color: #a20202;
}
.info-card .ic-icon {
    background-color: #a20202;
    color: #fff;
}
.info-card a:hover {
    color: #a20202;
}
/* preço do individual: R$ e centavos menores que o valor */
.info-card .ic-value .pw-preco-moeda,
.info-card .ic-value .pw-preco-centavos {
    color: #8c909e;
    font-size: 70%;
    font-weight: 600;
}