/* FONT FACE */
@font-face {
	font-family:'futura_md_btbold_italic';
	src:url('../fontes/futurabi-webfont.eot');
	src:url('../fontes/futurabi-webfont.eot?#iefix') format('embedded-opentype'),url('../fontes/futurabi-webfont.woff2') format('woff2'),url('../fontes/futurabi-webfont.woff') format('woff'),url('../fontes/futurabi-webfont.ttf') format('truetype'),url('../fontes/futurabi-webfont.svg#futura_md_btbold_italic') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'futura_md_btbold';
	src:url('../fontes/futurabt-bold-webfont.eot');
	src:url('../fontes/futurabt-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fontes/futurabt-bold-webfont.woff2') format('woff2'),url('../fontes/futurabt-bold-webfont.woff') format('woff'),url('../fontes/futurabt-bold-webfont.ttf') format('truetype'),url('../fontes/futurabt-bold-webfont.svg#futura_md_btbold') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'futura_md_btmedium';
	src:url('../fontes/futurabt-medium-webfont.eot');
	src:url('../fontes/futurabt-medium-webfont.eot?#iefix') format('embedded-opentype'),url('../fontes/futurabt-medium-webfont.woff2') format('woff2'),url('../fontes/futurabt-medium-webfont.woff') format('woff'),url('../fontes/futurabt-medium-webfont.ttf') format('truetype'),url('../fontes/futurabt-medium-webfont.svg#futura_md_btmedium') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'futura_md_btmedium_italic';
	src:url('../fontes/futurami-webfont.eot');
	src:url('../fontes/futurami-webfont.eot?#iefix') format('embedded-opentype'),url('../fontes/futurami-webfont.woff2') format('woff2'),url('../fontes/futurami-webfont.woff') format('woff'),url('../fontes/futurami-webfont.ttf') format('truetype'),url('../fontes/futurami-webfont.svg#futura_md_btmedium_italic') format('svg');
	font-weight:normal;
	font-style: normal;
}

@font-face {
    font-family: 'OldLondon';
    src: url('../fontes/OldLondon.eot');
    src: url('../fontes/OldLondon.eot') format('embedded-opentype'),
         url('../fontes/OldLondon.woff2') format('woff2'),
         url('../fontes/OldLondon.woff') format('woff'),
         url('../fontes/OldLondon.ttf') format('truetype'),
         url('../fontes/OldLondon.svg#OldLondon') format('svg');
}

@font-face {
    font-family: 'FuturaThin';
    src: url('../fontes/FuturaThin.eot');
    src: url('../fontes/FuturaThin.eot') format('embedded-opentype'),
         url('../fontes/FuturaThin.woff2') format('woff2'),
         url('../fontes/FuturaThin.woff') format('woff'),
         url('../fontes/FuturaThin.ttf') format('truetype'),
         url('../fontes/FuturaThin.svg#FuturaThin') format('svg');
}

/*RESET NO CSS*/

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:'Futura Md BT',sans-serif;
	font-weight:400;
	outline:none;
}

body {
	font-size:10px;
	color: #054DA1;
	overflow-x: hidden;
}

h1,.h1,h2,.h2,h3,.h3,a {
	text-decoration:none !important;
	/*margin-top:15px;
	*/
	margin-bottom:0px;
}

img {
	max-width:100% !important;
}

img:hover {
	/*opacity:0.8;*/
}

::-webkit-input-placeholder {
	color:#054CA0;
	font-weight:400;
	font-size:1.2em;
}

:-moz-placeholder {
	color:#808084;
	font-weight:400;
	font-size:1.2em;
}

::-moz-placeholder {
	color:#808084;
	font-weight:400;
	font-size:1.2em;
}

:-ms-input-placeholder {
	color:#808084;
	font-weight:400;
	font-size: 1.2em;
}



/* CORES DAS FONTES */

h3.panel-title {
    padding: 10px;
}

.azul {
	color:#17327E !important;
}

.azulEscuro {
	color:#0E2C6B !important;
}

.bege {
	color:#98792A !important;
}

.begeClaro {
	color:#C5A971 !important;
}


.branco {
	color:#FFFFFF !important;
}

.cinza {
	color: #999999 !important;
}



/* BACKGROUNDS */

.bg-bege{
	background-color:#98792A !important;
	margin-top:5px;
}

.bg-begeEscuro{
	background-color:#725B1F !important;
}

.bg-bege2{
	background-color:#98792A !important;
}

.bg-azul{
	background-color:#17327E !important;
}

.bg-branco{
	background-color:#FFF;
}

.bg-cinza{
	background-color:#F4F4F4 !important;
	padding: 20px;
}



/* ESTILOS DE FONTES */
.OldLondon {
	font-family:'OldLondon';
}

.futuraMedium {
	font-family:'Futura Md BT',sans-serif;
	font-weight:400;
}

.futuraBold {
	font-family:'Futura Md BT',sans-serif;
	font-weight: 600 !important;
}

.futuraThin {
	font-family:'FuturaThin';
}


/* TAMANHO DAS FONTES */

.fonte8 {
	font-size:8px;
}

.fonte11 {
	font-size:11px;
}

.fonte12 {
	font-size:12px !important;
}

.fonte13 {
	font-size:13px;
}

.fonte14 {
	font-size:14px !important;
}

.fonte15 {
	font-size:15px !important;
}

.fonte16 {
	font-size:16px !important;
}

.fonte17 {
	font-size:17px;
}

.fonte18 {
	font-size:18px !important;
}

.fonte20 {
	font-size:20px;
}

.fonte21 {
	font-size:21px !important;
}

.fonte22 {
	font-size:22px;
}

.fonte23 {
	font-size:23px;
}

.fonte25 {
	font-size:25px;
}

.fonte26 {
	font-size:26px;
}

.fonte33 {
	font-size:33px;
}

.fonte34 {
	font-size:34px;
}

.fonte30 {
	font-size:30px;
}

.fonte36 {
	font-size:36px;
}


.fonte40 {
	font-size:40px;
}

.linha-bege3 {
	border-top:3px solid #98792A;
}

.linha-bege-claro {
	border-top:4px solid #D6B369;
}

.linha-bege5 {
	border-top:5px solid #D6B369;
}

.marginLeft {
	margin-left:-23px !important;
}

.left {
	float:initial !important;
}

.remove-borda {
	border:none;
}

.centro {
	margin:0 auto;
	float:none;
	display:block;
}

.formularios {
	margin-bottom:15px;
}

.fluid-vids {
	position:initial !important;
}

.reset {
	border:none !important;
	padding:0px !important;
	background-color:transparent;
	border-radius:0px !important;
}

#link-voltar-ao-topo {
	background-image:url(../imagens/btn-voltar-ao-topo.png);
	width:35px;
	height:35px;
	position:fixed;
	right:10px;
	bottom:-4px;
	text-indent:-9999px;
	z-index: 999;
}






/* ########################## TOPO ################## */

#topo{
	max-width:100%;
	height:auto;
	z-index:1;
	background-image:url('../imagens/bg-topo2.jpg');
	background-repeat:repeat-x;
	background-position:top center;
}


#topo.f-nav {
	position: fixed !important;
	display: none;
	z-index: 999 !important;
	border-top: 4px solid #0e2c6a;
	width:100%;
	max-height:130px;
	margin-top:-0.8em;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	overflow: visible !important;
}

#topo.f-nav #logo-topo, #topo.f-nav #titulo-topo span, #topo.f-nav #redes-sociais-topo, #topo.f-nav #redes-sociais-mobile, #topo.f-nav #busca-topo, #topo.f-nav.menu-mobile, #topo.f-nav #btn-app{
	display:none !important;
}
#topo.f-nav #titulo-topo span{ padding-top:0.6em; }
#topo.f-nav .bg-bege { margin-top: -0.2em; }
/*#topo.f-nav #redes-sociais-topo, #redes-sociais-mobile { padding-top: 7px; }*/
#topo.f-nav #redes-sociais-topo, #topo.f-nav #redes-sociais-mobile  { width:30px; padding-top: 7px; }
#topo.f-nav #form-busca { margin-top: -2.4em !important;}


