@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #173D2C;
	color: #F4F6F2;
	text-shadow: none;
}

::-moz-selection {
	background: #173D2C;
	color: #F4F6F2;
	text-shadow: none;
}

::-webkit-selection {
	background: #173D2C;
	color: #F4F6F2;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }

.titulo { display: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

body {
	line-height: 1.5;
	color: #1E1E1E;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	background-color: #F4F6F2;
	background-image: none !important;
}

a {
	text-decoration: none !important;
	color: #173D2C;
}

a:hover { color: #C9A24B; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }

.texto{margin-top:-10px;}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #173D2C;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #C9A24B; }

small { font-family: 'Plus Jakarta Sans', sans-serif; }

.mt-3c {margin-top:-12px;}
.sidebar.mt-3c-right {margin-top:0px !important;}

#pub-topo {margin-top:10px; margin-bottom:10px;}
.pub-footer {margin-top:25px; margin-bottom:30px;}


/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

.uppercase { text-transform: uppercase !important; }

.lowercase { text-transform: lowercase !important; }

.capitalize { text-transform: capitalize !important; }

.nott { text-transform: none !important; }

.tright { text-align: right !important; }

.tleft { text-align: left !important; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {
	position: relative;
	overflow: hidden !important;
}

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #EDF0EA !important;
	background-image: inherit;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.line,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 60px 0;
	border-top: 1px solid #D5DDD0;
}

.line.line-sm { margin: 30px 0; }

span.middot {
	display: inline-block;
	margin: 0 5px;
}

.double-line { border-top: 3px double #D5DDD0; }

.emptydiv {
	display: block !important;
	position: relative !important;
}

.allmargin { margin: 50px !important; }

.leftmargin { margin-left: 50px !important; }

.rightmargin { margin-right: 50px !important; }

.topmargin { margin-top: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.clear-bottommargin { margin-bottom: -50px !important; }

.allmargin-sm { margin: 30px !important; }

.leftmargin-sm { margin-left: 30px !important; }

.rightmargin-sm { margin-right: 30px !important; }

.topmargin-sm { margin-top: 30px !important; }

.bottommargin-sm { margin-bottom: 30px !important; }

.clear-bottommargin-sm { margin-bottom: -30px !important; }

.allmargin-lg { margin: 80px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.topmargin-lg { margin-top: 80px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

.header-stick { margin-top: -50px !important; }

.content-wrap .header-stick { margin-top: -80px !important; }

.footer-stick { margin-bottom: -50px !important; }

.content-wrap .footer-stick { margin-bottom: -80px !important; }

.noborder { border: none !important; }

.noleftborder { border-left: none !important; }

.norightborder { border-right: none !important; }

.notopborder { border-top: none !important; }

.nobottomborder { border-bottom: none !important; }

.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }

.col-padding { padding: 60px; }

.nopadding { padding: 0 !important; }

.noleftpadding { padding-left: 0 !important; }

.norightpadding { padding-right: 0 !important; }

.notoppadding { padding-top: 0 !important; }

.nobottompadding { padding-bottom: 0 !important; }

.noabsolute { position: relative !important; }

.noshadow { box-shadow: none !important; }

.hidden { display: none !important; }

.nothidden { display: block !important; }

.inline-block {
	float: none !important;
	display: inline-block !important;
}

.left { text-align: left !important; }

.center { text-align: center !important; }

.right { text-align: right !important; }

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.bgcolor,
.bgcolor #header-wrap { background-color: #173D2C !important; }

.color { color: #C9A24B !important; }

.border-color { border-color: #C9A24B !important; }

.nobbg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; font-size:24px; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }

.ls0 { letter-spacing: 0px !important; }

.ls1 { letter-spacing: 1px !important; }

.ls2 { letter-spacing: 2px !important; }

.ls3 { letter-spacing: 3px !important; }

.ls4 { letter-spacing: 4px !important; }

.ls5 { letter-spacing: 5px !important; }

.m106 {font-size: 22px; letter-spacing: .5px; color: rgba(255,255,255,0.9); padding-top:20px;}

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }

.font-body { font-family: 'Plus Jakarta Sans', sans-serif; }

.font-primary { font-family: 'Plus Jakarta Sans', sans-serif; }

.font-secondary { font-family: 'Plus Jakarta Sans', sans-serif; }

.bgicon {
	display: block;
	position: absolute;
	bottom: -60px;
	right: -50px;
	font-size: 210px;
	color: rgba(0,0,0,0.1);
}

.imagescale,
.imagescalein {
	display: block;
	overflow: hidden;
}

.imagescale img,
.imagescalein img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.imagescale:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.imagescalein img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.imagescalein:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.grayscale {
	filter: brightness(80%) grayscale(1) contrast(90%);
	-webkit-filter: brightness(80%) grayscale(1) contrast(90%);
	-moz-filter: brightness(80%) grayscale(1) contrast(90%);
	-o-filter: brightness(80%) grayscale(1) contrast(90%);
	-ms-filter: brightness(80%) grayscale(1) contrast(90%);
	transition: 1s filter ease;
	-webkit-transition: 1s -webkit-filter ease;
	-moz-transition: 1s -moz-filter ease;
	-ms-transition: 1s -ms-filter ease;
	-o-transition: 1s -o-filter ease;
}

.grayscale:hover {
	filter: brightness(100%) grayscale(0);
	-webkit-filter: brightness(100%) grayscale(0);
	-moz-filter: brightness(100%) grayscale(0);
	-o-filter: brightness(100%) grayscale(0);
	-ms-filter: brightness(100%) grayscale(0);
}

.bganimate {
	-webkit-animation:BgAnimated 30s infinite linear;
	 -moz-animation:BgAnimated 30s infinite linear;
		-ms-animation:BgAnimated 30s infinite linear;
		 -o-animation:BgAnimated 30s infinite linear;
			animation:BgAnimated 30s infinite linear;
}
 @-webkit-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @-moz-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @-ms-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @-o-keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}
 @keyframes BgAnimated {
	from  {background-position:0 0;}
	to    {background-position:0 400px;}
	}


.input-block-level {
	display: block;
	width: 100% !important;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vertical-middle {
	height: auto !important;
	left: 0;
}

.magnific-max-width .mfp-content { max-width: 800px; }


/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/

.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #EDF0EA;
	overflow: hidden;
}

.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

.mobile-parallax,
.video-placeholder {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

.section .container { z-index: 2; }

.section .container + .video-wrap { z-index: 1; }

.revealer-image {
	position: relative;
	bottom: -100px;
	transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image { bottom: -50px; }


/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/

.postcontent { width: 860px; background-color: #EDF0EA !important; }
.postcontent.bothsidebar { width: 580px; }
.sidebar { width: 240px; background-color: #EDF0EA !important; }
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}

.postcontent,
.sidebar { margin-right: 40px; }

.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}

.postcontent.col_last,
.sidebar.col_last {float: right; margin-top: -15px;}

.col_last {
	margin-right: 0 !important;
	clear: right;
}

.sidebar.right_col{margin-top:15px;}


/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/

.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.fslider { min-height: 32px; }


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 14px;
	right: 10px;
	margin: 0;
}

.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #FFF;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #FFF; }

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

#header {
	position: relative;
	background-color: #173D2C;
	border-bottom: 2px solid #C9A24B;
}

#header .container { position: relative; }

#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}

#header.semi-transparent { background-color: rgba(23,61,44,0.85); }

#header.transparent-header.floating-header { margin-top: 60px; }

#header.transparent-header.floating-header .container {
	width: 1220px;
	background-color: #173D2C;
	padding: 0 40px;
	border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
	width: 1170px;
	padding: 0 15px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -100px;
	margin-bottom: -100px;
}

#header.transparent-header + #page-title.page-title-parallax2 {
    top: -160px;
    margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax4 {
    top: -160px;
    margin-bottom: -160px;
}

#page-title.page-title-parallax{background-position: 50% 75% !important;}

#page-title.page-title-parallax3{background-position: 50% 100% !important;}

#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
	top: -160px;
	margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax .container {
	z-index: 5;
	padding-top: 115px;
	padding-bottom: 25px;
}

#header.full-header { border-bottom-color: #2A6047; }

body.stretched #header.full-header .container {
	width: 100%;
	padding: 0 30px;
}

#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(201,162,75,0.2); }

#slider + #header.transparent-header.full-header #header-wrap {
	border-top: 1px solid rgba(201,162,75,0.2);
	border-bottom: none;
}


/* ----------------------------------------------------------------
    Logo
-----------------------------------------------------------------*/
#logo {
    position: relative;
    float: left;
    margin-right: 40px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px !important;
    height: 100px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#logo::before {
    content: 'Tenda de Umbanda Cabocla\A Jupira da Mata' !important;
    white-space: pre !important;
    display: block !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    line-height: 1.7 !important;
    color: rgba(244, 246, 242, 0.65) !important;
    align-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

#logo::after {
    content: '' !important;
    order: -1 !important;
    width: 54px !important;
    height: 54px !important;
    flex-shrink: 0 !important;
    align-self: center !important;
    background: url('https://img.comunidades.net/jup/jupiradamata/emblema.png') center / contain no-repeat !important;
}

#logo a {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

#header.full-header #logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right: none;
}


