
        :root {
            --verde-tsi: #2ecc71;
            --laranja-tsi: #c96416;
            --verde-escuro: #27ae60;
            --preto: #000;
            --cinza-escuro: #111;
            --cinza-medio: #222;
            --cinza-claro: #333;
            --branco: #fff;
        }

        .partner-logo {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        }

            .services-banner {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1563720223925-66d6c4d4c8db?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
            background-size: cover;
            background-position: center;
            padding: 150px 0 100px;
            color: white;
            text-align: left;
        }
        
        .services-banner h1 {
            font-size: 3rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: white;
        }
        
        .services-banner p {
            font-size: 1.2rem;
            color: white;
        }
        
        .detailed-services {
            padding: 80px 0;
            background-color: white;
        }
        
        .section-heading h6 {
            color: #33cc33;
            font-size: 1.1rem;
            font-weight: 500;
        }
        
        .section-heading h2, 
        .section-heading h3,
        .section-heading h4 {
            color: #333;
            font-weight: 600;
        }
        
        .service-detail {
            margin-bottom: 80px;
        }
        
        .service-content h3 {
            color: #33cc33;
            font-size: 2rem;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .service-content p {
            color: #666;
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .service-content ul {
            color: #666;
            margin-bottom: 30px;
        }
        
        .service-content ul li {
            margin-bottom: 10px;
            line-height: 1.5;
        }
        
        .advantage-item {
            padding: 30px 20px;
        }
        
        .advantage-item i {
            color: #33cc33;
            margin-bottom: 20px;
        }
        
        .advantage-item h5 {
            color: #333;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .advantage-item p {
            color: #666;
        }
        
        .advantages-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }
        
        .div-dec-small {
            width: 50px;
            height: 3px;
            background-color: #33cc33;
            margin: 15px 0 25px 0;
        }

        .page-heading {
            background-color: var(--cinza-escuro);
            padding: 100px 0 60px;
            text-align: center;
            margin-top: 0;
        }
        
        .header-text h2 {
            color: var(--branco);
            font-size: 2.5rem;
            font-weight: 700;
        }
        
        .div-dec {
            width: 80px;
            height: 4px;
            background-color: var(--verde-tsi);
            margin: 20px auto;
        }
        
        .top-section, .what-we-do {
            padding: 80px 0;
            background-color: var(--cinza-escuro);
        }
        
        .left-image {
            display: flex;
            align-items: center;
            height: 100%;
        }
        
        .left-image img {
            width: 100%;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        
        .accordions {
            margin-top: 30px;
        }
        
        .accordion {
            margin-bottom: 20px;
            background-color: var(--cinza-medio);
            border-radius: 10px;
            overflow: hidden;
            border-left: 4px solid var(--verde-tsi);
        }
        
        .accordion-head {
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: var(--branco);
            font-weight: 600;
        }
        
        .accordion-head .icon {
            transition: all 0.3s ease;
        }
        
        .accordion-body {
            display: none;
            padding: 0 20px 20px;
        }
        
        .accordion-body .content {
            color: #ccc;
            line-height: 1.6;
        }
        
        .accordion.active .accordion-head .icon {
            transform: rotate(90deg);
        }
        
        .left-content h4 {
            color: var(--branco);
            font-size: 1.8rem;
            margin-bottom: 20px;
        }
        
        .left-content p {
            color: #ccc;
            line-height: 1.6;
            margin-bottom: 30px;
        }
        
        .right-items .item {
            background-color: var(--cinza-medio);
            padding: 25px;
            border-radius: 10px;
            margin-bottom: 20px;
            height: 100%;
            border-left: 4px solid var(--verde-tsi);
            transition: all 0.3s ease;
        }
        
        .right-items .item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        .right-items .item em {
            font-style: normal;
            font-size: 2rem;
            font-weight: 700;
            color: var(--verde-tsi);
        }
        
        .right-items .item h4 {
            color: var(--branco);
            margin: 10px 0;
            font-size: 1.2rem;
        }
        
        .right-items .item p {
            color: #ccc;
            line-height: 1.6;
        }
        
        .google-maps {
            padding: 80px 0;
            background-color: var(--cinza-escuro);
        }
        
        .map-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            height: 450px;
        }
        
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .contact-info {
            padding: 80px 0;
            background-color: var(--cinza-medio);
        }
        
        .info-item {
            text-align: center;
            padding: 30px;
            background-color: var(--cinza-escuro);
            border-radius: 10px;
            margin-bottom: 20px;
            height: 100%;
            transition: all 0.3s ease;
        }
        
        .info-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        .info-item i {
            font-size: 2.5rem;
            color: var(--verde-tsi);
            margin-bottom: 20px;
        }
        
        .info-item h4 {
            color: var(--branco);
            margin-bottom: 15px;
        }
        
        .info-item p, .info-item a {
            color: #ccc;
            text-decoration: none;
        }
        
        .info-item a:hover {
            color: var(--verde-tsi);
        }

        /* Ajuste do espaçamento geral do menu */
.main-nav .nav {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Espaçamento extra para o primeiro item (Início) */
.main-nav .nav li:first-child {
    margin-left: 30px; /* Afasta o "Início" do logo */
}

/* WhatsApp como bolinha - centralizado verticalmente */
.whatsapp-menu-item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    background-color: #25d366 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin-left: 10px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.whatsapp-menu-item a:hover {
    background-color: #128C7E !important;
    transform: scale(1.1) !important;
}

.whatsapp-menu-item a i {
    font-size: 1.3rem !important;
    margin: 0 !important;
    color: white !important;
}

/* Remove o texto "WhatsApp" e mantém apenas o ícone */
.whatsapp-menu-item a span {
    display: none !important;
}

/* Ajuste específico para alinhamento vertical */
.main-nav .nav li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
}