/*
#topo.f-nav #redes-sociais-topo, #topo.f-nav #redes-sociais-mobile  { float: right !important; width:30px; padding-top: 7px; }
#topo.f-nav #form-busca { margin-left: 4em !important; margin-top: -2.4em !important;}*/

#logo-topo{
	padding:0px;
	display:block;
	margin-left:-7px;
}

#logo-topo a {
	margin-left:20px;
	display:block;
	margin-top:0px;
}

#logo-topo img {
	float:left;
	margin-right:41px;
	margin-bottom:15px;
}

#titulo-topo{
	padding:0px;
	display:block;
	margin-left:-7px;
}

#titulo-topo a {
	margin-left:20px;
	display:block;
	margin-top:0px;
}

#titulo-topo span {
	padding-top:41px;
	display:block;
	line-height: 39px;
}

.titulo-site{
    font-size:45px;

}


/* BUSCA */

#busca-topo {
    font-size:12px;
	margin-top:36px;
}

#form-busca {
	margin:0px 0 0 0px;
}

.campo-busca {
	border-radius:0px !important;
    height:37px;
    width: 215px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #E5E6E7;
	padding-top:3px;
}

.btn-busca-topo {
	background-color:#98792A;
	background-image:url(../imagens/lupa.png);
	float:right;
	border-radius:0px;
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:36.1px;
	width:38px;
	height:37px;
	z-index:99;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	-ms-transition:background 0.5s ease;
	transition:background 0.5s ease;
}

.btn-busca-mobile {
	background-color:#98792A;
	background-image:url(../imagens/lupa.png);
	float:left;
	border-radius:0px;
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:0em;
	margin-left:-1.8em;
	width:30px !important;
	height:30px !important;
	z-index:99;
	padding:5px 7px !important;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	-ms-transition:background 0.5s ease;
	transition:background 0.5s ease;
}

.btn-busca-mobile.close {
	opacity:7;
	z-index:9999 !important;
	position:absolute;
}

.btn-busca-topo:hover {
	background-color:#17327E;
	border: 1px solid #FFF;
}

/* CSS BUSCA MOBILE */

#btn-app ul{
	float:left;
	padding-left:0px;
	margin-top:74px;
	margin-right:6px;
}


#btn-app ul li{
	float:left;
	display:inline;
	list-style:none;
	border-bottom:none;
}

#btn-app ul li a {
	float:left;
	height:35px;
	overflow:hidden;
	margin-right:7px;
	display:block
}

#btn-app ul li a:hover { margin-top:2px;}

#formBusca {
	max-width:100%;
	display:none;
	height:50px;
	overflow:hidden;
	background-color:#F4F4F4;
}

#formBusca #form-busca {
    width: 100%;
    /*position: fixed;*/
    z-index: 999;
    /*border: 1px solid #CCC;
    margin-top: -4px !important;*/
    background-color: #FFF;
}



#formBusca #busca-topo {
	margin:4px;
}

#formBusca .btn-busca-topo {
	margin:4px !important;
	position:absolute;
	right: 0;
}

/* REDES SOCIAIS DO TOPO */

#redes-sociais-topo,#redes-sociais-mobile {
	width:115px;
	height:auto;
	padding-left:19px;
	padding-top:5em;
	/*overflow:hidden;*/
}

#redes-sociais-topo ul,#redes-sociais-mobile ul {
	float:left;
	padding-left:0px;
}


#redes-sociais-topo ul li,#redes-sociais-mobile ul li {
	float:left;
	display:inline;
	list-style:none;
	border-bottom:none;
}

#redes-sociais-topo ul li a,#redes-sociais-mobile ul li a {
	float:left;
	height:35px;
	text-indent:-99px;
	overflow:hidden;
	background-image:url(../imagens/redes-sociais.png);
	background-repeat:no-repeat;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	-ms-transition:background 0.5s ease;
	transition:background 0.5s ease;
}

#redes-sociais-mobile ul li a {
	border-left:none !important;
}

#facebook-topo {
	width:25px;
	background-position:0 0;
}

#facebook-topo:hover {
	background-position:0 -30px;
}

#youtube-topo {
	width:29px;
	background-position:-29px 0px;
}

#youtube-topo:hover {
	background-position:-29px -30px;
}

#instagram-topo {
	width:30px;
	background-position:-63px 0px;
}

#instagram-topo:hover {
	background-position: -63px -30px;
}

/* MENU CINZA */

#menu-topo {
	margin-top:5px;
	display:block;
	max-height:38px;
	height:auto;
	z-index: 999 !important;
    position: relative;
}

#menu-topo ul {
	float:left;
	height:38px;
}

#menu-topo ul li {
	float:left;
	display:inline;
	list-style:none;
	height:50px;
	margin-top:-4px;
	background-image:url(../imagens/bg-border-right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#menu-topo ul li a {
	float:left;
	display:block;
	text-align:center;
	padding:15px 17px;
	color:#FFF;
	margin-top:0px;
	font-size:15px !important;
	font-weight: 400 !important;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	-ms-transition:background 0.5s ease;
	transition:background 0.5s ease;
}

#menu-topo ul li a:hover {
	background-color:#efe1c3;
	color: #98792a;
}

a#menu-home 		 { width:95px; }
a#menu-quemsomos 	 { width:150px; }
a#menu-adm 		 	 { width:210px; }
a#menu-lojas 	 	 { width:110px; }
a#menu-instituto 	 { width:240px; }
a#menu-paramaconicas { width:170px; }
a#menu-noticias 	 { width:115px; }
a#menu-contatos 	 { width:115px; }


/* SUBMENU */
#menu-topo  > ul > li > ul{
	visibility: visible;
	position: absolute;
	top: 47px;
	padding: 4px 7px;
}

#menu-topo  > ul > li > ul#submenu-quemsomos {
	left: 94px;
	width:165px;
}

#menu-topo  > ul > li > ul#submenu-instituto {
	left: 565px;
	width:280px;
}

#menu-topo  > ul > li:hover > ul {
	visibility: visible;
}

#menu-topo > ul > li > ul > li {
	display: block;
	clear:both;
	font-size: 12px;
	background-color: #98792A;
	display:block;
	width:100%;
	background-image:none;
	border-bottom:2px solid #d3ac67;
}

#menu-topo > ul > li > ul > li > a { font-size:13px !important; text-align: left !important; }

#menu-topo > ul > li > ul {
	padding:3px 7px;
}

#menu-topo > ul > li:hover > ul{
	visibility: visible;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#menu-topo > ul > li > ul > li > a{
	color: #fff;
	display:block;
	width:100%;
	height:49px;
	border-top:1px solid #d3ac67;
}

#menu-topo > ul > li > ul{
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-moz-opacity: 0.00;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
}

#menu-topo > ul > li:hover > ul{
	visibility: visible;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
/* ########################## TOPO ################## */





.mensagem{
	padding: 20px !important;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}



/* BANNER PRINCIPAL */

#banner-principal {
	float:left;
    width: 100%;
    overflow:hidden;
	max-width:1217px;
	height:429px;
	border-bottom:5px solid #98792A;
	float:left;
	margin-top:8px;
}

#wowslider-container1 .ws_images img {
	width:842px;
	height:459px;
}

#wowslider-container1 .ws_thumbs img {
	/*width:123px;
	height:92px;*/
	float:left;
	margin-top:8px;
	margin-left: 15px;
}

#wowslider-container1 .ws-title {
	cursor: pointer !important;
}

/* FORMULÁRIO INTRANET */

.menu-lateral ul {
	margin-bottom:0px;
}

.form-intranet {
	max-width:345px;
	padding:14px 0 10px 24px;
}

.form-intranet .form-control {
	border-radius:0px;
	padding-top:5px;
    font-size:12px !important;
}

