
:root {
	--crmpam-bg-primary: #011220!important;
	--crmpam-bg-secondary: #000000!important;
	--crmpam-bg-tertiary: #000000;
	--crmpam-bg-dark-tertiary: #000000;
	--crmpam-bg-color-primary: #eeeeee;
	--crmpam-bg-color-primary-light: #eeeeee;
	--crmpam-bg-color-secondary: #000000;
	--crmpam-bg-color-secondary-light: #4e4e4e;
	--crmpam-bg-color-success: #2bb376;
	--crmpam-bg-color-error: #e50000;
	--crmpam-bg-color-warning: #e19b32;
	--crmpam-color-primary: #ffffff;
	--crmpam-color-primary-light: #ffffff;
	--crmpam-color-secondary: #ffffff;
	--crmpam-color-secondary-light: #ffffff;
	--crmpam-text-xsmall: 0.35rem;
	--crmpam-text-small: 0.5rem;
	--crmpam-text-normal: 0.75rem;
	--crmpam-text-medium: 1rem;
	--crmpam-text-big: 1.25rem;
	--crmpam-font: "principal", Arial, sans-serif;
	--crmpam-border-radius: 4px;
	--crmpam-btn-color-primary: #6d6d6d;
	--crmpam-btn-color-primary-hover: #000000;
	--crmpam-btn-color-secondary: #4e4e4e;
	--crmpam-btn-color-secondary-hover: #323232;
	--crmpam-btn-color-tertiary: #000000;
	--crmpam-btn-color-tertiary-hover: #000000;
	--crmpam-btn-color-primary-text: #000000;
	--crmpam-color-overlay: rgb(54 54 54 / 85%);
	--crmpam-bg-color-custom-1: #3ec0f0!important;
	--crmpam-bg-color-custom-2: #1f6887!important;
	--crmpam-bg-color-custom-3: #014a7f!important;
  }

/* ================================
   ESTILOS GLOBALES
   ================================ */

body {
	background: var(--crmpam-bg-primary) !important;
}

/* ================================
   HEADER Y FOOTER
   ================================ */

.crmpam-header {
	background: var(--crmpam-bg-primary) !important;
}

.crmpam-header::before, 
.crmpam-header::after {
	filter: blur(2rem);
	background-color: var(--crmpam-bg-color-custom-1);
}

.crmpam-footer {
	background: var(--crmpam-bg-primary) !important;
}

/* ================================
   NAVEGACIÓN DESKTOP
   ================================ */

.crmpam-header-menu a.active-menu-option > div {
	background: linear-gradient(90deg, var(--crmpam-bg-color-custom-2) 0%, var(--crmpam-bg-color-custom-1) 50%, var(--crmpam-bg-color-custom-2) 100%);
	color: rgb(255, 255, 255);
	border: 1px solid var(--crmpam-bg-color-custom-1);
}

/* ================================
   BOTONES Y ELEMENTOS INTERACTIVOS
   ================================ */

.crmpam-btn-primary {
	background: linear-gradient(113.27deg, var(--crmpam-bg-color-custom-3) 15.04%, var(--crmpam-bg-color-custom-1) 84.96%) !important;
}

.home-main-slots-desktop__button {
	background: linear-gradient(113.27deg, var(--crmpam-bg-color-custom-3) 15.04%, var(--crmpam-bg-color-custom-1) 84.96%) !important;
}

.home-main-slots-desktop__item:hover .home-main-slots-desktop__button {
	transition: 0.6s;
	background: linear-gradient(113.27deg, var(--crmpam-bg-color-custom-1) 15.04%, var(--crmpam-bg-color-custom-3) 84.96%) !important;
}

a.showMoreButton:after {
	background-color: var(--crmpam-bg-color-custom-1) !important;
}

/* ================================
   TAGS Y PROVIDERS
   ================================ */

