@media screen and (min-width: 768px) and (max-width: 991px) {	

	a.btn-menu {
		padding: 10px 4px;
		font-size: 0.8em;
	}
	
	a.btn-menu:hover {
		padding: 10px 4px;
	}

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

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

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

	.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;
	}

}