/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/

#primary-menu { float: right; position: relative; z-index: 2; }

#primary-menu ul.mobile-primary-menu { display: none; }

#header.full-header #primary-menu > ul {
	float: left;
	border-right: none;
}

#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(201,162,75,0.2); }

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#primary-menu ul {
	list-style: none;
	margin: 0;
}

#primary-menu > ul { float: left; }

#primary-menu ul li { position: relative; }

#primary-menu ul li.mega-menu { position: inherit; }

#primary-menu ul > li {
	float: left;
	margin-left: 2px;
}

#primary-menu > ul > li:first-child { margin-left: 0; }

#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 39px 15px;
	color: rgba(244,246,242,0.85);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Plus Jakarta Sans', sans-serif;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}

#primary-menu ul li > a span { display: none; }

#primary-menu ul li > a i {
	position: relative;
	top: -1px;
	font-size: 14px;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top;
}

#primary-menu ul li > a i.icon-angle-down:last-child {
	font-size: 12px;
	margin: 0 0 0 5px;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #C9A24B; }

#primary-menu > ul > li.sub-menu > a > div { }

body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover > .mega-menu-content { display: block; }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #173D2C;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.15);
	border: 1px solid #2A6047;
	border-top: 2px solid #C9A24B;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
}

#primary-menu ul ul:not(.mega-menu-column) ul {
	top: -2px !important;
	left: 218px;
}