/* Ajuste para o header fixo */
.background-header .main-nav .nav {
    gap: 20px;
}

.background-header .main-nav .nav li:first-child {
    margin-left: 20px;
}

.background-header .whatsapp-menu-item a {
    width: 40px !important;
    height: 40px !important;
}

/* Ajuste para mobile */
@media (max-width: 768px) {
    .main-nav .nav {
        gap: 15px;
        flex-direction: column;
        width: 100%;
    }
    
    .main-nav .nav li:first-child {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .whatsapp-menu-item a {
        width: 50px !important;
        height: 50px !important;
        margin: 10px auto !important;
    }
    
    .whatsapp-menu-item a i {
        font-size: 1.5rem !important;
    }
    
    /* Menu mobile aberto */
    .header-area .main-nav .nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--preto);
        padding: 20px;
        display: none;
    }
    
    .header-area .main-nav .nav.show {
        display: flex !important;
    }
}

/* Ajustes extras para telas muito pequenas */
@media (max-width: 480px) {
    .main-nav .nav li:first-child {
        margin-left: 0;
    }
    
    .whatsapp-menu-item a {
        width: 35px !important;
        height: 35px !important;
    }
}

/* Correção do alinhamento vertical do menu */
.main-nav {
    display: flex;
    align-items: center; /* Isso é crucial para alinhar verticalmente */
    justify-content: space-between;
    width: 100%;
    height: 100%; /* Garante que ocupe toda a altura do header */
}

.main-nav .nav {
    display: flex;
    align-items: center; /* Alinha os itens verticalmente no centro */
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%; /* Ocupa toda a altura disponível */
}

/* Garantir que os links fiquem centralizados verticalmente */
.main-nav .nav li {
    display: flex;
    align-items: center; /* Centraliza verticalmente cada item */
    height: 100%; /* Ocupa toda a altura do menu */
}

.main-nav .nav li a {
    display: flex;
    align-items: center; /* Centraliza o texto verticalmente */
    height: 100%;
    padding: 0 5px;
    text-decoration: none;
    color: var(--branco);
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.3s ease;
}

/* Ajuste específico para o WhatsApp */
.whatsapp-menu-item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    background-color: #25d366 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin-left: 10px !important;
    transition: all 0.3s ease !important;
}

/* Altura do header area */
.header-area {
    background-color: var(--preto) !important;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    min-height: 80px; /* Altura mínima consistente */
    display: flex;
    align-items: center;
}

/* Container para alinhamento */
.header-area .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-area .row {
    align-items: center;
    width: 100%;
}

.header-area .col-12 {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Ajuste para o header fixo */
.background-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--preto) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    animation: slideDown 0.3s ease;
    padding: 10px 0 !important;
    min-height: 70px; /* Altura menor quando fixo */
}

.background-header .main-nav .nav li a {
    padding: 5px 5px; /* Ajuste menor quando fixo */
}