.form-intranet #senha-usuario {
	width:calc(100% - 55px) !important;
	float:left;
}

.form-intranet .btn {
	border-radius:0px;
}

.form-intranet .bg-bege {
	margin-top:0px;
	margin-left: 7px;
}

/* BOX BANNER PUBLICIDADE */
.box-publicidade {border-radius:0px;	border:none; display:block;	position:relative; right:-1px; margin-bottom: 5px; }
.box-publicidade img{ border:1px solid #17327E; }

.box-ordem {
	width:334px;
	height:auto;
	min-height:270px;
}

.box-ordem .titulo-ordem {
	height:auto;
	max-width:100%;
	min-height:49px;
	border-left:15px solid #98792A;
	text-align:center;
	padding-top:15px;
}

.box-ordem .envolve-logo {
	background-color:#FFF;
	width:98%;
	margin:5px auto 4px;
	height:auto;
	overflow:hidden;
	text-align:center;
	min-height:211px;
}

#voltar-ordem {
	background-image:url(../imagens/prev-banner.png);
	position:absolute;
	z-index:999;
	margin-top:-120px;
	width:15px;
	height:27px;
	float:left;
	margin-left:15px;
	overflow:hidden;
	text-indent:-9999px;
}
#voltar-ordem:hover {
	background-position:left bottom;
}
#avancar-ordem {
	background-image:url(../imagens/next-banner.png);
	position:relative;
	z-index:999;
	margin-top:-120px;
	width:15px;
	height:27px;
	float:right;
	right:15px;
	overflow:hidden;
	text-indent:-9999px;
}
#avancar-ordem:hover {
	background-position: left bottom;
}

button.slick-prev.slick-arrow {
	display:none !important;
}

button.slick-next.slick-arrow {
	display:none !important;
}



/* PARCERIAS E CONVÊNIOS */
.box-parceria-convenios {
	height:auto;
	max-height: 192px;
	border:1px solid #E4E4E4;
	position:relative;
	width:68.7%;
	float:right;
	margin-top: -177px;
	margin-right: -2px;
	overflow:hidden;
}

.box-parceria-convenios  .slick-slide { margin-top:30px; }

.box-parceria-convenios .titulo-parceria-convenios {
	height:auto;
	max-width:100%;
	min-height:49px;
	border-left:15px solid #17327E;
	padding-left:15px;
	padding-top:15px;
}

.box-parceria-convenios .envolve-logo {
	background-color:#FFF;
	height:auto;
	min-height:162px;
    overflow: hidden;
    padding: 0 25px;
}

#voltar-parceria-convenios {
	background-image:url(../imagens/prev-banner.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:999;
	margin-top: -110px;
	width:15px;
	height:27px;
	float:left;
	display:block;
	margin-left:15px;
	overflow:hidden;
	text-indent:-9999px;
}
#voltar-parceria-convenios:hover {
	background-position:left bottom;
}
#avancar-parceria-convenios {
	background-image:url(../imagens/next-banner.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:999;
	margin-top: -110px;
	width:15px;
	height:27px;
	float:right;
	right:15px;
	overflow:hidden;
	text-indent:-9999px;
}
#avancar-parceria-convenios:hover {
	background-position: left bottom;
}



.titulo-bege {
	height:auto;
	min-height:49px;
	width:100%;
	/*max-width:456px;
	*/
	border-left:15px solid #17327E;
	padding-top:13px;
	padding-left:19px;
	margin-top:0px;
	clear:both;
}
.titulo-azul {
	height:auto;
	min-height:49px;
	width:99.9%;
	max-width:335px;
	border-left:15px solid #98792A;
	padding-top:13px;
	padding-left:19px;
	margin-top:-53px;
	position: absolute;
}
/* MENSAGEM GRÃO MESTRE */
#mensagem-grao {
	/*width:100%;
	min-width:447px;
	float:right;*/
	overflow:hidden;
	min-height:361px;
	display:block;
	border:2px solid #98792A;
}
#mensagem-grao #envolve-imagem {
	max-width:212px;
	height:auto;
	overflow:hidden;
	display:block;
}
#mensagem-grao #envolve-imagem img {
	padding:0px !important;
	border:none !important;
}
#mensagem-grao #envolve-texto {
	width:49%;
	margin:15px 15px;
	height:auto;
	overflow:hidden;
	min-height:225px;
	padding:0px;
	font-style:italic;
}
#mensagem-grao #envolve-texto a {
	clear:both;
	margin-top:10px;
	display:block;
	font-style:normal;
}
#mensagem-grao #envolve-texto a:hover {
	text-decoration:underline !important;
	color:#98792A;
}
#mensagem-grao #envolve-nome {
	margin-top:0px;
	display:block;
	width:100%;
	line-height:25px;
	text-align:center;
	padding:15px 5px 0 5px;
	height:auto;
	min-height:58px;
	position:absolute;
}

#mensagem-grao #envolve-area {
	margin-top:0px;
	display:block;
	width:100%;
	line-height:25px;
	padding:15px 0 0 50px;
	text-align:center;
	height:auto;
	min-height:58px;
}

#mensagem-grao #envolve-bt-agenda {
	margin-top:0px;
	display:block;
	width:305px;
	line-height:20px;
	padding:7px 25px;
	height:auto;
	min-height: 62px;
}


#wowslider-container1 .ws_thumbs a{overflow: hidden;}


/* AGENDA GRÃO MESTRE */
#box-agenda #envolve-eventos {
	width:100%;
	height:auto;
}

#envolve-eventos .link-agenda {
	max-width:100%;
	/*min-height:80px;*/
	min-height:80px;
	padding:28px 8px 0 12px;

}
#envolve-eventos .link-agenda .data-evento {
	width:73px;
	height:65px;
	padding:8px 12px;
	float:left;
	margin-right:10px;
	text-align:center;
	display:block;
}
#envolve-eventos .link-agenda .data-evento:hover {
	background-color:#98792A;
}
#envolve-eventos .link-agenda .data-evento span {
	line-height:25px;
}
#envolve-eventos .link-agenda p {
	display:block;
	width:100%;
	height:auto;
	padding-left:25px;
	margin-bottom:5px;
}
#envolve-eventos .link-agenda span:hover,p:hover {
	text-decoration: underline;
}

.box-agenda {
	width:334px;
	height:auto;
	min-height:270px;
}

.box-agenda .titulo-ordem {
	height:auto;
	max-width:100%;
	min-height:49px;
	border-left:15px solid #98792A;
	text-align:center;
	padding-top:15px;
}

.box-agenda .envolve-logo {
	background-color:#FFF;
	width:98%;
	margin:5px auto 4px;
	height:auto;
	overflow:hidden;
	text-align:center;
	min-height:211px;
}

.imgColorida {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    filter:  url('#monochrome');/*gray;  IE6-9 */
    -webkit-filter: url('#monochrome');/*grayscale(100%);*/
}

.imgColorida:hover{
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    filter: none;
    -webkit-filter: grayscale(0);
}

.defs-only {
  position: absolute;
  height: 0; width: 0;
  overflow: none;
  left: -100%;
}

#voltar-calendario {
	background-image:url(../imagens/prev-banner.png);
	position:absolute;
	z-index:99;
	margin-top:60px;
	width:15px;
	height:27px;
	float:left;
	margin-left:28px;
	overflow:hidden;
	text-indent:-9999px;
}
#voltar-calendario:hover {
	background-position:left bottom;
}
#avancar-calendario {
	background-image:url(../imagens/next-banner.png);
	position:relative;
	z-index:99;
	margin-top:60px;
	width:15px;
	height:27px;
	float:right;
	right:30px;
	overflow:hidden;
	text-indent:-9999px;
}
#avancar-calendario:hover {
	background-position: left bottom;
}

#voltar-museu {
	background-image:url(../imagens/prev-banner.png);
	position:absolute;
	z-index:99;
	margin-top:-80px;
	width:15px;
	height:27px;
	float:left;
	margin-left:5px;
	overflow:hidden;
	text-indent:-9999px;
}
#voltar-museu:hover {
	background-position:left bottom;
}

