/*
CSS do site CAA/NM
Definições específicas além do bootstrap...
*/
body{
	padding-top: 0px;
	font-family: "cantarell","segoe","helvetica","verdana",serif;
}

.comentarios_pesquisa {
	font-size:1.2em;    	
 	}
.comentarios_pesquisa span{
	font-weight:900;
	font-style:italic;    	
 	}

/*definições para telas grandes...*/
@media screen and (min-width: 700px){
#lista-menu {
	padding-top: 40px;
}

#logo-banner{
	padding-right: 17px;
}
#logotipo{
	padding-left: 25px;
}
}
/*definição para telas pequenas*/
@media screen and (max-width: 767px){
	.indice-secao {
		text-align: center;

}

}

.indice-secao {
	text-align: center;
}

.imagem-secao{
	max-height: 350px;
}

a:hover {
	color:#D2691E ;
}

a:active {
	color:  #DEB887;
}

a:visited {
	color: #CD6839​;
}

#redes-sociais{
	height: 40px;
	width: 100%;
	/*background-color: #754F42;*/
	padding-top: 0px;
	text-align: right;
}

#redes-sociais ul{
	padding-top: 2px;
	height: 40px;
}

#redes-sociais img{
	padding-top: 4px;
	padding-bottom: 4px;
	height: 32px;
}

#lista-menu{
	text-align: right;
	color: #FFF;
	font-weight: bolder;
	font-size: 1.0em;
	font-family: "helveltica","segoe","arial";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	font-smoothing: antialiased;
}
/*início das definições dos links dos menus...*/
/*link normal, não visitado...*/
#lista-menu a:link{
	color: #201800;
	text-shadow: 0px 0px 0px rgba(255,255,255,0);	
}

/*link visitado...*/
#lista-menu a:visited{
	color: #201800;
	text-shadow: 5px 1px 7px rgba(94, 96, 68, 0.5);
}
/*link quando o usuário coloca o mouse em cima...*/
#lista-menu a:hover{
	color: #7F4634;/*marrom da logo caa*/
	text-shadow: 5px 1px 7px rgba(94, 96, 68, 0.8);
	background:none;
}
/*link no momento do click...*/
#lista-menu a:active{
	color: #567728;/*verde da logo caa*/
	text-shadow: 2px 0px 25px rgba(94, 96, 68, 0.8);
}

/*fim das definições dos links dos menus*/

#logo-banner{
	height: 110px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#logotipo{
	max-height: 106px;
}

#banner-inferior{
	padding-top: 2px;
	width: 100%;
	height: 105px;
	background-size: cover;
}
.divisor-menu{
	height: 20px;
	padding: 4px 40px 4px 40px;
	text-align: center;
}
.padrao-abaixo-menu{
	height: 12px;	
	background-repeat: repeat-x; 
}
#rodape{
  color: white;
  min-height: 250px;
  text-align: center;
}
#rodape a{
  color: white;
  text-decoration: underline;
  text-emphasis: accent;
  font-weight: bold;
  
}
.titulo_rodape{
	color:#CC8543;
	font-size: 12px;
	font-weight: 900;  			
}
.conteudo-rodape{
	color: #FFFF;
	text-transform: lowercase;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

