 
/*	CSS Reset - abaixo ele vem "cru" para que não assuma nada defull do navegador onde for aberto*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  oncontextmenu: return false;
}

.menu-item-has-children ul li a {
  display: block;
  padding: 10px 15px; /* mantenha o espaçamento entre links */
  line-height: 1.3;   /* ajuste menor que 1.5 para reduzir o espaço entre linhas */
  white-space: normal; /* permite quebra de linha */
  word-wrap: break-word;
}

#backstretch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -9999;
  overflow: hidden;
}

#backstretch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}

p {
	padding-top:0.7em;
	padding-bottom:0.7em;
}
em
{
	font-style: italic;
}


/*
	Global Layout
*/

html
{
	overflow-x: hidden;
}

#main_bg
{
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

body
{
	background: #000;
	font-size: 16px;
	font-family: Raleway, Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #ededed;
	text-shadow: 0 1px 1px #000;
	letter-spacing: normal;
}

/**
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
**/
hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #959595;
	background: transparent;
	margin: auto;
	margin-bottom: 20px;
	width: 100%;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	color: #999999;
	text-decoration: none;
}

a:active
{
	color: #cccccc;
	text-decoration: none;
}

h1
{
	font-size: 40px;
	color: #b28d6f;
}

h2
{
	font-size: 32px;
	font-weight: normal;
}

