@font-face {
	font-family: 'Arboria Light';
	src: url('../fonts/arboria-light-webfont.woff') format('woff'),
		url('../fonts/arboria-light-webfont.woff2') format('woff2');
	font-weight: normal;
}
@font-face {
	font-family: 'Arboria Medium';
	src: url('../fonts/arboria-medium-webfont.woff') format('woff'),
		url('../fonts/arboria-medium-webfont.woff2') format('woff2');
	font-weight: normal;
}
@font-face {
	font-family: 'Arboria Bold';
	src: url('../fonts/arboria-bold-webfont.woff') format('woff'),
		url('../fonts/arboria-bold-webfont.woff2') format('woff2');
	font-weight: normal;
}
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Arboria Light';
}
ul {
	display: flex;
	margin-top: 10px;
}
li {
	list-style: none;
	margin-left: 1rem;
	text-transform: lowercase;
	font-size: 1rem;
	position: relative;
}
li a {
	color: #53575a;
	text-decoration: none;
	font-family: 'Arboria Bold';
}
.menu-desktop-hide li a {
	color: #fff;
}
li a:hover ~ .linea {
	width: 100%;
}
li a:hover ~ .iso {
	transform: translateY(-5px);
}
section {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 3rem 0 3rem 4rem;
	overflow-x: hidden;
}
section p {
	max-width: 25rem;
	margin-bottom: 2rem;
	color: #929598;
	line-height: 1.5rem;
}
footer {
	background-color: #53575a;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4rem;
	color: #ffffff;
}
.menu-desktop {
	position: relative;
	width: 100%;
	display: flex;
	padding: 1.5rem 2.5rem;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
.menu-desktop-logo {
	width: 8rem;
}
.menu-desktop-hide {
	position: fixed;
	width: 100%;
	display: flex;
	padding: 0.8rem 2.5rem;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(83, 87, 90, 0.6);
	transform: translateY(-200%);
	z-index: 2;
	top: 0;
	left: 0;
}
.linea {
	position: absolute;
	background-color: #ffffff;
	height: 3px;
	width: 0;
	bottom: -5px;
	transition: all 0.5s ease;
}
.iso {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.5s ease;
}
.sports .section-wrap div:nth-child(0),
.school .section-wrap div:nth-child(0) {
	order: 2;
}
.sports .section-wrap div:nth-child(1),
.school .section-wrap div:nth-child(1) {
	order: 1;
}
.banner {
	position: relative;
	z-index: 0;
}
.banner-img {
	width: 100%;
	animation: img-entrada 0.8s ease;
}
.banner-img-movil {
	display: none;
}
.banner-img-wrap {
	overflow: hidden;
}
.banner-info {
	position: absolute;
	z-index: 1;
	bottom: 10%;
	width: 20%;
	padding: 0 2rem;
	text-align: center;
	color: #53575a;
	font-size: 0.8vw;
	font-family: 'Arboria Light';
	left: 5%;
}
.banner-logo {
	width: 13vw;
	margin-bottom: 1.7rem;
}
.section-wrap,
.footer-wrap {
	max-width: 1200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section-img {
	width: 100%;
	max-width: 600px;
}
.section-logo {
	max-width: 150px;
	margin-bottom: 2rem;
}
.section-gris {
	background-color: #eaeef7;
	padding: 3rem 4rem 3rem 0;
}
.bottom-img {
	margin-bottom: -3rem;
}
.empresarial-info,
.sports-info,
.office-info,
.school-info {
	display: flex;
	flex-direction: column;
}
.button {
	padding: 1rem 2rem;
	border-radius: 3rem;
	transition: all 0.5s ease;
	align-self: flex-start;
	cursor: pointer;
}
.button:hover {
	transform: scale(1.1);
	box-shadow: 0px 0px 20px #bfbfbf;
	background-color: #53575a;
}
.button a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Arboria Bold';
}
.empresarial-color {
	background-color: #325eac;
}
.sports-color {
	background-color: #e7194f;
}
.office-color {
	background-color: #a8ce38;
}
.school-color {
	background-color: #14c1f2;
}
.footer-info h1,
.footer-contacto h1 {
	font-family: 'Arboria Bold';
}
.footer-info p {
	color: #929598;
	max-width: 450px;
	line-height: 1.5rem;
	margin-top: 1rem;
}
.footer-contacto h1 {
	margin-bottom: 1rem;
}
.footer-contacto p {
	color: #929598 !important;
	font-size: 1.5rem;
	font-family: 'Arboria Bold';
	text-decoration: none !important;
}
.footer-redes {
	margin-top: 1.5rem;
}
.footer-redes img {
	margin-right: 1rem;
	transition: all 0.5s ease;
}
.footer-redes a:hover > img {
	transform: scale(1.1);
}
.derechos {
	margin-top: 4rem;
	font-size: 1.2rem;
}

/* MENU MOVIL */

.menu-movil-ico {
	display: none;
	width: 35px;
}
.menu-movil-ico-hide {
	position: fixed;
	right: 2rem;
	width: 45px;
	padding: 0.5rem;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 4;
	display: none;
}
.menu-movil {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -100vh;
	transition: all 0.5s ease;
}
.menu-movil-logo {
	margin-bottom: 2rem;
}
.menu-movil > img {
	position: absolute;
	width: 35px;
	top: 2rem;
	right: 2.5rem;
	z-index: 4;
}
.menu-movil > ul {
	flex-direction: column;
	text-align: center;
}
.menu-movil > ul > li {
	margin: 1rem 1rem 1rem 0;
}
.menu-movil > ul > li > a {
	font-size: 1.5rem;
	color: #53575a;
}
.linea-negra {
	background-color: #53575a;
}
.active {
	top: 0;
}

/* RESPONSIVE */

@media (max-width: 830px) {
	.menu-desktop-hide {
		display: none;
	}
	section {
		padding: 3rem 2rem;
	}
	.section-wrap,
	.footer-wrap {
		flex-direction: column;
		text-align: center;
	}
	.bottom-img {
		margin-bottom: -3rem;
	}
	.section-gris {
		background-color: #eaeef7;
		padding: 3rem 2rem;
	}
	.sports .section-wrap div:nth-child(0),
	.school .section-wrap div:nth-child(0) {
		order: initial;
	}
	.sports .section-wrap div:nth-child(1),
	.school .section-wrap div:nth-child(1) {
		order: initial;
	}
	.empresarial-info,
	.sports-info,
	.office-info,
	.school-info {
		align-items: center;
	}
	.button {
		align-self: center;
	}
	.section-img {
		margin-top: 2rem;
	}
	.footer-contacto {
		margin-top: 3rem;
	}
	.banner-img {
		display: none;
	}
	.banner-img-movil {
		display: block;
		width: 100%;
	}
	.banner-info {
		position: static;
		width: 100%;
		margin: 0 auto;
		padding: 4rem 2rem;
		text-align: center;
		color: #53575a;
		font-size: 1rem;
		font-family: 'Arboria Light';
		background-color: #eaeef7;
	}
	.banner-logo {
		width: 200px;
	}

	/* MENU MOVIL */
	.menu-movil-ico {
		display: block;
	}
	.menu-movil-ico-hide {
		display: block;
	}
	.menu-desktop-items {
		display: none;
	}
}

/* ANIMACIONES */
@keyframes img-entrada {
	0% {
		transform: scale(1.3);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
