/*
morado: #7827F6;
rojo: #FF5050;
*/

@font-face {
    font-family: 'netto';
    src: url('/fonts/nettoot-webfont.woff2') format('woff2'),
         url('/fonts/nettoot-webfont.woff') format('woff'),
		 url("/fonts/nettoot-webfont.otf") format("opentype"),
		 url('/fonts/nettoot-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'netto';
    src: url('/fonts/nettoot-bold-webfont.woff2') format('woff2'),
         url('/fonts/nettoot-bold-webfont.woff') format('woff'),
		 url("/fonts/nettoot-bold-webfont.otf") format("opentype"),
		 url('/fonts/nettoot-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'netto';
    src: url('/fonts/nettoot-light-webfont.woff2') format('woff2'),
         url('/fonts/nettoot-light-webfont.woff') format('woff'),
		 url("/fonts/nettoot-light-webfont.otf") format("opentype"),
		 url('/fonts/nettoot-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


body{
	background: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'netto', 'Trebuchet MS', sans-serif;
}

.seccion{
	display:none;
}

.seccion .titulo{
	padding-top: 1px;
	font-size: 75px;
}

.seccion .texto{
	font-size: 47px;
	padding: 0 10%;
	font-weight: lighter;
}

.seccion .textoNegro{
	color:#000 !important;
}
.seccion .textoMasGrande{
   font-size: 4.5vw !important;
}
.seccion .textoMasMasGrande{
   font-size: 5vw !important;
}

#tituloTextura{
   color:#fff;
}

@media only screen and (max-width: 1080px) {
	.seccion .titulo{
		font-size: 7vw;
	}
	.seccion .texto{
		font-size: 4vw;
	}
    #tituloTextura{
        font-size: 4vw;
    }
}
.gira{
    width: 55%;
    margin: 0 auto;
}
.linkVersion{
	color:#fff;
	text-decoration: underline;
	font-style: italic;
	font-size: 4.0vw;
}

/*----------------------------------------------------------------------------------- generales */
#container{
	margin: 0 auto;
	max-width: 1080px;
	/*background-color: #999;*/
	position: relative;
	text-align: center;
	/*border: 1px solid #999;*/
}

#container .draggable{
	margin: 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	width: 75%;
	padding-top: 75%;
	/*border: 1px solid red;*/
	/*background-color: #fff;*/
	overflow: visible;
}
.draggable {
    touch-action: none;
}


/*----------------------------------------------------------------------------------- seccion1 */
#seccion1{
	display:block;
}

.seccion .logoInicio, .secc .logoInicio{
	width:35%;
	padding-top: 40px;
}
.seccion .logoInicioPeq, .secc .logoInicioPeq{
	width:20%;
	padding-top: 40px;
}
/*----------------------------------------------------------------------------------- seccion5 */
#seccion5 #areaDragDrop #edificio{
	width:100%;
	background-color: #a3f;
    position: relative;
}
#seccion5 #areaDragDrop #edificio img{
	width:100%;
    position: relative;
    display: block;
}
#seccion5 #areaDragDrop #edificio .puntito{
	width: 0%;
    height: 63.7%;
    display: none;
    position: absolute;
    left: 0%;
    top: 23%;
    /* border: 1px solid #fff; */
    background-color: rgba(150,150,150,0.6);
    border-radius: 14%;
}
#seccion5 #areaDragDrop #arrow{
	width:100%;
    padding-bottom: 2%;
}
#seccion5 #areaDragDrop #arrow img{
	width:5%;
	margin: 0 auto;
	display: block;
}
#seccion5 #areaDragDrop #centro5, #seccion6 #areaDragDrop6 #centro6{
	width:40%;
	margin: 0 auto;
	height: auto;
	position: relative;
	/*background-color: #000;
    opacity: 0.6;*/
	border-radius: 50%;
	overflow: hidden;
}
#seccion6 #areaDragDrop6 #centro6 .imgback{
	width:100%;
}
#seccion6 #areaDragDrop6 #centro6 #imganimal{
    position: absolute;
    top: 20%;
    left: 20%;
    width:60%;
	height: auto;
}
#seccion6 #areaDragDrop6{
    width:100%;
	height: 100%;
	/*background-color: #345;*/
	background-image: url(../imagenes/exterior.png);
	background-repeat: no-repeat;
	background-size: 44%;
	background-position: bottom center;
	padding-bottom: 1.7%;
}
#seccion5 #areaDragDrop{
    width:100%;
	height: 100%;
	/*background-color: #345;*/
	padding-bottom: 1.7%;
}