@charset "utf-8";
/* CSS Document */

/*
===========================================================
// Zera as configurações padrões dos elementos html.
===========================================================
*/

.banner_selectors {
	z-index: 3;
}
.ver-todas {
	text-align: center;
	background: #2B592F;
	padding: 12px 0;
	margin: 35px auto 0 auto;
	width: 80%;
	border-radius: 45px;
	font-size: 21px;
}

.ver-todas a {
	 color: white !important;
 }

.ver-todas:hover a {
	color: white !important;
	text-decoration: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	text-decoration:none;
}

:focus {
    outline: 0px;
}

/* --------------------------------------------------------------------------------------------- */
/* Configuração básica padrão para os elementos HTML entre os navegadores web. */
/* --------------------------------------------------------------------------------------------- */

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h1, h2, h3 {
    margin: 16px 0;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
    font-style: italic;
}

blockquote, ul, ol, dl {
    margin: 16px;
}

ol, ul, dl {
    margin-left: 32px;
}

ol li {
    list-style: decimal outside;
}

ul li {
    list-style: disc outside;
}

dl dd {
    margin-left: 16px;
}

th, td {
    /*border: 1px solid #000;*/
    padding: 8px;
}

th {
    font-weight: bold;
    text-align: center;
}

caption {
    margin-bottom: 8px;
    text-align:center;
}

p, fieldset, table {
    margin-bottom: 16px;
}

body  {
	background:#CBCBCB;
	font-family: 'Abel', sans-serif;
}

body.iternal_page {
	background:#EEEEEE;	
}

/*div.centralizar_980 {
	margin:0 auto;
	width:980px;
	position:relative;	
}*/

/*.total_a_esquerda {
	width:100%;
	float:left;	
	position:relative;
}*/

.header_container, .header_content, .middle_container, .main, .footer_container, .footer_content {
	width:100%;
	float:left;	
	position:relative;	
}

/*.header_center, .middle_center, .footer_center {*/
	/*margin:0 auto;*/
	/*width:980px;*/
	/*position:relative;*/
/*}*/

.section {
	width:100%;
	float:left;	
}

/* --------------------------------------------------------------------------------------------- */
/* Topo do Site / Cabeçalho / Header */
/* --------------------------------------------------------------------------------------------- */


.noticias_action_index header h2 {
	margin-top: 30px;
}

.noticias_action_index .btnLeiaMaisSec {
	justify-content: start;
	margin-top: 15px;
}

.noticiaInterna .resumoSecundaria {
	height: 115px;
}

.noticiaInterna .wrapperNoticiaSecundaria {
	background: white;
	padding: 20px 20px;
	margin-bottom: 25px;
}

.pagination {
	display: flex;
	justify-content: center;
}

.header_container {
	height:127px;
	background:url(../imagens/header/bg_header.jpg) center bottom no-repeat #EEEEEE;	
}

.logomark_header {
	height: 95px;
    margin: 0 auto;
    width: 150px;	
}

.logomark_header h1 {
	margin:0;	
}

.social_networks {
	width:177px;
	height:57px;
	position:absolute;
	right:0;
	top:35px;	
}

.social_networks a {
	width:52px;
	height:51px;
	float:left;
	margin-left:7px;		
}

.facebook_header {
	background:url(../imagens/header/social_networks_header.png) left center no-repeat;
	margin-top:6px;
}

.twitter_header {
	background:url(../imagens/header/social_networks_header.png) -65px center no-repeat;
}

.youtube_header {
	background:url(../imagens/header/social_networks_header.png) right center no-repeat;
	margin-top:2px;	
}

.nav-container {
	width:100%;
	float:left;
	height:39px;
	background:url(../imagens/header/bg_menu_header.jpg) center center no-repeat;
	box-shadow: 0 11px 15px -12px #000000;
	position:relative;
	z-index:999;
}

.nav-container nav {
  width:980px;
  margin:0 auto;	
}

ul.menu_itens {
	width:100%;
	float:left;
	margin:5px 0 0 0;	
}

li.first_lvl {
	float:left;
	list-style:none;
	margin-left:13px;	
	height:27px;
	line-height:27px;
	background:url(../imagens/header/menu_divisor_header.png) left center no-repeat;

	padding-left:14px;
}