#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
	left: auto;
	right: 0;
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 218px; }

#primary-menu ul ul li {
	float: none;
	margin: 0;
}

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul li > a {
	font-size: 12px;
	font-weight: 500;
	color: rgba(244,246,242,0.8);
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	letter-spacing: 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#primary-menu ul ul li > a i { vertical-align: middle; }

#primary-menu ul ul li:hover > a {
	background-color: #2A6047;
	padding-left: 18px;
	color: #C9A24B;
}

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
	background-image: url("https://est.no.comunidades.net/estilos/style100/img/icons/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}

/* Primary Menu - Style 2
-----------------------------------------------------------------*/

#primary-menu.style-2 {
	float: none;
	max-width: none;
	border-top: 1px solid #2A6047;
}

#primary-menu.style-2 > div > ul { float: left; }

#primary-menu.style-2 > div > ul > li > a {
	padding-top: 19px;
	padding-bottom: 19px;
}

#logo + #primary-menu.style-2 { border-top: 0; }

#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart,
#primary-menu.style-2 > div #side-panel-trigger {
	margin-top: 20px;
	margin-bottom: 20px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul,
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div {
	float: none;
	display: inline-block !important;
	width: auto;
	text-align: left;
}


/* Primary Menu - Style 3
-----------------------------------------------------------------*/

#primary-menu.style-3 > ul > li > a {
	margin: 28px 0;
	padding-top: 11px;
	padding-bottom: 11px;
	border-radius: 2px;
}

#primary-menu.style-3 > ul > li:hover > a {
	color: #F4F6F2;
	background-color: #2A6047;
}

#primary-menu.style-3 > ul > li.current > a {
	color: #173D2C;
	text-shadow: none;
	background-color: #C9A24B;
}


/* Primary Menu - Style 4
-----------------------------------------------------------------*/

#primary-menu.style-4 > ul > li > a {
	margin: 28px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
	border: 1px solid transparent;
}

#primary-menu.style-4 > ul > li:hover > a,
#primary-menu.style-4 > ul > li.current > a { border-color: #C9A24B; }


/* Primary Menu - Style 5
-----------------------------------------------------------------*/

#primary-menu.style-5 > ul {
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid #2A6047;
}

#primary-menu.style-5 > ul > li:not(:first-child) { margin-left: 15px; }

#primary-menu.style-5 > ul > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 14px;
}

#primary-menu.style-5 > ul > li > a i {
	display: block;
	width: auto;
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1;
}


/* Primary Menu - Style 6
-----------------------------------------------------------------*/

#primary-menu.style-6 ul > li > a { position: relative; }

#primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > div > ul > li > a:after,
#primary-menu.style-6 > div > ul > li.current > a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 0;
	border-top: 2px solid #C9A24B;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > ul > li:hover > a:after,
#primary-menu.style-6 > div > ul > li.current > a:after,
#primary-menu.style-6 > div > ul > li:hover > a:after { width: 100%; }


/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
	background: url("https://est.no.comunidades.net/estilos/style100/img/icons/menu-divider.png") no-repeat right center;
	margin-left: 1px;
}

#primary-menu.sub-title ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}

#primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a {
	line-height: 14px;
	padding: 27px 20px 32px;
	text-transform: uppercase;
	border-top: 5px solid transparent;
}

#primary-menu.sub-title > ul > li > a span,
#primary-menu.sub-title > div > ul > li > a span {
	display: block;
	margin-top: 10px;
	line-height: 12px;
	font-size: 11px;
	font-weight: 400;
	color: rgba(244,246,242,0.6);
	text-transform: capitalize;
}