/* Ajuste para mobile */
@media (max-width: 768px) {
    .header-area {
        min-height: 70px;
        padding: 10px 0 !important;
    }
    
    .main-nav .nav {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        background-color: var(--preto);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
    }
    
    .main-nav .nav.show {
        display: flex !important;
    }
    
    .main-nav .nav li {
        height: auto;
        width: 100%;
        justify-content: center;
    }
    
    .main-nav .nav li a {
        padding: 15px 0;
        width: 100%;
        justify-content: center;
    }
    
    .whatsapp-menu-item a {
        margin: 10px auto !important;
    }
}

/* Garantir que o logo também fique alinhado */
.logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo img {
    max-width: 250px;  /* largura máxima */
    max-height: 50px;  /* altura máxima */
    width: auto;
    height: auto;
}


/* Correção para o header fixo */
.header-area.header-sticky {
    transition: all 0.3s ease;
    padding: 15px 0 !important;
}

.background-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--preto) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    animation: slideDown 0.3s ease;
    padding: 10px 0 !important; /* Reduz um pouco o padding quando fixo */
}

/* Garantir que o logo se ajuste quando o header ficar fixo */
.background-header .logo img {
    width: 200px !important; /* Reduz um pouco o logo quando fixo */
    height: auto;
    transition: all 0.3s ease;
}

/* Container do header para manter alinhamento */
.header-area .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Ajustes específicos para o logo */
.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo {
    flex-shrink: 0; /* Impede que o logo encolha */
}

/* Menu de navegação */
.main-nav .nav {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Ajustes para mobile */
@media (max-width: 768px) {
    .header-area {
        padding: 10px 0 !important;
    }
    
    .background-header {
        padding: 8px 0 !important;
    }
    
    .background-header .logo img {
        width: 180px !important; /* Logo menor no mobile quando fixo */
    }
    
    .logo img {
        width: 200px !important; /* Tamanho normal no mobile */
    }
    
    /* Menu mobile aberto */
    .header-area .main-nav .nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--preto);
        flex-direction: column;
        padding: 20px;
        display: none;
    }
    
    .header-area .main-nav .nav.show {
        display: flex !important;
    }
}

/* Ajustes extras para telas muito pequenas */
@media (max-width: 480px) {
    .logo img {
        width: 180px !important;
    }
    
    .background-header .logo img {
        width: 160px !important;
    }
}

/* Garantir que o header não sobreponha o conteúdo quando fixo */
body {
    padding-top: 0 !important;
}

/* Quando o header ficar fixo, adicionar padding-top no body */
body.header-fixed {
    padding-top: 80px !important; /* Ajuste conforme a altura do header fixo */
}

/* Ajuste do espaçamento do menu */
.main-nav .nav {
    gap: 25px; /* Espaço entre os itens do menu */
}

/* Espaçamento extra para o primeiro item (Início) */
.main-nav .nav li:first-child {
    margin-left: 15px; /* Afasta o "Início" do logo */
}

/* WhatsApp como bolinha */
.whatsapp-menu-item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    background-color: #25d366 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin-left: 10px !important;
    transition: all 0.3s ease !important;
}

.whatsapp-menu-item a:hover {
    background-color: #128C7E !important;
    transform: scale(1.1) !important;
}

.whatsapp-menu-item a i {
    font-size: 1.3rem !important;
    margin: 0 !important;
    color: white !important;
}

/* Remove o texto do WhatsApp */
.whatsapp-menu-item a span {
    display: none !important;
}

/* Ajuste para mobile */
@media (max-width: 768px) {
    .main-nav .nav {
        gap: 15px;
        flex-direction: column;
    }
    
    .main-nav .nav li:first-child {
        margin-left: 0;
    }
    
    .whatsapp-menu-item a {
        width: 50px !important;
        height: 50px !important;
        margin: 10px auto !important;
    }
    
    .whatsapp-menu-item a i {
        font-size: 1.5rem !important;
    }
}

/* Ajuste específico para o header fixo */
.background-header .main-nav .nav {
    gap: 20px;
}

