.header-nav {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mob-menu {
	display: none;
}

.mob {
	display: none !important;
}



.header-nav__img img {
	width: 60%;
}

.header-nav .container {
	padding-top: 0;
}

.header-nav__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-button {
	display: flex;
	padding: 12px 32px;
	border: 1px solid #1D1D1B;
	border-radius: 40px;
	background: #ffffff;
	height: 40px;
	font-size: 16px;
	line-height: 16px;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	margin-left: 35px;
	color: #1D1D1B;
}

nav#dev-menu {
	display: flex;
	align-items: center;

	margin-left: 100px;
}

nav#mob-menu {
	display: none;
}

.menu-item {
	text-decoration: none;
	color: #1D1D1B;
	font-size: 18px;
	line-height: 120%;
	margin-right: 24px;

}

.menu-items {
	display: none;
}

.menu-item:nth-child(1) {
	display: flex;
}

@media (max-width: 1243px) {

	.header-nav {
		background: #F9FAFB;
	}

	.menu-items {
		display: flex;
		gap: 10px;
		align-items: center
	}

	#mobile__menu-wrapper {
		border-radius: 50%;
		border: 1px solid #000000;
		width: 27px;
		height: 27px;
	}

	nav#dev-menu,
	.dev {
		display: none;
	}

	.menu-button {
		height: 27px;
		font-size: 11px;
		margin: 0;
	}



	.mob-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 40px;
		font-size: 16px;
		line-height: 20px;
	}
	.mob {
		display: flex !important;
	}
	


	nav#mob-menu {
		position: fixed;
		width: 100%;
		height: 100%;
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		justify-content: flex-start;
		display: none;
		background: #000000e0;
		top: 0;
		left: 0;
		z-index: 20;
		gap: 20px;
	}

	nav#mob-menu.open {
		display: flex;
	}

	.mobile-nav #Capa_1 {
		width: 24px;
		height: 24px;
		fill: white;
		position: absolute;
		right: 20px;
		top: 20px;
	}

	#Capa_2,
	#Capa_3 {
		cursor: pointer;
	}

	#mob-menu svg {
		width: 135px;
		height: 90px;
	}

	.menu-item {
		margin-right: 0;
	}

	.menu-item:last-of-type {
		background: unset;
		padding: unset;
		width: unset;
		height: unset;
		font-size: 24px;
		margin-left: unset;
		justify-content: unset;
		align-items: unset;
	}

	.menu-item {
		color: #fff;
		font-size: 24px;
	}

	.mobile-nav {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		justify-content: flex-start;
		padding-left: 30px;
		display: flex;
		background: #1D1D1B;
		width: 320px;
		height: 100%;
		gap: 20px;
		position: relative;
	}

}