#avancar-museu {
	background-image:url(../imagens/next-banner.png);
	position:relative;
	z-index:99;
	margin-top:-80px;
	width:15px;
	height:27px;
	float:right;
	right:5px;
	overflow:hidden;
	text-indent:-9999px;
}
#avancar-museu:hover {
	background-position: left bottom;
}







/* CALENDARIO */
#calendario {
	/*clear:both;
	width:100%;
	min-width:447px;
	float:right;
	overflow:hidden;
	min-height:347px;*/
	display:block;
	/*margin-top:28px;*/
	padding-bottom:7px;
	height:342px;
	overflow:hidden;
	margin-bottom:20px;
	margin-right:0px;
	border:2px solid #98792A;
}

.item-calendario{float: left; width: 50%;}
.item-calendario span{float: left; margin-right: 15px;}

#calendario-gmestre{height: 242px;}

.slick-slide{margin-top: 25px;}

#calendario>#envolve-eventos {
	width:100%;
	height:auto;
}
#envolve-eventos>.link-agenda {
	max-width:100%;
	min-height:89px;
	padding:17px 8px 0 12px;
}
#envolve-eventos>.link-agenda .data-evento {
	width:73px;
	height:65px;
	padding:8px 12px;
	float:left;
	margin-right:10px;
	text-align:center;
	display:block;
}
#envolve-eventos>.link-agenda .data-evento:hover {
	background-color:#98792A;
}
#envolve-eventos>.link-agenda .data-evento span {
	line-height:25px;
}
#envolve-eventos>.link-agenda p {
	display:block;
	width:100%;
	height:auto;
	padding-left:25px;
	margin-bottom:5px;
}
#envolve-eventos>.link-agenda span:hover,p:hover {
	text-decoration: underline;
}
/*ASIDE PAGINAS INTERNAS*/
aside .menu-lateral a {
	font-size:11px;
}
.conteudo-busca {
	width:270px;
	height:437px;
	float:left;
	/*position:fixed;*/
	z-index:1;
	background-color:#856B21;
}
aside .menu-lateral a:hover {
	color: #000 !important;
}
/*NOTÍCIAS*/
.descricao_noticias_detalhes strong {
	color: #054DA1;
}
/* INFORMAÇON */
#informacon {
	max-width:344px;
	max-height:548px;
	height:auto;
	clear:both;
	margin-top:27px;
	overflow:hidden;
}
#informacon img {
	max-width: 100%;
}
/* BRASIL NO PRUMO */
#contatos-home {
	margin-top:2.1em;
	max-width:90%;
	min-height:153px;
	/*padding:2px;
	*/
	overflow:hidden !important;
}
#brasilnoprumo {
	/*margin-top:2.1em;*/
	margin-left:18px;
	max-height:110px;
	/*padding:2px;
	*/
	overflow:hidden !important;
	border: 1px solid #17327E !important;
}


#brasilnoprumo>header {
	position:absolute;
	bottom:0px;
	max-width:330px;
	margin-right:-15px;
}
#endereco-home {
	background-color:#EFEFEF;
	max-width:345px;
	height:auto;
	letter-spacing:-0.4px;
	min-height:70px;
	text-align:center;
	display:block;
	padding:10px 3px 14px 3px;
}
#endereco-home>address {
	margin-bottom:0px;
	line-height: 19px;
}
/* VÍDEO */
#video-maconaria {
	clear:both;
	width:100%;
	/*min-width:448px;*/
	overflow:hidden;
	max-height: 338px;
	height:auto;
	display:block;
	margin-top: 2.92em;
}


/* RODAPE */
#rodape {
	/*margin-top:72px;*/
	min-height:40px;
	padding:5px 0px;
	border-top:4px solid #98792A;
	background-image:url('../imagens/bg-rodape.jpg');
	background-repeat:repeat;
	background-position:top center;
}
#rodape .logo-rodape {
	position:relative;
	z-index:999;
	margin-top:-28px;
}
#rodape address strong {
	width:100%;
	display:block;
	padding:15px 0 5px 0;
}
#rodape address b {
	width:100%;
	display:block;
}
#rodape #copyright {
	padding-top:11px;
	height:auto;
	min-height:37px;
	display:block;
}
#rodape #link-rd {
	text-decoration:none;
	padding-top:11px;
	height:auto;
	min-height:37px;
	display:block;
}
#rodape #link-rd a {
	color:#FFF;
	text-decoration:none;
	height: auto;
}

#bg-endereco-rodape{
	max-width:100%;
	min-height:260px;
	height:auto;
	z-index:1;
	background-image:url('../imagens/bg-rodape2.jpg');
	background-repeat:repeat;
	background-position:-226px top;
}

#titulo-site-rodape { text-align:center; padding-top:4.5em; float:none; padding-bottom:2em; border-bottom:2px solid #C5A971; margin:0px auto;
display:block; }

#titulo2-site-rodape { text-align:center; padding-top:1.8em; float:none; padding-bottom:2em; margin:0px auto; display:block; }


/* MAPA */

#box-mapa{
    width:100%;
    display:block;
    float:left;
    overflow:hidden;
    padding:10px;
    margin-left:10px;
}

#box-mapa iframe{
    width:100%;
    max-height:350px;
    height:auto;
}

 #map_canvas {
	min-height:6300px;
	height:auto;
	max-width:2000px;
	width:100%;
	overflow:hidden;
	position: relative;
	margin-top:13px;
}

.bloco{
    float:left;
    display:block;
    width:30.2737%;
    max-height:180px;
    overflow:hidden;
    height:auto;
    margin-left:14px;
}

.endereco-mapa{
    color:#040b4b;
    font-size:13px;
    font-weight:bolder;
    display:block;
    padding:5px;
    width:202px;
    height:15px !important;
    padding-top:3px;
    text-decoration:none;
    clear:left;
    margin-top:7px;
    font-family:Montserrat;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.endereco-mapa:hover{
    background-color:#040b4b;
    color:#f9ce03;
}

#link-localizacao{
    color:#040b4b;
    font-size:13px;
    font-weight:bold;
    display:block;
    height:20px !important;
    padding-top:3px;
}

#link-localizacao:hover{
    text-decoration:underline  !important;
}

.link-area-restrita{
    margin:0px 3px 6px 3px;
    width: calc(100% - 6px);
    float:left;
}

.link-area-restrita.azul{
    background-image: none;
    background-color:#0E2C6A !important;
    color:#fff !important;
    text-align: center;
}

.link-area-restrita{
    font-size:15px;
}

#map_canvas table#grid-data.lista_lojas tbody > tr > td {
    vertical-align: middle;
}

#right-menu2{float:left; z-index: 99;}


#background-floater {
	background-color: rgba(0, 0, 0, 0.75);
	width:100%;
	height: 100%;
	position: fixed;
	float: left;
	z-index: 9999 !important;
}

#floater {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-205px;
	margin-top:150px;
	padding:0 0px 0px 0px;
	z-index:9999;
	background-image:url("../imagens/corrida-maconica.jpg");
	background-repeat:no-repeat;
	display: block;
	width:504px;
	height:676px;
  /*border:2px solid #CCC;*/
}

#fechar_floater { display:block; float:right !important; width:55px; height:50px; }





@media screen and (max-width:639px){
    .bloco{ width:93%; clear:both; text-align:left; float:left !important; margin-bottom:17px;}
}

/******* MEDIA QUERIE *******/