.background-header .main-nav .nav li:first-child {
    margin-left: 10px;
}


        
        body {
            background-color: var(--preto) !important;
            color: var(--branco) !important;
            font-family: 'Poppins', sans-serif;
        }
        
        .header-area {
            background-color: var(--preto) !important;
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        
.nav li a {
    font-weight: 900 !important;      /* máximo peso */
    font-size: 1rem !important;       /* força o tamanho */
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}






        
        .nav li a:hover, .nav li a.active {
            color: var(--verde-tsi) !important;
        }
        
        .swiper-container {
            height: 100vh;
        }
        
        .slide-inner {
            background-size: cover;
            background-position: center;
            height: 100%;
            display: flex;
            align-items: center;
        }
        
        .header-text h2 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
        }
        
        .header-text h2 em {
            color: var(--verde-tsi);
            font-style: normal;
        }
        
        .div-dec {
            width: 80px;
            height: 4px;
            background-color: var(--verde-tsi);
            margin: 20px 0;
        }
        
        .header-text p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            max-width: 90%;
        }
        
        .green-button a, .green-button {
            background: linear-gradient(to right, var(--verde-tsi), var(--verde-escuro)) !important;
            color: var(--branco) !important;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            text-decoration: none;
            display: inline-block;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .green-button a:hover, .green-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(46, 204, 113, 0.3);
        }
        
        .orange-button {
            background: linear-gradient(to right, #e67e22, #d35400) !important;
            color: var(--branco) !important;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            text-decoration: none;
            display: inline-block;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .orange-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(230, 126, 34, 0.3);
        }
        
        .services, .simple-cta, .about-us, .calculator, .testimonials, .partners, .contact-info, .vehicles-section {
            padding: 80px 0;
            background-color: var(--cinza-escuro);
        }
        
        .section-heading {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-heading h6 {
            color: var(--verde-tsi);
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        .section-heading h4 {
            color: var(--branco);
            font-size: 2.5rem;
            font-weight: 700;
            position: relative;
            padding-bottom: 20px;
        }
        
        .section-heading h4:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--verde-tsi);
        }
        
        .service-item {
            background-color: var(--cinza-medio);
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
            border-left: 4px solid var(--verde-tsi);
        }
        
        .service-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        }
        
        .service-item i {
            font-size: 3rem;
            color: var(--verde-tsi);
            margin-bottom: 20px;
        }
        
        .service-item h4 {
            color: var(--branco);
            font-size: 1.5rem;
            margin-bottom: 15px;
        }
        
        .service-item p {
            color: #ccc;
        }
        
        .simple-cta {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1563720223880-4d93eef1f0c2?ixlib=rb-4.0.3&auto=format&fit=crop&w=1500&q=80');
            background-size: cover;
            background-position: center;
            text-align: center;
        }
        
        .simple-cta h4 {
            color: var(--branco);
            font-size: 2rem;
            margin-bottom: 30px;
        }
        
        .simple-cta h4 em {
            color: var(--verde-tsi);
            font-style: normal;
        }
        
        .simple-cta h4 strong {
            color: var(--verde-tsi);
        }
        
        .vehicle-card {
            background-color: var(--cinza-medio);
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            border: 1px solid var(--cinza-claro);
        }
        
        .vehicle-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
            border-color: var(--verde-tsi);
        }
        
        .vehicle-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }
        
        .vehicle-info {
            padding: 20px;
        }
        
        .vehicle-info h4 {
            color: var(--branco);
            font-size: 1.5rem;
            margin-bottom: 10px;
        }
        
        .vehicle-info p {
            color: var(--verde-tsi);
            font-weight: 600;
            font-size: 1.2rem;
            margin-bottom: 20px;
        }
        
        .testimonials .item {
            background-color: var(--cinza-medio);
            padding: 30px;
            border-radius: 10px;
            position: relative;
            margin: 20px;
            border-left: 4px solid var(--verde-tsi);
        }
        
        .testimonials .item i {
            color: var(--verde-tsi);
            font-size: 2rem;
            margin-bottom: 20px;
        }
        
        .testimonials .item p {
            font-style: italic;
            margin-bottom: 20px;
            color: #ccc;
        }
        
        .testimonials .item h4 {
            color: var(--branco);
            font-size: 1.2rem;
            margin-bottom: 5px;
        }
        
        .testimonials .item span {
            color: var(--verde-tsi);
            font-size: 0.9rem;
        }
        
        .testimonials .right-image {
            position: absolute;
            right: 30px;
            top: 30px;
        }
        
        .testimonials .right-image img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
        }
        
