body {
	background: #FFFFFF;	
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;		
}

#mostraMensa{
	margin: 0 auto;		
	text-align: center;
	width: 90%;	
}

#paginacao{
	text-align: center;
	overflow: hidden;
	clear: both;	
}


/**************************************************************Personalização do menu bootstrap*/
.navbar {	
	background: none;
	padding: 0px !important;
    margin: 0px;       
}

.navbar-inner {    
    background: none !important;
    padding: 0px !important;
    margin: 0px;
    margin-top: 10px;               
    box-shadow: none !important;    
    border: none;
    border-radius: 0px;  
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color:#1F1F1F;
  background: none;
  border-bottom: 2px solid #373E53;
}

.navbar .nav > li {
	margin-left: 45px;
}

.navbar .nav {
	margin-left: -45px;
}

.navbar .nav > li > a {
    color: #91959D;
    float: none;
    padding: 15px 0px;   /*tamanho do botão */
    text-decoration: none;
    text-shadow: none;
    margin: 0px;
    border-bottom: 2px solid #FFFFFF;
    font-size: 18px;   
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333B52;
  text-decoration: none;
  background: none;
  border-bottom: 2px solid #373E53;
}

.navbar .nav > li > a > i {
	font-size: 16px;
}

.navbar-text {
  margin-bottom: 0;
  *line-height: 51px;
  color: #4483A4;  
}

.dropdown-menu li > a {
  	color: #91959D;
  	font-size: 16px;
  	padding: 15px 30px;
  	border-bottom: 1px solid #E1E1E1;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    background-color:  #EFEFEF;
    background-image: none;
    filter:none;
    color: #1F1F1F;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover,
.navbar .nav .active > a, .navbar .nav .active > a:focus {
    background: none;
    color: #333B52;
    background-image: none;
    filter:none;
    box-shadow: none;
    border-bottom: 2px solid #333B52;     
}

.dropdown-menu > .active > a {
	border-bottom: 1px solid #E1E1E1 !important;
	background-color:  #EFEFEF !important;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); 	
}

.img_hover {
	transition: all 0.4s ease;
}

.img_hover:hover {
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
   	transition: all 0.4s ease;
}

#content {	
	width: 1140px;
	padding: 0px 20px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

/* Navegação */
.navega {	
	min-height: 20px;
	max-height: 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;	
	padding-bottom: 5px;
	border-bottom: #CCCCCC 1px solid;
}

.navega p{	
	/*max-width: 850px;
	width: 850px;*/
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.navega a{
	color: #888888;
	font-weight: normal;
}
.navega a:hover{
	color: #666666;
}

.navega i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navega a > i{
	opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.navega a > i:hover{
	opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* facebook */
.face_fim {	
	clear: both;
	overflow: hidden;
	margin-top: 30px;
	border-top: #CCCCCC 1px solid;
	padding-top: 10px;
}

.face_share {
	width: 100%;
}

.face_coments legend {
	clear: both;
}

.face_coments {
	
}

.mostra_whats {	
	display: none;	
}

.fb-share-button{
	margin-bottom: 10px;
	width:50%;	
	float: right;
	text-align: right;
}

.fb-comments {
	margin: 0 auto;
	text-align: center;
}
/* facebook */

.form-horizontal .control-group {
    margin-bottom: 8px;
}

.img_esquerda {
	float: left !important;
	margin-right: 15px;
	margin-bottom: 15px;
}

.img_direita {
	float: right !important;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img_meio {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-height: 100%;
}

a {	
	transition: all 0.4s ease;
}

/* Banner slider - início */

#banner {
	background: #F5F5F5;
}

#banner_container {
	width: 1140px;	
	padding: 0px 20px;
	margin: 0 auto;
}

.banner_item_pai {
	position:relative;
	top:0px;
	left:0px;
	display: block;	
}

.banner_item_pai img {
	display: block;
}

.banner_item_filho {
	position:absolute;
	bottom:0px;
	left:0px;
	right: 0px;
	background: #333333;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px 15px;	
    transition: all 0.4s ease;
}

.banner_item > a:hover .banner_item_filho {
	background: rgba(0, 0, 0, 0.9);
	transition: all 0.4s ease;
}

.banner_item_filho h4 {
	color: #FFFFFF;
}

.banner_item_filho p {
	color: #FFFFFF;
}

/* Banner slider - fim */

#proluv {
	text-align: center;
	padding: 80px 0px;
}

.arquivos_single {
	text-align: center;
	padding: 10px 0px;
}

.arquivos_single > li {
	text-align: left;
	display: inline-block;
	vertical-align: top;    
}

.arquivos_single > li > a > img {	
	margin-right: 10px;
}

.arquivos_single > li > h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	margin-bottom: 5px;		
}

.arquivos_single li > a {
	font-size: 16px;
}

.vid_frame_container { 
	width: 90%; 
	min-width: 17.5em; 
	margin:0 auto;
	margin-top: 20px;
}

.vid_frame_box {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}
.vid_frame_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid_frame_container > p {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
}

.fotos_zoom {
	width: 259px;
	height: 194px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.fotos_zoom img {
	transition: all 0.4s ease;
}

.fotos_zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
	cursor: zoom-in;
}

.fotos_pai {
	position:relative;
	bottom:0px;
	left:0px;
	display: block;
	height: 100%;
	width: 100%;
}

.fotos_pai:hover .fotos_filho {
	background: #000000;
	opacity: 0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.fotos_filho {
	position:absolute;
	bottom:0px;
	right:0px;
	color: #FFFFFF;	
	background: #333333;
	transition: all 0.4s ease;
	opacity: 0.0;
    filter:alpha(opacity=00); /* For IE8 and earlier */
   	width: 100%;
}

.fotos_filho p {
	padding: 5px 10px;
	margin: 0px;
	text-align: center;
}

.fotos_lista {
	padding: 15px 0px;
	text-align: center;
}

.fotos_lista li {
	vertical-align: top;
	display: inline-block;
	margin-right: -2px;
	margin-bottom: 1px;	
}

.mostra_tags {
	font-size: 12px;
	color: #AAAAAA;
}

#contato_form {
	float: left;	
	width: 450px;
	margin-bottom: 20px;
}

#contato_form .span4 {
	width: 450px;
}