li.first_lvl:first-child {
	margin-left:0;
	padding-left:0;
	background:none;	
}

li.first_lvl a {
	font-size:18px;
	color:#ECECEC;	
}

li.first_lvl a:hover {
	color:#FFCC00;	
}


/* The Walking Nav's */
.nav-container { width:100%; }

.sticky {
	position: fixed;
	top: 15px;
	
	animation:thedrop 1s 1;
	-moz-animation:thedrop 1s 1;
	-webkit-animation:thedrop 1s 1;
}

.sticky .nav-above {
	position: absolute;
	top:-15px;
	left:1em;
	right:1em;
	height:15px;
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.first_submenu_itens {
	display:none;	
}

.sub_menu:hover .first_submenu_itens {
	display:block !important;	
}


/* --------------------------------------------------------------------------------------------- */
/* Conteudos do Site / Meio / Middle */
/* --------------------------------------------------------------------------------------------- */

.banner_principal {
	height: auto;
}

.banner_principal, .banner_images {
	width:100%;
	float:left;	
	position:relative;
}

.banner_images a {
	background:url(../imagens/middle/banner_principal_middle.jpg) top center no-repeat;
	height:382px;
	float:left;
	box-shadow: 0 11px 15px -12px #000000;
	width:100%;
}

.banner_selectors {
	position:absolute;
	width:100px;
	height:28px;
	background:#006B3E;
	border-radius:0 0 12px 12px;
	bottom:0;
	left:50%;
	margin-left:-50px;
}

.banner_selectors a {
	background: url("../imagens/middle/banner_selectors_middle.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  display: inline-block;
  height: 14px;
  margin-left: 6px;
  margin-top: 7px;
  text-align: center;
	width: 14px;
	text-indent:999px;
}

.banner_selectors a:hover, .banner_selectors a.active_banner {
	background:url(../imagens/middle/banner_selectors_middle.png) left center no-repeat;	
}

.rotate_roteiros {
	width:100%;
	float:left;	
	background:url(../imagens/middle/saiba_mais_middle.png) right center no-repeat;
	box-shadow: 0 13px 15px -17px #000000;
	padding:30px 0;
}

.rotate_roteiros header {
	width:100%;
	float:left;	
	margin-bottom:20px;
}

.rotate_roteiros header h2 {
	height:36px;
	margin:0;
	line-height:36px;
	float:left;
	font-size:28px;
	color:#006600;	
}

.rotate_roteiros header h2 i {
	background:url(../imagens/middle/title_icons_middle.png) left center no-repeat;	
	height:36px;
	width:24px;
	float:left;
	margin-right:10px;
	border-right:1px solid #006600;
	padding-right:10px;
}

.image_and_title {
	width:364px;
	float:left;
	font-size:36px;
	color:#006600;
	text-align:left;	
}

.image_and_title img {
	float:left;
	margin-bottom:10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.preview_roteiro {
	width:374px;
	float:left;
	height:200px;
	overflow:hidden;
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:40px;	
}

.preview_roteiro:hover {
	color:#616161;	
}

.roteiros_navigation {
	width:165px;
	height:55px;
	position:absolute;
	bottom:30px;
	right:415px;
	z-index:9999;
}

.roteiros_navigation a {
	width:55px;
	height:55px;	
	float:left;
	margin-left:54px;
}

.roteiros_navigation a:first-child {
	background:url(../imagens/middle/nav_buttons_middle.png) left center no-repeat;
	margin-left:0;
}

.roteiros_navigation a:last-child {
	background:url(../imagens/middle/nav_buttons_middle.png) right center no-repeat;
}

.middle_buttons {
	float:left;
	width:319px;	
	margin-top:20px;
	margin-left:11px;
}

.middle_buttons:first-child {
	margin-left:0;
}

.middle_buttons header {
	width:100%;
	float:left;
}

.middle_buttons header h2 {
	font-size:28px;
	color:#729A3B;
	float:left;
	font-weight:normal;
	float:left;
	height:36px;
	line-height:50px;
	margin:0;	
}

i.icon_one {
	width:36px;
	height:36px;
	background:url(../imagens/middle/title_icons_middle.png) -42px center no-repeat;
	float:left;
	margin-right:10px;
}

i.icon_two {
	width:24px;
	height:36px;
	background:url(../imagens/middle/title_icons_middle.png) -98px center no-repeat;
	float:left;
	margin-right:10px;
}

i.icon_three {
	width:32px;
	height:36px;
	background:url(../imagens/middle/title_icons_middle.png) -146px center no-repeat;
	float:left;
	margin-right:10px;
}

.middle_buttons a {
	width:315px;
	height:136px;
	float:left;
	margin-top:20px;
}

.middle_buttons a img {
	border-radius: 20px 20px 70px 20px;	
}

.white_box {
	width:100%;
	float:left;
	height:auto;
	background:#EEEEEE;
	padding-bottom:40px;	
	box-shadow: 0 13px 15px -17px #000000;
}

.eventos {
	width:573px;
	float:left;
	margin-top:20px;	
}

#eventos {
	min-height: 300px;	
}

.eventos header {
	width:100%;
	float:left;	
}

#calendar {
	float:left;	
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

#calendar h2 {
	color: #1F531D;
	font-size: 50px;
	margin-bottom: 40px;
}

.inlinedata { 
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 100%;
	color: #3d8a5c;
	font-weight: bold;
}

.inlinedata input[type="text"] {
	border: 2px solid #3d8a5c;
	margin: 0 3px;
	text-align: center;
	color: #3d8a5c;
	font-weight: bold;
	border-radius: 5px;
	height: 35px;
}

.busca_calendario {
	/*background-image:url(../imagens/middle/busca.png);*/
	width: auto;
	height: auto;
	border-radius: 5px;
	border: 1px solid #3d8a5c;
	background-color: #fff;
	padding: 6px !important;
	background-repeat: no-repeat;
	margin-top: 20px;
	cursor: pointer;
	font-size: 21px;
}	

.datepick {
	float:left;
	margin-left: 5px;	
}

#date1 {
	margin-left: 85px;	
}

