/*
	Resets
========================================================================== */
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background: #faf9f8;
	font-size: 15px;
}


.newsreader-400 {
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: outside none;
	padding: 0;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #A5A5A5;
	line-height: 28px;
	font-weight: 400;
}

p strong {
	font-weight: 700;
}

/*
	Estilo Gerais
========================================================================== */
.transition {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/*
	Estilos padrão
========================================================================== */
.cor01 { color: #57534e; }
.cor02 { color: #c2410c; }
.cor03 { color: #3d110e; }
.cor04 { color: #395710; }
.cor05 { color: #1a1c1c; }

.border-cor01 { border-color: #57534e !important; }
.border-cor02 { border-color: #c2410c !important; }
.border-cor03 { border-color: #3d110e !important; }
.border-cor04 { border-color: #395710 !important; }
.border-cor05 { border-color: #1a1c1c !important; }

.bg-cor01 { background: #57534e !important; }
.bg-cor02 { background: #c2410c !important; }
.bg-cor03 { background: #3d110e !important; }
.bg-cor04 { background: #395710 !important; }
.bg-cor05 { background: #1a1c1c !important; }

.hover-cor01:hover { color: #57534e !important; }
.hover-cor02:hover { color: #c2410c !important; }
.hover-cor03:hover { color: #3d110e !important; }
.hover-cor04:hover { color: #395710 !important; }
.hover-cor05:hover { color: #1a1c1c !important; }

.bg-opacity-cor01 { background-color: #57534e20 !important; }
.bg-opacity-cor02 { background-color: #c2400c25 !important; }
.bg-opacity-cor03 { background-color: #3d110e22 !important; }
.bg-opacity-cor04 { background-color: #39571027 !important; }
.bg-opacity-cor05 { background-color: #1a1c1c19 !important; }

.hover-bg-cor01:hover { background-color: #57534e !important; }
.hover-bg-cor02:hover { background-color: #c2410c !important; }
.hover-bg-cor03:hover { background-color: #3d110e !important; }
.hover-bg-cor04:hover { background-color: #395710 !important; }
.hover-bg-cor05:hover { background-color: #1a1c1c !important; }

.hover-bg-opacity-cor01:hover { background-color: #57534e20 !important; }
.hover-bg-opacity-cor02:hover { background-color: #c2400c25 !important; }
.hover-bg-opacity-cor03:hover { background-color: #3d110e22 !important; }
.hover-bg-opacity-cor04:hover { background-color: #39571027 !important; }
.hover-bg-opacity-cor05:hover { background-color: #1a1c1c19 !important; }

.fill-cor01 { fill: #57534e !important; }
.fill-cor02 { fill: #c2410c !important; }
.fill-cor03 { fill: #3d110e !important; }
.fill-cor04 { fill: #395710 !important; }
.fill-cor05 { fill: #1a1c1c !important; }

.hover-fill-cor01:hover { fill: #57534e !important; }
.hover-fill-cor02:hover { fill: #c2410c !important; }
.hover-fill-cor03:hover { fill: #3d110e !important; }
.hover-fill-cor04:hover { fill: #395710 !important; }
.hover-fill-cor05:hover { fill: #1a1c1c !important; }

.hover-opacity:hover { opacity: 0.6 !important; }

.fs-6 { font-size: 0.8em !important }

.fs-7 { font-size: 0.7em !important }


/*
	Estilos do header
========================================================================== */
.header-area {
	backdrop-filter: blur(5px);
	background: #ffffffd9;
	z-index: 100;
}


/*
	Estilos do menu mobile
========================================================================== */
.offcanvasMenuMobile {
	backdrop-filter: blur(5px);
	background: #ffffffd9;
}

/*
	Estilos do menu
========================================================================== */
.nav-area li a {
	position: relative;
}

.nav-area li a:before {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #c2410c;
	bottom: -5px;
	left: 0px;
	
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.nav-area li a:hover:before {
	width: 100%;
}


:root {

}

.text-main {
	color: #8f3011;
}

.text-main:hover {
	color: #501b0a;
}

.form-control,
button,
.btn,
.input-group-text {
	background-color: #f1f0ef;
	border-width: 0px;
	border-radius: 10px;
}

.input-group-text {
	background-color: #f1f0ef;
}

.form-control:focus,
.btn:focus,
button:focus-visible {
	background-color: #f1f0ef;
	box-shadow: none;
	outline: 0;
}

/**
 * busca no topo
 */
.sin-topo-search .input-group i {
	color: #836b62;
}
.sin-topo-search .input-group button:focus i,
.sin-topo-search .input-group button:hover i,
.sin-topo-search .input-group button:focus-visible i {
	color: #3b312d;
}

footer {
	background-color: #f1f0ef;
}



