:root {
	--bs-body-font-family: 'Inter', sans-serif;
	--bs-heading-font-family: 'Open Sans', sans-serif;
	--bs-body-font-size: 1.1rem;
	--bs-orange: #ff6600;
}

/* Cores de texto adicionais */
.text-orange {
		color: var(--bs-orange) !important;
}
.btn-black {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    /* user-select: none; */
    background-color: #000 !important;
    border: 1px solid #000 !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-black:hover, .btn-black:focus, .btn-black:active {
    background-color: #222 !important;
    border-color: #222 !important;
    color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.15);
}

.fs-7 {
		font-size: 0.75rem !important;
}

/* Substitui o canto arredondado padrão do Bootstrap */
.btn:not([class*="rounded"]),
.btn:focus:not([class*="rounded"]),
.btn:active:not([class*="rounded"]),
.btn:hover:not([class*="rounded"]),
.form-control:not([class*="rounded"]),
.form-select:not([class*="rounded"]),
.input-group-text:not([class*="rounded"]),
.form-check-input:not([class*="rounded"]) {
    border-radius: 0.25rem !important;
}

.hero.photo-home,
.hero.photo-contact,
.hero.photo-post,
.hero.photo-list,
.hero.photo-search {
    background-position: 50% 100%, 0 0, 50%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, cover;
    background-attachment: scroll, scroll, scroll;
    padding-top: 150px;
    padding-bottom: 150px;
}
.hero.photo-home {
    background-image: url('../img/Divisoria-Inclinada.svg'), linear-gradient(#0000004d, #0000004d), url('../img/BMHome-Background-01.jpg');
    min-height: 90svh;
}
.hero.photo-contact, 
.hero.photo-post,
.hero.photo-list, 
.hero.photo-search {
    background-image: url('../img/Divisoria-Inclinada.svg'), linear-gradient(#0000004d, #0000004d), url('../img/BMHome-Background-02.jpg');
    min-height: 80svh;
}
.hero {
    z-index: 3;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 85svh;
    padding: 130px 5% 80px;
    display: flex;
    position: relative;
}
.hero-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}
.section.cta {
    background-image: url('../img/Divisoria-Inclinada.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: flex-end;
    padding: 80px 5% 150px;
    display: flex;
}
#btn-topo {
    width: 56px;
    height: 56px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: opacity 0.3s;
}
#newsletterRecaptchaContainer div {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.hero-grid {
			grid-row-gap: 30px;
			flex-direction: column-reverse;
			display: flex;
	}
}

@media (max-width: 648px) {
	#newsletterRecaptchaContainer,
	.g-recaptcha {
		transform: scale(0.80);
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

@media (max-width: 360px) {
	#newsletterRecaptchaContainer,
	.g-recaptcha {
		position: relative;
		left: 50%;
		transform: translateX(-50%) scale(0.8);
		transform-origin: center center;
		display: block;
		margin: 0 auto;
	}
}