
		#oferta {
			background-color: #2196F3;
		}
		.full-screen-section {
			display: flex;
			align-items: center;
			justify-content: center;
		}
@media (max-width: 767.98px) {
  .hero-heading {
    font-size: 2.2rem !important; 
  }
}
		@media (min-width: 992px) {
			.full-screen-section {
				height: 100vh;
			}
		}
        :root {
            --sidebar-width: 330px; /* Ancho de la barra lateral */
        }

        body {
            font-family: 'Roboto', sans-serif;
            background-color: #f8f9fa;
        }

        h1, h2, h3, h4, h5, h6, .navbar-brand, .brand-text {
            font-family: 'Oswald', sans-serif;
        }
        
        /* Estilo para la imagen del logo */
        .imglogo {
            max-height: 60px; 
            width: auto;
        }

        /* Estilos de la barra lateral para escritorio */
        .sidebar {
            width: var(--sidebar-width);
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            background-color: #0D47A1;
            padding-top: 2rem;
            display: flex;
            flex-direction: column;
            z-index: 1030;
        }

        .sidebar .nav-link {
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
        }

        .sidebar .nav-link:hover,
        .sidebar .nav-link.active {
            color: #D50000;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .social-footer {
            margin-top: auto; 
            padding: 1.5rem 0;
        }
        
        .social-footer a {
            opacity: 0.7;
            transition: opacity 0.3s;
        }
        .social-footer a:hover {
            opacity: 1;
        }
        
        /* Contenido principal */
        .main-content {
            transition: margin-left 0.3s ease;
        }

        /* Responsive: Comportamiento en diferentes tamaños de pantalla */
        @media (min-width: 992px) {
            .mobile-nav {
                display: none; /* Oculta la barra superior en escritorio */
            }
            .main-content {
                margin-left: var(--sidebar-width); /* Crea espacio para la barra lateral */
            }
        }

        @media (max-width: 991.98px) {
            .sidebar {
                display: none; /* Oculta la barra lateral en móvil */
            }
            .main-content {
                margin-left: 0; /* El contenido ocupa todo el ancho */
            }
            .navbar-brand .imglogo {
                max-height: 40px; /* Un logo ligeramente más pequeño para la barra superior */
            }
        }

        /* Banner y otros estilos */
        .banner {
            height: 100vh;
            min-height: 500px;
            background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url('face logo itvplay.jpg');
            background-size: cover;
            background-position: center;
            color: white;
        }
        .hero-heading {
            font-size: 3.5rem;
            font-weight: 700;
            text-transform: uppercase;
        }
        .hollow-button {
            border: 2px solid; padding: 0.75rem 1.5rem; text-decoration: none; display: inline-block; transition: all 0.3s;
        }
        .hollow-button.white { color: white; border-color: white; }
        .hollow-button.white:hover { background-color: white; color: #333; }
        .hollow-button.red { color: white; background-color: #6280a9; border-color: #6280a9; }
        .hollow-button.red:hover { background-color: #4a658a; border-color: #4a658a; }
        section { padding: 80px 0; }
        .section-gray { 
		background-color: #e9ecef; 
		border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
		}
		.hero-title-wrapper {
		
		}
		.loading {
			width: 100%;
			height: 100px;
			display: inline-block;
		}