@charset "utf-8";
/* CSS Document */
  
*{ margin:0 auto; padding:0; font-family: 'Montserrat', Arial, Helvetica, sans-serif;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
a,body,input,p,ul{color:#000}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,pre,q,s,samp,small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;list-style:none}a,input,p,textarea,ul{font-family: 'Montserrat',Arial,Helvetica,sans-serif;font-size:14px}body{line-height:normal}table{border-collapse:separate;border-spacing:0}caption{text-align:left;font-weight:400}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}address{font-style:normal}
a{text-decoration:none}
img,object,embed,video, iframe,iframe[style]{max-width:100%;}
 
.centro{ max-width:1180px; width:100%; margin:0 auto; position: relative; }
.clear{ clear:both}
header, figure, section, aside, article, nav, footer {display: block;}

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


/*body {
	background: #a90000;
	padding-top: 20px;
}*/

body {
	background: #f5f5f5;
}

.wrapper {
	/*max-width: 1200px;*/
	margin: 0 auto;
	background: #fff;
}

#header{/*height:185px;*/ position:relative; float: left; width: 100%; background: #fff;}

.logo{ float: left; margin-top: 0px;}
 
.infocontato{float: left; color: #2b2b2b; margin: 30px 0 0 55px; font-weight: bold;}
.infocontato b{color: #a90000;}
.comochegar{float: left; margin: 10px 20px 20px 0; width: 95px;}
.comochegar span{ color: #a90000;}

.area-exclusiva{float: right; width: 280px; margin-top: 5px;}
.area-exclusiva label {width: 35%; margin-right: 5px; float: left;}
.area-exclusiva label span{display: block; font-size: 12px; color: #a90000; margin-bottom: 5px; text-transform: uppercase;}
.area-exclusiva input[type=text],.area-exclusiva input[type=password]{width: 100%; border:1px solid #a90000; height: 25px; padding: 4px;}
.area-exclusiva p{text-transform: uppercase; color: #a90000; font-size: 14px; margin-bottom: 5px; font-weight: bold;}
.area-exclusiva input[type=submit]{margin-top: 21px; background: #a90000; color: #fff; cursor: pointer; height: 25px; width: 35px; border:none;}
.area-exclusiva input[type=submit]:hover{background: #757575;}

/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		
#menu{ height:50px; width:100%; left: 0; top:134px; position:absolute; z-index:99; background: #a90000; }
#menu ul {margin: 0 auto; max-width: 1180px; text-align: center; }
@media (min-width: 1200px) {
	#menu ul {display: flex; justify-content: space-between;}
}

#menu ul li{ display: inline-block; vertical-align: top; height: 50px; position: relative; }
#menu ul li a{ font-size:16px; display: block; height: 50px; padding: 0px 15px; font-family: 'Montserrat', serif; line-height: 50px;
font-weight: bold; color:#fff; transition: all 0.4s; text-transform: uppercase; z-index: 200;} 
#menu ul li a:hover,
#menu ul li a.active{ background-color: #910c0c} 
.sep{width: 2px; background: url(../img/icone/sep.jpg) no-repeat center;}
#menu span{display: none;}
#menu img { margin-right: 3px; }
.nocurso{cursor: default;}
#menu li.btn-chat{float: right;}
#menu li.btn-chat a{color: #a90000;}
#menu li.btn-chat a:hover{color: #464646; background: none !important;}
#menu li.btn-chat a:before{content: url(../img/icones/btnchat.png); float: left; margin: 0px 10px 0 0;}
#menu ul li a:hover img,
#menu ul li a img {filter: grayscale(100%) brightness(500%);}
 #menu ul li a svg {fill: #fff;}

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 50px; left:0px; display: none; width:195px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:195px; background:#027f01; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; padding: 8px 10px; font-size:15px; background: #464646; border-bottom:1px dotted #fff;
text-transform: none; color: #fff;}
#menu li ul li a:hover{background: #333333;}
#menu li ul li:last-child a{border:none;}

@media only screen and (min-width: 1200px) { 
	#menu.nav-fixed {position: fixed; top:0; z-index: 99999;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	} 
}
/********************** Inicio titulos *******************************/ 


.tthome{text-align: center; color: #a90000; margin: 25px 0; font-size: 28px; text-transform: uppercase; font-weight: bold; }
.tthomenot{font-size: 20px; color: #1d1d1d; margin-bottom: 25px; font-weight: bold; background: url(../img/icones/ttnot.jpg) repeat-x center; }
.tthomenot span{background: #fff; padding-right: 10px;}

.subtt-home{border:1px solid #a2a2a2; color: #a90000; font-size: 20px; padding: 10px; margin-bottom: 15px; font-weight: bold;}
.subtt-home:before{content: ""; width: 7px; height: 7px; background: #a90000; float: left; margin: 10px 10px 0 0; }

.titulo { margin-bottom: 2em;}
.titulo h1{ color: #a90000; font-weight: 700; font-size: 24px; text-transform: uppercase; padding: 0 0 10px 0;
/*border-bottom: 1px solid #a90000;*/ position: relative;}
/*.titulo h1:before{position: absolute; content: ""; width: 5px; background: #c8c8c8; height: 30px; top: 5px; left: 0;}*/
.titulo h1:after{content: ""; width: 100%; bottom: 2px; border-bottom: 3px solid #a90000; position: absolute; left: 0;}

.tt-not{color: #474747; font-size: 20px;}
.data-not{border-bottom: 1px dotted #ccc; margin-bottom: 25px; display: block; padding-bottom: 5px; color: #a90000;}

.tt{color: #a90000; font-size:18px; margin-bottom: 20px; }
.subtt{ margin-bottom: 10px;}
.subtt img{vertical-align: middle; margin-right: 5px;}

/********************** Inicio Conteiner *******************************/

#conteiner {padding: 1.5em 0; clear: both; }
#conteiner p, #conteiner li {line-height: 18px;} 


#painel-home{float: left; width: 60%; margin-bottom: 25px;} 
.sidebar{float: right; width: 37%; margin-bottom: 25px;}
.sidebar p{ padding: 0 10px 10px 25px; margin-bottom: 10px; color: #454545;}


.texto-home{max-width: 795px; display: block; margin: 0 auto 25px auto;} 
.texto-home p{color: #00417a; font-size: 20px; line-height: 21px !important;}

.boxe-home{ float:left; width:18%; height:auto; margin:0 2% 3% 0; transition: all .6s; }
.boxe-home:nth-of-type(4n+0){margin:0 0 3% 0;} 
.boxe-home i{display: block; margin: 20px auto; text-align: center; height: 60px;}
.boxe-home img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%);}
.boxe-home h2{ font-size:22px; color: #353535; line-height: 22px;} 
.boxe-home h2 strong{ display: block;} 
.item{float: left; text-align: center; background: #ececec; padding: 10px; height: 190px;}
.texto{float: right; width: 48%; display: none; height: 190px; opacity: 0; color: #5f5f5f; padding: 35px 20px; transition: all .8s; overflow: hidden;}
.active .texto{display: block; opacity: 1;}
.boxe-home.active{width: 40%;}
.boxe-home .item{width: 100%;}
.boxe-home.active .item{width: 48%;}

.home{background: url(../img/bg/home.jpg) no-repeat center bottom #242525 fixed; padding: 50px 0; clear: both;}

.col-2{float: left; width: 47%;}
.col-2:nth-of-type(2n+0){float: right;} 
.col-1{float: left; width: 100%; margin-top: 15px;}

.contenthome p{color: #fff;}
.btn-saiba{color: #fff; text-decoration: underline; float: right; clear: both; margin: 10px 0;}
.btn,
.btn--pesquisar
{
	background: #e21d1d;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    position: relative;
    border: 0;
   
}

.excluirGrid,
.ImprimirList,
.ImprimirList1 {
	display: inline-block;
	position: relative;
	 padding-left: 25px !important;
}

.btn svg,
.btn img,
.btn--pesquisar svg,
.btn--pesquisar img {
	position: absolute;
	left: 5px;
	top: 5px;
}

/*{padding: 10px 15px; background: #a90000; display: inline-block; margin: 5px 5px 10px 0; color: #fff; cursor: pointer;}*/


	.btn:hover,
	.btn--pesquisar:hover{background: #980505;}

	.btn--sair {float: left; display: inline-block;}

.btn2{display: block; color: #fff; padding: 20px; background: #a90000; text-align: center; margin-top: 40px; font-weight: 700;}
.btn2:hover{background-color: #ff0000;}	

.home h2{color: #fff; border-bottom: 1px dotted #fff; margin-bottom: 20px; font-size: 20px; font-weight: bold;}
.home h3{color: #fff; font-weight: bold; margin: 10px 0 10px 0;}
.home h3:before{float: left; margin: 0px 10px 0 0;}
.ico-dolar:before { content: url(../img/icones/ico-dolar.png); }
.ico-inflacao:before { content: url(../img/icones/ico-inflacao.png); }
.ico-selic:before { content: url(../img/icones/ico-selic.png); }
.tablehome{border-spacing: 5px; border-collapse: separate; width: 100%; text-align: center;}
.tablehome th{background: #cccccc; padding: 5px; text-transform: uppercase; color: #a90000; font-size: 14px; font-weight: bold;}	
.tablehome td{background: #fff; padding: 8px;}	
.tablehome td a{color: #000 !important; background: none !important;}
.margemtop{margin-top: 42px; display: block;}
.contenttaxas{display: block; padding: 15px; text-transform: uppercase; background: #eae9e9; font-family: Tahoma; 
	font-weight: bold; text-align: center; font-size: 22px;}
.contenttaxas small{font-size: 10px; text-align: left; vertical-align: middle; font-weight: normal; display: inline-block}

.carousel{float: left; width: 100%; }   
	.owl-prev, .owl-next{display: block; height: 57px; width: 29px; position: absolute; z-index: 200; text-indent: -9999px; top:30%; 
		background-image: url(../img/icones/arrow.png); background-repeat: no-repeat;}
	.owl-prev {background-position: 0 0; left: -40px; }
	.owl-next {background-position: -31px 0; right: -40px; } 

.zoom{display: block; text-align: center; width: 100%; overflow: hidden;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}


.nothome{float: left; width: 32%; margin-right: 2%; border-radius: 8px; padding: 20px; margin-bottom: 15px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(207, 207, 207, 0.75);
box-shadow:         0px 0px 5px 0px rgba(207, 207, 207, 0.75);
}
.nothome:nth-of-type(3n+0){margin-right: 0;}
.nothome time, .chamadanot time{ display: block; font-size: 14px; color: #a90000; margin-bottom: 5px; }
.nothome h3{color: #161616; font-size: 18px; margin-bottom: 20px;}
.nothome p{color: #4d4d4d; font-size: 14px; font-family: 'Arial', sans-serif; margin-bottom: 13px; line-height: 20px !important;}
.continuarlendo{ border-left: 5px solid #a1a1a1;  margin-top: 10px; color: #a90000; padding-left: 5px;}
.continuarlendo:hover{color: #474747;}
.notmobile{display: none;}

.noticiashome{float: left; width: 45%;}
.chamadanot{display: block; padding: 10px; border-radius: 5px; margin-bottom: 10px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 0.85);
-moz-box-shadow:    0px 0px 5px 0px rgba(207, 207, 207, 0.85);
box-shadow:         0px 0px 5px 0px rgba(207, 207, 207, 0.85);
}
.chamadanot h3{color: #161616; font-size: 16px;}
.maisnoticias{float: right; clear: both; color: #a90000; text-decoration: underline; margin: 10px 0; transition: all .5s;}
.maisnoticias:after{content: ""; width: 30px; height: 30px; background: #f00 url(../img/icones/setas.png) no-repeat center;
border-radius: 5px; float: right; margin: -5px 0 0 5px; transition: all .5s;}
.maisnoticias:hover{color: #2e2e2e;}
.maisnoticias:hover:after{background-color: #2e2e2e;}


/*---------------------- Formulários --------------------*/
#form {width: 48%; float: left; }
#form label{display: block; float: left; padding: 0 0 16px 0; min-height: 50px; }
#form input,#form textarea,#form select{background: #fff; width: 100%; border: 1px solid #c3c2c2; height: 35px; font-size:14px; padding: 0 1%; }
#form .lr {float: right;} 
.cmp-maior{width: 100%;}
.cmp-medio{width: 48%;}
#form label span { display: block; padding: 0 0 3px 0; font-size: 16px; color:#000; }
#form textarea { height:125px; padding: 1%;}
#form input[type=submit]{ cursor:pointer; background:#a90000; color:#fff; border:none; width: auto; padding: 0 15px; 
font-size:16px; height:40px; float:left; text-transform:uppercase; margin-bottom: 25px;}
#form input[type=submit]:hover{background:#980505;}
.tablebordero { border-collapse: separate; border-spacing: 5px;} 


.lateral{float: right; width: 30%; padding: 2%; border: 1px solid #193483;}
.lateral hr{border:none; margin: 10px 0; border-bottom: 1px solid #c3c2c2;} 

/*Footer Rodapé*/
#footer{ background:#f3f3f3; height:auto; color:#FFF; clear: both; padding: 15px 0 0 0; } 
#footer address{ display: none; font-size:14px; text-align: center; color: #121645;}
#footer a{color: #fff; }
.logorodape{float: left;}
.entreemcontato{float: left; margin: 0 20px;}
.comochegar img, .entreemcontato img{float: left; margin: 10px 10px 10px 0;}
.anfacrodape{width: 390px; display: block; margin: 15px auto; color: #5b5b5b; font-size: 14px;}
.anfacrodape img{float: left;margin: -8px 10px 20px 0; } 

.rodape{padding: 10px 0; clear: both; background: #a90000;}
.rodape p{text-align: center; color: #fff;}
.pratica {background: url(../img/pratica.png) no-repeat left top; float:right;height: 19px; width: 65px; margin-top: -15px;}
 

/********************** Inicio Interna *******************************/
.main{min-height: 350px;}
	.main p{margin-bottom: 25px; font-size: 14px;}

.framewrapper {position:relative;height:0;padding-bottom:56.25%}
.framewrapper iframe { position:absolute;width:100%;height:100%;left:0;top: 0;}

/* Quem Somos */
.boxi{ float:left; width:23%; height:auto; margin:0 2% 3% 0; text-align: center; position: relative;}
.boxi:after{content: ""; height: 150px; background: #bbbbbb; right: 0; position: absolute; top: 15px; width: 1px;}
.boxi:nth-of-type(4n+0){margin:0 0 3% 0;} 
.boxi:nth-of-type(4n+0):after{display: none;} 
.boxi i{display: block; margin: 20px auto; text-align: center; height: 60px;}
.boxi img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%);}
.boxi h2{color: #353535; font-size: 18px; margin-bottom: 25px;}
.boxi h2 strong{color: #5f5f5f; display: block;}
.boxi p{color: #5f5f5f; padding: 0 10px;}

/* Notícias */
.item-not { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dotted #193483; padding-left: 15px;}
.item-not:before{content: ""; height: 45px; width: 5px; background: #c8c8c8; border-radius: 5px; float: left; margin:0 10px 0 -15px;}
.item-not h2 {color: #474747; font-size: 20px;}
.item-not time {color: #a90000; margin-bottom: 10px; display: block;} 
.item-not p{margin-bottom: 0px;}

.sidebar-contact {float: right; width: 48%; }
.thumbnail {padding: 2px; border-radius: 4px; border: 1px solid #ccc;}

.btn-sair{float: right;}
.forms-area-logado{text-align: center; display: block; padding: 35px 15px 15px 15px; background: #efefef; max-width: max-width: 650px;; margin: 15px auto}
p.bemvindo{font-size: 20px;}
/********************** Classes úteis *******************************/
.bt-efeito:hover {opacity: 0.80; -moz-opacity: 0.80; -webkit-opacity: 0.80; -o-opacity: 0.80; filter: alpha(opacity=80);}
.visuallyhidden{border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px}
p.error {margin: 0; padding: 0; clear: both; color: #f00; font-size: 10px;}
#dp_swf_engine {display:none;}
#fb-root {display: none;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {width: 100% !important;}#header .maia-teleport { height:1px; left:-10000px; overflow:hidden; position:absolute; top:auto; width:1px} [dir=rtl] #maia-header .maia-teleport {left:auto; right:-10000px} #header .maia-teleport:active,#header .maia-teleport:focus,#header .maia-teleport:hover {background:#f9edbe; border:1px solid #f0c36d; -moz-border-radius:2px;
-webkit-border-radius:2px; border-radius:2px; -moz-box-shadow:0 2px 4px rgba(0,0,0,.14); -webkit-box-shadow:0 2px 4px rgba(0,0,0,.14); box-shadow:0 2px 4px rgba(0,0,0,.14);
height:auto; left:0; margin:5px auto; max-width:180px; padding:6px; right:0; text-align:center;	width:auto;	z-index:3} 
/* INICIO PAGINAÇÕES */
#paginacao {margin: 20px 0; clear:both; padding: 5px; width:100%; height:auto; text-align:center; vertical-align:middle; float:left;}
#paginacao a{color:#333; text-decoration: none; border:1px solid #0e235f; line-height:20px; padding:6px 8px; margin-left:3px; font-size:14px;}
#paginacao a:hover {background: #ddd; }
#paginacao strong{background:#a90000;border:1px solid #a90000;line-height:0;padding:6px 8px;margin-left:3px;color:#fff; font-weight: normal; font-size: 14px;}
/* FIM PAGINAÇÕES */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {position: relative; max-width: 100% !important; margin: 0 auto; padding: 0; *zoom: 1;}
.bx-wrapper img {width: 100%; display: block;}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {position: absolute; bottom: -30px; width: 100%; padding: 0; z-index: 1000; text-align: center; }
/* LOADER */
.bx-wrapper .bx-loading {min-height: 50px; background: url(../js/bxslider/images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000;}

/* PAGER */
.bx-wrapper .bx-pager { font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; *zoom: 1; *display: inline;}
.bx-pager-item {padding: 5px 0;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #a1a1a1; text-indent: -9999px; display: block; width: 15px; height: 15px; margin: 0 3px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background: #c61f1f;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left: 10px; background-position: 0 0; }
.bx-wrapper .bx-next {right: 10px; background-position: -43px 0; }
.bx-wrapper .bx-prev:hover ,
.bx-wrapper .bx-next:hover {opacity: 1;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 2099;
background-image: url(../js/bxslider/images/controls.png); background-repeat: no-repeat; opacity: 0.6;}

.bx-wrapper .bx-controls-direction a.disabled { display: none;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start {display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -11px no-repeat; margin: 0 3px;}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -44px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px;}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0; width: 35px;}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span {color: #fff; display: block; font-size: .85em; padding: 10px;}

 

#dp_swf_engine, #fb-root,.barratopo{display:none} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; margin-right: 20px; cursor: pointer;}
@media only screen and (max-width: 1200px) { 
	.pull {display: block; float: right; padding: 0 40px 0 0; } 
	#menu {background: #a90000; position: fixed; left: -100%; top: 0;  z-index: 99999; width: 200px; height: 100%; overflow-y: scroll; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
	#menu ul li {width: 200px; display: block; float: none; height: auto; border-bottom:1px solid #a00303;}
	#menu ul li a {text-align: left; color: #fff; font-size: 1em; text-indent: 0px; width: auto; height: auto; line-height: 36px; padding: 0 0 0 10px; } 
	#menu ul li.sep,#menu img, #menu svg{display: none;} 
	#menu ul li ul{position:relative; top:0px; margin:0px; } 
	#menu-toggle:checked + #menu { left: 0 !important; }
	#menu li.btn-chat a{color: #fff;}
	#menu li.btn-chat a:before{display: none;}

	.barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; width: 100%; height: 35px; z-index:99999; background: #a90000; border-top: 3px solid #fff;}	
	.barratopo p{color: #fff; position: absolute; z-index: 99999; line-height:35px; right: 60px; font-size:14px;}
	.barratopo span {color: #fff; position: absolute; z-index: 99999; line-height:35px; left: 10px; font-size:14px;}

	.btnlogin{float: left; margin: 2px 0 0 2px; padding: 6px;/* background: #fff;*/ font-weight: bold; color: #fff; }
	.table-responsive {width: 100%; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden; border: 1px solid #dddddd;-ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch;}
 

	#header{margin-top: 35px; padding: 0 2%; height: auto;}
	.carousel{width: 85%; display: block; margin: 0 auto; float: none;}
	#footer{padding: 15px 2% 0 2%;}
	#conteiner {padding: 1.5em 2%;}
	.home{padding: 45px 2%}
	.anfac {margin-left: 2%;}
	.sidebar p{padding: 0;}
	.rodape{margin-left: -2%; margin-right: -2%; padding: 10px 2%;}
	.boxe-home h2{font-size: 1em;}
	.logorodape{display: none;}
	#footer address{margin-left: 0;} 
	.infocontato{font-size: 12px; margin-left: 40px;}
	.comochegar{margin-right: 10px; width: 80px;}
	.table-responsive { width: 100%; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden; border: 1px solid #dddddd; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch;}

}
@media only screen and (max-width: 960px) {
	#footer address{width: 100%; text-align: center; margin-bottom: 15px;}
	.boxe-home, .boxe-home.active{width: 48%; margin: 1% !important;}
	.texto{display: block; opacity: 1;}
	.boxe-home.active .item, .item{width: 48% !important;} 
	.col-2 .col-2 {width: 100%;}
	.margemtop, #header .area-exclusiva{display: none;}
	.anfac{float: right;}
	.modal-body .area-exclusiva{width: 100%; margin: 0;}
}
@media only screen and (max-width: 820px) {
	.texto{padding: 15px;}
	.nothome{display: inline-block; width: 48%; margin-bottom: 25px; padding: 10px; margin-right: 2% !important}
	.noticiashome, .sidebar, #painel-home{float: left; width: 100%;}
	 #painel-home{margin-bottom: 45px;}
	 .tthome{margin-top: 0;}

}
@media only screen and (max-width: 767px) {
	#form{width:97%}
	#form textarea, #form label,#form input[type=email], #form input[type=tel], #form input[type=text],
	.convenios, .sidebar-contact {width:100% !important; float: left; } 
	#form .lr{float: left;}
	#footer .midias,  .entreemcontato, .anfac{display: none;}
	.col-2, .boxe-home, .boxe-home.active{width: 100%; margin:0 0 20px 0 !important;}
	.home{background-attachment: initial; padding-bottom: 20px;}
	.boxi{width: 48%; margin: 0 !important; float: none; display: inline-block; vertical-align: top;}
	.boxi:after, .sidebar-contact img{display: none;}

 	.btn2{margin: 15px auto; max-width: 200px;}

}
@media only screen and (max-width: 680px) {
	.infocontato{display: none;}
	#footer address{display: block; margin-bottom: 25px;}
	.logo{display: block; float: none; margin: 0 auto 0 auto; max-width: 212px;}

	.subtt-home {font-size: 16px;}
	.tthome {font-size: 20px;}
	.titulo h1 {font-size: 24px;}
}
@media only screen and (min-width: 470px) {
	.modal, .modal-backdrop {display: none !important;}
}
@media only screen and (max-width: 470px) {
	.nothome{width: 100%;}
	.notmobile{display: none;}
	.rodape p{font-size: 12px;}
	.anfacrodape{width: 230px; font-size: 11px;}
	.logo{display: block; margin: 25px auto 0 auto; max-width: 212px; float: none; }
	.slogan{width: 100%; text-align: center; font-size: 14px; margin: 10px auto 0 auto;}
	.boxi{width: 100%;}
	.modal-dialog {top: 25%; position: fixed !important; width: 96% !important; left: 2%; margin: 0 !important; bottom: auto !important; }
}	

.modal {text-align: center;padding: 0!important;}
.modal:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-dialog {display: inline-block;text-align: left;vertical-align: middle;}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #f00;
  text-shadow: 0 1px 0 #fff;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.floating-wpp .close {
	color: #fff;
}

.modal .area-exclusiva{width: 100%;}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  } 
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.forms-area-logado {background:#f5f4f4; padding: 15px 15px 15px; margin: 0 auto; max-width: 650px; min-height: 100px; border: 1px solid #eee;}

.bemvindo {font-size: 20px;}
.forms-area-logado p {text-align: left;}
.forms-area-logado p a {
	background: #666;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	/* font-weight:bold; */
	font-style:normal;
	text-decoration:none;
	text-align:center;
	height: 30px; border: 0; cursor: pointer;
	padding: 0 10px; line-height: 30px; margin: 20px 5px 0 5px;
	border-radius: 5px;
}

.forms-area-logado p a:hover {
background: #444;
}


/********************** area exclusiva*******************************/
.area-exclusiva {float: right;
    width: 403px;
    padding: 0px 10px 5px 10px;
    line-height: 24px; }
.area-exclusiva h6, .troca-senha h6{ color:#a90000; text-transform:uppercase; font-size:12px; font-family: 'swis721_lt_btlight', Arial, sans-serif;}
.area-exclusiva label,  .troca-senha label{ display:inline-table; margin-top:8px; color:/*#a90000*/ #000; font-size:14px; }
.area-exclusiva input,  .troca-senha input{ border:1px solid #999; padding:3px; width: 160px;
    height: 24px;}
.area-exclusiva input[type="submit"], .troca-senha input[type="submit"]{ background: #999; width:32px; height:24px; cursor:pointer; border:none; display:inline-table}
.area-exclusiva span{font-size:11px;}
.area-exclusiva label{ margin-top:0px !important}
.area-exclusiva p{ margin-top:5px;}
.area-exclusiva input[type="checkbox"]{float:left;  width:13px; margin-right:3px; border-radius:0px;}

.tabela td {
	vertical-align: middle;
    padding: 2px 5px;
}

.b3 {
	background: #b60808;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 12px;
	display: inline-block;
    min-width: 76px;
    vertical-align: top;

}

.btn-sair {
	background: #a90000;
	display: inline-block;
	margin: 5px 5px 10px 0;
	color: #fff;
	padding: 5px;
}


.btn {
	padding: 5px;
}

.forms-area-logado {
	border:0; background: #fff !important; padding: 0; float: left; min-height: 0;max-width: 950px;
    width: 950px;
}

.form-filtro {
	float: right;
/*	margin-bottom: 20px;*/
}

.help-table-mobile {
	display: none;
}

.excluirGrid,
.ImprimirList {
	background: #f5f5f5;
	color: #474747;
}

.excluirGrid:hover,
.ImprimirList:hover {
	background: #ddd;
}

.excluirGrid svg,
.ImprimirList svg {
	fill: #474747 !important;
}

#caixaOpcoes {
	position: fixed; z-index: 1000; width: 400px; height: 300px; left: 400px; top: 80px; padding: 10px;
}

.mobile {
	display: none;
}


@media (max-width: 800px) {

	#caixaOpcoes {
		left: 0;
		width: 100%;
	}

	#motivo {
		width: 100%;
	}

	/*#caixaOpcoes .tabela td {
		display: block;
	}*/

  	.forms-area-logado {
		width: 100%;
		margin-bottom: 0px;
		max-width: 100%;
		margin-top: -10px;
  	}

  	.forms-area-logado p a {
  		display: block;
  		margin: 5px 0;
  	}

	.table-responsive {
		overflow-x: scroll;	
	}

	.table-responsive .tabela {
		width: 1000px;
	}

	.area-exclusiva label, 
	.troca-senha label {
		display: block;
	}

	.area-exclusiva label br, .troca-senha label br,
	.troca-senha br {
		display: none;
	}

	.area-exclusiva input, .troca-senha input {
		width: 100%;
	}

	.abriFiltro {
		display: none;
	}

	.MosabriFiltro {
		display: block !important;
		float: none !important;
		margin-top: 20px !important;
	}

	.form-filtro {
		float: none;
	}

	.btn--sair {
		float: right;
		display: inline-block;
		margin-bottom: 20px;
	}

	.MosabriFiltro input {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		padding: 5px !important;
    	height: 41px !important;
	}

	.MosabriFiltro span {
		display: block;
		margin: 10px 0 0;
	}

	.MosabriFiltro .btn--pesquisar {
		margin: 20px 0 0 !important;
	}

	.help-table-mobile {
		margin-bottom: 10px;
		display: block;
	}

	.area-exclusiva input, .troca-senha input {
		height: 35px;
	}

	p.bemvindo {
	    font-size: 20px;
	    margin: 30px 0 20px;
	}
}

@media (max-width: 600px) {
	.mobile {display: block;}
	.no-print {
		display: none;
	}
}

.mobile2 {display: none;}

@media (max-width: 700px) {
	.ImprimirList,
	.desktop2 {
		display: none;
	}

	.mobile2 {
		display: inline-block;
	}
}

@media print {
	#header,
	#menu,
	.infocontato,
	.area-exclusiva,
	.forms-area-logado,
	.MosabriFiltro,
	.form-filtro,
	.help-table-mobile,
	.excluirGrid,
	.ImprimirList,
	.btOpcoes,
	.b3,
	#footer,
	.floating-wpp,
	.btn,
	.titulo,
	.a-center  .table_records  {
		display: none !important;

	}

	.table-responsive {
		overflow-x: hidden;
	}
	.table-responsive .tabela {
		width: 100%;
	}

	.tabela td {
		padding: 0px 5px;
		/*border-bottom: 1px solid #ccc;*/
	}

	.main p {
		font-size: 9px;
	}

	.no-print {
		display: none;
	}

	#conteiner {
		padding: 0;	
	}

	.print-cnpj {
		width: 113px !important;
		min-width: 113px !important;

	}

	.no-wrap {
		overflow: hidden;
	}
	.no-wrap p {
	  white-space: nowrap;
	}
}