@media all and (max-width:1000px) {
	#nav {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		width: 320px;
		z-index: 1000;
		background-color: var(--color-white);
		padding: 15px 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
	}

	.menu li {
		float: none;
		margin: 15px 0;
	}

	.menu {
		display: block !important;
	}

	#closemenu,
	#openmenu {
		display: inline-block;
	}

	.wrapper-top-header {
		display: none;
	}

	.wrapper-bottom-header {
		background-color: var(--color-dark-blue);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		padding: 5px 0;
	}

	.bottom-header {
		padding: 10px 0;
		justify-content: space-between;
	}

	#logo img {
		width: 45px !important;
		height: 45px !important;
	}

	#logo span {
		font-size: 1rem !important;
	}

	.btn-acceder {
		padding: 8px 15px !important;
		font-size: 13px !important;
	}

	.wrapper-feature {
		position: static;
		transform: translate(0%, 0%);
		margin-bottom: 50px;
	}

	#aboutus {
		padding-top: 20px;
	}

	.single-feature {
		width: 50%;
	}

	.aboutus-img,
	.offer-img,
	.faq-img {
		display: none;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-service article {
		width: calc(50% - 20px);
	}

	.ptb {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/* Adjust Sticky Tabs for Mobile */
	.whatsapp-sticker,
	.lateral-btn {
		padding: 8px 15px !important;
		font-size: 13px !important;
		border-radius: 8px 8px 0 0 !important;
	}

	.whatsapp-sticker {
		top: 35% !important;
	}

	.lateral-btn {
		top: 55% !important;
	}

	#openmenu {
		background: none !important;
		color: var(--color-apple-green) !important;
		border: none !important;
		font-size: 24px !important;
		padding: 0 !important;
	}

	#openmenu i {
		font-size: 30px !important;
	}
}

@media all and (max-width:600px) {

	.single-feature {
		width: 100%;
	}

	.wrapper-service article {
		width: 100%;
		margin: 10px 0;
	}

	.wrapper-input input {
		width: 100%;
	}

	h1 {
		font-size: 38px !important;
	}

	h2 {
		font-size: 28px !important;
	}

	.suptitle {
		font-size: 14px !important;
	}

	.header-content p {
		font-size: 16px !important;
	}
}