        /* WhatsApp Button */
        #whatsappBtn {
            background-color: #25d366 !important;
            border-color: #25d366 !important;
        }
        #whatsappBtn:hover,
        #whatsappBtn:focus,
        #whatsappBtn:active {
            background-color: #1eb654 !important;
            border-color: #1eb654 !important;
        }
        
        /* Custom Styles */
        .header-top {
            background-color: #000;
            color: white;
            padding: 15px 0;
        }
        
        .slide-area {
            height: 400px;
            background-color: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px dashed #ddd;
        }
        
        .purple-section {
            background: linear-gradient(135deg, #6f42c1, #8e44ad);
            color: white;
            padding: 60px 0;
        }
        
        .benefits-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }
        
        .company-section {
            padding: 80px 0;
        }
        
        .testimonials-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }
        
        .footer-yellow {
            background-color: #ffc107;
            padding: 40px 0;
        }
        
        .footer-black {
            background-color: #000;
            color: white;
            padding: 30px 0;
        }
        
        .service-card {
            text-align: center;
            padding: 30px 20px;
            height: 100%;
        }
        
        .service-icon {
            font-size: 3rem;
            color: #6f42c1;
            margin-bottom: 20px;
        }
        
        .map-container {
            background-color: #e9ecef;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .header-top {
            background-color: #000;
            color: white;
            padding: 15px 0;
        }
        
        .header-bottom {
            background-color: #000;
            color: #ffc107;
            padding: 10px 0;
            border-top: 2px solid #ffc107;
        }
        
        .logo-container {
            display: flex;
            align-items: center;
        }
        
        .logo-text {
            color: white;
            font-weight: bold;
            font-size: 1.5rem;
            margin-left: 15px;
        }
        
        .logo-circle {
            width: 80px;
            height: 80px;
            border: 3px solid #8e44ad;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #000;
        }
        
        .logo-inner {
            color: white;
            text-align: center;
            font-size: 0.8rem;
            font-weight: bold;
        }
        
        .phone-button {
            background-color: #ffc107;
            color: #000;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: bold;
            font-size: 1.1rem;
        }
        
        .contact-info {
            font-size: 0.95rem;
            font-weight: 500;
        }
        
        .contact-info i {
            color: #ffc107;
            margin-right: 8px;
        }

        .linha-amarela {
            width: 80px;
            height: 5px;
            margin: auto;
            background: linear-gradient(45deg, #ffc107, #ff8c00);
            border-radius: 3px;
            position: relative;
        }
        