/*:root{--hciFastBar:#ff0000;}*/
tmp{display:none;}
/*pelicula*/
section.ifast div{
	position:fixed;
	min-height:100hw;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	top:0;
	display:unset;
	width:100%;
	right:0;
	/*cursor: url(cursor.svg), auto !important;*/
	/*cursor: url('https://txai.online/tema/cursorClose.png'), auto !important;*/
	/*cursor: url('/images/close-iFast.svg'), auto; */
	transition:3s; 
}
/*iframe*/
 

section.ifast iframe{
	box-shadow: -5px 0px 20px 0px #00000075;
	margin-top:10px; 
	position:fixed;
	top:-10px; 
	/*width:90vw;*/
	width:0px;
	min-width:250px; 
	height:100vh;
	border:0px;
	background-color:transparent;
	transition:0.3s;
	border-left:2px solid #0b0e11; 
}

/*body{transition: 1s;}*/

.ifast{right:-80vw;width:80vw;}
section.posOne iframe{right:0vw;}
section.posTwo iframe{right:2vw;}
section.posTre iframe{right:4vw;}
section.posFor iframe{right:6vw;}
section.posFiv iframe{right:8vw;}
section.posSix iframe{right:10vw;}
section.posSev iframe{right:12vw;}

section.posOne iframe,
section.posTwo iframe,
section.posTre iframe,
section.posFor iframe,
section.posFiv iframe,
section.posSix iframe,
section.posSev iframe{
	border-left: 4px solid var(--hciFastBar);
}

/*pelicula*/
.ifast div{z-index: inherit;}

section.ifast iframe {
  transition: right 0.3s ease-in-out, box-shadow 0.1s ease;
}
  
.cursor-ifast {
  cursor: zoom-in !important;
}
      