@charset "utf-8";
/* CSS Document */

::selection, 
.highlight { background: rgba(3, 252, 94,1); color: #000; }

a { color: #000; text-decoration: none; }
.www { background: rgba(235, 52, 125,1); color: #fff; }

body {
	background: rgba(74,3,78,1);
	background: linear-gradient(0deg, rgba(74,3,78,1) 0%, rgba(253,64,94,1) 100%);
	font-family: quicksand,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 1.4em;
	margin: 0; 
	padding: 50px;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s ease-in-out;
}

#bomustudio {
    background: url("../img/bomu-studio.png") no-repeat top left;
	background-size: 100% auto;
	position: relative;
	width: 90vw;
	height: 85vw;
}
.card {
	background: rgba(0,0,0,.8);
	border-radius: 0 10px 0 10px;
	padding: 20px;
	width: 250px;
	max-height: 80vh;
	display: none;
	position: absolute;
	top:-12vw;
	left:-75px;
	box-shadow: 2px 3px 3px rgba(0,0,0,.4);
}
.card p {
	background: #ffdd33;
	color:#000;
	display: inline;
}
.bomu {
	border-radius: 50%;
	width: 10vw;
	height: 10vw;
	position: absolute;
	z-index: 100;
	top:29vw;
	left:20vw;
	cursor: pointer;
	transition: all .5s ease-in-out;
	transform: skewy(-30deg);
}
.bomu:hover {
	transition: all .5s ease-in-out;
	transform: skewy(-30deg);
	z-index: 1000!important;
}
.bomu:hover .card {
	display: block;
	animation: gocard .5s ease-in-out 1; 
	transform: skewy(30deg);
	mix-blend-mode: normal!important;
}

.moshco {
	width: 3.5vw;
	height: 3vw;
	position: absolute;
	z-index: 100;
	top:27.6vw;
	left:52vw;
	cursor: pointer;
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
}
.moshco:hover {
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
	z-index: 1000!important;
}
.moshco:hover .card {
	display: block;
	animation: gocard .5s ease-in-out 1; 
	transform: skewy(-30deg);
	mix-blend-mode: normal!important;
}

.chaulafanatomico {
	width: 3.5vw;
	height: 5vw;
	position: absolute;
	z-index: 100;
	top: 26.3vw;
	left: 56vw;
	cursor: pointer;
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
}
.chaulafanatomico:hover {
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
	z-index: 1000!important;
}
.chaulafanatomico:hover .card {
	display: block;
	animation: gocard .5s ease-in-out 1; 
	transform: skewy(-30deg);
	mix-blend-mode: normal!important;
}

.cygno {
	width: 9.5vw;
	height: 7vw;
	position: absolute;
	z-index: 100;
	top: 36vw;
	left: 68.5vw;
	cursor: pointer;
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
}
.cygno:hover {
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
	z-index: 1000!important;
}
.cygno .card {
	top: 0vw; 
	left: -20vw;
}
.cygno:hover .card {
	display: block;
	animation: gocarddown .5s ease-in-out 1; 
	transform: skewy(-30deg);
	mix-blend-mode: normal!important;
}

.dmagicbox {
	width: 9.5vw;
	height: 7vw;
	position: absolute;
	z-index: 100;
	top: 51.5vw;
	left: 18vw;
	cursor: pointer;
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
}
.dmagicbox:hover {
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
	z-index: 1000!important;
}
.dmagicbox:hover .card {
	display: block;
	animation: gocard .5s ease-in-out 1; 
	transform: skewy(-30deg);
	mix-blend-mode: normal!important;
}


.brillo {
	background: radial-gradient(circle, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 60%);
	width: 10vw;
	height: 10vw;
	position: absolute;
	z-index: 10;
	animation: brillo 2s infinite ease-in-out;
}

.compu {
	background: radial-gradient(circle, rgba(255, 3, 95,.8) 0%, rgba(255, 3, 95,.0) 60%);
	border-radius: 50%;
	width: 8vw;
	height: 8vw;
	position: absolute;
	z-index: 50;
	top: 24vw;
	left: 43vw;
	animation: compu 2s infinite ease-in-out;
}

.libros {
	width: 5.8vw;
	height: 5.2vw;
	position: absolute;
	z-index: 100;
	top: 19.3vw;
	left: 43.5vw;
	cursor: pointer;
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
}
.libros:hover {
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
	z-index: 1000!important;
}
.libros:hover .card {
	display: block;
	animation: gocard .5s ease-in-out 1; 
	transform: skewy(-30deg);
	mix-blend-mode: normal!important;
}

.cocina {
	width: 8vw;
	height: 5.2vw;
	position: absolute;
	z-index: 100;
	top: 18vw;
	left: 74.1vw;
	cursor: pointer;
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
}
.cocina:hover {
	transition: all .5s ease-in-out;
	transform: skewy(30deg);
	z-index: 1000!important;
}
.cocina .card {
	top: 0vw; 
	left: -20vw;
}
.cocina:hover .card {
	display: block;
	animation: gocarddown .5s ease-in-out 1; 
	transform: skewy(-30deg);
	mix-blend-mode: normal!important;
}

.pantallas {
	width: 12vw;
	height: 6vw;
	position: absolute;
	z-index: 100;
	top: 29vw;
	left: 32vw;
	cursor: pointer;
	transition: all .5s ease-in-out;
	transform: skewy(-30deg);
}
.pantallas:hover {
	transition: all .5s ease-in-out;
	transform: skewy(-30deg);
	z-index: 1000!important;
}
.pantallas:hover .card {
	display: block;
	animation: gocard .5s ease-in-out 1; 
	transform: skewy(30deg);
	mix-blend-mode: normal!important;
}


/* ANIMACIONES */

@keyframes gocard {
	0% { opacity:0; top:-9vw; }
	50% { opacity:0; top:-10vw; }
	100% { opacity:1; top:-11vw; }
}

@keyframes gocarddown {
	0% { opacity:0; top:0vw; left:-18vw; }
	50% { opacity:0; top:0vw; left:-19vw; }
	100% { opacity:1; top:0vw; left:-20vw; }
}

@keyframes brillo {
	0% { opacity:0; }
	30% { opacity:1; }
	60% { opacity:.8; }
	100% { opacity:0; }
}

@keyframes compu {
	0% { opacity:8; }
	30% { opacity:0; }
	60% { opacity:.3; }
	100% { opacity:8; }
}
