        body { font-family: 'Arial', sans-serif; }
        .navbar { 
            font-family: 'Roboto', sans-serif;
            transition: background-color 0.3s; 
            text-transform: uppercase; 
            font-weight: bold; 
			font-size: 14px;
			z-index: 999;
        }
		.nav-link { color: white; }
        .navbar.scrolled { background-color: rgba(0,0,0, 1) !important; }
		.navbar-brand img { height: 70px; }
        .full-height { height: 100vh; }
        .gradient-bg {
			background: linear-gradient(135deg, rgba(58, 30, 133, 0.8), rgba(231, 0, 93, 0.8)), url('../images/intro-bg.jpg');
			background-size: cover;
			background-position: center;
		}
		
        .btn-primary { background-color: #6a11cb; border: none; }
        .btn-primary:hover { background-color: #2575fc; }
        .speaker-photo { width: 80%; }
		.back-to-top {
			width: 60px;
			height: 60px;
			position: fixed;
			bottom: 20px;
			right: 20px;
			display: none;
			z-index: 1000;
			border-radius: 50%;
			justify-content: center;
			align-items: center;
		}
		.light-shadow {
			box-shadow: 0px 0px 60px rgba(255,255,255,0.9);
		}
		
		#speakers .container {
			background-image:url('../images/speakers-bg.png');
		}
		
		#organizers {
			background-image:url('../images/purple-bg.jpg');
		}
		
		#organizers img {
			height: 150px;
		}
		
		#countdown {
			display: flex;
			justify-content: center;
			gap: 20px;
			font-family: Arial, sans-serif;
		}
		
		.schedule-name {
			font-size: 16px !important;
		}

		.countdown-item {
			text-align: center;
			padding: 0px 30px;
		}

		.countdown-number {
			font-size: 3rem;
			font-weight: bold;
			display: block;
		}

		.countdown-label {
			font-size: 0.70rem;
			text-transform: uppercase;
			color: white;
			display: block;
			letter-space: 1px;
		}
		
		.card-hotel {
			box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
		}
		
		.rounded-circle {
			border: 6px solid #cc0062;
		}
		
		td img {
			border: 4px solid #cc0062;
		}
		
		.scroll-margin-top {
			scroll-margin-top: 70px;
		}
		
		.btn:hover {
			background-color: #cc0062;
		}

        .table-responsive {
            width: 100%;
            overflow-x: auto;
        }
        .table {
            width: 100%;
            border-collapse: collapse;
			border: none !important;
        }
		tbody, td, tfoot, th, thead, tr {
			border: none !important;
		}
		.table td {
			vertical-align: middle !important;
		}
        .table-bordered td, .table-bordered th {
            border: none !important;
            padding: 20px 8px;
        }
        .table-bordered tr:nth-child(odd) td:first-child {
            background-color: #ff007a; /* Rosa claro */
            color: white;
        }
        .table-bordered tr:nth-child(even) td:first-child {
            background-color: #cc0062; /* Rosa escuro */
            color: white;
        }
        .table-bordered td:nth-child(2) {
            text-align: center;
        }
        .table-bordered td:nth-child(2) img {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            object-fit: cover;
        }
        .table-bordered td:nth-child(3) {
            vertical-align: top;
        }
        .table-bordered td:nth-child(3) h3 {
            margin: 0;
            font-size: 1.2em;
        }
        .table-bordered td:nth-child(3) p {
            margin: 5px 0 0;
            font-size: 0.9em;
            color: #555;
        }
        /* Estilos para as bandeirinhas */
        .language-flags {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1000;
            display: flex;
            gap: 10px;
        }
        .language-flags img {
            width: 30px !important;
            height: 20px !important;
            cursor: pointer;
            border: 1px solid #ccc;
            transition: transform 0.2s ease;
        }
        .language-flags img:hover {
            transform: scale(1.2);
        }
		
		@media (max-width: 767.98px) {
		.full-height {
			height: auto;
			min-height: 100vh;
			padding-top: 140px;
			padding-bottom: 60px;
		}
		.countdown-item {
			padding: 0px 15px;
		}
}
		
}