.eventos header h2 {
	font-size:28px;
	float:left;
	color:#207C55;
	font-weight:normal;
	margin:0;	
}

.eventos header a {
	width:124px;
	height:29px;
	background:#1099BA;
	border-radius:6px;
	float:right;
	text-align:center;
	line-height:29px;
	font-size:14px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

.eventos header a:hover {
	background:#7AB146;	
}

.event_days {
	width:100%;
	float:left;
	height:79px;
	margin-top:15px;	
}

.event_days a {
	width:68px;
	height:79px;
	float:left;
	border-radius:8px;
	background:#1099BA;	
	font-family: 'Pathway Gothic One', sans-serif;
	color:#FFFFFF;
	margin-left:16px;
}

.event_days a:hover {
	background:#66B0C2;	
}

.event_days a.active_day {
	background:#7AB146;	
}

.event_days a:first-child {
	margin-left:0;	
}

.event_days a span {
	width:100%;
	float:left;
	text-align:center;
}

.event_days a span:first-child {
	font-size:42px;	
}

.event_days a span:last-child {
	font-size:24px;	
}

.preview_event {
	width:100%;
	float:left;	
	margin-top:20px;
}

.preview_event a {
	width:100%;
	float:left;	
}

.preview_event a img {
	float:left;
}

.preview_event a strong {
	width:289px;
	float:right;
	text-align:left;
	font-size:20px;
	color:#444444;	
}

.preview_event a span {
	width:289px;
	float:right;
	text-align:left;
	font-size:13px;
	color:#444444;
	margin-top:10px;
}

.noticias {
	width:373px;
	float:right;
	margin-top:20px;	
}

.noticias header {
	width:100%;
	float:left;	
}

.noticias header h2 {
	font-size:28px;
	float:left;
	color:#207C55;
	font-weight:normal;
	margin:0;	
}

.noticias header a {
	width:124px;
	height:29px;
	background:#1099BA;
	border-radius:6px;
	float:right;
	text-align:center;
	line-height:29px;
	font-size:14px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

.noticias header a:hover {
	background:#7AB146;	
}

.news_preview {
	width:100%;
	float:left;	
	margin-top:15px;
}

.news_preview a {
	width:100%;
	float:left;
	color:#444444;	
	margin-top:15px;
	border-bottom:6px solid #1099BA;
	padding-bottom:10px;
}

.news_preview a:hover {
	border-bottom:6px solid #7AB146;
}

.news_preview a strong {
	width:100%;
	float:left;
	font-size:14px;	
}

.news_preview a span {
	width:100%;
	float:left;
	font-size:13px;
	margin-top:7px;
}

.dicas {
	width:100%;
	float:left;
	margin-top:20px;	
	padding-bottom:25px;
	box-shadow: 0 20px 23px -26px #000000;
}

.gray_box {
	width:100%;
	float:left;
	padding-bottom:30px;	
	box-shadow: 0 20px 23px -26px #000000;
}

.dicas header {
	width:100%;
	float:left;	
	margin-bottom:20px;
}

.dicas header h2 {
	height:36px;
	margin:0;
	line-height:50px;
	float:left;
	font-size:28px;
	color:#006600;	
}

.dicas header h2 i {
	background:url(../imagens/middle/title_icons_middle.png) -202px center no-repeat;	
	height:36px;
	width:39px;
	float:left;
	margin-right:10px;
}

.dicas header a {
	width:92px;
	height:29px;
	background:#006B3E;
	text-align:center;
	color:#FFFFFF;
	line-height:29px;
	border-radius:6px;
	float:left;
	margin-top:10px;
	margin-left:50px;
}

.dicas header a:hover {
	background:#1099BA;	
}

.dicas_content {
	width:100%;
	float:left;	
}

.dicas_content a {
	float: left;
    margin-left: 60px;
    width: 458px;
	position:relative;
}

.dicas_content a:first-child {
	margin-left:0;	
}

.dicas_content a img {
	float:left;
	border-radius:75px 	
}

.dicas_content a span {
	margin-left:12px;
	font-size:13px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;	
	width:293px;
	float:left;
	margin-top:20px;
}

.dicas_content a:hover i {
	width:76px;
	height:76px;
	position:absolute;
	top:0;
	left:-20px;	
	display:block;
	background:url(../imagens/middle/hover_dicas_middle.png) center center no-repeat;
}

.end_middle {
	width:100%;
	float:left;	
}

.newsletter_signup {
	width:430px;
	float:left;	
	margin-top:20px;
}

.newsletter_signup header {
	width:100%;
	float:left;	
	margin-bottom:15px;
}

.newsletter_signup header h2 {
	height:36px;
	margin:0;
	line-height:50px;
	float:left;
	font-size:28px;
	color:#006600;	
}

.newsletter_signup header i {
	background:url(../imagens/middle/title_icons_middle.png) -260px center no-repeat;	
	height:36px;
	width:40px;
	float:left;
	margin-right:10px;
}

.newsletter_signup span {
	width:100%;
	float:left;
	font-size:11px;
	color:#535353;
	font-family:Arial, Helvetica, sans-serif;	
}

.form_box {
	width:100%;
	float:left;
	margin-top:15px;	
}

.text_box {
	width:294px;
	margin:0 auto;
	height:30px;
	display:block;
	text-align:center;
	font-size:12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;	
	border:2px solid #AAAAAA;
}

.send_buttom {
	width:100px;
	height:31px;
	border-radius:7px;
	background:#006B3E;
	color:#FFFFFF;
	text-align:center;
	line-height:31px;
	font-size:18px;
	border:none;
	margin:0 auto;
	display:block;
	margin-top:15px;
	cursor:pointer;	
	font-family: 'Abel', sans-serif;
}

.gadgets {
	width:529px;
	height:230px;
	background:url(../imagens/middle/bg_gadgets_middle.png) center center no-repeat;
	float:right;	
}

.gadgets .climaTempo{
	float: left;
  margin-left: 75px;
  margin-top: 15px;
  margin-right: 15px;
}

.gadgets .cotacaoDolar{
  float: left;
  margin-top: 7px;
}

.title_and_share {
	width:100%;
	float:left;
	margin-top:40px;
	margin-bottom:15px;
}

h2.internal_page_title {
	width: 100%;
	float:left;
	font-size:31px;
	color:#398A67;
	margin:0;
	font-weight:normal;
}

.share_general_container {
	float:right;	
	margin-top:15px;
}

.share_general_container p {
	font-size:18px;
	color:#666666;
	float:left;	
	width: auto !important;
  margin: 0 !important;
}

.share_buttons {
	width:80px;
	float:right;	
	margin-left:10px;
}

.share_container a {
	float:left;
	padding:0 4px;	
}

#text_internal_page {
	padding-top:20px;
	padding-bottom:30px;
	width:100%;
	float:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555555;
	line-height:22px;
}

#text_internal_page img {
	margin-top:15px;	
}

