.ir-arriba {
	position: fixed;
	bottom: 32px;
	right: 32px;
	cursor: pointer;
}

.ir-arriba img {
	background-color: #0f0f0f;
	border-radius: 10px;
	border: 6px solid #ffffff;
}

header {
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 1000;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.header .logo img {
	width: 160px;
}

.header .menu .m-menu {
	display: flex;
}

.m-menu .btn-menu {
	transform: skewX(-7deg);
	margin-left: 32px;
	margin-top: 12px;
	border-radius: 4px;
}

.btn-menu a {
	font-family: "Uni-sans", sans-serif;
	padding: 12px 16px;
	text-decoration: none;
	border-radius: 4px;
	transition: 0.5s;
}

.m-menu .menu-opc {
	padding: 8px 16px;
}

.m-menu .menu-opc a {
	font-family: "Catamaran", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}

.header .ham {
	display: none;
}

@media screen and (min-width: 1280px) {
	.header {
		width: 1280px;
		padding: 0px 64px;
	}
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
	.header {
		width: 1024px;
		padding: 0px 16px;
	}
}

@media screen and (max-width: 1023px) {
	header {
		box-shadow: 0px 0px 16px #0f0f0f66;
		display: block;
		width: 100%;
		position: fixed;
	}
	.header {
		display: inline-block;
		padding: 18px 16px;
	}
	.header .logo {
		width: 200px;
	}
	.header .logo img {
		width: 160px;
	}
	.header .menu {
		position: absolute;
		right: 0px;
		top: 79px;
		width: 320px;
	}
	.header .menu nav {
		position: absolute;
		flex-direction: column;
		padding: 0px 10px;
		height: 100vh;
		width: 100%;
		left: 100%;
		font-size: 16px;
		text-align: right;
		z-index: 9999;
	}
	.m-menu .btn-menu {
		transform: skewX(0deg);
		bottom: 100px;
		margin: 0;
		padding: 12px 0px;
		position: absolute;
		text-align: center;
	}
	.m-menu .btn-menu a {
		padding: 12px 104px;
	}
	.m-menu .menu-opc {
		padding: 20px 16px;
	}
	.header .ham {
		display: block;
		position: absolute;
		right: 32px;
		top: 22px;
	}
}

/* Footer */

footer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 192px 64px 96px 64px;
}

.footer {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.footer .logo img {
	width: 160px;
}

.footer .redes a {
	text-decoration: none;
}

.footer .redes img {
	width: 40px;
}

.menu-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.menu-footer .col ul {
	list-style-type: none;
}

.menu-footer .col li {
	padding-bottom: 12px;
}

.menu-footer .col h6 {
	font-family: "Catamaran", sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.menu-footer .col a {
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 12px;
}

footer .copyright {
	width: 100%;
	text-align: center;
	padding-top: 96px;
	font-family: "Catamaran", sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.35);
}

@media screen and (min-width: 1280px) {
	.footer {
		width: 1280px;
	}
	.footer .logo-redes {
		width: 342px;
	}
	.footer .menu-footer {
		width: 810px;
	}
	.footer .col {
		width: 170px;
	}
	.blur {
		display: none;
	}
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
	.footer {
		width: 1024px;
	}
	.footer .menu-footer {
		width: 682px;
	}
	.footer .logo-redes {
		width: 342px;
		height: 100%;
	}
	.footer .col {
		width: 341px;
		padding-bottom: 32px;
	}
	.blur {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	footer {
		padding: 192px 32px 96px 32px;
	}
	.footer {
		width: 100%;
		flex-wrap: wrap;
	}
	.logo-redes {
		width: 100%;
		border-bottom: 2px solid #fff;
	}
	.footer .menu-footer {
		width: 100%;
	}
	.footer .menu-footer .col {
		width: 50%;
		margin-top: 64px;
	}
	.blur {
		background-color: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 1;
	}
}
