:root {
	--font-family: "Montserrat", sans-serif;
	--cor-bliss: #8e806d;
	--cor-invertido: #ffffff;
	--cor-primario: #222222;
}

* {
	box-sizing: border-box;
}

HTML,
BODY {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
	background: #ffffff;
}

@font-face {
	font-family: "Montserrat";
	src: url("/temas/bliss/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}

/* Aplicar a font montserat a todo o site mas considerando o uso de fonts de icons */
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
span,
b,
a,
.ui.menu {
	font-family: var(--font-family) !important;
}

.pusher {
	padding-top: 90px;
}

.pusher .navbar .contentor-navbar {
	height: 90px;
	background-color: #b5a99a;
	position: fixed;
	width: 100%;
	top: 0;
	border: none;
	background-color: #b5a99a;
	transition:
		background-color 0.3s ease,
		height 0.3s ease;
	z-index: 1000;
}

.pusher .navbar.scrolled .contentor-navbar {
	height: 50px;
}

footer {
	background-color: #8e806d;
	color: #fff;
	padding: 40px 60px;
	font-family: var(--font-family) !important;
	font-size: 15px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer h4 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

footer .icons-social {
	display: flex;
	gap: 10px;
	font-size: 20px;
}

footer .icons-social a {
	color: #fff;
	transition: color 0.3s ease;
	text-decoration: none;
}

footer .icons-social a:hover {
	color: #000000;
}

/* ------------------------------- */

.bliss .bg-white {
	background: var(--cor-invertido);
	color: var(--cor-primario);
}

.bliss .bg-bliss {
	background: var(--cor-bliss);
	color: var(--cor-invertido);
}

.bliss .bg-black {
	background: #000000;
	color: #ffffff;
}

.bliss .txt-white {
	color: var(--cor-invertido);
}

.bliss .txt-bliss {
	color: var(--cor-bliss);
}

.bliss .flex-2,
.bliss .flex-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bliss .flex-2 > div,
.bliss .flex-3 > div {
	flex: 1;
}

.bliss .padded {
	padding: 60px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.bliss .gap60 {
	gap: 60px;
}

.bliss .image-fit {
	position: relative;
	min-height: 600px;
	background-position: center;
	background-size: cover;
}

.bliss .image-fit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bliss .titulo {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: var(--font-family);
	line-height: 1;
}

.bliss .centered {
	text-align: center;
}

.bliss .row-reverse {
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.bliss .flex-2 > div,
	.bliss .flex-3 > div {
		min-width: 100vw;
	}
}

/* ------------------------------- */

.bliss-hero {
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	padding: 0 60px;
}

.bliss-home-section {
	padding: 80px 60px;
	text-align: center;
}

.bliss-home-section h1,
.bliss-home-section h2,
.bliss-home-section h3,
.bliss-home-section p,
.bliss-section h1,
.bliss-section h2,
.bliss-section h3,
.bliss-section p {
	font-family: var(--font-family);
}

.bliss-home-section .titulo,
.bliss-section .titulo {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1;
}

.bliss-home-section.bg-black {
	background-color: #000;
	color: #fff;
}

.bliss-home-section.bg-white {
	background-color: #fff;
	color: #000;
}

.bliss-flex-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bliss-flex-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bliss-flex-4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bg-bliss,
.ui.button.bg-bliss {
	background-color: #8e806d;
	color: #fff;
}

.ui.button.bg-bliss:hover {
	background-color: #b5a99a;
	color: #000000;
}

.bg-white {
	background-color: #ffffff;
	color: #000000;
}

.bliss-hero .contentor {
	max-width: 500px;
}

.bliss-hero .titulo {
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 2rem;
	color: #2c2c2c;
	font-family: var(--font-family);
	line-height: 1;
}

.bliss-hero .descricao {
	font-size: 18px;
	margin-bottom: 40px;
	color: #515151;
	font-family: var(--font-family);
}

.bliss-hero .botoes .botao {
	background-color: #8e806d;
	border: 1px solid #8e806d;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.bliss-hero .botoes .botao:hover {
	border: 1px solid #8e806d;
	color: #8e806d;
	background-color: #ffffff;
}

.bliss-home-section.parallax,
.bliss-section.parallax {
	background-attachment: fixed;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	padding: 100px;
}

.bliss-home-text {
	justify-content: center;
	align-self: center;
	text-align: center;
	font-family: var(--font-family);
}

.bliss-home-text h2 {
	font-size: 30px;
	font-weight: normal;
	color: #222222;
	margin-bottom: 40px;
	font-family: var(--font-family);
}

.bliss-home-text p {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
	font-family: var(--font-family);
}

.bliss-home-text .botao {
	margin-top: 40px;
	background-color: #8e806d;
	border: 1px solid #ffffff;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-family: var(--font-family);
}

.bliss-home-text .botao:hover {
	border: 1px solid #ffffff;
	color: #8e806d;
	background-color: #ffffff;
}

.bliss-home-text .padded,
.bliss-section .padded {
	padding: 60px;
}

.bliss-home-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