@media screen and (max-width:1280px){
    /*.titulo-site{ margin-top:1.5%;}
    #titulo-topo span{padding-top: 12%; padding-left: 10px;}*/
    /*.container{width: 100% !important;}
    .titulo-site{font-size:30px;}*/
    #form-busca{ margin-left: 0px !important;}
    .campo-busca{width: calc(100% - 38px);}
    #logo-topo span{padding-top: 10%;}
    #redes-sociais-topo, #redes-sociais-mobile{padding-top: 4em; width:115px;}
    #form-busca{width:calc(100% - 166px); margin-left: 0px !important;}
    #menu-topo ul li a{padding: 18px 12px; font-size: 12px !important;}
    .titulo-site.grande{ display: none !important;}
    .titulo-site.pequeno{display:block !important;}




}

@media only screen and (max-width:1200px){
	#menu-topo ul li a { padding: 18px 0px !important; font-size:10px !important; width:136px; }
	#menu-topo > ul > li > ul { left:142px !important; top:53px; }

	#wowslider-container1 .ws_thumbs a{border-right: 2px solid #98792A}
}

@media screen and (min-width:993px) and (max-width:1217px){
	#titulo-topo span{ font-size:39px !important; }

    #banner-principal .ws_thumbs .titulo-legenda-banner{ display: none;}
    .ws_thumbs>div{left:0px;}
    #banner-principal .ws_images{ width:calc(100% - 153px) !important;}
    .ws_thumbs{max-width:153px !important;}
    #wowslider-container1 .ws_thumbs{right:0px !important;}
    .ws_thumbs a{max-width: 153px !important;}

    #video-maconaria, /*#calendario, #mensagem-grao*/ { margin-right: 15px;}
    .blocos{ margin-left: 0px !important; margin-top: 25px;}

    #brasilnoprumo{ max-width:36.5%; float:left; margin-top:0 !important;}
    .titulo-azul {width: 31.9% !important;}
    #brasilnoprumo, .box-publicidade img{border: none !important;}
    #contatos-home{margin-top: 1em; max-height:400px; float:left; margin-left: 30px; width: 60.3%; max-width:100%;}
    #contatos-home figure{ display:none;}
    #endereco-home {max-width: 500px; min-height: 155px;}

    .box-publicidade, .box-ordem{float:left;}
    .left{float:left !important;}

    .box-ordem .envolve-logo{min-height:193px;}
    .box-ordem {width: 566px; margin-left:29px; min-height: 253px;}

   /* #video-maconaria{max-height: 304px;}*/
    #video-home{height: 254px;}

    #endereco-home{max-width: 600px; min-height: 105px;}
    #mensagem-grao>#envolve-texto{width:calc(100% - 242px);}
    #mensagem-grao>#envolve-nome-area, #mensagem-grao>#envolve-bt-agenda{ max-width:50% !important; text-align: center;}

	#calendario { padding-bottom:6px !important; margin-top:25px; position: relative !important; }
	.marginLeft { margin-left: 0px !important; }
	#mensagem-grao{ flot:right !important;}
	#envolve-eventos>.link-agenda { padding:17px 8px 20px 12px; }
	#calendario-gmestre { padding-bottom:13px !important; }
	#video-maconaria { min-height: 338px; max-height:none; }
	.box-parceria-convenios { width: 100%; margin-top:1.4em; padding-top:0px; }
	.bg-bege { margin-top:0; }
}


@media screen and (max-width:1180px){

    #redes-sociais-topo{float:left; width:70px; padding-top: 3em;}
    #form-busca{width:calc(100% - 160px); margin-left: 0px !important; margin: 0px 0 0 0px; float:right; }
    #menu-topo ul li a{padding: 18px 12px; font-size: 12px !important;}
	#topo.f-nav #form-busca { margin-left:4.5em !important;  margin-top: -2.4em !important;}
	#topo.f-nav #redes-sociais-topo, #topo.f-nav #redes-sociais-mobile { width: 20px; }

	a#menu-home 		 { width:100px; margin-left:15px; }
	a#menu-quemsomos { width:140px; }
	a#menu-adm 		 { width:220px; }
	a#menu-lojas 	 { width:100px; }
	a#menu-paramaconicas { width:150px; }
	a#menu-noticias 	{ width:105px; }
	a#menu-contatos 	{ width:105px; }

	#menu-topo  > ul > li > ul { left:108px; top:53px; }
	#menu-topo > ul > li > ul > li { width:140px; }

	#calendario { padding-bottom:13px !important;  margin-top:30px; position: relative !important; }
	.marginLeft { margin-left: 0px !important; }
	#mensagem-grao{ flot:right !important;}
	#envolve-eventos>.link-agenda { padding:14px 8px 10px 12px; }
	#calendario-gmestre { padding-bottom:10px !important; }
	#video-maconaria { min-height: 338px; max-height:none; }
	.box-parceria-convenios { width: 100%; margin-top:1.4em; padding-top:0px; }
	.bg-bege { margin-top:0; }

}

@media screen and (max-width:992px){
	.titulo-site{ font-size:4vw; padding-top:22px !important; line-height:38px !important;}
	#titulo-site-rodape  span{ font-size:5vw !important; line-height:30px; }
	#logo-topo h1 { margin-top:0.6em;}
    .menu-mobile{ margin-top:7%; margin-right:25px;}
    #banner-principal{ margin-top: 14px; height: auto;}
    #banner-principal .ws_thumbs{display:none;}
    #wowslider-container1 .ws_images img{height:auto;}
    #wowslider-container1 .ws-title{bottom: 15px !important;}
    #wowslider-container1 .ws-title span {font-size: 14px !important; padding: 8px 10px;}
    /*#mensagem-grao, #calendario, #video-maconaria,*/ .box-ordem{width: 100%; min-width:auto; padding-left: 15px; padding-right: 15px;}
    #mensagem-grao #envolve-imagem{ width: 40%; max-width: auto;}
    #mensagem-grao #envolve-texto{ width: 60%; margin: 0px; padding: 15px;}
    .list-group-item{font-size:12px;}
    #container-main{width:100% !important; margin-top: 25px !important;}

    .embed-responsive{height: 327px;}
    #video-home{height:100%;}
    .blocos{ margin: 25px 0px;}
    .box-ordem{ padding: 0px; padding-bottom: 3px;}
    #brasilnoprumo, #contatos-home{max-width:100%; max-height:1000px;}
    #endereco-home {max-width:100%;}
    #rodape{margin-top: 2px;}
    .form-intranet{ padding: 15px;}
    .form-intranet .col-sm-11{ width: 100%;}
    .form-intranet .col-sm-11 .form-control{font-size:12px !important;}
    #menu-restrito{ display:none;}
	.titulo-azul { max-width:100% !important; }

	#topo.f-nav #titulo-topo span {padding-top: 1.4em; }


	.marginLeft { margin-left:0px !important; }
	.row-xs{ padding:15px; }
	#calendario-gmestre {  padding-bottom: 8px !important; }

	#calendario{height: auto;}
	#calendario-gmestre{height: auto;}
	.titulo-bege{width: 100% !important;}
	.agenda_completa{padding-right: 15px;}

}

@media screen and (min-width:768px) and (max-width:992px){
    .titulo-site.grande{ display: block !important;}
    .titulo-site.pequeno{display:none !important;}
    #mensagem-grao .fonte14{font-size:13px !important;}
    #envolve-bt-agenda, #envolve-nome-area{ width:100%; padding-top: 10px !important; max-width: 50% !important; min-height: 45px; float: left;}
    #envolve-nome-area .fonte18{ font-size:16px; padding-top:20px;}
    #envolve-bt-agenda a strong{font-size:13px; padding-top:20px;}
    #mensagem-grao>#envolve-texto{min-height: 196px;}
    .embed-responsive{height: 447px !important;}
    #video-home{height:318px !important;}
    .blocos{ margin-top: 0px;}

	#titulo-site-rodape .grande { font-size:32px; }
	#titulo-site-rodape { padding-top:3.5em; }

}