#contato_info {
	float: right;	
	width: 650px;	
}

#header {
	
}

#header_botoes_container {
	background: #4B4B4D;
}

#header_botoes {
	width: 1140px;
	padding: 17px 20px;	
	margin: 0 auto;
	overflow: hidden;
	clear: both;	
}

.btn_header {
	font-size: 16px;
	padding: 10px 20px;
	color: #FFFFFF; 
	border: none;
	box-shadow: none;
	border-radius: 8px;
	text-shadow: none;
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	transition: all 0.4s ease;
	width: 120px;
}

.btn_header i {
	float: left;
	font-size: 28px;
	margin-right: 15px;
	margin-top: 5px;
}

.btn_header span {
	display: table-cell;
	width: 80px;
	text-align: left;
}

.btn_header.green {
	background: #429B52;
}

.btn_header.green:hover,
.btn_header.green:focus {
	color: #FFFFFF;
	background: #333333;
	transition: all 0.4s ease;
}

.btn_header.gold {
	background: #D2AE6D;
}

.btn_header.gold:hover,
.btn_header.gold:focus {
	color: #FFFFFF;
	background: #333333;
	transition: all 0.4s ease;
}

.btn_header.orange {
	background: #FF7F00;
}

.btn_header.orange:hover,
.btn_header.orange:focus {
	color: #FFFFFF;
	background: #333333;
	transition: all 0.4s ease;
}

#header_menu_container {
	background: #FFFFFF;
	height: 110px;	
}

#header_menu {
	width: 1140px;
	padding: 15px 20px;	
	margin: 0 auto;
}

#header_menu_logo {
	float: left;
}

#menu_container {
	float: right;
}

.banners_container {
	background: #333333;
}

.banners {
	width: 1140px;
	padding: 60px 20px;	
	margin: 0 auto;
	overflow: hidden;
	clear: both;	
}

