.fullscreen{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.nofullscreen{
	position: absolute; /* Posiciona el elemento dentro del contenedor */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto; /* Centra verticalmente y horizontalmente */
	max-width: 100%; /* Ancho máximo del elemento */
	max-height: 100%;
}

video{
	width: 100%;
	height: 100%;
}

.show{
	z-index: 2;
	opacity: 1;
}

.hide{
	z-index: 1;
	opacity: 0;
}

video.fullscreen{
	object-fit: cover;
}

.texto{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 80px;
}

.texto p{
	font-size: 1em;
	margin: 0;
	text-align: center;
}

div:has(.marquesina){
	overflow: hidden;
}

.marquesina {
	position: relative;
	width: 100%;
	height: 100%;
	list-style-type: none;
	display: inline-block;
}

.marquesina li {
	display: inline-block;
	padding-right: 5em;
	margin: auto 0;
}

.marquesina .js-marquee-wrapper, .marquesina .js-marquee{
	display: inline-block;
	height: 100%;
}

/*.marquesina {
	position: relative;
	width: 100%;
	height: 100%
}

.marquesina ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 0 0;
	white-space: nowrap;
	position: relative;
	display: inline-flex;
	top: 50%;
	transform: translateY(-50%);
}

.marquesina li {
	display: inline-block;
	padding-right: 80px;
	margin: auto 0;
}*/