#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {
	background-color: #C9A24B;
	color: #173D2C;
	text-shadow: none;
	border-top-color: rgba(0,0,0,0.1);
}

#primary-menu.sub-title > ul > li:hover > a span,
#primary-menu.sub-title > ul > li.current > a span,
#primary-menu.sub-title.style-2 > div > ul > li:hover > a span,
#primary-menu.sub-title.style-2 > div > ul > li.current > a span { color: #173D2C; }

#primary-menu.sub-title.style-2 ul ul span { display: none; }


/* Primary Menu - Style 2 with Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title.style-2 > div > ul > li { background-position: left center; }

#primary-menu.sub-title.style-2 > div #top-search,
#primary-menu.sub-title.style-2 > div #top-cart,
#primary-menu.sub-title.style-2 > div #side-panel-trigger {
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2 > div > ul > li:hover + li,
#primary-menu.sub-title.style-2 > div > ul > li.current + li { background-image: none; }

#primary-menu.sub-title.style-2 > div > ul > li > a {
	padding-top: 17px;
	padding-bottom: 22px;
}


/* ----------------------------------------------------------------
	Top / Search / Cart
-----------------------------------------------------------------*/

#top-search,
#top-cart,
#side-panel-trigger,
#top-account {
	float: right;
	margin: 40px 0 40px 15px;
	position: relative;
	z-index: 2;
}

#top-cart { position: relative; }

#top-search a,
#top-cart > a,
#side-panel-trigger a,
#top-account a {
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: rgba(244,246,242,0.8);
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#top-search a { z-index: 11; }

#top-search a i {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross { opacity: 0; }

body.top-search-open #top-search a i.icon-line-cross {
	opacity: 1;
	z-index: 11;
	font-size: 16px;
}

#top-cart > a:hover { color: #C9A24B; }

#top-search form {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	padding: 0 15px;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

body.top-search-open #top-search form {
	opacity: 1;
	z-index: 10;
}

#top-search form input {
	box-shadow: none !important;
	pointer-events: none;
	border-radius: 0;
	border: 0;
	outline: 0 !important;
	font-size: 32px;
	padding: 10px 80px 10px 0;
	height: 100%;
	background-color: transparent;
	color: #F4F6F2;
	font-weight: 700;
	margin-top: 0 !important;
	font-family: 'Plus Jakarta Sans', sans-serif;
	letter-spacing: 2px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input { padding-left: 40px; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input { padding-left: 60px; }

body.top-search-open #top-search form input { pointer-events: auto; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(201,162,75,0.3); }

#top-search form input::-moz-placeholder {
	color: rgba(244,246,242,0.5);
	opacity: 1;
	text-transform: uppercase;
}
#top-search form input:-ms-input-placeholder {
	color: rgba(244,246,242,0.5);
	text-transform: uppercase;
}
#top-search form input::-webkit-input-placeholder {
	color: rgba(244,246,242,0.5);
	text-transform: uppercase;
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input { border: none !important; }

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/

#header,
#header-wrap{
	height: 100px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
	position: relative;
	overflow: hidden;
}

#header-wrap::before {
	content: '';
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 1px solid rgba(201, 162, 75, 0.25);
	top: -60px;
	left: 280px;
	pointer-events: none;
	z-index: 0;
}

#header-wrap::after {
	content: '';
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 1px solid rgba(201, 162, 75, 0.18);
	top: -20px;
	left: 340px;
	pointer-events: none;
	z-index: 0;
}

#logo img {
	display: none !important;
}

.logo-img img {
    margin-top:20px !important;
	max-height:30px !important;
}

#header.sticky-style-2 { height: 161px; }

#header.sticky-style-3 { height: 181px; }

#header.sticky-style-2 #header-wrap { height: 60px; }

#header.sticky-style-3 #header-wrap { height: 80px; }

#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}

#top-search,
#top-cart {
	-webkit-transition: margin .4s ease, opacity .3s ease;
	-o-transition: margin .4s ease, opacity .3s ease;
	transition: margin .4s ease, opacity .3s ease;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger,
body:not(.top-search-open) #top-account {
	opacity: 1;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger,
body.top-search-open #top-account { opacity: 0; }

#header.sticky-header.semi-transparent { background-color: rgba(23,61,44,0.85); }

#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #173D2C;
	box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(23,61,44,0.9); }

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap { height: 60px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding-top: 19px;
	padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 { height: 161px; }

#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; }

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#header.sticky-header:not(.static-sticky) #top-account {
	margin-top: 12px !important;
	margin-bottom: 13px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; }

#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }


/* ----------------------------------------------------------------
	One Page & Slider (HERO)
-----------------------------------------------------------------*/

