html, body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*background-image:url(../img/bg-global.png);*/
	background-color:#000000;
	background-image:url(../img/bg-global2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#files {
    position: absolute;
    top: -9999px;
}

#inputURL {
    position: absolute;
    top: -9999px;
}

.snow {
    z-index: 20;
}

.loader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(60, 60, 60, 0.9);
	text-align: center;
	font-size: 2em;
	color: #cacaca;
	padding-top: 18%;
}

.loader-icon {
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: translateZ(100px) rotateY(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: translateZ(100px) rotateY(360deg); } }
@keyframes spin { 100% { -webkit-transform: translateZ(100px) rotateY(360deg); transform:rotateY(360deg); } }


.loader-message {

}

.editor-3d {
	margin: 0;
	padding: 0;
	z-index: 5;
}

.editor-3d-canvas {
	margin: 0;
	padding: 0;
	/*
	width: 100% !important;
	height: 100% !important;
	*/
}

.controles {
	position: absolute;
	bottom: -20px;
	right: 20px;
	background-color: #ccc;
	-moz-transform: perspective(600px)  rotateX(60deg) translate3d(-20px, 100px, 70px);
	-webkit-transform: perspective(600px)  rotateX(60deg) translate3d(-20px, 100px, 70px);
	transform: perspective(600px) rotateX(60deg) translate3d(-20px, 100px, 70px);
	border-radius: 5em;
	width: 10em;
	height: 10em;
	background: -webkit-linear-gradient(#888, #ccc);
    background: -o-linear-gradient(#888, #ccc);
    background: -moz-linear-gradient(#888, #ccc);
    background: linear-gradient(#888, #ccc);
    text-align: center;
    opacity:0.4;
  	filter:alpha(opacity=40);
}

.controles-aux {
	position: absolute;
	bottom: -20px;
	left: 20px;
	background-color: #ccc;
	-moz-transform: perspective(600px)  rotateX(60deg) translate3d(20px, 100px, 70px);
	-webkit-transform: perspective(600px)  rotateX(60deg) translate3d(20px, 100px, 70px);
	transform: perspective(600px) rotateX(60deg) translate3d(20px, 100px, 70px);
	border-radius: 5em;
	width: 10em;
	height: 10em;
	background: -webkit-linear-gradient(#888, #ccc);
    background: -o-linear-gradient(#888, #ccc);
    background: -moz-linear-gradient(#888, #ccc);
    background: linear-gradient(#888, #ccc);
    text-align: center;
    opacity:0.4;
  	filter:alpha(opacity=40);
}

.controles-top {
	position: absolute;
	top: -10px;
	left: 20px;
	background-color: #ccc;
	-moz-transform: perspective(600px)  rotateX(60deg) translate3d(20px, 100px, 70px);
	-webkit-transform: perspective(600px)  rotateX(60deg) translate3d(20px, 100px, 70px);
	transform: perspective(600px) rotateX(60deg) translate3d(20px, 100px, 70px);
	border-radius: 5em;
	width: 10em;
	height: 10em;
	background: -webkit-linear-gradient(#888, #ccc);
    background: -o-linear-gradient(#888, #ccc);
    background: -moz-linear-gradient(#888, #ccc);
    background: linear-gradient(#888, #ccc);
    text-align: center;
    opacity:0.4;
  	filter:alpha(opacity=40);
}

.controles, .controles-aux, .controles-top {
	z-index: 999;
}

.controles .fa, .controles-aux .fa , .controles-top .fa {
	display: block;
	color: #666;
	font-size: 4.5em;
}



.controles:hover, .controles-aux:hover {
	opacity:0.9;
  	filter:alpha(opacity=90);
}

.controles .fa.fa-chevron-up {
	font-size: 4em;
	padding-bottom: .3em;
	border-bottom: solid 1px #bbb;
}

.controles .fa:hover, .controles-aux .fa:hover, .controles-top .fa:hover {
	color: #fff;
	cursor: pointer;
}

.controles-aux .fa.fa-chevron-left, .controles-aux .fa.fa-chevron-right {
	font-size: 2.5em;
}

.controles-aux .fa.fa-chevron-left {
	float: left;
}

.controles-aux .fa.fa-chevron-right {
	float: right;
}

.controles .fa.fa-arrows-alt, .controles .fa.fa-backward {
	font-size: 1.75em;
}

.controles .fa.fa-backward {
	float: left;
}

.controles .fa.fa-arrows-alt {
	float: right;
	margin-right: .2em;
}

.modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 60, 60, 0.8);
	display: none;
}

.modal iframe {
	background: #666;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
}

.modal .btn {
	position: absolute;
	top: 1%;
	right: 10%;
	font-size: 2em;
	color: #fff;
}

@media only screen and (max-width : 768px) {
	.modal {
		display: none !important;
	}
}

body.with-modal .controles, body.with-modal .controles-aux, body.with-modal .controles-top {
	display: none !important;
}

@media only screen and (max-width : 768px) {
	.controles, .controles-aux, .controles-top {
		width: 7em;
		height: 7em;
		opacity:0.6;
		filter:alpha(opacity=60);
	}

	.controles-top {
		top: 0;
	}

	.controles .fa, .controles-aux .fa , .controles-top .fa {
		font-size: 2.5em;
	}
	.controles-aux .fa.fa-chevron-left, .controles-aux .fa.fa-chevron-right {
		font-size: 1.5em;
	}

	.controles-aux {
		bottom: -26px;
		left: -4px;
	}

	.controles {
		bottom: -26px;
		right: -4px;
	}

	.controles-top {
		top: -4px;
		left: -4px;
	}
}

@media only screen and (max-width : 480px) {
	.controles, .controles-aux, .controles-top {
		width: 6em;
		height: 6em;
		opacity:0.6;
		filter:alpha(opacity=60);
	}

	.controles-top {
		top: 0;
	}

	.controles .fa, .controles-aux .fa , .controles-top .fa {
		font-size: 2em;
	}
	.controles-aux .fa.fa-chevron-left, .controles-aux .fa.fa-chevron-right {
		font-size: 1em;
	}

	.controles-aux {
		bottom: -26px;
		left: -4px;
	}

	.controles {
		bottom: -26px;
		right: -4px;
	}

	.controles-top {
		top: -4px;
		left: -4px;
	}
}

.menu {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	background: rgba(119, 119, 119, .5);
	text-align: center;

	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;

	display: none;
}

.menu-in {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
}

.blq {
	margin-bottom: 1em;
}

.menu a {
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	background: #eaeaea;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding: .2em .5em;
	text-decoration: none;
	font-size: .8em;

	transition: background .3s linear;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
}

.menu a.principal {
	text-align: left;
	display: block;
}

.menu a.auxiliar {
	margin-top: .5em;
	background: rgba(17, 17, 17, .5);
	display: inline-block;
	color: #999;
	width: 36%;
}

.menu a.principal:hover {
	background: #fff;
}

.menu a.auxiliar:hover {
	background: #111;
	color: #bbb;
}

.menu a i {
	font-size: 1.2em;
}

.menu a span {
	margin-left: .5em;
}




@media (orientation: portrait) {
	.menu {
		top: auto;
		bottom: 0px;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.blq {
		box-sizing: border-box;
		padding: 0 .5em;
		width: 33%;
		float: left;
	}
	#divPersonaliza {
		float: right;
	}
}


@media only screen and (max-width : 480px) {
	.menu-in {
		padding: .5em;
	}

	.blq {
		margin-bottom: .5em;
	}

	.menu a {
		text-align: center !important;
	}

	.menu a span {
		display: block;
		margin-left: 0;
	}

	.menu a i {
		font-size: 2em;
	}
	.menu a.auxiliar {
		padding:.7em 0em;
		width:40%;
	}

	.menu a.auxiliar i {
		font-size: 1.2em;
	}
}

@media only screen and (max-width : 768px) and (orientation: landscape) {
	.menu-in {
		padding: .5em;
	}

	.blq {
		margin-bottom: 1em;
	}

	/*.menu a {
		text-align: center !important;
		padding:.3em 1.5em;
	}

	.menu a span {
		display: none;
	}

	.menu a i {
		font-size: 2em;
	}*/
	.menu a.auxiliar {
		padding:.7em 0em;
		width:42%;
	}

	.menu a.auxiliar i {
		font-size: 1.2em;
	}
}

@media only screen and (min-width : 1025px) {
	.menu {
		background: rgba(119, 119, 119, .2);
	}

	.menu-in {
		padding: .5em;
	}

	.menu a {
		text-align: center !important;
		font-size: 1em;
		padding: .2em;
	}

	.menu a span {
		display: none;
	}

	.menu a.auxiliar {
		display: none;
	}


	.menu.hover {
		background: rgba(119, 119, 119, .5);
	}

	.menu.hover .menu-in {
		padding: 1em;
	}

	.menu.hover a {
		text-align: left !important;
		font-size: .8em;
		padding: .2em .5em;
	}

	.menu.hover a span {
		display: inline;
	}

	.menu.hover a.auxiliar {
		display: inline-block;
	}
}

.cargador {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    text-align: center;
    z-index:999;
    background:rgba(0, 0, 0, .9);
    display:none;
}
.cargador .cargador-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: auto;
}
.cargador .cargador-inner {
    font-size:3.5em;
    font-weight:800;
    color:#fff;
}
.cargador .cargador-inner {
    font-size:1.2em;
    font-weight:800;
    display:inline-block;
    padding-top:.8em;
    color:#999;
    text-transform: uppercase;
}

.cargador2 {
	visibility: hidden;
}

/*ESTILOS POPUP FOTO*/
.mensaje {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:450px;
    text-align: center;
    z-index:999;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 4px 8px 7px rgba(0,0,0,0.6);
    -moz-box-shadow: 4px 8px 7px rgba(0,0,0,0.6);
    box-shadow: 4px 8px 7px rgba(0,0,0,0.6);
    display:none;
}
@media (max-width: 600px){
    .mensaje { width:70%; }
}
@media (max-width: 420px){
    .mensaje { width:90%; }
}
.mensaje .mensaje-inner {
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: auto;*/
}

.mensaje .mensaje-inner {
    padding:2em;
    font-size:1em;
    font-weight:400;
    line-height: 1.5em;
    color:#333;
    display:inline-block;
}

#mensaje2 {
  z-index: 1000;
}
.boton {
    border-radius: .2em;
    background: #ff4268;
    text-decoration: none;
    color:#fff;
    margin: .2em;
    cursor:pointer;
    display:inline-block;
    width:100%;
    padding:.5em 0;
}
.boton:hover {
    background: #db274b;
}
.boton a:link, .boton a:visited, .boton a:hover{
    text-decoration: none;
    color:#fff;
}

.boton i{
    margin-right:.5em;
}


.cerrarMensaje {
    border-radius: .2em;
    background: #429ee7;
    text-decoration: none;
    color:#fff;
    margin: .2em;
    cursor:pointer;
    display:inline-block;
    width:100%;
    padding:.5em 0;
}
.cerrarMensaje:hover {
    background: #388ed2;
}
.cerrarMensaje a:link, .boton a:visited, .boton a:hover{
    text-decoration: none;
    color:#fff;
}

.cerrarMensaje i{
    margin-right:.5em;
}

#textoMensaje p{
    padding:0px;
    margin:0px;
}
.enlace {
    text-decoration: none;
    color:#00b2b2;
    display:none;
}

/*div.imagen_noria {
  background-color: #0000003F;
  margin: 10%;
  border: 0%;
  padding: 0%;
  width: 50%;
  height: 50%;
  border-radius: 5%;
  z-index: 50;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}*/
div.imagen_noria {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:450px;
    text-align: center;
    z-index:999;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 4px 8px 7px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 8px 7px rgba(0,0,0,0.4);
    box-shadow: 4px 8px 7px rgba(0,0,0,0.4);
    pointer-events: none;
}
@media (max-width: 600px){
    div.imagen_noria { width:70%; }
}
@media (max-width: 420px){
    div.imagen_noria { width:90%; }
}
div.imagen_noria img {
    width:90%;
    display:inline;
}
div.footer{
	width:100%;
	z-index: 99;
    position: absolute;
    bottom: 0;
    padding: 0;
    background: rgba(0,0,0,.8);
	text-align:center;
}
div.footer p{
    color: #858585;
    font-size: .7em;
    margin: 0px;
    padding: .5em;
}
@media (max-width: 722px){
	div.footer p{
	    font-size: .6em !important;
	}
}
div.footer a:link, div.footer a:visited{
    color: #a6a6a6;
    text-decoration:none;
}
div.footer a:hover{
    color: #bbb;
}

.mensaje-inicio{
	width:300px;
}
.mensaje-inicio ol{
	text-align: left;
	margin-left: 0;
    padding: 0 0.8em 0 0.5em;
}
.mensaje-inicio ol li{
	list-style: none;
	margin: .7em 0;
}
.mensaje-inicio ol li span{
	padding: .3em .5em;
    background: #ff447a;
    color: #fff;
    font-weight: 700;
    font-size: .8em;
    margin-right: .5em;
	-webkit-border-radius:  3em;
    -moz-border-radius:  3em;
    border-radius: 3em;

}
.mensaje-inicio .mensaje-inner {
    padding: 2em;
}
#texto_mensaje_bienvenida{
	display:block;
}

#texto_mensaje_bienvenida p.luces-p{
	padding: .5em;
    color: #222;
    font-weight: 700;
    font-size: 1.2em;
	-webkit-border-radius: .2em;
	margin-bottom: 0;
    -moz-border-radius: .2em;
    border-radius: .2em;
}


.btndinoseto {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
}

.btndinoseto a {
	background: rgba(96, 96, 96, 0.8);
    padding: 1.4em 1em;
    margin: .7em;
    display: block;
    text-align: center;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    text-decoration: none;
    color: #9cffd6;
    font-size: .6em;
    -webkit-box-shadow:  3px 3px 4px rgba(0,0,0,0.8);
    -moz-box-shadow:  3px 3px 4px rgba(0,0,0,0.8);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.8);
}

.btndinoseto a img {
	display: inline-block;
	width: 55px;
}

.btndinoseto a span {
	display: block;
	padding: .5em;
}

@media (min-width: 416px) {
	.show-me-sm {
		display:none !important;
	}
}