#text_internal_page p {
	width:100%;
	margin:0 auto;
	margin-top:20px;
}

/* VITOR */

.passeios_frase {
	text-align:center;
	font-weight:bold;
}

.passeio {
	margin-top:30px;
	float:left;
}

.passeio img {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border: 2px solid #4E9426;
	float:left;
}

.passeio_transp {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 176px 280px;
	border-color: transparent transparent black transparent;
	position: absolute;
	margin-top: 17px;
	margin-left: 2px;
	opacity:0.08;	
	filter: alpha(opacity = 08);
}

.passeio_img_borda {
	width:15px;
	height:210px;
	background-color:#4E9426;
	float:left;
}

.passeio h1{
	font-size:30px;
	font-family: 'Abel', sans-serif;
	padding-top:15px;
	color:#1F531D;
	float:left;
	margin-left:15px;
}

.passeio p{
	text-align:justify;
	float:left;
	width:665px !important;
	margin-top: 15px !important;
	margin-left:15px !important;	
	font-weight:bold;
}

.passeio a{
	/* TEXTO */
	float: left;
	line-height: 14px;
	margin-top: 1px;
	margin-left: 1px;
	height: 16px;
	width:78px;
	text-align:center;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top:1px;
	/* GRADIENTE */
	background: #e4f5fc; /* Old browsers */
	background: -moz-linear-gradient(-60deg,  #75A037 0%, #75A037 50%, #99CC33 50%, #99CC33 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#75A037), color-stop(50%,#99CC33), color-stop(50%,#9fd8ef), color-stop(100%,#2ab0ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-78deg,  #75A037 0%,#75A037 50%,#99CC33 50%,#99CC33 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-78deg,  #75A037 0%,#75A037 50%,#99CC33 50%,#99CC33 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-78deg,  #75A037 0%,#75A037 50%,#99CC33 50%,#99CC33 100%); /* IE10+ */
	background: linear-gradient(168deg,  #75A037 0%,#75A037 50%,#99CC33 50%,#99CC33 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75A037', endColorstr='#99CC33',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.veja {
	background-color: #99CC33;
	width: 79px;
	height: 18px;
	float: right;
	border: 2px solid #669933;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;	
}


.menu_interna {
	float: left;
	background-color: #3d8a5c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 30px;
	font-family: 'Arial';
	width:200px;
	
	box-shadow: 7px -2px 20px #888888;
}

.menu_interna a{
	color:#FFFFFF;
	font-size: 15px;
}

.menu_interna ul{
	margin-left: 16px;
	text-align: left;
}

.menu_interna li{
	list-style:disc inside;
	margin-bottom: 7px;
}

.menu_roteiros li {
	list-style: none;	
	margin-bottom: 15px;
	position: relative;
}

.menu_roteiros li span {
	text-align: center;
	float: left;	
	width: 100%;
	margin-bottom: 40px;
}

.roteiro_transp {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 112px 174px;
	border-color: transparent transparent black transparent;
	position: absolute;
	margin-top: 17px;
	margin-left: 2px;
	opacity: 0.08;
	filter: alpha(opacity = 08);	
}

.roteiro_separator {
	width: 86px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin-left: 40px;	
}

.menu_roteiros li img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	border:3px dashed #fff;
}

.divider {
	background-color:#FFFFFF;
	height:1px;
	width:125px;
}

.titulo_roteiro {
	margin-top: 5px;
	color: #1F531D;
	font-family: 'Abel', sans-serif;
}

.roteiro_interna {
	float:left;
	width: 760px;	
}

.titulo_roteiro h1 {
	font-size:50px;
	line-height: 50px;
}

.arrow {
	vertical-align:middle;
}

.roteiro_banner {
	border: 2px solid #4E9426;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
}

.legenda {
	width: 470px;
	height: 33px;
	background-color: #4E9426;
	border: 1px solid #FFFFFF;
	margin-top: -20px;
	margin-left: 130px;
	text-align: center;
	color: #FFFFFF;
	font-family: arial;
	font-size: 15px;
	line-height: 32px;
	z-index: 600;
	position: relative;
}

.imagens {
	margin-left: 50px;
}

.banner_roteiro {
	margin-left: 177px;
	position: relative;
	z-index: 500;
}

.local {
	float:right;
	width:960px;
	position:relative;
}

.local img{
	float:left;
	margin:0px 15px 0 40px;
}

.local h2 {
	color:#1F531D;
	font-family: 'Abel', sans-serif;
	font-size:30px;	
}

.local p{
	font-weight:bold;
}

.local span {
	font-size:12px;
}

.texto_interna {
	text-align: justify;
}

.left_divider_box {
	width:20px;
	float:left;
}

.left_divider {
	width: 2px;
	background-color: #99CC66;
	height: 194px;
	margin-left: 9px;
	position:relative;
}

.left_divider:first-child  {
	height: 134px;
	margin-top: 60px;
}

.left_divider:last-child  {
	height: 134px;
	margin-bottom: 60px;
	width: 2px;
	background-color: #99CC66;
	margin-left: 9px;
}

.local i{
	border-radius:50%;
	background-color:#99CC66;
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top: 50%;
	left:-20px;
}

.local:hover i{
	background-color:#326A24 !important;
}

/* --------------------------------------------------- */
/* Formulário Fale Conosco */
/* --------------------------------------------------- */


.formulario_fale_conosco {
	width:445px;
	float:left;	
	margin-top:25px;
}

.nome_campo {
	width:100%;
	float:left;
	font-size:18px;
	margin-top:12px;
	margin-bottom:7px;
	color:#444444;
}

.campo_grande {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 7px 20px -20px black inset;
    color: #333333;
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    width: 401px;	
	font-family:Verdana, Geneva, sans-serif;
	behavior: url(PIE.htc);
}

.campo_pequeno {
	width:235px;
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 7px 20px -20px black inset;
    color: #333333;
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;	
	font-family:Verdana, Geneva, sans-serif;
	behavior: url(PIE.htc);
}

.area_texto {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 7px 20px -20px black inset;
    color: #333333;
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    width: 401px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;	
	behavior: url(PIE.htc);
}

.seletor_fale_conosco {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 7px 20px -20px black inset;
    color: #333333;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    height: 28px;
    padding: 4px 4px 4px 10px;
	min-width:200px;
	behavior: url(PIE.htc);	
}

.seletor_fale_conosco option {
	font-family: Verdana,Geneva,sans-serif;
	font-size:12px;	
}

input.campo_captcha {
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 7px 20px -20px black inset;
    color: #333333;
    float: left;
	margin-right:15px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    width: 140px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;	
	behavior: url(PIE.htc);
}

input.enviar_fale_conosco {
	width:100px;
	height:30px;
	font-size:18px;
	float:left;
	margin-top:50px;	
	background:#79000E;
	border:0;
	color:#FFFFFF;
}


/* --------------------------------------------------------------------------------------------- */
/* Rodapé do Site / Footer */
/* --------------------------------------------------------------------------------------------- */

.footer_container {
	background:url(../imagens/footer/bg_partners_footer.jpg) top center no-repeat #EEEEEE;
	height:auto;
}

.partners {
	width:100%;
	float:left;	
	padding-bottom:20px;
	text-align:center;
	height: 52px;
}

.partners h3 {
	width:100%;
	float:left;
	margin:0;
	text-align:center;
	font-size:16px;
	color:#006B3E;
	font-weight:normal;
	letter-spacing:2px;
	margin-top:45px;
	margin-bottom: 40px;
}

.partners a {
	width:174px;
	text-align:center;
	margin-top:40px;
	margin-left:80px;	
}

.partners a:nth-child(4n+2) {
	margin-left:0;	
}

.end_footer {
	background:#FFFFFF !important;
	width:100%;
	float:left;	
	padding-bottom:20px;
}

.logomark_footer {
	width:100px;
	float:left;
	margin-top:30px;	
}

.menu_footer {
	width:829px;
	float:right;
	margin-top:30px;
	border-bottom:1px solid #BBBBBB;
	padding-bottom:8px;	
}

.menu_footer li {
	float:left;
	list-style:none;
	margin-left:20px;	
}

.menu_footer li:first-child {
	margin-left:0;		
}

.menu_footer li a {
	font-size:14px;
	color:#2B592E;	
}

.location {
	float:right;	
	width:829px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin-top:8px;
}


.semana {
	margin: 0 !important;
	text-align: center;	
	float: left;
	padding: 20px 0px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
}

.evento {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 20px;
	line-height: 26px;
}

.evento h2 {
	color: #fff;
	margin-bottom: 3px;
}

.calendario_evento_img {
	display: none;
}

.evento {
	color: white;
}

.evento span {
	width: 100%;
	float: left;
	color: #fff;	
}

.menu_eventos {
	padding-top: 32px;
	padding-bottom: 32px;
	width: 100% !important;
	cursor:pointer;
}

.dia_atual {
	height: 80px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;	
	position: relative;
    margin-botom: 25px;
}

.box_dia {
	width: 55px;
	height: 65px;
	border: 2px solid #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #7AB146;	
	text-align: center;
	position: relative;
	margin-top: 5px;
	margin-left: 10px;
	float:left;
}

.box_dia_azul {
	background-color: #1099BA;
}	

.box_dia_azul span {
	font-size:20px !important;	
	top: 12px !important;
	left: -4px !important;
	width: 50px !important;
	height: 60px !important;
}

.box_dia span {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}

#numeroDia {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dia_da_semana {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 29px;
	left: 85px;
}

