body {
	background: url("../images/desktop.jpg") center top no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	overflow-y: hidden;
	margin: 0 0;
	user-select: none;
	-webkit-user-select: none;
}

.dock {
	width: 100%;
	color: white;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 35px;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
	background-color: black;
 	backdrop-filter: blur(5px);
	opacity: 0.95;
	z-index: 9998;
}

.desktop {
	width: 100%;
	height: 100vh;
	display: flex;
}

ul {
	list-style-type: none;
}

marquee {
	font-size: 24px;
	height: 35px;
}

.iconos {
	position: relative;
	top: 100px;
	left: 20px;
}

.iconos > .texto {
	position: relative;
	top: -20px;
	left: -10px;
	color: white;
}

.logotipo {
	position: absolute;
	top: 10%;
	right: 2%;
	width: 10%;
}

#servicios {
	position: absolute;
	overflow: hidden;
	width: 90%;
	left: 5%;
	height: 93%;
	top: 5%;
	font-size: 15px;
}

#nosotros {
	position: absolute;
	overflow: hidden;
	width: 90%;
	left: 5%;
	height: 65%;
	top: 5%;
	font-size: 15px;
}

#clientes {
	position: absolute;
	overflow: hidden;
	width: 90%;
	left: 5%;
	height: 93%;
	top: 5%;
	font-size: 15px;
}

#recomendado {
	position: absolute;
	overflow: hidden;
	width: 90%;
	left: 5%;
	height: 93%;
	top: 5%;
	font-size: 15px;
}

#contacto {
	position: absolute;
	overflow: hidden;
	width: 60%;
	left: 20%;
	height: 85%;
	top: 5%;
	font-size: 15px;
}

#app {
	/*position: absolute;*/
	left: 90%;
	top: 50px;
}