body#hoffmannneopac.configurator.fullscreen *{
	box-sizing: border-box;
}

body#hoffmannneopac.configurator.fullscreen{
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #EAEAEA;
	color: #333399;	
}



body#hoffmannneopac.configurator.fullscreen #asset .asset-3d.fullscreen .asset-3d-options, body#hoffmannneopac.configurator.fullscreen #asset .asset-3d.fullscreen #toggleFullscreen, body#hoffmannneopac.configurator.fullscreen .comp-logo-3d, body#hoffmannneopac.configurator.fullscreen .toggleButton, body#hoffmannneopac.configurator.fullscreen #playPause, body#hoffmannneopac.configurator.fullscreen .col-x3-1, body#hoffmannneopac.configurator.fullscreen #notification-area, body#hoffmannneopac.configurator.fullscreen header, body#hoffmannneopac.configurator.fullscreen .col-x3-3 , body#hoffmannneopac.configurator.fullscreen .breadcrumbs, body#hoffmannneopac.configurator.fullscreen .buttons_line.ed-0.at-19, body#hoffmannneopac.configurator.fullscreen .asset-siblings, body#hoffmannneopac.configurator.fullscreen .bar,  #hoffmannneopac.configurator.fullscreen  footer
{
 width:100%;
 display:none!important;
}
body#hoffmannneopac.configurator.fullscreen .container3d, body#hoffmannneopac.configurator.fullscreen .asset-3d-container
{
 width:100%;
}

#hoffmannneopac.configurator.fullscreen  section#main, #hoffmannneopac.configurator.fullscreen  .content
{
 background:#EAEAEA;
}

#winTinOnly
{
 display:none;
}


body#hoffmannneopac.configurator.fullscreen #winTinOnly
{
 display:block;
 width:100%;
 height:100%;
 top:0px;
 left:0px;
z-index: 99999;
    position: absolute;
 }

body#hoffmannneopac.configurator.fullscreen #asset .asset-3d.fullscreen
{
    position: fixed;
    z-index: 99999;
    
	top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
	
    background: transparent;    
}
body#hoffmannneopac.configurator.fullscreen #asset .asset-3d.fullscreen .asset-3d-container
 {
 width:100%!important;
 height:100%!important;
 }
 
 
body#hoffmannneopac.configurator.fullscreen #asset .asset-3d .asset-3d-container #asset-3d-loader
 {
  top:75%!important;
 }
 
 /* scene4-left */
.scene4-left {
display:none;
	position: absolute;
	text-align: center;
	width: 40vw;
	height: 40vw;
	top: 0;
	left: 0;	
	z-index: 999;
	/*
	-webkit-transform: translate(-200%, -200%);
	-ms-transform: translate(-200%, -200%);
	transform: translate(-200%, -200%);
	*/
}

#scene4.active .scene4-left {
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	transform: translate(0%);
}


/*
#scene4.active .scene4-left{
	animation: slideInLeft 1s linear 4s forwards;
	-webkit-animation: slideInLeft 1s linear 4s forwards;
}
*/

.scene4-left ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
    position: relative;
}

.scene4-left ul li{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.scene4-left ul li.selected{
	display: block;
}

/*mascara-triangulo*/
.scene4-left ul:after{
	content: '';
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 402;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('http://software.webpac.com/files/6215835/6215839-ZJUTVNKC/global/images/3Dscreen/triangulo.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.scene4-left .container2 img{
	max-width: 500px;
}


/* scene4-center */
.scene4-center{
 display:none;
	position: absolute;
	text-align: center;
	width: 50%;
	top: 10%;
	left: 25%;
z-index:1000;
}
.scene4-center {
	font-size: 80%;
	text-align: center;
}

.scene4-center .text{
	margin-bottom: 30px!important;
	 color:#333399!important;
	 font-size: 1em;
}
.scene4-center .text *{
 color:#333399!important;
 line-height:100%;
}
.scene4-center .text h3{
	font-size: 2em!important;
	 margin-bottom:0.25em!important;
}
.scene4-center .text h2{
	margin: 10px 0!important;
	font-size: 5em!important;
	margin-bottom:0.25em!important;
}
.scene4-center .text h4{
	font-size: 1.45em!important;
	margin-bottom:0.25em!important;
}
.scene4-center .text h4 span{
	display: block!important;
}

.scene4-center ul{
    position: relative;
}
.scene4-center ul li{
    width: 80%;
    height: 60vh;
    position: absolute;
    top: 0;
    left: 10%;
    display: none;
}

.scene4-center ul li.selected{
	display: block;
}

.scene4-center .container2 img{
	max-width: 350px;
}


/* scene4-right */
.scene4-right{
display:none;
	position: absolute;
	text-align: center;
	top: 29.5%;
	right: 5%;
z-index: 999999;
	font-size: 1em;
	/*
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	*/
}

#scene4.active .scene4-right{
	animation: slideInRight 1s linear 2s forwards;
	-webkit-animation: slideInRight 1s linear 2s forwards;
}

.scene4-right >p{
	font-size: 1.3em;
	font-weight: 900;
	color:#333399!important;
}
.scene4-right ul{
	margin-top: 30px;
}
.scene4-right ul li{
	width: 100%;
	margin: 5px 0;
	padding: 10px 18px;
	display: table;
	text-align: left;
	font-weight: 500;
	border-radius: 5px;
	background-color: transparent;
}
.scene4-right ul li >*{
	display: table-cell;
	vertical-align: middle;
}

.scene4-right ul span{
	padding-right: 20px;
	display: inline-block;
		
}
.scene4-right ul span svg{
	width: 25px;
	height: 20px;
}

.scene4-right ul p{
	font-size: 1em;
	display: inline-block;
	color:#333399!important;
	margin-bottom:0px!important;
}

.scene4-right ul li:hover,
.scene4-right ul li.selected{
	background-color: #E36308;
	cursor: pointer;
}
.scene4-right ul li:hover p,
.scene4-right ul li.selected p{
	color:#ffffff!important;
}
.scene4-right ul li span svg.fill_blue *{
	fill: #333399;
}
.scene4-right ul li:hover span svg.fill_blue *,
.scene4-right ul li.selected span svg.fill_blue *{
	fill: #fff;
}


/*portatil*/
@media screen and (min-width: 700px) and (max-width: 1100px){
	.scene4-center .container2 img{
		max-width: 300px;
	}

	/* scene4-right */
	.scene4-right{
		font-size: .8em;
	}
}

/*Mobile*/

/*Mobile*/
@media screen and (max-width: 699px)
, only screen and (min-device-pixel-ratio: 1.5) and (max-device-width: 999px)
, only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 999px)
, only screen and (min--moz-device-pixel-ratio: 1.5) and (max-device-width: 999px)
, only screen and (-o-min-device-pixel-ratio: 1.5) and (max-device-width: 999px){
	.scene4-center .container2 img{
		max-width: 300px;
	}

	/* scene4-right */
	.scene4-right{
		font-size: .3em;
		top: 13%;
	}

	.scene4-right ul li{
		margin: 5px 0;
		padding: 2px 8px;
	}

	.scene4-right ul li p{
		font-size: .5em;
	}

	.scene4-right ul span svg{
		width: 10px;
		height: 6px;
	}

	.scene4-center{
		font-size: .4em;
	}
}


body#hoffmannneopac.configurator.fullscreen .scene4-left, body#hoffmannneopac.configurator.fullscreen .scene4-center, body#hoffmannneopac.configurator.fullscreen .scene4-right 
{
display:block;
}