.diaatual {
	background-color: #7AB146 !important;	
}

.box_evento {
	padding: 25px;
	height: 168px;	
}

.box_evento h3 {
	float:left;	
	font-size: 15px;
}

.box_evento img {
	float:left;	
	margin-right: 50px;
}

.box_evento span {
	float:left;
	width: 395px;	
}


.eventos_destaque { 
	background-color: #CBCBCB;
	height: 218px;
	width: 679px;
	float:right;
}

.owl-pagination {
	font-family: Arial;
	margin-top: -40px;
	position: relative;
	z-index: 999;	
}

#ui-datepicker-div {
	z-index: 9999 !important;	
}

#owl-demo .item img{
    display: block;
    height: auto;
}

.owl-page span{ 
	background-color: #fff !important;
}

.active span{
	background-color: #869791 !important;	
}

.calendario_eventos {
	float:left;
	margin-top: 30px;
	width: 100%;
}

.calendario_evento {
	float:left;
	width: 100%;
}

.calendario_evento_titulo {
	border-top: 3px solid #4E9426;	
	border-bottom: 3px solid #4E9426;	
	width: 100%;
}

.calendario_evento_titulo h3 {
	color:#4E9426;
	font-size: 26px;
	margin: 10px 0 10px 50px;
}

.calendario_evento_img {
	float:left;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	border-radius: 80px;
	overflow: hidden;
	width: 111px;
	height: 111px;
	position:relative;
}

