


.back-beta{
	background-origin: border-box;
    background-size: cover;
    height: 100vh;
	width: 100%;
}

.offcanvas-collapse {
    top: 6.75rem;
}

@media (max-width: 575.98px) { 
	.icon-ajust{
		width: 22vh;
		margin: -64px;
	 }
	.home {
		background-size: auto;
       	background-position: center;
		 background-position: 63%;

	}
	#plans{
		 height: 320vh;
	}
	.show{
		display: none;
	}
}


@media (min-width: 576px) and (max-width: 767.98px) { 
	.icon-ajust{
		width: 22vh;
		margin: -64px;
	 }
		.home {
		background-size: auto;
       	background-position: center;
	    background-position: 63%;

	}
	#plans{
		 height: 320vh;
	}
	.off{
		display: none;
	}

}


@media (min-width: 768px) and (max-width: 991.98px) { 
	.icon-ajust{
		width: 22vh;
		margin: -64px;
	 }
	
	#plans{
	   height: 300vh;
	}
	.off{
		display: none;
	}
	
}


@media (min-width: 992px) and (max-width: 1199.98px) { 
	.icon-ajust{
		width: 22vh;
		margin: -64px;
	 }
	#plans{
	   height: 250vh;
	}
	.off{
		display: none;
	}
}


@media (min-width: 1200px) { 
	
		.icon-ajust{
		width: 30vh;
		padding: 10px;
		margin: -111px;
	    }
	#plans{
	   height: 200vh;
	}
	.off{
		display: none;
	}
}