@media screen and (max-width:767px){
	.padding-area-restrita{ padding-left:50px !important; padding-right:50px !important; margin-left: 0px !important; width:100% !important; }
    #logo-topo{width:95px;}
    /*.titulo-site{font-size:40px; margin-top:0px;}*/
    .menu-mobile{ margin-top:40px;}
    /*#titulo-topo span{ padding-top:40px; line-height:33px;}*/
    .titulo-bege .fonte18{font-size: 14px;}
    #mensagem-grao, /*#calendario, #video-maconaria */{ min-width:300px !important; max-height:1000px;}
    #mensagem-grao #envolve-imagem{display:none !important;}
    #mensagem-grao #envolve-texto {padding: 15px 15px; width: 100%; min-height: auto;}
    #mensagem-grao #envolve-nome-area, #mensagem-grao #envolve-bt-agenda{ max-width: 100%; min-height: 16px; padding-top:8px; padding-bottom:6px; width: 100%;}
    #mensagem-grao #envolve-nome-area .fonte18{font-size:16px;}
    #mensagem-grao #envolve-bt-agenda a strong{font-size:13px;}
    #mensagem-grao #envolve-bt-agenda{ text-align: center;}
    #video-maconaria{ margin-top:20px; margin: 0px !important;}
    .box-ordem .titulo-ordem{border-left:0px;}
    .box-publicidade{width:100%;}
    .box-publicidade img{width:94% !important;}
    #envolve-eventos>.link-agenda p{ font-size:11.5px !important;}
    .img-album{max-width:320px !important; margin-right:15px; margin-bottom: 20px;}

	#topo.f-nav  { display:none; }

	#titulo-site-rodape { padding-top:2em; }
	#titulo-site-rodape  span{ font-size:6vw !important; line-height:27px; }

	.titulo-site{ padding-top:13px; line-height:27px !important;}


}


@media screen and (max-width:550px){
    /*.titulo-site{font-size:33px; margin-top:0px;}*/
    #logo-topo{ width: 80px;}
    /*#titulo-topo span{padding-top:35px;}*/
    .menu-mobile{margin-top: 35px; margin-right:5px;}

	#mensagem-grao #envolve-nome, #mensagem-grao #envolve-area {width:100%; padding:15px 5px 0 5px; height:auto; min-height:58px; position:relative;  }

	.titulo-site{line-height:23px !important;}
	#logo-topo h1 { margin-top:0.8em;}
}


@media screen and (max-width:550px){

	.agenda_completa .fonte16{display: none;}

}


@media screen and (max-width:450px){
    .menu-mobile{margin-top: 28px; padding-right: 0px; margin-right:5px;}
    #logo-topo{width:50px; margin-left: 0px;}
    /*#titulo-topo span {padding-top: 28px; padding-left:0px;}*/
    /*.titulo-site{font-size:30px;}*/
    #logo-topo a {margin-left:0px;}
    #logo-topo img{margin-right:0px !important;}

	#titulo-site-rodape { padding-top:2.6em; }
	#titulo-site-rodape img { display:none; }
	#titulo-site-rodape  span{ font-size:8.5vw !important; line-height:40px; }
	#titulo2-site-rodape span { font-size:15.5px !important; }

	#envolve-eventos>.link-agenda { padding:18px 8px 20px 12px; }
	.titulo-site{ font-size:5.4vw; padding-top:13px; line-height:18px !important;}

}


@media screen and (max-width:450px){
	.titulo-bege strong{font-size:14px !important;}
	.nenhum_agendamendo{padding-left: 3.5em; padding-right: 3.5em; padding-top: 2.5em !important;}
}


@media (min-width:1200px) and (max-width:1224px){
    .menu-mobile, #busca-topo{ display: none;}
	#menu-topo a { width: 135px !important; padding: 18px 0 !important; }
}