.evento_img {
	margin-top: 0px !important;
	width: 150px;
	margin-left: -20px;
}

#borda_img {
	position: absolute;
	left: 4px;
	top: 4px;	
	margin-top: 0px !important;
}

.evento_info {
	float:left;	
	margin-top: 35px;
	margin-left: 20px;
}

.evento_info h4 {
	color: #000;
	font-size: 22px;	
	margin-bottom: 10px;
}

.evento_info span {
	color:#000;
	font-size: 14px;			
}




/* DATE PICKER */

.ui-datepicker-inline {
	border: 2px solid #4E9426;		
}

.ui-datepicker-header {
	border-radius: 0px !important;	
}

.ui-datepicker-calendar thead {
	background-color: #97CE7F;
	color: #fff;	
}


.dicas_content_page_index{
	
}

.dicas_content_page_index figure.image{
	float:left;
	width: 100px;
	margin: 0px;
	margin-right: 15px;
}

.dicas_content_page_index .titulo-resumo{
	float:left;
	width:865px;
}

.dicas_content_page_index .titulo a{
	color: #000;
}

/* < --- AJUSTE BOOTSTRAP ---> */
/* < --- AJUSTE BOOTSTRAP ---> */
/* < --- AJUSTE BOOTSTRAP ---> */
/* < --- AJUSTE BOOTSTRAP ---> */
/* < --- AJUSTE BOOTSTRAP ---> */