.banners_img {
	float: left;
	margin-right: 70px;
}

.banners_info {
	display: table-cell;
	text-align: justify;
	color: #ADADAD;
}

.banners_info h1 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 150%;
	font-weight: normal;
}

.banners_info hr {
	border-color: #999999;
	width: 80px;
	margin: 30px 0px;
}

.banners_info h2 {
	margin: 0px;
	padding: 0px;
	color: #D6D6D6;
	font-size: 20px;
	line-height: 150%;
	font-weight: normal;
	margin-bottom: 20px;
}

.banners_info p {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 30px;
}

.btn_site {
	font-size: 18px;
	padding: 15px 60px;
	color: #FFFFFF;
	background: #D2AE6D; 
	border: none;
	box-shadow: none;
	border-radius: 50px;
	text-shadow: none;
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	transition: all 0.4s ease;
}

.btn_site:hover,
.btn_site:focus {
	background: #333333;
	color: #FFFFFF;
	transition: all 0.4s ease;
}

.btn_site.fundobranco:hover,
.btn_site.fundobranco:focus {
	background: #FFFFFF;
	color: #D2AE6D; 
	transition: all 0.4s ease;
}

#home_servicos {
	margin-top: 60px;
}

.home_tit {
	text-align: center;
	margin-bottom: 60px;
}

.home_tit p {
	font-size: 36px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

.home_tit hr {
	border-color: #333333;
	width: 80px;
	margin: 0 auto;	
}

.servicos_lista {
	text-align: center;
	margin-right: -22px;	
}

.servicos_lista li {
	vertical-align: top;
	display: inline-block;
	width: 320px;
	border: 1px solid #E3E4F2;
	padding: 30px 20px;
	margin-right: 22px;
	margin-bottom: 25px;
}

.servicos_lista h4 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}

.servicos_lista p {
	text-align: justify;
	font-size: 16px;
	color: #7F8082;
	line-height: 150%;
	margin-bottom: 30px;	
}

#home_videos {
	margin-top: 40px;
}

.videos_lista {
	text-align: center;
	margin-right: -40px;	
}

.videos_lista li {
	vertical-align: top;
	display: inline-block;
	width: 250px;
	margin-right: 40px;
	text-align: left;
	margin-bottom: 20px;
}

