

#container .centro{
	width: 65%;
	height: 65%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	position: absolute;
	border-radius: 50%;
	/*background-color: #abc;*/
}
#container .nonscroll{
	width: 63%;
	height: 63%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	position: absolute;
	border-radius: 50%;
	/*background-color: #abc;*/
}

#container .rotate{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-top:100%;
	border-radius: 50%;
}
#container .rotate2{
	background-image: url(../imagenes/SVG/seccion2/menuForma.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#container .rotate3{
	background-image: url(../imagenes/SVG/seccion3/menuColor.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#container .rotate4{
	background-image: url(../imagenes/SVG/seccion4/menuTextura.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#container .rotate5{
	background-image: url(../imagenes/SVG/seccionF/menuColor.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#container .item{
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	position: absolute;
	/*background-color: #f3a;*/
}
#container .item2{
	width: 37%;
    height: 25%;
    top: -5.5%;
}
#container .item3{
	width: 64%;
    height: 28%;
    top: -4.5%;
}
#container .item4{
	width: 37%;
    height: 25%;
    top: -5.5%;
}
#container .item5{
	width: 64%;
    height: 28%;
    top: -4.5%;
}
/*
#rotate::before{
	  content: '';
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: 3% auto;
	  height: 12%;
	  width: 1.4%;
	  border-radius: 25%;
	  background: orange;
	  box-shadow: 0 0 2px 0 orange;
}
*/

.botonMorado{
	background-color: #7827F6;
	border-radius: 8px;
	padding: 2% 6%;
	color: #fff;
	display: inline-block;
	font-family: 'netto', 'Trebuchet MS', sans-serif;
	text-decoration: none;
	font-size: 47px;
    cursor: pointer;
}
.botonMorado:hover, #boton5:hover{
	background-color: #9557F9;
}
.botonRojo{
	background-color: #FF5050;
}

@media only screen and (max-width: 1080px) {
	.botonMorado{
		font-size: 4.4vw;
	}
}