.SectionHeaderWhite {
	background: white;
}

.wrapperHeaderWhite {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	align-items: center;
}

.bg-depois {
	height: 39px;
	background: url(../imagens/header/bg_menu_header.jpg) center center no-repeat;
	box-shadow: 0 11px 15px -12px #000000;
}

.logoCitur {
	text-align: center;
}

.headerAjuste {
	height: 127px;
	background: url(../imagens/header/bg_header.jpg) center bottom no-repeat #EEEEEE;
}

.wrapper-menu-icons {
	position: relative;
}

.facebookIcon {
	position: absolute;
	right: 205px;
	top: 39px;
}

/* < --- MODIFICAÇÃO 14/06 ---> */
/* < --- MODIFICAÇÃO 14/06 ---> */
/* < --- MODIFICAÇÃO 14/06 ---> */
/* < --- MODIFICAÇÃO 14/06 ---> */

img {
	max-width: 100%;
}

.noticias-new {
	background: white;
	clear: both;
	padding: 35px 0px;
}

.titPrincipal h2 {
	margin: 1rem 0;
	color: black;
	font-size: 2rem !important;
	text-align: center;
}

.imgPrincipal {
	text-align: center;
	width: 312px;
	margin: 0 auto;
}

.resumoPrincipal {
	text-align: center;
	color: black;
	font-size: 16px;
	width: 470px;
	margin: 0 auto;
}