.videos_lista h2 {
	font-size: 16px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

.videos_lista a {
	color: #333333;
}

.videos_lista a:hover,
.videos_lista a:focus {
	color: #BB8D39;
	*text-decoration: none;
}

.videos_lista a .pub_zoom {
	width: 250px;
	height: 140px;
	overflow: hidden;
	transition: all 0.4s ease;
	margin-bottom: 10px;
}

.videos_lista a img {
	width: 250px;
	height: 140px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.videos_lista a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.pub_zoom {
	position:relative;
	top:0px;
	left:0px;
	display: block;	
	transition: all 0.4s ease;
}

.videos_filho {
	position:absolute;
	bottom:0px;
	right:0px;
	color: #FFFFFF;
	background: #F31E21;
	padding: 5px 8px;
	padding-left: 12px;
	transition: all 0.4s ease;
}

.pub_zoom:hover .videos_filho {
	background: #333333;
}

.btn_mais_container {
	text-align: center;
	margin-top: 20px;
}

#home_pub {
	margin-top: 60px;
}

.news_ul {
	margin-right: -15px;
	text-align: center;
	margin-top: 30px;
}

.news_ul li {
	vertical-align: top;
	display: inline-block;
	width: 270px;
	margin-right: 15px;
	text-align: left;
	margin-bottom: 20px;
}

.news_ul a {
	display: block;
	color: #333333;
}

.news_ul a:hover,
.news_ul a:focus {
	text-decoration: none;
	color: #BB8D39;
}

.news_ul a .pub_zoom {
	width: 270px;
	height: 195px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.news_ul a img {
	width: 270px;
	height: 195px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.news_ul a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.news_ul h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 150%;
	margin: 10px 0px;
}

.news_ul p {
	font-size: 14px;
	line-height: 150%;
	color: #7F8082;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.news_ul span {
	color: #64767A;
	font-size: 11px;
}

.news_ul span > i {
	margin-right: 5px;
}

.news_mobile {
	display: none !important;
}

#footer {
	background: #333333;
	clear: both;
	overflow: hidden;
	margin-top: 50px;
}

#footer_container {
	width: 1140px;
	padding: 60px 20px;	
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.footer_ul {
	color: #FFFFFF;
	margin-right: -150px;
}

.footer_ul > li {
	vertical-align: top;
	display: inline-block;
	margin-right: 150px;
	margin-bottom: -20px;
}

.footer_ul > li > p {
	font-size: 18px;
	margin-bottom: 30px;
}

.siganos {
	margin-top: 40px;
}

.footer_sociais {
	margin-right: -10px;
}

.footer_sociais li {
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
}

.btn_sociais {
	display: block;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 8px;
	color: #FFFFFF;	
}

.btn_sociais.facebook {
	background: #3B5998;
}

.btn_sociais.youtube {
	background: #BE1622;
}

.btn_sociais.instagram {
	background: #D73676;
}

.btn_sociais.twitter {
	background: #1DA1F2;
}

.btn_sociais.whatsapp {
	background: #189D0E;
}

.btn_sociais.facebook:hover,
.btn_sociais.facebook:focus,
.btn_sociais.youtube:hover,
.btn_sociais.youtube:focus,
.btn_sociais.instagram:hover,
.btn_sociais.instagram:focus,
.btn_sociais.twitter:hover,
.btn_sociais.twitter:focus,
.btn_sociais.whatsapp:hover,
.btn_sociais.whatsapp:focus {
	color: #FFFFFF;
	background: #D2AE6D;
}

.footer_ul > li > ul > li {
	font-size: 16px;
	color: #878787;
	font-weight: normal;
	margin-bottom: 10px;
}

.footer_ul > li > ul > li > i {
	width: 20px;
	text-align: center;
	margin-right: 10px;
	float: left;
	color: #FFFFFF;
	margin-top: 2px;
}

.footer_ul > li > ul > li > p {
	display: table-cell;
}

.btn_footer {
	margin-top: 20px;
}

.btn_header.fundobranco:hover,
.btn_header.fundobranco:focus {
	background: #FFFFFF;
	color: #D2AE6D; 
	transition: all 0.4s ease; 
}

.banvid_frame_container { 
	*width: 100%; 
	*height: 100%;
	width: 570px;
	float: left;
	margin-right: 70px; 
}

.banvid_frame_box {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 0px;
    height: 0;
    margin:0 auto;
}

.banvid_frame_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single_cab {	
	-webkit-box-shadow: inset 0px 14px 15px -12px #CCCCCC;
	-moz-box-shadow: inset 0px 14px 15px -12px #CCCCCC;
	box-shadow: inset 0px 14px 15px -12px #CCCCCC;
	background: #F8F8F8;
}

.single_cab_container {
	width: 1140px;		
	margin: 0 auto;	
	padding: 20px 20px;
	clear: both;
	overflow: hidden;	
}

.single_cab_container h1 {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	line-height: normal;
	float: left;
}

.single_cab_container p {
	margin: 0px;
	padding: 0px;
	float: right;
	padding-top: 10px;	
}

a {
	color: #BB8D39;
}

a:hover,
a:focus {
	color: #333333;
}

#conteudo {
	width: 1140px;		
	margin: 0 auto;	
	padding: 0px 20px;
	padding-top: 40px;		
}

#conteudo_left {
	width: 810px;
	float: left;
	padding-bottom: 40px;		
	text-align: left;
	min-height: 600px;
}

#conteudo_right {
	width: 270px;
	float: right;
	padding-bottom: 40px;
	padding-left: 30px;
	border-left: 1px solid #E1E1E1;	
}

.side_tit {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 30px;
	font-weight: normal;
}

.side_tit hr {
	width: 80px;
	border-color: #333333;
	margin: 0px;
	margin-top: 10px;
}

.side_ul li {
	margin-bottom: 20px;
}

.side_ul h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: normal;
	color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 35px;
}

