#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0 0 0 10px;
  border: 0;
  list-style: none;
  line-height: 1;
 
  font-size:12px;
}
	.ativo {  color: #F3791E;  border-bottom: 1px solid #F3791E;	}
  #cssmenu {

   float: right;
	
  }
  #cssmenu a{

   color: #fff;
	
  }
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
    float: right;
}

.sac{
  padding-left: 117px;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
  margin-top: 28px;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
  padding:10px;
}
#cssmenu.align-center > ul > li {
  float: none;
  padding:10px;
}
#cssmenu.align-center ul ul {
  text-align: left;
  padding:10px;
}
#cssmenu > ul > li > a {
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  padding:10px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #fff;
  background-color:#50BBEC;
  padding:10px;
 
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
  padding:10px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 0px;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;

  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 60px;
}
#cssmenu > ul > li:hover > ul {
  top: 60px;
  left: -10px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 10px;
  min-width: 230px;
  color: #fff;
 
  border-top:1px solid #3BA9DC;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
border:0;
}
#cssmenu ul ul li:last-child > a {
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
 
 
 

/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption p{
font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 10px;
}
.carousel-caption button{
	width: 120px;
    height: 30px;
	background: #3BA9DC;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #2a2a2a;
}

.carousel-caption a{
	width: 120px;
	display: block;
	margin: 0 auto;
	  line-height: 31px;
    height: 30px;
	background: #3BA9DC;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption a:hover{
	background: #2a2a2a;
}


.carousel-control{
	width: 5%;
}
.carousel-inner{
	 
}
.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: center;
    line-height: 1;
    top: 55%;
    margin-top: -100px;
}

.icon_pessoa {background:url(../images/check1.1.png); width:69px; height:62px; }
.icon_pessoa:hover {background:url(../images/check1.2.png); width:69px; height:62px; }

.icon_exce {background:url(../images/check3.1.png); width:69px; height:62px; }
.icon_exce:hover {background:url(../images/check3.2.png); width:69px; height:62px; }

.icon_atendimento {background:url(../images/check2.1.png); width:69px; height:62px; }
.icon_atendimento:hover {background:url(../images/check2.2.png); width:69px; height:62px; }
  
 .pd_campo { width:25% ;}
.list_dep .maisbuscado			{ width: 100%; list-style:none; margin:0; padding: 5px; margin-bottom:30px; }
.list_dep .maisbuscado li					{ margin:0 8px 8px 0; padding:0; float:left; }
.list_dep .maisbuscado li.clear			{ clear:left; display:block; height:1px; margin:0; overflow:hidden; float:none;}
.list_dep .maisbuscado a					{ text-decoration: none; color: #FFFFFF;  margin: 0;  padding: 3px;  background-color: rgba(210, 172, 102, 0.68); }
.list_dep .maisbuscado a:hover			{ color:#fff; background-color:#CEAD71; }	


@media (max-width:1200px)  and (min-width:769px){
#esconde_conteudo {display:none;}
#mostra_conteudo{display:block!important;}
}
 @media (max-width:768px){
#esconde_conteudo {display:none;}
#mostra_conteudo {display:none;}
#mostra_conteudo2{display:block!important;}
}



    .box2 h1			{ background:url(images/bg_titulo.jpg) no-repeat; width:286px; color:#fff; font-family:arial; font-size:12px; margin:5px 16px 0 5px; padding:0 10px 0 10px; line-height:29px; }

      .box2 h1 a			{ color:#fff; font-weight:normal; float:right; margin:0 20px 0 0; }
	.over					{ margin:15px 0 0 0; height:160px; overflow:hidden; overflow-y:auto; padding:0 0 0 5px; }
	.over2					{ margin:15px 0 0 0; height:200px; overflow:hidden; overflow-y:auto; padding:0 0 0 5px; }
/* ...................... Obrigações .............. */

.obrigacoes				{ margin:0; padding:0; }
.obrigacoes ul				{ margin:0; padding:0; height:auto; list-style:none; clear:both; }
.obrigacoes li				{ margin:0; padding:15px 0 12px 0; width:90%; border-top:1px dotted #E0E0E0; }
.obrigacoes li:first-child		{ padding:0 0 5px 0; border:none; }
.obrigacoes li.tituloinfo			{ font-weight:700; }

@media (min-width:1024px) and (max-width:1920px){
	#teste1{
 
	}
	#teste3{
		display:none;
	}
	#cssmenu{
		background:#red!important;
	}
}
@media (min-width:100px) and (max-width:1023px){
	#teste3{
		background-color:#204484;
	}
	.logod{
    float: left;
    width: 47%;
    margin-top: 90px;
	}
	#teste1{
		display:none;	
	}
	
}