.titSecundaria h3 {
	border-left: 5px solid #2B592F;
	padding-left: 15px;
	font-size: 1.25rem;
}

.btnLeiaMaisSec a {
	color: #2B592F;
	font-weight:  bold;
	font-size: 16px;
}

.btnLeiaMaisSec {
	display: flex;
	justify-content: flex-end;
}

.btnLeiaMais a {
	color: #2B592F;
	font-weight:  bold;
	font-size: 16px;
}

.btnLeiaMais {
	display: flex;
	justify-content: flex-end;
}

#carousel-noticias .owl-dot.active{
	width: 20px;
	height: 20px;
	background: #2B592F;
	margin-right: 10px;
}

#carousel-noticias .owl-dot{
	width: 20px;
	height: 20px;
	background: white;
	border: 1px solid #2B592F;
	margin-right: 10px;
}

#carousel-noticias .owl-dots{
	text-align: center;
}

@media (max-width: 575px) {

	.facebookIcon {
		position: initial;
		text-align: center;
	}

	#envolver-noticia {
		display: flex;
		flex-direction: column;
	}

	#envolver1 {
		order: 0;
	}

	#envolver2 {
		order: 1;
	}

	#envolver3 {
		order: 2;
	}

	.resumoPrincipal {
		width: 290px;
		margin: 0 auto;
	}

	.btnLeiaMais {
		width: 290px;
		margin: 0 auto;
	}

	.white_box .middle_center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.middle_buttons a {
		width: 100%;
		height: 100%;
	}

	.middle_buttons header {
		display: flex;
		justify-content: center;
	}



	.middle_buttons {
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.facebookIcon {
		position: initial;
		text-align: center;
	}

	#envolver-noticia {
		display: flex;
		flex-direction: column;
	}

	#envolver1 {
		order: 0;
	}

	#envolver2 {
		order: 1;
	}

	#envolver3 {
		order: 2;
	}



	.btnLeiaMais {
		width: 290px;
		margin: 0 auto;
	}

	.white_box .middle_center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.middle_buttons a {
		width: 100%;
		height: 100%;
	}

	.middle_buttons header {
		display: flex;
		justify-content: center;
	}

	.middle_buttons {
		width: 100%;
		text-align: center;
	}



}

@media (min-width: 768px) and (max-width: 991px) {
	#envolver-noticia {
		display: flex;
		flex-direction: column;
	}

	#envolver1 {
		order: 0;
	}

	#envolver2 {
		order: 1;
	}

	#envolver3 {
		order: 2;
	}

	.btnLeiaMais {
		width: 470px;
		margin: 0 auto;
	}

	.middle_buttons a {
		width: 100%;
		height: 100%;
	}

	.middle_buttons header {
		display: flex;
		justify-content: center;
	}

	.middle_buttons {
		width: 100%;
		text-align: center;
	}




	}


@media (max-width: 767px) {
	.noticiaInterna .resumoSecundaria {
		height: auto;
	}
}