.partners .item {
    text-align: center;
    padding: 20px;
    background-color: var(--cinza-medio);
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-name {
    color: var(--branco) !important;
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
        
        .contact-info .info-item {
            background-color: var(--cinza-medio);
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            height: 100%;
            transition: all 0.3s ease;
        }
        
        .contact-info .info-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        .contact-info .info-item i {
            font-size: 2.5rem;
            color: var(--verde-tsi);
            margin-bottom: 20px;
        }
        
        .contact-info .info-item h4 {
            color: var(--branco);
            margin-bottom: 15px;
        }
        
        .contact-info .info-item p, .contact-info .info-item a {
            color: #ccc;
            text-decoration: none;
        }
        
        .contact-info .info-item a:hover {
            color: var(--verde-tsi);
        }
        
        footer {
            background-color: var(--preto);
            padding: 30px 0;
            text-align: center;
            border-top: 1px solid var(--cinza-claro);
        }
        
        footer p {
            color: #ccc;
            margin: 0;
        }
        
        footer a {
            color: var(--verde-tsi);
            text-decoration: none;
        }
        
        footer a:hover {
            text-decoration: underline;
        }
        
        form input, form textarea {
            width: 100%;
            padding: 12px 15px;
            border-radius: 5px;
            border: 1px solid var(--cinza-claro);
            background-color: var(--cinza-medio);
            color: var(--branco);
            margin-bottom: 20px;
        }
        
        form label {
            color: var(--branco);
            margin-bottom: 8px;
            display: block;
        }
        
        .calculator .left-image img {
            width: 100%;
            border-radius: 10px;
        }
        
        /* Texto em verde */
        .text-verde {
            color: var(--verde-tsi) !important;
        }

/* Botão para voltar ao topo */
.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 180px; /* Acima do Instagram */
    right: 40px;
    background-color: var(--laranja-tsi); /* Corrigido: faltava -- */
    color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    z-index: 100;
    transition: all 0.3s ease;
    cursor: pointer;
}
.back-to-top:hover {
    background-color: var(--verde-escuro);
    transform: scale(1.1);
}

/* Instagram */
.instagram-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px; /* Entre "Voltar ao topo" e WhatsApp */
    right: 40px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    z-index: 100;
    transition: all 0.3s ease;
}
.instagram-float:hover {
    transform: scale(1.1);
}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px; /* Mais abaixo */
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    z-index: 100;
    transition: all 0.3s ease;
}
.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}

/* Responsividade para mobile */
@media (max-width: 768px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        bottom: 140px;
        right: 20px;
        font-size: 16px;
    }
    .instagram-float {
        width: 50px;
        height: 50px;
        bottom: 80px;
        right: 20px;
        font-size: 24px;
    }
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
}
                
       

@media (max-width: 992px) {
    .header-text h2 {
        font-size: 2.8rem;
        line-height: 1.1;
    }
    
    .section-heading h4 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .header-text h2 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .header-text {
        text-align: center;
        padding: 0 15px;
    }
    
    .header-text .div-dec {
        margin: 15px auto;
    }
    
    .header-text p {
        font-size: 1rem;
    }
    
    .section-heading h4 {
        font-size: 1.8rem;
    }
    
    .testimonials .right-image {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 15px;
    }
    
    /* Adicione estas regras na seção de media queries existente */

@media (max-width: 768px) {
    /* Redução de 30% no tamanho da fonte dos slides */
    .header-text h2 {
        font-size: 1.54rem !important; /* 30% menor que 2.2rem */
        line-height: 1.2 !important;
    }
    
    .header-text p {
        font-size: 0.7rem !important; /* Redução proporcional */
    }
    
    /* Ajuste adicional para melhor espaçamento */
    .header-text h2 span.line {
        display: block;
        margin-bottom: 3px;
    }
    
    .header-text .div-dec {
        margin: 10px auto;
    }
}

@media (max-width: 480px) {
    /* Redução adicional para telas muito pequenas */
    .header-text h2 {
        font-size: 1.3rem !important;
        line-height: 1.1 !important;
    }
    
    .header-text p {
        font-size: 0.65rem !important;
    }
    
    /* Ajuste nos botões */
    .buttons .green-button a {
        padding: 8px 16px;
        font-size: 12px;
    }
}

/* Ajuste extra para telas muito pequenas (360px) */
@media (max-width: 360px) {
    .header-text h2 {
        font-size: 1.1rem !important;
    }
    
    .header-text p {
        font-size: 0.6rem !important;
    }
}
    
    /* Menu mobile */
    .header-area .main-nav .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--preto);
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
    
    .header-area .main-nav .nav li {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid var(--cinza-claro);
    }
    
    .header-area .main-nav .nav li:last-child {
        border-bottom: none;
    }
    
    .header-area .main-nav .menu-trigger {
        display: block !important;
    }
    
    .menu-trigger span {
        display: block;
        width: 30px;
        height: 3px;
        background-color: var(--branco);
        margin: 6px 0;
        transition: 0.4s;
    }
    
    .menu-trigger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .menu-trigger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .menu-trigger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
}

