@charset "utf-8";
/* CSS Document */
.icone {
  filter: brightness(0) saturate(100%) invert(55%) sepia(92%) saturate(510%) hue-rotate(150deg) brightness(95%) contrast(92%);
}
a {
    display: inline-block;
    transition: all .25s ease;
}
a:hover {
    transform: scale(1.08) translateY(-4px);
}
.preco {
	color: #07b0dc;
	font-family: 'Space Grotesk', sans serif;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;

}
.taxa {
	color: #07b0dc;
	font-family: 'Space Grotesk', sans serif;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}
.txt_legal {
	font-size: 10px;
}
.p-preco {
	font-size: 10px;
    text-align: center;
}
.hover-text {
    background-color: #FF6200;
    color: #FFFFFF;
    font-weight: 800;
    width: 100%;
    max-width: 400px;
    padding: 10px 0;
    border-radius: 7px;
    text-align: center;
    margin-top: 0px;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', arial, serif;
}
.hover-text:hover {
    background-color: #BB4800;
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    font-family: Arial, sans-serif;
    background-color: #FFFFFF;
}
/* Email container */
.email-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Content wrapper */
.email-content {
    background-color: #FFFFFF;
    width: 80%;
    max-width: 800px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
/* Example content */
h1 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
    text-transform: uppercase;
}
p {
    color: #666666;
    font-size: 16px;
    font-family: 'Space Grotesk', sans serif;
	
}
.titulo-carro {
	font-family: 'Space Grotesk', sans serif;
    color: #0f0c0c;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
	padding-top:20px;
    text-align: center;
}
.titulo-hero {
    opacity: 0;
    transform: translateY(40px);
    animation: tituloEntrada .9s ease forwards;
	font-family: 'Space Grotesk', sans serif;
    color: #07b0dc;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 60px;
   line-height: 60px; 
    margin-bottom: 0px;
	width: 50%;
}
.sub-titulo {
	font-family: 'Space Grotesk', sans serif;
    color: #0f0c0c;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
	width: 50%;
}
.txt-hero {
	width: 70%;
	color: #ebebeb
}
.card-botoes td {
    padding-top: 10px;
}
.btn-left {
    padding-left: 30px;
    text-align: center;
}
.btn-right {
    padding-right: 40px;
    text-align: center;
}
.btn-card {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
}
/* botão preto */
.btn-testdrive {
    background-color: #0f0c0c;
    color: #fff;
}
/* botão outline */
.btn-saibamais {
    color: #0f0c0c;
    border: 2px solid #0f0c0c;
    text-align: center;
}
.card-tags td {
    padding-top: 0px;
}
.tag-left {
    padding-left: 20px;
}
.tag-right {
    padding-right: 25px;
    text-align: right;
}
.tag {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 15px;
    display: inline-block;
}
.tag-lancamento {
    background-color: #0f0c0c;
    margin-left: 20px;
}
.tag-hibrido {
    background-color: #07b0dc;
    margin-right: 20px;
}
@keyframes tituloEntrada {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.carro-hero {
    opacity: 0;
    transform: scale(.9) translateY(30px);
    animation: carroEntrada 1.1s ease forwards;
    animation-delay: .3s;
}
@keyframes carroEntrada {
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
img {
    max-width: 100%;
    height: auto;
    border-radius: inherit;
}
/* Media query for smaller screens */
@media (max-width: 1024px) {
    table.logo td {
        width: 10%;
    }
    table {
        width: 100%;
    }
    table.destaques td {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    td img {
        width: 100%;
    }
}
@media (max-width: 1195px) {
    .hover-text {
        width: 90%;
    }
    .email-content {
        width: 90%;
    }
    .logomobile {
        width: 8%
    }
    .imagesmobile {
        width: 60%
    }
    td {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    img {
        width: 100%;
    }
}
.texto_mobile {
    width: 100%
}
p {
    width: 100%;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Makes both elements stretch to the same height */
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
    z-index: 9997;
}
.overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.lightbox {
    background: #000;
    padding: 40px;
    border-radius: 12px;
    max-width: 1000px;
    width: 90%;
    position: relative;
    transform: scale(.85);
    transition: .3s;
    overflow-y: auto;
}
.overlay.show .lightbox {
    transform: scale(1);
}
#abri-poli {
    z-index: 9999;
}
#formOverlay {
    z-index: 9998;
}
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
    color: #6b6c6f;
}
.modal {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.modal-box {
    width: 95%;
    max-width: 1200px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
}
.fechar {
    float: right;
    font-size: 28px;
    cursor: pointer;
}
.header-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-carro img {
    width: 520px;
}
.col-info {
    max-width: 420px;
}
.col-info h1 {
    color: #07b0dc;
    font-size: 52px;
    margin-bottom: 10px;
}
.descricao {
    color: #555;
    font-size: 17px;
    text-align: left;
}
.cores {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
}
.btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 18px;
    margin-top: 15px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 9px;
    font-weight: 700;
}
.linha-cards {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.card {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
}
.card img {
    width: 60px;
    margin-bottom: 10px;
}
.card p {
    font-size: 15px;
}
.arrow {
    color: #07b0dc;
    font-weight: 900;
}
h4 {
    color: #6b6c6f;
}
.testdrive {
    background-color: #000;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
}
h2 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
}
h2 span {
    color: #07b0dc;
}
form {
    width: 100%;
}
.row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.form-group.small {
    flex: 1;
}
label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #555;
}
input[type="text"], input[type="email"] {
    height: 40px;
    border: none;
    background-color: #ddd;
    padding: 10px;
    border-radius: 4px;
	    color: #000;
}
.contact-preference {
    margin-top: 10px;
    margin-bottom: 20px;
}
.checkbox-group {
    display: flex;
    gap: 30px;
    margin-top: 10px;
}
.checkbox-group label {
    font-size: 14px;
    color: #444;
}
.bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}
button:hover {
    opacity: 0.9;
}
.privacy {
    font-size: 13px;
    color: #555;
}
.privacy a {
    color: #07b0dc;
    text-decoration: none;
}
@media (max-width:768px) {
	.titulo-carro {
		width: 100%;
	padding-left:0px;
	}
	.p-preco {
		width: 100%;
	}
	.preco {
		font-size: 4em;
	}
    .overlay {
        height: auto;
		align-items: flex-start;
		position: fixed;
    }
    .lightbox {
        background: #fff;
        padding: 40px;
        border-radius: 12px;
        position: relative;
        transform: scale(.85);
        transition: .3s;
		 max-height: auto;
		align-items: flex-start;
		 height: 100dvh;
		margin: 0 auto;
    }
    .texto_mobile {
        width: 90%
    }
    p {
        text-align: left;
        width: 90%;
    }
    /* HERO */
    .titulo-hero {
        font-size: 1.7em !important;
        line-height: 36px !important;
        padding: 0 15px;
		width: 80%;
		font-weight: 800;
    }
	.txt-hero{
		width: 80%;
	}
	.sub-titulo{
		width: 80%;
		font-size: 1.3em;
	}
    .carro-hero {
        width: 100% !important;
        padding-right: 0 !important;
    }
    /* TABELAS PRINCIPAIS */
    table[width="1040px"], table[width="500px"] {
        width: 100% !important;
        display: block;
    }
    table[width="1040px"] > tbody > tr > td {
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
    /* CARDS PRODUTOS */
    td img[width="400px"] {
        width: 100% !important;
    }
    /* MODAL HEADER */
    .header-modal {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .col-carro img {
        width: 100%;
    }
    .col-info {
        max-width: 100%;
    }
    .col-info h1 {
        font-size: 28px;
    }
    /* CARDS MODAL */
    .linha-cards {
        flex-direction: column;
    }
    /* FORM */
    .row {
        flex-direction: column;
        gap: 10px;
    }
    .bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    /* CHECKBOX */
    .checkbox-group {
        flex-direction: column;
        gap: 10px;
    }
    /* FOOTER LOGO */
    .logomobile {
        width: 60px !important;
    }
    .imagesmobile {
        width: 80px !important;
    }
    /* CONTAINER DOS CARDS */
    table[width="500px"] {
        width: 95% !important;
        margin: auto !important;
    }
    /* PRIMEIRA LINHA DO CARD (BADGES) */
    table[width="500px"] tr:first-child td {
        display: block;
        width: 100% !important;
        text-align: center !important;
        padding: 5px 0 !important;
    }
    /* IMAGEM DO CARRO */
    table[width="500px"] img {
        width: 90% !important;
        margin: auto;
        display: block;
    }
    /* TITULO CARRO */
    table[width="500px"] p {
        text-align: center !important;
        padding-left: 0 !important;
    }
    /* BOTÕES */
    table[width="500px"] tr:last-child td {
        display: block;
        width: 100% !important;
        text-align: center !important;
        padding: 8px 0 !important;
    }
    table[width="500px"] a {
        width: 80%;
        text-align: center;
    }
    /* REMOVE ESPAÇOS QUE QUEBRAM */
    td[align="right"] {
        padding-right: 0 !important;
    }
    .card-tags td {
        display: block;
        text-align: center !important;
        padding: 8px 0 !important;
    }
    .tag {
        margin: 0 !important;
    }
    .card-botoes td {
        display: block;
        width: 100% !important;
        text-align: center !important;
        padding: 8px 0 !important;
    }
    .btn-card {
		    padding: 15px 15px;
    }
	.text-6xl {
		font-size: 2.5rem !important;
	}
	#etrac {
		display: none;
	}
	.justify-end {
    justify-content: center !important;
}

}




/****************************************************
* Toast
*****************************************************/
.toast {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 12000;
    width: min(420px, calc(100% - 32px));
    background: #0f0c0c;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
    display: none;
    transform: translateY(12px);
    opacity: 0;
    transition: all .18s ease;
    font-family: 'Montserrat', Arial, sans-serif;
}

.toast.is-show {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px 14px 16px;
    opacity: 1;
    transform: translateY(0);
}

.toast__title {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 4px;
}

.toast__msg {
    font-size: 13px;
    line-height: 1.35;
    opacity: .95;
}

.toast__close {
    margin-left: auto;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    opacity: .85;
}

.toast__close:hover {
    opacity: 1;
}

.toast.success {
    border-left: 4px solid #07b0dc;
}


.toast.error {
    border-left: 4px solid #ff3b3b;
}


/****************************************************
* Cookie
*****************************************************/
.wrapper{
    position: fixed;
    bottom: 50px;
    right: -500px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
}

.wrapper.open{
    right: 20px;
}

.wrapper header{
    display: flex;
    align-items: center;
    column-gap: 15px;
}

header i{
    color: #0f0c0c;
    font-size: 32px;
}


.data p{
    text-align: justify;
    line-height: 1.5;
}

.data p a{
    color: #0f0c0c;
    text-decoration: none; 
    font-size: 16px;
    font-family: 'Montserrat', 'Space Grotesk', sans serif !important;
}

.data p a:hover{
    color: #333;
    text-decoration: none;
}

.wrapper .buttons{
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttons .button{
        font-size: 17px;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 5px;
    width: calc(100% / 2 - 10px);
    padding: 8px 0;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
	background-color: #000;
}

/* SALTADA */
.buttons .button:hover{
    transform: scale(1.08) translateY(-4px);
}