#searchform label
{
	font-size: 20px;
	color: #e60e81;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}

h3
{
	font-size: 26px;
	font-weight: normal;
	
}

h4
{
	font-size: 24px;
	font-weight: normal;
	
}

h5
{
	font-size: 22px;
	font-weight: normal;
	
}

h1, h2, h3, h4, h5
{
	text-transform: inherit;
	letter-spacing: normal;
}

pre, code, tt {font:13px 'andale mono', 'lucida console', monospace;line-height:1.5;padding: 20px;background: #000;display: block; color: #999; overflow: auto; margin-top: 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 10px;
border-radius: 5px;
margin: 0 0 20px 0;
}

.clear
{
	clear: both;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

label.error
{
	font-size: 11px;
	color: #ff0000;
	font-style: italic;
	display: block;
}

.with_bg
{
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

img.frame
{ background-position: 0 0; padding: 5px; }

.frame_left
{
	padding: 5px;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #999;
}

.frame_right
{
	padding: 5px;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
}

.frame_center
{
	padding: 5px;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 40px;
	line-height: 40px;
}

blockquote
{ background-position: 0 0; padding-left: 60px; width: 90%; min-height: 50px; margin: 0 0 10px; }

blockquote h2
{
	font-weight: normal;
	font-size: 20px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 18px;
}

.arrow_list, .check_list, .star_list
{
	margin-top: 15px;
}

.arrow_list li
{
	margin: 5px 0 0 20px;
	list-style-image: url(../../Images/CSS/arrrow_li.png);
}

.check_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url(../../Images/CSS/tick_button.png);
}

.star_list li
{
	margin: 5px 0 0 25px;
	list-style-image: url(../../Images/CSS/icon_star.png);
}

#respond
{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}

#wrapper
{
	width: 100%;
}

.logo_wrapper
{ display: block; float: left; width: 290px; margin-top: 30px; margin-bottom: 25px; margin-left: 40px; }

#menu_wrapper
{ background-position: 0 0; width: 320px; height: 100vh; position: fixed; top:0; left: -400px; margin: 0; z-index: 999; transition: left 0.3s ease; }

/*body.home
{
	left: -400px;
}*/

#menu_mini_state_btn
{
	width: 20px;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
	background: #000;
	z-index: 999;
	display:none;
	cursor: pointer;
}

#menu_mini_state
{ background-position: 0 0; width: 50px; height: 100%; position: fixed; top:0; left: 0; margin: 0; z-index: 999; cursor: pointer; border-right: 1px solid #333; }

#menu_mini_state:hover, #menu_mini_state_btn:hover
{
	background: #333;
}

#mini_logo
{
	width: 30px;
	margin: 20px 0 0 14px;
}

.nav, .subnav
{ list-style: none; display: block; margin: 20px 0 0 20px; float: left; width: 300px; font-size: 32px; font-weight: normal; }

.subnav
{ font-weight: normal; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

.nav li
{ display: block; }


.nav li a
{
	color: #d7d7d7;
	position: relative;
	left: 10px;
	letter-spacing: -1px;
}

.nav li ul
{ display: none; padding: 5px 0 10px 0; margin: -50px 0 10px 290px; list-style: none; position:absolute; padding: 10px; float: left; width: 200px; height: 130px; font-size: 18px; font-weight: normal; background-position: 0 0; z-index: 999; }

.nav li ul li ul
{
	margin-left: 150px;
}

.nav li ul li
{ line-height: 2.5em; }

.nav li.current-menu-parent ul
{
	display: none;
}

.nav li.current-menu-item > a, .nav li > a:hover, .nav li > a:active
{
	color: #ffc600;
}

#footer
{
	display: none;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}

#copyright
{
	font-size: 11px;
	margin: 40px 0 0 10px;
	padding: 10px 0 0 30px;
	float: left;
	width: 250px;
	height: 110px;
}

#content_wrapper
{
	width: 72%;
	float: left;
	margin: 0;
}

#page_content_wrapper
{ background-position: 0 0; width: 910px; margin: auto; padding-bottom: 30px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; position: relative; top: 20px; }

#content_wrapper .inner
{
	height: 600px;
	overflow: hidden;
}

#page_content_wrapper .inner
{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
}

#view_slideshow
{
	position: absolute;
	background: #000000;
	padding: 5px;
	font-size: 11px;
	top: 35px;
	right: 20px;
  	z-index: 3;
  	cursor: pointer;
}

#move_next
{ background-position: 0 0; position: fixed; width: 60px; height: 60px; bottom: 250px; right: 20px; z-index: 2; display: block; }

#move_prev
{ background-position: 0 0; position: fixed; width: 60px; height: 60px; bottom: 250px; left: 20px; z-index: 2; display: block; }

.card.desc h1
{
	display: block;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
}

#content_wrapper .card
{
	float: left;
	height: 600px;
	overflow: hidden;
	margin: 0;
}

#content_wrapper .card .title
{
	display: block;
	position: relative;
	top: -44px;
	padding: 10px 0 10px 15px;
	left: 0px;
	width: 80%;
	background: #000;
	font-size: 11px;
}

#content_wrapper .card .title h2
{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
}

#content_wrapper .card_content
{
	background: #999;
	color: #000;
	height:200px;
	top: -10px;
	position: relative;
	padding: 10px 15px 10px 15px;
}

#content_wrapper .card.desc
{ background-position: 0 0; float: left; padding: 30px 40px 30px 30px; width: 260px; }

.post_wrapper
{
	width: 100%;
	margin: 0 0 70px 0;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
}

.post_header h2
{
	color: #999;
	font-size: 24px;
}

.post_detail
{
	width: 97%;
	margin: auto;
}

.post_header .post_detail, .recent_post_detail
{
	font-size: 11px;
	word-spacing: 1px;
	font-style: italic;
	width: 100%;
	padding: 5px 10px 5px 10px;
}

#about_the_author
{
	width: 98%;
	float: left;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#about_the_author .header span
{
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

#about_the_author .thumb
{
	width: 80px;
	float: left;
	margin: 20px 0 0 20px;
}

#about_the_author .thumb img
{
	padding: 3px;
	width: 50px;
}

#about_the_author .description
{
	width: 370px;
	float: left;
	padding: 20px 0 20px 0;	
}

.comment .left img.avatar
{
	width: 50px;
}

.comment
{
	width: 545px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-bottom: 20px;
	float: left;
}

.comment .left
{
	width: 80px;
	float: left;
}

.comment .right
{
	width: 65%;
	float: left;
}

ul.children
{
	list-style: none;
}

ul.children .comment
{
	width: 70%;
	margin: -30px 0 20px 80px;
	padding: 10px 0 10px 15px;
	float: left;
}

ul.children ul.children .comment 
{
	width: 40%;
	margin: 0 0 40px 170px;
	padding: 15px 0 15px 15px;
	float: left;
}

.arrow_list, .check_list, .star_list
{
	margin-top: 15px;
}

.arrow_list li
{
	margin: 5px 0 0 20px;
	list-style-image: url(../../Images/CSS/arrrow_li.png);
}

.one_half
{
	float: left;
	width: 47%;
}

.one_half.last
{
	position: relative;
	left: 5%;
}

.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 3%;
}

.one_third.last
{
	margin-right: 0;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.one_fourth
{
	width: 22%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.last
{
	margin-right: 0;
}

.one_fifth
{
	width: 14%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_fifth.last
{
	margin-right: 0;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_sixth.last
{
	margin-right: 0;
}

.cufon.space
{
	margin-bottom: 15px;
}

#content_slider_wrapper
{
	width: 100%;
	height: 20px;
	background: transparent;
	position: fixed;
	bottom: 200px;
}

#content_slider
{
	width: 90%;
	height: 20px;
	background: transparent;
	margin: 0;
	cursor: pointer;
	position: relative;
}

#content_slider .ui-slider-handle
{ background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: center; width: 11%; height: 20px; margin: 0; position: absolute; display: block; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; }

#page_content_wrapper { background-image: url(../../Images/funcion/fundo.png); width: 910px; top: 80px; overflow: hidden; }

#page_content_wrapper .inner .sidebar_content
{
	width: 590px;
	padding: 20px 10px 30px 40px;
	float: left;
}

#page_content_wrapper .inner .sidebar_content.full_width
{
	width: 840px;
}

#page_content_wrapper .sidebar_content h1
{
	display: block;
	margin: 0 0 20px 0;
}

#page_content_wrapper .sidebar_content h6
{
	display: block;
	margin: 0 0 0px 0;
}

#page_content_wrapper .inner .sidebar_wrapper
{
	width: 220px;
	float: left;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar
{
	width: 200px;
	float: left;
	margin-top: 20px;
	min-height: 300px;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content
{
	width: 100%;
	margin: 20px 10px 0 20px;
}

.box_texto {
	position:absolute;
	top:15px;
	left:10px;
	width:825px;
	height:377px;
}

/*
	Input layout
*/

input[type=text], input[type=password], select
{ padding: 5px 10px; font-size: 12px; margin: 0; border: solid 1px #444; color: #666; background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

input[type=text].blur
{
	color: #999;
	font-style: italic;
}

label
{
	font-weight: bold;
	color: #fff;
}

textarea
{ padding: 5px 10px; font-size: 12px; color: #666; margin: 0; height: 200px; overflow: auto; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border: solid 1px #444; }

input[type=submit], input[type=button], a.button
{
	outline: none medium;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding: 0.5em 2em 0.55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.7);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.7);
	box-shadow: 0 1px 2px rgba(0,0,0,.7);
	color: #ffffff;
	border: solid 1px #000000;
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background: #000000;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
	text-shadow: -1px 0 1px rgba(0,0,0,.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.button
{
	padding-top:8px;
}

input[type=submit].medium, input[type=button].medium, a.button.medium
{
	font: 16px/100% Arial, Helvetica, sans-serif;
}

input[type=submit].large, input[type=button].large, a.button.large
{
	font: 20px/100% Arial, Helvetica, sans-serif;
}

input[type=submit]:active, input[type=button]:active, a.button:active
{ background-color: #444444; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: relative; top: 1px; left: 1px; }


input[type=submit].left, input[type=button].left, a.button.left
{
	float: left;
}

input[type=submit].right, input[type=button].right, a.button.right
{
	float: right;
}

input[type=submit].center, input[type=button].center, a.button.center
{
	margin: auto;
}

.pagination {
	margin: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.pagination a {
	padding: 5px 7px 5px 7px;
 	margin: 0 3px 0 3px;
 	background: #000;
	color: #fff;
}

.pagination a:hover, .pagination a:active, .pagination a.active {
	color: #000;
	background: #999;
}

#anything_slider, .slideshow
{
	width: 940px;
	height: 400px;
	margin: auto;
	position: relative;
	clear: both;
}

.slideshow
{
	margin: 0 0 15px 0;
}

#anything_slider .wrapper, .slideshow .wrapper{ 
	width: 939px; 
	overflow: hidden; 
	height: 400px; 
	margin: 0; 
	position: absolute; 
}

.slideshow .wrapper
{
	padding: 5px;
}

#anything_slider .wrapper ul, .slideshow .wrapper ul{ 
	width: 30000px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

#anything_slider ul li, .slideshow ul li { display: block; float: left; padding: 0; height: 391px; width: 959px; margin: 0; }

#anything_slider #start-stop, .slideshow #start-stop
{
	display: none;
}

#anything_slider .arrow, .slideshow .arrow
{
	position: relative;
	top: 450px;
	left: -813px;
	display:block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: right;
	margin-right: 7px;
}

#anything_slider .arrow.forward, .slideshow .arrow.forward
{ background-position: 0 0; text-indent: -9999px; }

#anything_slider .arrow.back, .slideshow .arrow.back
{ background-position: 0 0; text-indent: -9999px; }

#anything_slider a.arrow:hover, .slideshow a.arrow:hover
{
  /* CSS3 standard */
  opacity:0.6;
}

.slideshow #thumbNav
{
	position: relative;
	clear: both;
	top: 94%;
}

/*@-moz-document url-prefix() { .slideshow #thumbNav { margin-top: 52% } } */

#thumbNav a{ background-position: 0 0; display:block; width: 14px; height: 14px; border:0; margin-right: 3px; float: left; cursor: pointer; position: relative; top: 140px; left: 0; padding-right: 4px; cursor: pointer; text-indent: -9999px; }

.slideshow #thumbNav a
{
	top: 0;
}

#thumbNav a:hover{ background-position: 0 0px; }
#thumbNav a.cur{ background-position: 0 0; }

.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #b11623;
	line-height: 0.9em;
	text-transform: uppercase;
	font-size: 40px;
	padding-top: 25px;
	letter-spacing: -2px;
	display: none;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #fff;
	margin: 10px 0 0 3px;
}

@-moz-document url-prefix() { .caption-left p, .caption-right p, .caption-bottom p { margin-top: 30px } } 

.caption-left
{
	background: #000;
	width: 300px !important;
	position: relative;
	top: -200px;
	padding: 0 12px 20px 15px;
	z-index: 999;
	display: none;
}

.caption-right
{
	width: 300px;
	background: transparent;
	position: relative;
	left: 612px;
	padding: 0 12px 20px 15px;
	top: -200px;
	z-index: 999;
	display: none;
}

#page_content_wrapper .sidebar .content .posts.blog li img, #page_content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 3px;
 	width: 50px;
}

#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li
{
	padding: 0 0 20px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li
{
	margin: 20px 0 0 0;
	padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2
{
	font-size: 20px;
	display: block;
	text-align: left;
}

#page_content_wrapper .sidebar .content .sidebar_widget li:first-child
{
	padding-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul
{
	list-style: none;
	padding: 10px;
	margin: 0 0 15px 0;
	list-style-image: url(../../Images/CSS/arrrow_li.png);
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li
{
	padding: 0 0 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page_content_wrapper table#wp-calendar
{
	background: #000;
	color: #999;
	border: 1px solid #333;
	margin-bottom: 30px;
	font-size: 1.1em;
	width: 100%;
}

#page_content_wrapper table#wp-calendar a
{
	color: #fff;
	font-weight: bold;
}

#page_content_wrapper table#wp-calendar caption
{
	font-family: Quicksand;
	margin-bottom: 10px;
	color: #F8C100;
	text-transform: uppercase;
	text-align: left;
	font-size: 22px;
}

#page_content_wrapper table#wp-calendar tr th, #page_content_wrapper table#wp-calendar tr td
{
	padding: 0 8px 0 7px;
	border-bottom: 0;
}

table#wp-calendar tr th
{
	background: #333;
}

#page_content_wrapper table#wp-calendar tfoot tr
{
	display: none;	
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_calendar h2, #searchsubmit
{
	display: none;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 5px 0 30px 0;
	float: left;
	display: block;
	padding: 0 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a
{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img
{
	padding: 3px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
	margin: 0;
	margin-top: 5px;
	list-style:none;
	font-size: 11px;
	padding: 0 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li
{
	padding-left:32px;
	padding-bottom: 10px;
	background-image:url(../../Images/icones/whatsapp.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	padding: 0 0 3px 0;
	margin-left: -5px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

ul.list
{
	margin: 5px 0 0 20px;
}

/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 960px;
	height: 360px;
	margin: auto;
	margin-top:15px;
	background: #000;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption { position:absolute; left:0; bottom:20px; color:#999; background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 400px; height: auto; z-index:89; }

.nivo-caption.right {
	right: 0;
}

.nivo-caption h4
{
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}

.nivo-caption p {
	padding:10px 15px 20px 15px;
	margin:0;
}

.nivo-caption a.button
{
	text-shadow: -1px 0 1px #000;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav
{
	display: none;
}

.nivo-directionNav a {
	position:relative;
	top:120px;
	z-index:99;
	cursor:pointer;
	width: 40px;
	height: 80px;
	display: block;
}
.nivo-directionNav a.nivo-prevNav { background-position: 0 0; text-indent: -9999px; left: 20px; }
.nivo-directionNav a.nivo-nextNav { background-position: 0 0; text-indent: -9999px; left: 895px; top: 42px; }

.nivo-prevNav:active { background-position: 0 0; }
.nivo-nextNav:active { background-position: 0 0; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav
{
	display: block;
	background: transparent;
	z-index:99;
	float: none;
	margin: auto;
	padding: 10px 0 0 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	top: 103%;
	left: 0;
}
.nivo-controlNav a { background-position: 0 0; position:relative; z-index:99; cursor:pointer; width: 12px; height:12px; display: block; float: left; text-indent: -9999px; margin: 0 7px 0 0; }
.nivo-controlNav a:hover, .nivo-controlNav a.active { background-position: 0 0; }

.nivo-controlNav {
	position:absolute;
	bottom: 0px; /* Put the nav below the slider */
	position:absolute;
}
.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}

.nivo-html-caption {
    display:none;
}

.highlight_yellow
{
	background: #ffc600;
	color: #000;
	text-shadow: -1px 0 1px #fff;
}

.highlight_black
{
	background: #000;
	color: #fff;
}

#page_content_wrapper ul.twitter
{
	margin: 0;
	list-style:none;
}

#page_content_wrapper ul.twitter li
{
	padding-left:32px;
	background-image:url(../../Images/icones/whatsapp.png);
	background-repeat:no-repeat;
	background-position:0px 0.3em;
	padding-bottom: 2em;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr
{
	list-style: none;
	margin: 15px 0 30px 0;
	float: left;
	display: block;
	clear: both;
}

ul.flickr li
{
	float: left;
	margin: 0 5px 5px 0;
}

#page_content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-left: -7px;
	margin-top: 15px;
	font-size: 11px;
}

#page_content_wrapper .sidebar .content .posts.blog li, #page_content_wrapper .posts.blog li
{
	line-height: 1.7em;
	clear: both;
	border:0;
	background: none;
	padding-left: 10px;
}

#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header
{
	font-weight: bold;
	font-size: 14px;
}

.gallery-caption
{
	font-weight: bold;
}

#kenburns
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

#kenburns_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}


/* CSS Desktop */ 

.sidebar_content.full_width {
  text-align: center; /* Centraliza imagens ou conteúdo inline */
}

.sidebar_content.full_width img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* Garante centralização se text-align falhar */
} 

.box-center-txt { 
	position:relative; 
	width:825px; 
	height:auto;
	overflow: hidden;
}
  
.box-left-txt { 
	position:relative; 
	top:0; 
	left:50px; 
	width:500px; 
	height:auto; 
	visibility: visible; 
	float: left; 
	clear: none; 
	overflow: hidden;
}

.box-right-txt { 
position:relative; 
top:0; 
right: 50px; 
width:500px; 
height:auto; 
visibility: visible; 
float: right; 
clear: none; 
overflow: hidden;
}

.box-right-txt1 { 
position:relative; 
top:0; 
right: 50px; 
width:430px; 
height:auto; 
visibility: visible; 
float: right; 
clear: none; 
overflow: hidden;
}

.box-left-txt1 { 
position:relative; 
top:0; 
right: 30px; 
width:500px; 
height:auto; 
visibility: visible; 
float: right; 
clear: none; 
overflow: hidden;
}

.img-center-large795 {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	margin-bottom: 2px; /* aproxima a legenda */
	display: block !important;

}

.img-left-420px310px { 
	width: 100%;
  	height: auto;
  	display: block !important;
  	margin-bottom: 2px; /* aproxima a legenda */
}

.bloco-foto-legenda_left1 {
  float: right;
  width: 310px;
  margin-right: 30px;
  margin-bottom: 20px;
  overflow: hidden; /* <- força o container a "abraçar" os filhos */
  border-top: 1px solid transparent;
  clear: none; 
}

.bloco-foto-legenda_left {
  float: left;
  width: 310px;
  margin-left: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden; /* <- força o container a "abraçar" os filhos */
  border-top: 1px solid transparent;
}

.bloco-foto-legenda_right {
  float: left;
  width: 310px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden; /* <- força o container a "abraçar" os filhos */
  border-top: 1px solid transparent;
}

.bloco-foto-legenda_right1 {
  float: left;
  width: 380px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden; /* <- força o container a "abraçar" os filhos */
  border-top: 1px solid transparent;
}

.bloco-img-legenda-responsiva {
  max-width: 795px;        /* tamanho máximo da imagem */
  width: 100%;             /* ocupa toda a largura disponível até o limite */
  margin: 20px auto;       /* centraliza horizontalmente */
  text-align: center;
  padding: 0;
}

.img-responsiva {
  width: 100%;             /* imagem preenche o container */
  height: auto;            /* mantém a proporção da imagem */
  display: block;
  margin: 0 auto;
}

/*test*/

.foto-legenda_left {
  float: right;
  width: 400px;
  margin-right: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden; /* <- força o container a "abraçar" os filhos */
  border-top: 1px solid transparent;
  clear: none; 
}

.foto-legenda_right {
  float: left;
  width: 400px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden; /* <- força o container a "abraçar" os filhos */
  border-top: 1px solid transparent;
  clear: none; 
}
  
.legenda-fto310 {
	color: #c0c0c0;
  	font-family: MoonTime-Regular, serif;
  	font-size: 14px;
  	font-weight: bold;
  	text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: block;         /* <-- força layout de bloco previsível */
}
  
.roda_pe {
  	position: relative;
  	width: 100%;
 	text-align: center;
  	padding: 60px 0 10px;
 	margin: 0 0 10px !important;
    line-height: 1 !important;
    display: block;
}

#cover_content {
	position:fixed;
	top:40px;
	right:50px;
	z-index:999;
}


/* CSS Mobile */

@media screen and (max-width: 898px){
	
html, body {
  overflow-x: hidden;
}

#page_content_wrapper {  
	width: 100%; 
	top: 25px;
	background-image: url(../../Images/funcion/fundo_Mobile.png);;
}

#page_content_wrapper .sidebar_content {
    padding: 0 15px; /* evita que a imagem grude nas bordas */
}

#page_content_wrapper .sidebar_content img { 
  	width: 100%; 
  	height: auto
}
	
.box-center-txt { 
	width:100%; 
	height:auto;
	padding: 0 0 0;
	top: 20px;
	float: none;
	margin: 0 auto;
}
  
     
.box-left-txt {
    float: none;           /* remove o float */
    width: 100%;            /* ocupa quase toda a largura da tela */
    left: 0;               /* remove deslocamento lateral */
    margin: 0 auto;         /*centraliza horizontalmente */
	padding: 0 0 0;
}

.box-right-txt {
    float: none;           /* remove o float */
    width: 100%;            /* ocupa quase toda a largura da tela */
    left: 0;               /* remove deslocamento lateral */
    margin: 0 auto;       /*  centraliza horizontalmente */
 	padding: 0 0 0;        /* espaço interno para respirabilidade */

}

.box-left-txt1 {
    float: none;           /* remove o float */
    width: 100%;            /* ocupa quase toda a largura da tela */
    left: 0;               /* remove deslocamento lateral */
    margin: 0 auto;         /*centraliza horizontalmente */
	padding: 0 0 0;
	top: 0;
}

.box-right-txt1 {
    float: none;           /* remove o float */
    width: 100%;            /* ocupa quase toda a largura da tela */
    left: 0;               /* remove deslocamento lateral */
    margin: 0 auto;       /*  centraliza horizontalmente */
 	padding: 0 0 0;        /* espaço interno para respirabilidade */
 	top: 0;

}

.img-center-large795 {
	margin-top: 20px;

}
  
.img-left-420px310px {
  float: none;
  display: block;
  text-align: center;
  display: block;
  margin: 0 auto 4px auto; /* centraliza imagem */
  /*margin: 20px auto; */       /* centraliza horizontalmente */
  width: 310px !important;              /* usa o tamanho natural da imagem */
  max-width: 100%;          /* impede que ultrapasse o tamanho da tela */
  height: auto;
  margin-bottom: 1px; /* aproxima ainda mais da legenda */
}
   
.bloco-foto-legenda_left {
    float: none;
    margin: 30px auto 10px auto; /* centraliza horizontalmente */
    display: block;
    text-align: center !important; 
  }
  
.bloco-foto-legenda_right {
    float: none;
    margin: 30px auto 10px auto; /* centraliza horizontalmente */
    display: block;
    text-align: center !important;
  }

 .legenda-fto310 {
    margin-top: 0px;
    line-height: 1;
    padding: 0;
    text-align: center !important;
 }     
   
#page_content_wrapper .sidebar_content h1 {
	display: block;
	font-size: 28px;
	margin: 0 0 15px 0;
}

#page_content_wrapper .sidebar_content h2 {
	display: block;
	font-size: 22px;
	margin: 0 0 5px 0;
	
}

#page_content_wrapper .sidebar_content p {
	display: block;
	padding: 20px 15px 0;
	
}

.roda_pe h6 { 
   	padding-top: 20px !important;   /* ou menos, se quiser colado */
    padding-bottom: 10px;
    margin: 0 !important;
    line-height: 1;
    display: block;
  }


/* === BOTÃO HAMBÚRGUER MOBILE === */
#menu_mini_state_btn {
  display: flex;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-color: #000;
  z-index: 1001;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

/* Ícone hambúrguer */
.hamburger,
.hamburger::before,
.hamburger::after {
  content: '';
  display: block;
  background-color: #fff;
  height: 3px;
  width: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.hamburger::before {
  position: absolute;
  top: -8px;
}

.hamburger::after {
  position: absolute;
  top: 8px;
}

/* Quando o menu está aberto (classe aplicada no body) */
body.menu-open .hamburger {
  background-color: transparent;
}

body.menu-open .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}

body.menu-open .hamburger::after {
  transform: rotate(-45deg);
  top: 0;
}

/* Quando o menu está aberto, vira X */
body.menu-open .hamburger {
  background-color: transparent;
}

body.menu-open .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}

body.menu-open .hamburger::after {
  transform: rotate(-45deg);
  top: 0;
}

  /* Oculta a barra lateral com imagem no mobile */
  #menu_mini_state {
    display: none !important;
  }

  /* Mostra o menu lateral com a classe .show */
  #menu_wrapper {
    left: -400px; /* Escondido por padrão */
    transition: left 0.3s ease;
  }

  #menu_wrapper.show {
    left: 0px; /* Mostra o menu */
  }
  
 /* Esconde botão X e overlay por padrão */
#menu_overlay,
#menu_close_btn {
  display: none;
}

/* Menu ativado no mobile */
body.menu-open {
  overflow: hidden;
}

#menu_wrapper.show {
  left: 0 !important;
}

/* ===== MENU E SUBMENU COM SETAS AJUSTADAS ===== */

/* Estilo dos links com submenu */
.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* Espaço entre o texto e a seta */
  position: relative;
  padding-right: 0; /* Sem espaço extra */
  width: auto;
  color: #dbd095;
  text-decoration: none;
}

/* Seta padrão para submenu fechado */
.menu-item-has-children > a::after {
  content: "▼";
  font-size: 12px;
  color: #dbd095;
  position: static; /* Fica logo após o texto */
}

/* Seta invertida para submenu aberto */
.menu-item-has-children.open > a::after {
  content: "▲";
}

/* Submenus ocultos por padrão */
.menu-item-has-children > ul.sub-menu,
.menu-item-has-children > ul.sub-menu0,
.menu-item-has-children > ul.sub-menu1,
.menu-item-has-children > ul.sub-menu2,
.menu-item-has-children > ul.sub-menu3 {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  float: none;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 15px;
  margin: 0;
  z-index: 1;
}

/* Submenus visíveis quando abertos */
.menu-item-has-children.open > ul.sub-menu,
.menu-item-has-children.open > ul.sub-menu0,
.menu-item-has-children.open > ul.sub-menu1,
.menu-item-has-children.open > ul.sub-menu2,
.menu-item-has-children.open > ul.sub-menu3 {
  display: block;
}

/* Recuo visual para subníveis */
ul.sub-menu0 {
  margin-left: 15px;
}

ul.sub-menu1 {
  margin-left: 30px;
}

ul.sub-menu2,
ul.sub-menu3 {
  margin-left: 40px;
}

 .sub-menu3 {
    transform: none !important;
  }

/* SCROLL DO MENU MOBILE */

body.menu-open #menu_wrapper {
  left: 0 !important;
  max-height: 100vh;
  height: 100vh;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: fixed;
  top: 0;
}

body.menu-open .sub-menu,
body.menu-open .sub-menu0,
body.menu-open .sub-menu1,
body.menu-open .sub-menu2,
body.menu-open .sub-menu3 {
  max-height: none;
  overflow-y: visible !important;
  overflow-x: hidden !important;
  position: relative;
}

html,
body {
  overflow-x: hidden !important;
}

  .foto-legenda_left,
  .foto-legenda_right {
    float: none !important;
    display: block;
    margin: 20px auto !important; /* centraliza horizontalmente */
    width: 90% !important;         /* ocupa 90% da largura da tela */
    max-width: 400px;              /* limite de largura */
  }

  .foto-legenda_left img,
  .foto-legenda_right img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

 .bloco-foto-legenda_left1 { 
    float: none !important;
    display: block;
    margin: 20px auto !important; /* centraliza horizontalmente */
    width: 90% !important;         /* ocupa 90% da largura da tela */
    max-width: 400px;              /* limite de largura */
  }
  
   .bloco-foto-legenda_right1 { 
    float: none !important;
    display: block;
    margin: 20px auto !important; /* centraliza horizontalmente */
    width: 90% !important;         /* ocupa 90% da largura da tela */
    max-width: 400px;              /* limite de largura */
  }

 #cover_content {
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
  }

  #cover_content img {
    width: 100%;
    height: auto;
  }

}