.one-page-arrow {
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	font-size: 32px;
	text-align: center;
	color: rgba(201, 162, 75, 0.7) !important;
}

#slider,
.swiper_wrapper,
.swiper_wrapper .swiper-container {
	background-color: #0F2219 !important;
	min-height: 420px;
}

#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* Círculos estruturais do Hero */
#slider::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	width: 500px !important;
	height: 500px !important;
	border: 1.5px solid rgba(201, 162, 75, 0.38) !important;
	bottom: -200px !important;
	left: -120px !important;
	top: auto !important;
	right: auto !important;
}

#slider::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	width: 300px !important;
	height: 300px !important;
	border: 1px solid rgba(201, 162, 75, 0.28) !important;
	top: -80px !important;
	right: -60px !important;
	bottom: auto !important;
	left: auto !important;
}

#slider .swiper_wrapper::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	width: 160px !important;
	height: 160px !important;
	border: 1px solid rgba(201, 162, 75, 0.35) !important;
	top: 50% !important;
	left: 65% !important;
	transform: translate(-50%, -50%) !important;
}

#slider .swiper_wrapper::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	width: 300px !important;
	height: 300px !important;
	border: 1px solid rgba(201, 162, 75, 0.22) !important;
	top: 50% !important;
	left: 68% !important;
	transform: translate(-50%, -50%) !important;
}

#slider .swiper-pagination::before {
	content: '';
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	border: 1px solid rgba(201, 162, 75, 0.30);
	bottom: 20px;
	right: 60px;
	pointer-events: none;
}

#slider .swiper-pagination::after {
	content: '';
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 1px solid rgba(201, 162, 75, 0.22);
	bottom: 60px;
	right: 100px;
	pointer-events: none;
}

.slider-parallax { position: relative; }

.slider-parallax,
.slider-parallax .swiper-container {
	visibility: visible;
	-webkit-backface-visibility: hidden;
}

.slider-parallax .slider-parallax-inner {
	position: fixed;
	width: 100%;
	height: 100%;
}

.device-touch .slider-parallax .slider-parallax-inner { position: relative; }

body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; }

body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; }

#header.transparent-header + .slider-parallax .slider-parallax-inner { top: 0; }

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
	will-change: transform;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: transform 0s linear;
	-webkit-backface-visibility: hidden;
}

.swiper_wrapper {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container,
.swiper_wrapper2 .swiper-container {
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
	background: #0F2219;
}

.swiper_wrapper .swiper-slide,
.swiper_wrapper2 .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.swiper-pagination {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 20px !important;
	text-align: center;
	line-height: 1;
}

.swiper-pagination span {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #C9A24B;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active { background-color: #C9A24B !important; }

/* Slide Layout Interno do Hero */
.swiper-slide,
.swiper_wrapper .swiper-slide {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.swiper-slide::before {
	content: '';
	display: block;
	width: 160px;
	height: 160px;
	background-image: url('https://img.comunidades.net/jup/jupiradamata/emblema.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 24px;
}

.swiper-slide::after {
	content: 'Tenda de Umbanda Cabocla Jupira da Mata';
	display: block;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: rgba(244, 246, 242, 0.75);
	max-width: 340px;
	line-height: 1.8;
}

/* Remove a imagem-banner padrao da plataforma (Torre Eiffel etc.) do Hero */
.swiper-slide .image-wrap,
.swiper-slide img,
#slider img,
#slider .swiper-slide img {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	z-index: 0;
}
.swiper-slide,
.swiper_wrapper .swiper-slide,
#slider .swiper-slide {
	background-image: none !important;
	background-color: transparent !important;
}

/* Ocultação de elementos indesejados da plataforma no Hero */
.slider-caption,
.slider-caption-left,
.slider-caption p,
.slider-caption h1,
.slider-caption h2,
.slider-caption h3,
#slider > p,
#slider > h1,
#slider > h2,
.swiper-slide > p,
.swiper-slide > h1,
.swiper-slide > h2,
.swiper-slide > h3,
.nivo-caption,
.flex-caption {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

#slider + #content,
#slider + #page-title,
#slider + .section {
	border-top: 2px solid #C9A24B;
}


/* ----------------------------------------------------------------
	Page Title (Subpáginas)
-----------------------------------------------------------------*/

#page-title,
#page-title.page-title-parallax,
#page-title.page-title-dark,
#page-title[style],
div#page-title {
	background-color: #173D2C !important;
	background-image: none !important;
	background-attachment: scroll !important;
	border-bottom: 2px solid #C9A24B !important;
	padding: 40px 0 30px !important;
	text-align: center !important;
	position: relative;
	overflow: hidden;
}

#page-title::before {
	content: '';
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 1px solid rgba(201, 162, 75, 0.2);
	top: -120px;
	right: 100px;
	pointer-events: none;
}

