 :root {
            --primary-color: #0056b3;
            --secondary-color: #6c757d;
            --accent-color: #ff6b00;
            --light-color: #f8f9fa;
            --dark-color: #343a40;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
            line-height: 1.6;
        }
		
        
        .hero-section {
            background: linear-gradient(135deg, #02857c 0%, #00aa9e 100%);
            color: white;
            padding: 8rem 0;
            margin-bottom: 3rem;
            position: relative;
            overflow: hidden;
        }
        
        .hero-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://suporte.seniornoroeste.online/guia-do-suporte/img/suporte.jpg') repeat;
            opacity: 0.1;
        }
        
        .section-title {
            color: #00aa9e;
            border-bottom: 3px solid var(--accent-color);
            display: inline-block;
            padding-bottom: 0.5rem;
            margin-bottom: 2rem;
        }
        
        .card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 2rem;
            overflow: hidden;
        }
        
        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .card-header {
            background-color: #00aa9e;
            color: white;
            font-weight: bold;
            padding: 1.25rem;
        }
        
        .sla-card.critical .card-header {
            background-color: #dc3545;
        }
        
        .sla-card.high .card-header {
            background-color: #fd7e14;
        }
        
        .sla-card.medium .card-header {
            background-color: #ffc107;
            color: var(--dark-color);
        }
        
        .sla-card.low .card-header {
            background-color: #28a745;
        }
        
        .timeline {
            position: relative;
            padding-left: 50px;
            margin: 2rem 0;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 20px;
            top: 0;
            bottom: 0;
            width: 4px;
            background: #00aa9e;
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 2rem;
        }
        
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -40px;
            top: 5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: var(--accent-color);
            border: 4px solid white;
            box-shadow: 0 0 0 2px #00aa9e;
        }
        
        .team-card {
            text-align: center;
            padding: 1.5rem;
        }
        
        .team-card img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
            border: 5px solid var(--light-color);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .badge-criticidade {
            font-size: 0.8rem;
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .badge-critical {
            background-color: #dc3545;
            color: white;
        }
        
        .badge-high {
            background-color: #fd7e14;
            color: white;
        }
        
        .badge-medium {
            background-color: #ffc107;
            color: var(--dark-color);
        }
        
        .badge-low {
            background-color: #28a745;
            color: white;
        }
        
        .floating-btn {
            position: fixed;
            bottom: 10px;
            right: 10px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #00aa9e;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .floating-btn:hover {
            transform: scale(1.1);
            color: white;
        }
        
        .tab-content {
            padding: 2rem 0;
        }
        
        .nav-tabs .nav-link {
            color: var(--secondary-color);
            font-weight: 600;
            border: none;
            padding: 1rem 1.5rem;
        }
        
        .nav-tabs .nav-link.active {
            color: #00aa9e;
            border-bottom: 3px solid var(--accent-color);
            background: transparent;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: rgba(0, 86, 179, 0.1);
            color: #00aa9e;
        }
        
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(0, 0, 0, 0.125);
        }
        
        footer {
            background-color: var(--dark-color);
            color: white;
            padding: 3rem 0;
            margin-top: 3rem;
        }
        
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }
        
        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }
		
		.bg-primary{
			background:#00aa9e!important;
		}
		
		.text-primary{
			color:#00aa9e!important;
		}
		
		h3.verde{
			color:#00aa9e;
		}
		
		.icon-f{
			color:#00aa9e;
		}
		
		p{
			text-align:;
		}
		
		/* CORES PERSONALIZADAS PARA O MOVIDESK (LARANJA) */
		.chat-mv-color {
			background-color: #ff6b00 !important; /* Laranja principal */
			color: #ff6b00 !important;
		}

		.md-chat-widget-btn-wrapper {
			background-color: #ff6b00 !important; /* Laranja no botão */
			border-color: #ff6b00 !important;
		}

		.md-chat-widget-btn-wrapper:hover {
			background-color: #e05d00 !important; /* Laranja mais escuro no hover */
		}

		.md-chat-widget-btn-icon svg {
			fill: #ff6b00 !important; /* Cor dos ícones */
		}

		.md-chat-widget-btn-title {
			color: #ff6b00 !important; /* Texto do botão */
		}
		
		.md-chat-widget-btn-container:not(.btn-inline) {
			position: absolute;
			bottom: 25px!important;
			text-align: center;
			z-index: 21000;
		}
