@media screen and (max-width: 767px)
{
	/* clases para sm o menor */
	/* .sideNavRes{
		background-color: blue;
	} */

	.sideMenu
	{
		position: absolute;
		top: 0;
		z-index: 1;
	}

	.enviosButton
	{
		position: absolute;
		left: 0;
		top: -43px;
		border-style: hidden;
	}
}

@media screen and (min-width: 768px)
{
	/* clases para md o mayor */
	.sideNavRes
	{
		height: 78vh;
	}
}

main
{
	bottom: 40px;
	position: absolute;
	top: 100px;
	width: 100%;
}

body.iframe main
{
	bottom: 0px;
	top: 0px;
}

.contenedor
{
	/*bottom: 40px;
	position: absolute;
	top: 100px;
	width: 100%;*/
	padding-bottom: 70px;
}

.mapFullH
{
	background-color: #333;
	bottom: 0;
	position: absolute;
	top: 0;
}

.mapFullH .nav-link i
{
	color: #FFF;
}

.mapX
{
	left: 48px;
	right: 0;
}