/**
 * BXC Base - Estilos móviles (<= 767px).
 */

@media only screen and (max-width: 767px) {
	/* HEADER */
	#bxc-header { min-height: 60vh; }
	.bxc-navbar__content { padding: 8px; height: auto; }
	.bxc-navbar__logo { max-height: 40px; }

	/* HERO */
	#bxc-header .bxc-hero h1 { font-size: 28px; padding: 0 12px; }

	/* FOOTER */
	.bxc-footer__column {
		justify-content: center;
		text-align: center;
	}

	/* MENU */
	.bxc-navbar__menu-items { flex-direction: column; align-items: flex-start; }
	.bxc-menu__item { width: 100%; margin: 4px 0; }

	/* SLIDER */
	.bxc-slider__arrow {
		width: 32px;
		height: 32px;
		font-size: 18px;
	}
}
