		/* Estilos para el desplegable */
		.sidebar {
            text-align: center;
			height: 45.5rem;
			width: 0;
			position: fixed;
			z-index: 1001;
			top: 0;
			left: 0;
			background: linear-gradient(to top, rgb(0, 115, 153), rgb(114, 214, 248));
			overflow-x: hidden;
			transition: 0.5s;
		}

		.sidebar-content {
			padding: 30px;
			& h2{
				text-shadow: 0px -2px 0px #2A1D28;
				font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
				color: rgb(255, 255, 255);
				-webkit-text-stroke: rgb(0, 0, 0) 1px;
				border-bottom: double 1px rgb(255, 255, 255);
			}
			& p{
				color: rgb(255, 255, 255);
				font-family: Arial, Helvetica, sans-serif;

				line-height: 1rem;
				font-weight: 800;
			}
		}

		.sidebar a {
			text-decoration: none;
			font-weight: 800;
			color:rgb(237, 202, 126);
			border-bottom: solid 1px rgb(237, 202, 126);
		}

		.sidebar a:hover {
			color: hsl(0, 0%, 100%);
		}

		.openbtn {
			font-size: 15px;
			cursor: pointer;
			background-color: #ffce2d;
			color: rgb(124, 30, 255);
			padding: 10px 15px;
			border: none;
			position: fixed;
            border-radius: 30px;
			top: .1rem;
			left: 1rem;
			z-index: 1002;
		}

		/* Estilo para la flecha */
		.arrow-btn {
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			background-color: rgb(254, 173, 44);
			color: rgb(255, 255, 255);
			border: none;
			font-size: 20px;
			cursor: pointer;
			padding: 10px;
			z-index: 1002;
		}
		.video-novedoso{
			overflow:hidden; 
			aspect-ratio: 9 / 16;
			margin-left: 1rem;
			border-radius: 10px;
			height: 20rem;
		}

		