@media screen and (min-width: 992px) and (max-width: 1199px) {

	body#body-principal {
		background-size: cover;
		margin: 0 0 0 0;
	}

	a.btn-menu {
		padding: 6px 5px;
	}

	a.btn-menu:hover {
		padding: 10px 5px;
	}

	.bloque-final-reportes {
		width: 100%;
	}

	.contenedor-caja-reportes>div:nth-child(1) {
		width: 49%;
	}

	.contenedor-caja-reportes>div:nth-child(2) {
		width: 49%;
	}

	.contenedor-caja-reportes>div:nth-child(2) .caja-blanca {
		width: 100%;
	}

	.modal-custom-bienvenida {
		width: 90%;
	}



	.banner-home {
		min-height: 250px;
		background-size: cover;
	}

	.contenedor-banner-home-textos {
		width: 100%;
	}

	.contenedor-banner-home-textos .textos p:nth-child(1) {
		font-size: 24px;
	}

	.contenedor-banner-home-textos .textos p:nth-child(2) {
		font-size: 18px;
	}

}