#page-title::after {
	content: '';
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 1px solid rgba(201, 162, 75, 0.13);
	top: -60px;
	right: 180px;
	pointer-events: none;
}

#page-title .container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

#page-title .container::before {
	content: '';
	display: block;
	width: 100px !important;
	height: 100px !important;
	background-image: url('https://img.comunidades.net/jup/jupiradamata/emblema.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.9;
	flex-shrink: 0;
}

#page-title h1 {
	padding: 0;
	margin: 0 !important;
	text-align: center !important;
	font-size: 22px !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	color: #F4F6F2 !important;
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	position: relative;
	z-index: 2;
}

#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: rgba(244, 246, 242, 0.6) !important;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

.breadcrumb {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	margin: 0 !important;
	text-align: center;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}

.breadcrumb a { color: rgba(244,246,242,0.7); }

.breadcrumb a:hover { color: #C9A24B; }

.breadcrumb i { width: auto !important; }


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/

#content {
	position: relative;
	overflow: hidden;
	background-color: #EDF0EA !important;
}

#content p, #content li, #content td, #content span, #content div {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

#content p {
	line-height: 1.75;
	font-size: 16px;
	margin-bottom: 18px;
	font-weight: 300;
	color: #1E1E1E;
}

.content-wrap {
	position: relative;
	padding: 60px 0 80px;
	background-color: #EDF0EA !important;
}

#content .container { position: relative; background-color: #EDF0EA !important; }


/* ----------------------------------------------------------------
	Block Titles & Dividers
-----------------------------------------------------------------*/

.title-block {
	padding: 2px 0 3px 20px;
	border-left: 7px solid #C9A24B;
	margin-bottom: 30px;
}

.title-block-right {
	padding: 2px 20px 3px 0;
	border-left: 0;
	border-right: 7px solid #C9A24B;
	text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 { margin-bottom: 0; }

.title-block > span {
	display: block;
	margin-top: 4px;
	color: #4A5545;
	font-weight: 300;
}

.heading-block { margin-bottom: 50px; }

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #173D2C;
}

.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #4A5545;
}

.heading-block:after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #C9A24B;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 30px auto 0; }

.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }

.heading-block.border-color:after { border-color: #C9A24B; }

.divider {
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	color: #C9A24B;
	width: 100%;
}

.divider:after,
.divider.divider-center:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #D5DDD0;
}


/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/

#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #173D2C;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #F4F6F2;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #C9A24B; }


/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

#footer {
	position: relative;
	background-color: #173D2C;
	border-top: 2px solid #C9A24B;
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0 70px 0;
}

#copyrights {
	padding: 40px 0;
	background-color: #0F2219;
	font-size: 14px;
	line-height: 1.8;
	color: rgba(244,246,242,0.5);
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: rgba(244,246,242,0.6);
	border-bottom: 1px dotted rgba(244,246,242,0.3);
}

.copyright-links a:hover {
	color: #C9A24B;
	border-bottom: 1px solid #C9A24B;
}

#copyrights .col_half { margin-bottom: 0 !important; }


/* ----------------------------------------------------------------
	Widgets & Sidebar Menu
-----------------------------------------------------------------*/

.widget {
	position: relative;
	margin-top: 50px;
}