@media (min-width:1217px){
    .container{ width:100%; max-width: 1217px !important;}
    #logo-topo{ margin-left:-10px;}
    #logo-topo h1{ margin-top: 15px;}
    #titulo-topo a{margin-left: 16px;}
    /*#titulo-topo span{padding-top: 48px;}*/
    #busca-topo{ padding-right:0px; max-width: 383px; float: right; margin-right: -4em;}
    #redes-sociais-topo, #redes-sociais-mobile{width:auto; float:left; max-width: 145px; padding-top:46px;}
    #form-busca{ margin-left: 0px;}
    #redes-sociais-topo a{ margin-left:5px;}
    .bg-bege{ margin-top:0px;}
    #menu-topo{height:60px; max-height: 43px;}
    #menu-topo ul{ margin-bottom: 0px;}
    #menu-topo ul li{max-height:51px;}
    #menu-topo ul li a{ font-weight:inherit; letter-spacing:0.5px; font-size:13.8px; padding: 15px 10px;}

    #menu-home{ margin-left:7px;}
    #menu-galeria{width:248px;}
    #menu-historia{width:108px;}
    #menu-lojas{width:230px;}
    #menu-maconaria{width:145px;}

    #container-banner{padding-left:9px; padding-right: 0px;}
    #container-main{padding-left: 9px !important;}
    #wowslider-container1 .ws_thumbs{width: 355px !important; right: 11px !important; padding-top:0px;}
    #wowslider-container1 .ws_thumbs a{ width:100% !important; border-bottom: 3px solid #98792A !important; overflow: hidden;}
    #wowslider-container1 .ws_thumbs a img{ margin-left: 13px !important; /*width: 120px;*/ margin-top:10px !important;}
    .titulo-legenda-banner{ padding:13px 10px 0px 10.2em; /*float: right !important;*/ width: 100% !important; margin-left: 0px !important; margin-top:0px !important; height:90px !important; font-size:14px !important;}
    .ws_selthumb .titulo-legenda-banner{background-color: #EBD9B5 !important; /*margin-top:1.5em !important;*/}

    .form-intranet #senha-usuario {width: calc(100% - 90px) !important; margin-right:5px;}
    .box-ordem{margin-top: 33px; min-height: 266px;}
    .form-intranet{padding: 13px 0 18px 24px;}
    .box-ordem .envolve-logo{ margin-top: 3px;}
    #informacon{margin-top: 27px;}
    #brasilnoprumo{/*margin-top: 27px;*/ margin-bottom:5px; min-width: 306px; margin-right: -1px; }
    #contatos-home{margin-top: 35px; max-width: 335px;}
    /*#mensagem-grao, #calendario, #video-maconaria*/ {min-width: 452px; margin-right: 0px;}
    #mensagem-grao>#envolve-bt-agenda{ max-width: calc(100% - 211px);}
    #video-maconaria /*, #calendario*/ { margin-top: 27px;}
    #video-maconaria .embed-responsive{ /*height:350px;*/ }
    #video-home{ height: 200px !important; }



}


/******* MEDIA QUERIE *******
@media screen and (min-width:1025px) and (max-width:1199px) {
	#redes-sociais-topo {
		height:auto;
		padding-top:0.5em;
		margin-right:-1.8em;
		float:right;
		max-width:33.5%;
	}

	#right-menu2 {
		min-width:35%;
		position:absolute !important;
		font-size:36px;
		margin-top:1.08em;
		margin-left:2em;
	}

    .campo-busca {
		width:233px;
	}

    #logo-topo img {
		margin-right:15px;
	}

    #logo-topo span {
		padding-top:15px;
	}

    #busca-topo {
		margin-top:30px;
	}

    .btn-busca-topo {
		margin-top:30.1px;
	}

    .marginLeft {
		margin-left:0px;
	}

    #mensagem-grao>#envolve-bt-agenda {
		min-width:354.5px;
	}

    #mensagem-grao>#envolve-texto {
		max-width:57%;
	}

    .blocos {
		margin-top:3.5em;
	}

    .box-publicidade {
		float:left !important;
		width:36.85%;
		padding:1.24em 0 !important;
	}

    .box-ordem {
		float:right !important;
		margin-right:-1.3em;
		display:block;
		min-width:60%;
		max-height:100px !important;
	}

    #contatos-home {
		min-width:60%;
		margin-right:-1.4em;
		float:right;
	}

    #contatos-home>figure {
		max-width:237px;
	}

    #mensagem-grao .titulo-bege,#calendario .titulo-bege,#video-maconaria .titulo-bege {
		min-width:100%;
	}

    #contatos-home .titulo-bege {
		max-width:57% !important;
		float:left;
		padding-left:6px;
	}

    #contatos-home img.img-thumbnail.reset {
		float:left;
		margin-right:5px;
	}

    #video-maconaria {
		margin-right:0em;
	}

    #endereco-home {
		max-width:100%;
		display:block !important;
	}

    #endereco-home address {
		padding-left:15px !important;
		line-height:24px;
	}

    #brasilnoprumo {
		min-height:100%;
		clear:both;
		float:left;
		padding:0px 6px;
	}

    .box-ordem .envolve-logo {
		min-height:205px;
		z-index: 99;
	}

    /* TOPO
	#logo-topo img {
		margin-right:25px;
	}
	#logo-topo span {
		padding-top:17px;
	}
	#form-busca {
		margin:-8px 0 0 0px;
		float:left;
	}
	#redes-sociais-topo {
		height:auto;
		padding-top:0.5em;
		float:right;
		max-width:33.5%;
	}
	#right-menu2 {
		min-width:35%;
		position:absolute !important;
		font-size:36px;
		margin-top:0.7em;
		right:0px;
	}
	.campo-busca {
		width:233px;
	}
}
/*@media screen and (max-width:1024px) {
	.marginLeft {
		margin-left:0px;
	}
	#mensagem-grao>#envolve-bt-agenda {
		min-width:354.5px;
	}
	#mensagem-grao>#envolve-texto {
		max-width:57%;
	}
	.blocos {
		margin-top:3.5em;
	}
	.box-publicidade {
		float:left !important;
		width:36.85%;
		padding:1.24em 0 !important;
	}
	.box-ordem {
		float:right !important;
		margin-right:-1.3em;
		display:block;
		min-width:60%;
		max-height:100px !important;
	}
	#contatos-home {
		min-width:60%;
		margin-right:-1.4em;
		float:right;
	}
	#contatos-home>figure {
		max-width:237px;
	}
	#mensagem-grao .titulo-bege,#calendario .titulo-bege,#video-maconaria .titulo-bege {
		min-width:100%;
	}
	#contatos-home .titulo-bege {
		max-width:57% !important;
		float:left;
		padding-left:6px;
	}
	#contatos-home img.img-thumbnail.reset {
		float:left;
		margin-right:5px;
	}
	#video-maconaria {
		margin-right:0em;
	}
	#endereco-home {
		max-width:100%;
		display:block !important;
	}
	#endereco-home address {
		padding-left:15px !important;
		line-height:24px;
	}
	#brasilnoprumo {
		min-height:100%;
		clear:both;
		float:left;
		padding:0px 6px;
	}
	.box-ordem .envolve-logo {
		min-height:205px;
		z-index:99;
	}
	/* TOPO *#logo-topo img {
		margin-right:25px;
	}
	#logo-topo span {
		padding-top:17px;
	}
	#form-busca {
		margin:-8px 0 0 0px;
		float:left;
	}
	#redes-sociais-topo {
		height:auto;
		padding-top:0.5em;
		float:right;
		max-width:33.5%;
	}
	#right-menu2 {
		min-width:35%;
		position:absolute !important;
		font-size:36px;
		margin-top:0.7em;
		right:0px;
	}
	.campo-busca {
		width:233px;
	}
}
@media screen and (max-width:990px) {
	.container {
		width:100%;
	}
	#calendario,#informacon,#video-maconaria {
		margin-top:0.5em;
		margin-right:1.5em !important;
	}
	#mensagem-grao,#video-maconaria {
		margin-right:1.5em !important;
	}
	#mensagem-grao>#envolve-bt-agenda {
		min-width:62.1%;
	}
	#contatos-home {
		min-width:100%;
		margin-right:0em;
	}
	#contatos-home .titulo-bege {
		max-width:73.4% !important;
		margin-bottom:15px;
	}
	#endereco-home address {
		min-height:136px;
	}
	.form-intranet {
		padding-bottom:41px;
	}
	.box-ordem {
		float:left !important;
		margin-left:0em;
		min-width:100%;
	}
	.box-ordem .envolve-logo {
		min-height:205px;
		z-index:99;
	}
	/* TOPO *#logo-topo span {
		max-width:96%;
	}
	#redes-sociais-mobile {
		height:auto;
		min-height:50px;
		padding-top:0em;
		position:absolute;
		margin-top:-1em;
		min-width:100%;
		background-color:#2D3091;
	}
	#redes-sociais-mobile ul {
		float:none;
		margin:0px auto !important;
		display:block;
		max-width:110px;
		padding:6px 0px;
	}
	.btn-busca-mobile {
		margin-left:-3.4em;
		margin-top:3.8em;
		background-image:none;
		color:#FFF;
		font-size:12px;
		padding:7px 7px !important;
		font-weight:normal;
		min-width:70px;
		text-align:center;
	}
	#right-menu2 {
		font-size:26px;
		margin-top:1.72em;
	}
	.close:hover,.close:focus {
		color:#FFF;
	}
}
@media screen and (max-width:768px) {
	#mensagem-grao,#calendario,#video-maconaria {
		display:block !important;
		min-width:140px !important;
		margin-right:1.2em !important;
	}
	/*#video-maconaria {
		max-height:275px;
	}
	*#informacon {
		min-width:282px;
	}
	.blocos {
		margin-top:0.4em !important;
	}
	#mensagem-grao>#envolve-nome-area {
		position:absolute;
		margin-top:193px;
		padding-top:10px;
		background:rgba(152,121,42,0.8) !important;
	}
	#mensagem-grao>#envolve-texto {
		width:43%;
	}
	#mensagem-grao>#envolve-bt-agenda {
		display:block;
		min-width:100%;
		text-align:center;
		padding-top:17px;
	}
	#contatos-home .titulo-bege {
		max-width:66.4% !important;
		margin-bottom:0px;
	}
	#endereco-home {
		margin-top:0em;
		overflow:hidden;
		display:block;
	}
	#endereco-home address {
		max-width:350px;
		min-height:0px;
		text-align:left;
		float:left;
		display:block;
		line-height:21px;
	}
	/* TOPO *#logo-topo span {
		font-size:1.5em;
		max-width:100%;
	}
	#redes-sociais-mobile {
		height:auto;
		min-height:50px;
		padding-top:0em;
		position:absolute;
		margin-top:-1em;
		min-width:100%;
		background-color:#2D3091;
	}
	#redes-sociais-mobile ul {
		float:none;
		margin:0px auto !important;
		display:block;
		max-width:110px;
		padding:6px 0px;
	}
	.btn-busca-mobile {
		margin-left:-4.7em;
		margin-top:3.8em;
		background-image:none;
		color:#FFF;
		font-size:12px;
		padding:7px 7px !important;
		font-weight:normal;
		min-width:70px;
		text-align:center;
	}
	#right-menu2 {
		font-size:26px;
		margin-top:1.65em;
	}
}
@media screen and (max-width:736px) {
	#mensagem-grao,#calendario,#video-maconaria {
		display:block !important;
		max-width:711px !important;
		margin-top:2em;
		margin-right:1em !important;
	}
	/*#video-maconaria {
		max-height:275px;
	}
	*#informacon {
		display:none;
	}
	.blocos {
		margin-top:0.4em !important;
	}
	.form-intranet {
		max-width:100% !important;
		margin:0em auto !important;
		padding-bottom:1.5em;
	}
	.list-group {
		margin-bottom:0em !important;
		max-width:100%;
	}
	.form-control {
		max-width:94%;
	}
	.form-intranet #senha-usuario {
		width:84% !important;
	}
	#mensagem-grao>#envolve-nome-area {
		position:absolute;
		margin-top:193px;
		padding-top:10px;
		background:rgba(152,121,42,0.8) !important;
	}
	#mensagem-grao>#envolve-texto {
		width:43%;
	}
	#mensagem-grao>#envolve-bt-agenda {
		display:block;
		min-width:100%;
		text-align:center;
		padding-top:17px;
	}
	#contatos-home .titulo-bege {
		max-width:65.7% !important;
		margin-bottom:0px;
	}
	#endereco-home {
		margin-top:0em;
		overflow:hidden;
		display:block;
	}
	#endereco-home address {
		max-width:350px;
		min-height:0px;
		text-align:left;
		float:left;
		display:block;
		line-height:21px;
	}
	/* TOPO *#logo-topo img {
		margin-top:-0.3em;
		margin-right:0.4em;
		width:11% !important;
	}
	#logo-topo span {
		font-size:0.7em !important;
		padding-top:5px;
	}
	.btn-busca-mobile {
		margin-top:-0.7em;
		margin-left:0em;
	}
	#right-menu2 {
		min-width:0%;
		margin-top:-0.4em;
		margin-right:0em;
	}
}
@media screen and (max-width:667px) {
	#informacon {
		display:none;
	}
	#mensagem-grao,#calendario,#video-maconaria {
		max-width:95% !important;
		margin:2em auto !important;
		display:block;
		float:none !important;
		max-height:100%;
	}
	.form-intranet {
		max-width:100% !important;
		margin:0em auto !important;
		padding-bottom:1.5em;
	}
	.list-group {
		margin-bottom:0em !important;
		max-width:100%;
	}
	.form-control {
		max-width:94%;
	}
	.form-intranet #senha-usuario {
		width:84% !important;
	}
	#contatos-home .titulo-bege {
		max-width:62% !important;
	}
	#rodape span,#rodape #link-rd {
		text-align:center;
		float:none !important;
	}
	#mensagem-grao>#envolve-bt-agenda {
		min-width:66.3%;
	}
	#mensagem-grao>#envolve-texto {
		min-height:163px;
	}
	/* TOPO *#logo-topo img {
		margin-top:-0.3em;
		margin-right:0.4em;
		width:12% !important;
	}
	#logo-topo span {
		font-size:0.50em !important;
		padding-top:0px;
		margin-top:-0.30em;
		position:relative;
	}
	#right-menu2 {
		margin-top:-0.6em !important;
		margin-right:-0.2em !important;
	}
	/*#busca-topo {
		margin-top: 3.4em !important;
	}
	.btn-busca-mobile {
		margin-top:-1.1em;
		margin-left:-0.5em;
	}
	/*#formBusca #form-busca {
		width:95%;
	}
	*
}
@media screen and (max-width:640px) {
	.btn-busca-mobile {
		margin-left:-1.3em !important;
	}
}
@media screen and (max-width:640px) {
	#informacon {
		display:none;
	}
	#mensagem-grao,#calendario,#video-maconaria {
		max-width:95% !important;
		margin:2em auto !important;
		display:block;
		float:none !important;
		max-height:100%;
	}
	.form-intranet {
		max-width:100% !important;
		margin:0em auto !important;
		padding-bottom:1.5em;
	}
	.list-group {
		margin-bottom:0em !important;
		max-width:100%;
	}
	.form-control {
		max-width:94%;
	}
	.form-intranet #senha-usuario {
		width:84% !important;
	}
	#contatos-home .titulo-bege {
		max-width:60% !important;
	}
	#rodape span,#rodape #link-rd {
		text-align:center;
		float:none !important;
	}
	#mensagem-grao>#envolve-bt-agenda {
		min-width:64.2%;
	}
	#mensagem-grao>#envolve-texto {
		min-height:163px;
	}
	/* TOPO *#logo-topo img {
		margin-top:-0.3em;
		margin-right:0.4em;
		width:12% !important;
	}
	#logo-topo span {
		font-size:0.35em;
		padding-top:0px;
		margin-top:-0.30em;
		position:relative;
	}
	#right-menu2 {
		margin-top:-0.6em !important;
		margin-right:-0.5em !important;
	}
	/*#busca-topo {
		margin-top:3.4em !important;
	}
	*.btn-busca-mobile {
		margin-top:-1.1em;
		/*margin-left:-0.3em !important;

	}*/
	/*#formBusca #form-busca {
		width:95%;
	}
	*
}
@media screen and (max-width:375px) {
	#mensagem-grao {
		max-height:100%;
		border:1px solid #98792A;
	}
	#envolve-texto {
		min-width:90% !important;
		text-align:center;
	}
	.box-ordem {
		max-width:100%;
		min-height:263px;
		height:auto;
	}
	.titulo-ordem span {
		display:none;
	}
	#contatos-home strong,#mensagem-grao strong {
		font-size:1.6em;
	}
	#mensagem-grao>#envolve-imagem {
		min-width:175px;
	}
	#mensagem-grao>#envolve-nome-area {
		max-width:95%;
		height:auto;
		padding:0.8em 3em;
		min-height:auto;
		margin-top:-37px;
	}
	#mensagem-grao #envolve-imagem {
		float:none !important;
		margin:0 auto;
	}
	/* TOPO *#logo-topo img {
		/*min-width:15% !important;
		*
	}
	.btn-busca-mobile {
		margin-left:-4em !important;
	}
	#right-menu2 {
		margin-right:-0.4em !important;
	}
}
@media screen and (max-width:480px) {
	#contatos-home .titulo-bege {
		max-width:100% !important;
		clear:both;
	}
	#contatos-home img.img-thumbnail.reset {
		display:none;
	}
	#mensagem-grao>#envolve-bt-agenda {
		min-width:100%;
	}
	/* TOPO *#busca-topo {
	}
	#logo-topo img {
		width:15% !important;
		margin-left:0em;
		z-index:91 !important;
	}
	#logo-topo span {
		display:none;
	}
	.btn-busca-mobile {
		margin-left:-2.7em !important;
	}
	#right-menu2 {
		margin-right:-0.4em !important;
	}
}
@media screen and (max-width:414px) {
	#mensagem-grao {
		max-height:100%;
		border:1px solid #98792A;
	}
	#envolve-texto {
		min-width:93% !important;
		text-align:center;
	}
	.box-ordem {
		max-width:100%;
		min-height:263px;
		height:auto;
	}
	.titulo-ordem span {
		display:none;
	}
	#contatos-home strong,#mensagem-grao strong {
		font-size:1.6em;
	}
	#mensagem-grao>#envolve-imagem {
		min-width:175px;
	}
	#mensagem-grao>#envolve-nome-area {
		min-width:94.5% !important;
		height:auto;
		padding:0.8em 3em;
		min-height:auto;
		margin-top:-37px;
	}
	#mensagem-grao #envolve-imagem {
		float:none !important;
		margin:0 auto;
	}
	#mensagem-grao>#envolve-bt-agenda {
		padding-top:21px;
	}
	/* TOPO *.btn-busca-mobile {
		margin-left:-4em !important;
		margin-top:-1.6em !important;
	}
	#right-menu2 {
		margin-top:-0.85em !important;
	}
}
@media screen and (max-width:328px) {
	/* TOPO *#logo-topo img {
		width:16% !important;
		margin-top:-14px !important;
	}
	.btn-busca-mobile {
		margin-left:-4.8em !important;
	}
	#mensagem-grao {
		max-height:100%;
		border:1px solid #98792A;
	}
	#envolve-texto {
		min-width:90% !important;
		text-align:center;
	}
	.box-ordem {
		max-width:100%;
		min-height:263px;
		height:auto;
	}
	.titulo-ordem span {
		display:none;
	}
	#contatos-home strong,#mensagem-grao strong {
		font-size:1.6em;
	}
	#mensagem-grao>#envolve-imagem {
		min-width:175px;
	}
	#mensagem-grao>#envolve-nome-area {
		max-width:95%;
		height:auto;
		padding:0.5em 3em;
		min-height:auto;
		margin-top:-54px;
	}
	#mensagem-grao #envolve-imagem {
		float:none !important;
		margin: 0 auto;
	}
}

*/
