
        .event-bar {
            position: fixed;
            /* Changed from sticky to fixed */
            top: 0;
            left: 0;
            width: 100%;
            /* Ensure it spans the full width */
            z-index: 1000;
            background-color: rgba(0, 0, 0, 0.8);
            /* Semi-transparent background */
            padding: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: space-between;

        }

        .event-image {
            display: flex;
            align-items: center;
        }

        .promoted-img {
            max-width: 50px;
            margin-right: 10px;
        }

        .promoted-title {
            font-size: 1.0rem;
            margin: 0;
            color: white;
        }

        .event-countdown {
            display: flex;
            align-items: center;
        }

        .countdown-item {
            text-align: center;
            margin: 0 10px;
        }

        .countdown-number {
            font-size: 2.0rem;
            font-weight: bold;
            display: block;
            color: white;
        }

        .countdown-label {
            font-size: 1.0rem;
            color: white;
        }

        .gl-banner {
            position: relative;
            background-size: cover;
            background-position: center;
            padding: 20px;
        }

        .gl-banner__overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            /* Black overlay with 50% opacity */
            z-index: 1;
        }

        .gl-banner__wrapper {
            position: relative;
            z-index: 3;
            /* Ensure content is above the overlay */
        }

        .countdown-title {
            font-size: 1rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
            word-wrap: break-word;
            /* Allows long words to break and wrap to the next line */
            word-break: break-word;
            /* Ensures long words break correctly */
            white-space: normal;
            /* Allows text to wrap to the next line */
        }

        .countdown-logo {
            max-width: 100px;
            /* Adjust the size as needed */
            display: block;
            margin: 10px auto;
            /* Center the logo */
        }

        .gl-brand__logo {
            background: #fff;
            width: 8.875rem;
            height: 4.875rem;
            /* -webkit-mask: url(../img/content/svg/logo-main.svg); */
            mask: url(../img/content/svg/logo-main.svg);
            /* -webkit-mask-size: cover; */
            mask-size: cover;
        }

        /* Testing */
        .promoted-banner-section {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 160px;
            /* Default height for desktop */
            background-size: cover;
            /* Ensure the background image covers the entire area */
            background-position: center;
            /* Center the background image */
            background-repeat: no-repeat;
            /* margin-bottom: 10px; */
            z-index: 1000;
            overflow: hidden;
            /* Ensure the banner is above other content */
        }

        .promoted-banner-image {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
            /* Ensure the image covers the entire area */
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            /* Ensure the image is below other content */
        }

        .promoted-banner-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background: rgba(128, 128, 128, 0.5); */
            /* Semi-transparent gray overlay */
            z-index: 1;
        }

        .promoted-banner-content {
            position: relative;
            z-index: 2;
            color: white;
            text-align: center;
            padding: 20px;
        }

        .close-tab {
            position: absolute;
            top: 0;
            /* Adjust as needed */
            right: 20px;
            /* Adjust as needed */
            background: rgba(128, 128, 128, 0.5);
            /* Same as overlay */
            padding: 5px 10px;
            border-radius: 5px 5px 0 0;
            /* Rounded corners for the tab */
            z-index: 1001;
            /* Ensure the tab is above other content */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .close-btn {
            background: none;
            border: none;
            font-size: 1.5rem;
            /* Adjust the size as needed */
            color: white;
            cursor: pointer;
            line-height: 1;
            /* Ensure the X is vertically centered */
        }

        /* Media query for mobile */
        @media (max-width: 767px) {
            .promoted-banner-section {
                /* height: auto; */
                /* Height for mobile */
            }
        }

        /* Testing */
		
	
	/* Reset de márgenes y padding */
	* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	}
	
	/* Contenedor principal */
	.login-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    text-align: center;
	}
	
	/* Contenido centrado */
	#login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
	}
	
	/* Encabezado */
	h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
	}
	
	/* Enlace de registro */
	.inline-register {
    color: #00a6ff;
    font-weight: bold;
    text-decoration: none;
	}
	
	.inline-register:hover {
    text-decoration: underline;
	}
	
	/* Input Fields */
	.field-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
	}
	
	.field {
    position: relative;
	}
	
	.field input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    background: #fff;
    box-sizing: border-box;
	}
	
	/* Mostrar contraseña */
	#pw-show {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
	}
	
	/* Recuérdame y Olvidaste tu contraseña */
	table {
    width: 100%;
    margin-top: 10px;
	}
	
	input[type="checkbox"] {
    margin-right: 5px;
	}
	
	a {
    color: #007bff;
    text-decoration: none;
	}
	
	a:hover {
    text-decoration: underline;
	}
	
	/* Botón de inicio de sesión */
	#submit-login {
    background-color: #007bff;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
	}
	
	#submit-login:hover {
    background-color: #0056b3;
	}
	
	/* Botón de Google */
	#btn-google {
    background-color: #d93025;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    transition: 0.3s;
	}
	
	#btn-google:hover {
    background-color: #b2221d;
	}
	
	/* Icono de Google */
	#btn-google .icon i {
    font-size: 20px;
	}