.widget p, .widget li, .widget a, .postcontent p, .postcontent li {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.widget p { line-height: 1.7; }

.sidebar-widgets-wrap .widget {
	padding-top: 50px;
	border-top: 1px solid #D5DDD0;
}

.widget:first-child { margin-top: 0; }

.widget > h4 {
	margin-bottom: 25px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #173D2C;
	border-bottom: 2px solid #C9A24B;
	padding-bottom: 8px;
}

.widget p:not(.lead) { font-size: 14px; }

/* Menu Lateral Configurações Consolidadas */
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li { 
	padding: 5px 0 !important; 
	list-style: none !important;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #2A4A35 !important;
	background-image: none !important;
	padding-left: 0 !important;
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	border: none !important;
}

.widget_nav_menu li a::before,
.widget_links li a::before,
.widget_meta li a::before,
.widget_archive li a::before,
.widget_recent_entries li a::before,
.widget_categories li a::before,
.widget_pages li a::before,
.widget_rss li a::before {
	content: '›' !important;
	color: #C9A24B !important;
	font-size: 16px !important;
	line-height: 1 !important;
	flex-shrink: 0 !important;
}

.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover { 
	color: #173D2C !important; 
}


/* ----------------------------------------------------------------
	Bootstrap
-----------------------------------------------------------------*/

.btn-link,
.pagination > li > a,
.pagination > li > span { color: #173D2C; }

.btn-link:hover { color: #C9A24B; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
	color: #F4F6F2 !important;
	background-color: #173D2C !important;
	border-color: #173D2C !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { background-color: #173D2C; }


/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/

.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}


/* ----------------------------------------------------------------
	Page Transitions / Spinner
-----------------------------------------------------------------*/

body:not(.no-transition) #wrapper,
.animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: #F4F6F2;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: 13px;
	width: 18px;
	height: 18px;
	background-color: #173D2C;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner .css3-spinner-bounce1 {
	margin-left: -31px;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.css3-spinner .css3-spinner-bounce2 {
	margin-left: -9px;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 40% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

.css3-spinner-clip-rotate > div {
	border-radius: 100%;
	border: 2px solid #173D2C;
	border-bottom-color: transparent !important;
	height: 33px;
	width: 33px;
	background: transparent !important;
	-webkit-animation: rotate 1s 0s linear infinite;
	animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
	0% { transform: rotate(0deg) scale(1); }
	50% { transform: rotate(180deg) scale(0.6); }
	100% { transform: rotate(360deg) scale(1); }
}


/* ==================================================================
   REFINAMENTO ESTETICO CONSOLIDADO - Tenda Jupira da Mata
   Bloco final integrado (substitui os ajustes soltos anteriores).
   Paleta: verde #173D2C  -  dourado #C9A24B
================================================================== */

/* ---- 1. PROFUNDIDADE E CALOR NO FUNDO ------------------------- */
body {
	background: #EEF1EA !important;
}
#wrapper {
	box-shadow: 0 18px 60px rgba(15, 34, 25, 0.10) !important;
}

/* ---- 2. HEADER: de frio para acolhedor ----------------------- */
#header,
#header.sticky-header #header-wrap {
	background: linear-gradient(177deg, #1C4A37 0%, #143A2A 60%, #102E22 100%) !important;
}
/* fio dourado de baixo com brilho suave em vez de borda chapada */
#header {
	border-bottom: 1px solid rgba(201, 162, 75, 0.55) !important;
	box-shadow: 0 1px 0 rgba(201, 162, 75, 0.18),
	            0 14px 40px rgba(15, 34, 25, 0.18) !important;
}
/* remove os círculos fracos atrás do nome (ficavam com cara de imagem ruim) */
#header-wrap::before,
#header-wrap::after { display: none !important; }


/* ---- 3. MENU SUPERIOR: hover com fio dourado animado ---------- */
#primary-menu ul li > a {
	letter-spacing: 1.5px !important;
}
#primary-menu > ul > li > a::after {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 28px;
	height: 1.5px;
	background: #C9A24B;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .35s ease;
}
#primary-menu > ul > li:hover > a::after,
#primary-menu > ul > li.current > a::after {
	transform: scaleX(1);
}

/* botão "Login / Área do médium" mais sóbrio e chique */
#primary-menu ul li a[href*="login"],
#primary-menu ul li a[href*="entrar"] {
	background: transparent !important;
	color: #F4F6F2 !important;
	border: 1px solid rgba(201, 162, 75, 0.6) !important;
	border-radius: 4px !important;
	padding: 9px 20px !important;
	margin: 30px 5px !important;
	font-weight: 600 !important;
	box-shadow: none !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	transition: all .3s ease !important;
}
#primary-menu ul li a[href*="login"]:hover,
#primary-menu ul li a[href*="entrar"]:hover {
	background: #C9A24B !important;
	color: #173D2C !important;
	border-color: #C9A24B !important;
	transform: none !important;
}

/* ---- 4. MENU LATERAL: o grande conserto ---------------------- */
/* Tira o visual de "caixinha de site pobre" e cria uma lista        */
/* refinada com filete dourado que cresce no hover.                  */
.sidebar-widgets-wrap .widget,
.widget {
	border-top: none !important;
}
.widget > h4 {
	font-size: 12px !important;
	letter-spacing: 2.5px !important;
	color: #173D2C !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 18px !important;
	position: relative;
}
.widget > h4::after {
	content: '';
	display: block;
	width: 32px;
	height: 2px;
	background: #C9A24B;
	margin-top: 10px;
}

.widget_nav_menu ul,
.widget_links ul,
.widget_pages ul {
	border-top: 1px solid rgba(23, 61, 44, 0.10) !important;
}
.widget_nav_menu li,
.widget_links li,
.widget_pages li {
	padding: 0 !important;
	border-bottom: 1px solid rgba(23, 61, 44, 0.10) !important;
}
.widget_nav_menu li a,
.widget_links li a,
.widget_pages li a {
	background: transparent !important;
	border: none !important;
	border-left: 2px solid transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 14px 14px !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #2A4A35 !important;
	transition: background .3s ease, border-color .3s ease,
	            padding .3s ease, color .3s ease !important;
}
.widget_nav_menu li a::before,
.widget_links li a::before,
.widget_pages li a::before {
	content: '›' !important;
	color: #C9A24B !important;
	font-size: 17px !important;
	line-height: 1 !important;
	transition: transform .3s ease !important;
}
.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_pages li a:hover {
	background: rgba(201, 162, 75, 0.10) !important;
	border-left-color: #C9A24B !important;
	padding-left: 20px !important;
	color: #173D2C !important;
	transform: none !important;
	box-shadow: none !important;
}
.widget_nav_menu li a:hover::before,
.widget_links li a:hover::before,
.widget_pages li a:hover::before {
	transform: translateX(2px) !important;
}