.side_ul p {
	font-size: 18px;
}

.side_ul i {	
	color: #D2AE6D;
	margin-right: 20px; 
}

.side_ul span {
	font-size: 14px;
}

.side_contato {
	padding-bottom: 20px;
}

.side_form {
	
}

.side_form input,
.side_form textarea {
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 10px;	
	display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
}

.side_form textarea {
	padding-top: 10px;
}

.side_form .btn_site {
	padding: 20px;
	width: 100%;
}

#side_ok_container {
	text-align: center;
	height: 340px;	
}

#side_ok_container i {
	font-size: 150px;
	color: #D2AE6D;
}

#side_ok_container h4 {
	font-size: 40px;
	line-height: normal;
}

#side_ok_container p {
	color: #666666;
	font-size: 16px;
}

.notic_fonte {
	font-size: 16px;
	line-height: 150%;
}

.audio_player {
	width: 280px;
	margin: 20px auto;
	background: #222222;
	padding: 20px 15px;
	border-radius: 10px;	
	text-align: center;
}

.audio_player img {
	width: 270px;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
}

.audio_player h4 {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 150%;
}

.audio_player_a {
	color: #D2AE6D;
}

.audio_player_a:hover,
.audio_player_a:focus {
	color: #FFFFFF;
}

.audio_player a > i {
	margin-right: 8px;
}

.audio_container {
	clear: both;
	overflow: hidden;
	width: 280px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.audios_embed {
	margin: 20px auto;
}

.novid_tit {
	font-size: 34px;
	line-height: 130%;
	color: #222222;
	padding-bottom: 20px;
}

.novid_data {
	text-align: right;
	color: #666666;
	font-size: 14px;
	padding-bottom: 20px;
}

.novid_data i {
	margin-right: 10px;
}

#contato_left {
	width: 710px;
	float: left;
	padding-bottom: 40px;		
	text-align: left;
}

#contato_right {
	width: 370px;
	float: right;
	padding-bottom: 40px;
	padding-left: 30px;
	border-left: 1px solid #E1E1E1;	
}

.contato_filiais_ul {
	margin-bottom: -50px;
}

.contato_filiais_ul > li {
	font-size: 34px;
	line-height: 130%;
	color: #222222;
	padding-bottom: 20px;
}

.contato_filiais_ul > li > ul {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;	
}

.contato_filiais_ul > li > ul > li {
	margin-bottom: 20px;
	vertical-align: top;
	line-height: normal;
}

.contato_filiais_ul > li > ul > li > i {
	color: #D2AE6D;
	margin-right: 10px;
	float: left;
	width: 20px;
	margin-top: 4px;
}

.contato_filiais_ul > li > ul > li > span {
	display: table-cell;
}

.contato_filiais_ul > li > ul > li > .btn_site {
	padding: 15px 30px;
	margin-top: 10px;
}

.contato_filiais_ul > li > ul > li > .btn_site i {
	margin-right: 5px;
}

.form_contato input[type=text],
.form_contato textarea {
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 10px;	
	display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
}

.form_contato textarea {
	padding-top: 10px;
	height: 200px;
}

#contato_ok_container {
	text-align: center;
}

#contato_ok_container i {
	font-size: 150px;
	color: #D2AE6D;
}

#contato_ok_container h4 {
	font-size: 40px;
	line-height: normal;
}

#contato_ok_container p {
	color: #666666;
	font-size: 16px;
}

.form_newsletter input[type=text],
.form_newsletter textarea {
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 10px;	
	display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
}

.form_newsletter {
	padding-top: 20px;
}

#news_form_container p {
	font-size: 16px;
	color: #666666;
}

#news_ok_container {
	text-align: center;
}

#news_ok_container i {
	font-size: 150px;
	color: #D2AE6D;
}

#news_ok_container h4 {
	font-size: 40px;
	line-height: normal;
}

#news_ok_container p {
	color: #666666;
	font-size: 16px;
}

/*
 * Calendário
 */

.calendario {
	width: 374px;
	margin: 0 auto;
	text-align: left;
}