.provider-slide, 
.tag-slide {
	background: linear-gradient(189deg, #031F35 -27.46%, var(--crmpam-bg-color-custom-3) 93.07%) !important;
}

.provider-slide:hover, 
.tag-slide:hover {
	background: linear-gradient(359deg, #031F35 -27.82%, var(--crmpam-bg-color-custom-3) 68.15%) !important;
}

.tag-carrousel-item {
	background: linear-gradient(189deg, #031F35 -27.46%, var(--crmpam-bg-color-custom-3) 93.07%) !important;
}

.tag-carrousel-item:hover {
	background: linear-gradient(359deg, #031F35 -27.82%, var(--crmpam-bg-color-custom-3) 68.15%) !important;
}

/* ================================
   LOBBY Y SECCIONES
   ================================ */

.lobby-section-title p {
	background-color: var(--crmpam-bg-primary) !important;
}

/* ================================
   SIDEBAR MENU
   ================================ */

/* Animación de entrada */
@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

/* Contenedor del menú */
.crmpam-user-menu > .crmpam-user-menu-content {
	background: var(--crmpam-bg-primary) !important;
	animation: slideInRight 0.4s ease-out !important;
	padding: 60px 0 20px 20px !important;
}

/* Eliminar fondo zebra por defecto */
.crmpam-user-menu .crmpam-user-menu-content p {
	background: transparent !important;
}

/* Efecto zebra para elementos del menú normal */
.crmpam-user-menu .crmpam-user-menu-content a.main-menu-link:not(.highlighted-menu-link):nth-child(odd) p {
	background: #032139 !important;
	border-radius: 8px 0 0 8px !important;
	margin-right: 0 !important;
	padding-right: 20px !important;
}

.crmpam-user-menu .crmpam-user-menu-content a.main-menu-link:not(.highlighted-menu-link):nth-child(even) p {
	background: var(--crmpam-bg-primary) !important;
	border-radius: 8px 0 0 8px !important;
	margin-right: 0 !important;
	padding-right: 20px !important;
}

/* Elementos destacados (Novedades) */
a.main-menu-link.highlighted-menu-link p {
	background: #172A39 !important;
	background-color: #172A39 !important;
	color: white !important;
	border-radius: 8px 0 0 8px !important;
	margin-right: 0 !important;
	padding-right: 20px !important;
}

/* Efecto hover */
.crmpam-user-menu .crmpam-user-menu-content p:hover {
	background: linear-gradient(90deg, rgba(1, 74, 127, 0.3) 0%, rgba(62, 192, 240, 0.1) 100%) !important;
	border-left: 3px solid var(--crmpam-bg-color-custom-1) !important;
	padding-left: 7px !important;
	transition: all 0.3s ease !important;
}

/* Separador del menú */
.menu-separator {
	height: 2px !important;
	background-color: rgba(128, 128, 128, 0.5) !important;
	margin: 15px 10px !important;
}

/* Logo del menú móvil */
.menu-logo {
	display: block !important;
	margin: 0 auto 20px auto !important;
	max-width: 150px !important;
	height: auto !important;
}

/* ================================
   MOBILE
   ================================ */

/* Barra de navegación inferior */
.MuiBottomNavigation-root {
	background: linear-gradient(180deg, #031F35 0%, var(--crmpam-bg-color-custom-3) 100%) !important;
}

/* Media query para dispositivos móviles */
@media (max-width: 1200px) {
	/* Contenido móvil */
	.mobile-content {
		background-color: var(--crmpam-bg-primary) !important;
	}

	/* Banners móviles */
	.mobile-banner1,
	.mobile-banner2,
	.mobile-banner3 {
		background-color: var(--crmpam-bg-primary) !important;
	}

	/* Header móvil */
	.crmpam-header {
		background-color: var(--crmpam-bg-primary) !important;
		--AppBar-background: var(--crmpam-bg-primary) !important;
		--AppBar-color: var(--crmpam-bg-primary) !important;
	}
}


 
.login-popup .crmpam-popup-content-container{
	background: var(--crmpam-bg-primary) !important
  }
  
.login-popup .crmpam-popup-overlay {
	background: rgb(62 192 240 / 20%)!important;
  }

  .login-popup .crmpam-dark-form .crmpam-input > div {
    background: linear-gradient(180deg, rgba(62, 192, 240, 0), rgba(1, 74, 127,100)) !important;
    border-radius: 12px;
}

.crmpam-popup .crmpam-popup-content-header{
	border-bottom-style: none !important;
}

.crmpam-popup .crmpam-popup-content-header{
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}