/* ---- 5. ALMA: tipografia e respiro do conteúdo --------------- */
#page-title { padding: 46px 0 36px !important; }
#page-title h1 { letter-spacing: 2.5px !important; }

#content .container { background-color: #EDF0EA !important; }
.content-wrap { padding: 70px 0 90px !important; }

#content p {
	font-size: 16.5px !important;
	line-height: 1.85 !important;
	color: #26302A !important;
	max-width: 70ch;
}
/* primeira frase de boas-vindas com destaque sutil */
#content .postcontent > p:first-of-type,
#content .col_full > p:first-of-type {
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
	color: #173D2C !important;
}

/* títulos de bloco com eyebrow dourado */
.heading-block h1, .heading-block h2,
.heading-block h3, .heading-block h4 {
	letter-spacing: .5px !important;
}
.title-block { border-left-width: 4px !important; }

/* ---- 6. RODAPÉ alinhado ao header ---------------------------- */
#footer {
	background: linear-gradient(177deg, #143A2A 0%, #0F2219 100%) !important;
	border-top: 1px solid rgba(201, 162, 75, 0.5) !important;
}
#gotoTop { border-radius: 50% !important; }

/* ---- 7. WIDGETS DE IDIOMA / COMPARTILHAR mais discretos ------ */
.widget img[src*="widgets/4/"] {
	filter: grayscale(0.3);
	opacity: .85;
	transition: all .3s ease;
}
.widget img[src*="widgets/4/"]:hover {
	filter: none;
	opacity: 1;
}


/* ==================================================================
   COBERTURA DO BANNER PADRAO (Torre Eiffel) - a prova de falhas
   Cobre qualquer imagem do hero (mesmo inline !important) com uma
   camada verde e mantem o emblema + nome por cima.
================================================================== */
#slider .swiper-container,
.swiper_wrapper .swiper-container { position: relative !important; }

#slider .swiper-container::after,
.swiper_wrapper .swiper-container::after {
	content: '' !important;
	position: absolute !important;
	top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
	background: #0F2219 !important;
	z-index: 1 !important;
	pointer-events: none !important;
}

/* o slide deixa de ser camada propria para a imagem ficar atras da cobertura */
#slider .swiper-slide,
.swiper_wrapper .swiper-slide { z-index: auto !important; }

/* emblema + nome do terreiro ficam ACIMA da cobertura */
#slider .swiper-slide::before,
#slider .swiper-slide::after,
.swiper_wrapper .swiper-slide::before,
.swiper_wrapper .swiper-slide::after {
	position: relative !important;
	z-index: 3 !important;
}

#logo {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 65px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative !important;
}

#logo::before,
#logo::after {
    align-self: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#primary-menu ul li a[href*="area"],
#primary-menu ul li a[href*="médium"],
#primary-menu ul li a[href*="medium"] {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin: 30px 5px !important;
}
#primary-menu ul li a[href*="login"] div,
#primary-menu ul li a[href*="entrar"] div {
    display: flex !important;
    align-items: center !important;
}

#primary-menu ul li a[href*="login"],
#primary-menu ul li a[href*="entrar"] {
    padding: 8px 20px !important;
    margin: 20px 5px !important;
    line-height: 1 !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
}

.emphasis-title,
#slider .emphasis-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    margin-top: 320px !important;
    text-align: center !important;
    order: 3 !important;
}

#slider .emphasis-title h1,
#slider .vertical-middle h1 {
    font-size: 24px !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #C9A24B !important;
    margin: 0 !important;
}
/* Remove apenas a imagem da floresta da página Contatos */
[style*="HmZHJlz"] {
	background-image: none !important;
	background-color: #0F2219 !important;
}
div[style*="header-4"] {
	background-image: url('https://i.ibb.co/ycNxgXBR/Header-page-0001.png') !important;
	background-size: cover !important;
	background-position: center center !important;
	background-color: #0F2219 !important;
}

<style>
@media only screen and (max-width: 768px) {
  img[src*="logo"],
  img[alt*="logo"],
  img[alt*="Logo"],
  .logo img,
  .site-logo img,
  header img:first-child {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
}
</style>