@media (max-width: 480px) {
    .header-text h2 {
        font-size: 1.6rem;
        line-height: 1.1;
    }
    
    .header-text p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .buttons .green-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .header-text h2 {
        font-size: 1.6rem;
    }
    
    .header-text h2 br {
        display: none;
    }
    
    .header-text h2 em {
        display: block;
        margin-top: 5px;
    }
}

.background-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--preto) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Ajuste extra para telas muito pequenas */
@media (max-width: 360px) {
    .header-text h2 {
        font-size: 1.6rem;
    }
    
    .header-text h2 br {
        display: none;
    }
    
    .header-text h2 em {
        display: block;
        margin-top: 5px;
    }
}

    <style>
        :root {
            --verde-tsi: #2ecc71;
            --laranja-tsi: #c96416;
            --verde-escuro: #27ae60;
            --preto: #000;
            --cinza-escuro: #111;
            --cinza-medio: #222;
            --cinza-claro: #333;
            --branco: #fff;
        }
        
        body {
            background-color: var(--preto) !important;
            color: var(--branco) !important;
            font-family: 'Poppins', sans-serif;
        }
        
        .header-area {
            background-color: var(--preto) !important;
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        
        .logo img {
            height: 50px;
        }
        
        .nav li a {
            color: var(--branco) !important;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .nav li a:hover, .nav li a.active {
            color: var(--verde-tsi) !important;
        }
        
        /* Estilos específicos para a página de detalhes */
        .vehicle-details {
            padding: 100px 0 50px;
            background-color: var(--cinza-escuro);
        }
        
        .vehicle-gallery {
            margin-bottom: 30px;
        }
        
        .main-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 15px;
        }
        
        .thumbnail-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
        }
        
        .thumbnail {
            width: 100%;
            height: 120px;
            object-fit: cover;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .thumbnail:hover {
            transform: scale(1.05);
            border: 2px solid var(--verde-tsi);
        }
        
        .vehicle-info-card {
            background-color: var(--cinza-medio);
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            border-left: 4px solid var(--verde-tsi);
        }
        
        .vehicle-info-card h3 {
            color: var(--branco);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--cinza-claro);
        }
        
        .info-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        
        .info-item {
            margin-bottom: 15px;
        }
        
        .info-label {
            color: #ccc;
            font-size: 0.9rem;
            margin-bottom: 5px;
        }
        
        .info-value {
            color: var(--branco);
            font-weight: 500;
        }
        
        .price-tag {
            font-size: 2rem;
            color: var(--verde-tsi);
            font-weight: 700;
            margin: 20px 0;
        }
        
        .features-list {
            list-style-type: none;
            padding: 0;
        }
        
        .features-list li {
            padding: 8px 0;
            border-bottom: 1px solid var(--cinza-claro);
            color: #ccc;
        }
        
        .features-list li:before {
            content: "✓";
            color: var(--verde-tsi);
            margin-right: 10px;
            font-weight: bold;
        }
        
        .whatsapp-button {
            display: block;
            width: 100%;
            padding: 15px;
            background: linear-gradient(to right, #25d366, #128C7E);
            color: var(--branco);
            text-align: center;
            border-radius: 5px;
            font-weight: 600;
            text-decoration: none;
            margin-top: 20px;
            transition: all 0.3s ease;
        }
        
        .whatsapp-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
            color: var(--branco);
        }
        
        .back-button {
            display: inline-flex;
            align-items: center;
            color: var(--verde-tsi);
            text-decoration: none;
            margin-bottom: 20px;
            font-weight: 500;
        }
        
        .back-button:hover {
            color: var(--branco);
        }
        
        @media (max-width: 768px) {
            .info-grid {
                grid-template-columns: 1fr;
            }
            
            .main-image {
                height: 300px;
            }
            
            .thumbnail-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        
        .vehicle-info-card p {
    color: var(--branco) !important;
    line-height: 1.6;
    margin-bottom: 15px;
}
    </style>