.calendario h4 {
	text-align: center;
	background: #BBBBBB;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 0px;
	margin: 0px;
}

.calendario ul {
	background: #EEEEEE;
	color: #666666;
	margin: 0px;
}

.calendario ul > li {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 54px;
	margin-right: -4px;
	padding: 5px 0px;
}

.calendario .semana {
	background: #DDDDDD;
	padding: 10px 0px;	
}

.calendario ul > li > a {
	background: #1ABC9C;
	display: block;
	width: 30px;
	margin: 0 auto;
	color: #FFFFFF; 
}

.calendario ul > li > a:hover,
.calendario ul > li > a:focus {
	background: #DDDDDD;
	color: #666666;
}

.calendario p {
	border: 1px solid #EEEEEE;
	padding: 10px;
}

.calendario h4 > a.left {
	float: left;
	margin-left: 10px;
} 

.calendario h4 > a.right {
	float: right;
	margin-right: 10px;
}

.calendario h4 > a {
	color: #FFFFFF; 
}

.calendario h4 > a:hover,
.calendario h4 > a:focus {
	color: #BB8D39;	
}

/*
 * Fim Calendário
 */

.escritorioBox {
	border: 1px solid #DDDDDD;
	width: 480px;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	margin-top: 40px;
}

.escritorioBox > h4 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	background: #009FCC;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.escritorioBox select {
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 10px;	
	display: block;
    width: 100%;
    min-height: 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.escritorioInfo {
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
}

.escritorioInfo .tit {
	font-weight: bold;
	width: 50px;
	display: inline-block;
}

.escritorioInfo .info {
	color: #666666;
}

.escritorioInfo button {
	font-size: 12px;
	padding: 0px 10px;
	color: #FFFFFF;
	background: #495057; 
	border: none;
	box-shadow: none;
	border-radius: 50px;
	text-shadow: none;
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	transition: all 0.4s ease;
}

.escritorioInfo button:hover,
.escritorioInfo button:focus {
	background: #D2AE6D;
	transition: all 0.4s ease;
}

.escritorioInfo button i {
	margin-right: 3px;
}

.escritorioBox input[type=text] {
	font-family: 'Roboto Condensed',Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 10px;	
	display: block;
    width: 100%;
    min-height: 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.escritorioBox .politicaCheck {
	margin-bottom: 10px;
	text-align: left;
}

.escritorioSucesso {
	text-align: center;	
}

.escritorioSucesso i {
	font-size: 150px;
	color: #D2AE6D;
}

.escritorioSucesso h3 {
	font-size: 40px;
	line-height: normal;
}

.escritorioSucesso p {
	color: #666666;
	font-size: 16px;
}

/*Cookies*/
.box-cookies.accept{
	display:none!important;	
}
.box-cookies{
	bottom:0;
	width:100%;
	z-index:10000;
	color:#fff;
	position:fixed;
	background:rgba(0,0,0,.9);
	padding: 20px;
	display:block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 20px;
}
.msg-cookies {
	margin-right: 20px;
	line-height: 150%;
}
.msg-cookies a {
	color: #CA9F49;
	text-decoration: underline;
	transition: all 0.4s ease;
}
.msg-cookies a:hover,
.msg-cookies a:focus {
	transition: all 0.4s ease;
	color: #AAAAAA;
}
.cookies_ul {
	margin: 0px;
}
.cookies_ul li {
	display: table-cell;
	vertical-align: middle;
}
.btn-cookies {
	font-size: 18px;
	padding: 20px 50px;
	color: #CA9F49; 
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 8px;
	text-shadow: none;
	transition: all 0.4s ease;
	font-weight: normal;
	border: 1px solid #AAAAAA;
	font-family: Arial, sans-serif;
}
.btn-cookies i {
	margin-left: 8px;
}
.btn-cookies:hover,
.btn-cookies:focus {
	background: #AAAAAA;
	color: #FFFFFF; 
	transition: all 0.4s ease;
	cursor: pointer;
}

.politicaCheck {
	margin-bottom: 0px;
	font-size: 16px;
}

.politicaCheck input {	
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	margin-top: -2px;
}