@charset "utf-8";
/* CSS Document */

:root {
	--bs-primary: #FF8833;
	--bs-primary-rgb: 255,136,51;
}

html, body { height: 100%; display: flex; flex-direction: column; }
header, footer { flex: 0 0 auto; }
main { flex: 1 0 auto; }

.navbar-brand>img {  max-width: 50vw; max-height: 2.5rem; }

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { color: var(--bs-primary); }

	.btn-whatsapp {
	--bs-btn-color: #fff;
	--bs-btn-bg: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #157347;
	--bs-btn-hover-border-color: #146c43;
	--bs-btn-focus-shadow-rgb: 60,153,110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #198754;
	--bs-btn-disabled-border-color: #198754;
	--bs-btn-font-size: 1.5rem;
	
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 1030;
	position: fixed;
}

.btn-instagram { --bs-btn-bg: mediumvioletred; --bs-btn-color: white; }
.btn-instagram:hover { --bs-btn-hover-bg: mediumvioletred; --bs-btn-hover-color: white; }

.btn-facebook { --bs-btn-bg: blue; --bs-btn-color: white; }
.btn-facebook:hover { --bs-btn-hover-bg: blue; --bs-btn-hover-color: white; }
