/*========== Estilo Portal=======================*/
body{
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../img/bg.jpg) top repeat-x #000000;
	line-height: 18px;
}

	
#main {
	width: 70%;
	margin: 0px auto 50px auto;
}


#content{
	padding: 10px 10px 10px 10px;
	background: #ffffff;
}

.bannerDesktop { height:337px;
	             background:url(../img/top.jpg) no-repeat;
		         background-size: 100% 90%;
}

.bannerMobile {  height:191px;
	             background:url(../img/top_mobile.jpg) no-repeat;
		         background-size: 100% 60%;
}

h2{
	font-size:16px;
	font-weight: 100;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background:url(../img/h1.jpg) left top no-repeat;
	background-size: 100% 100%;
	padding: 6px 0px 6px 7px;
	
}

p{
  /*text-indent: 20px;*/
  text-align: justify;
}

@media only screen and (max-width: 500px) {
    .mobile-hide{ display: none !important; }
}
@media only screen and (max-width: 500px) {
    .mobile{ display: inline !important; }
}
@media only screen and (min-width: 500px) {
    .mobile{ display: none !important; }
}
/*========== Estilo Portal=======================*/


/*========== Estilo Bootstrap====================*/
img {
	width: 100%;
}

.navbar {
	margin-bottom: 0;
}

.wrapper {
	padding: 40px 0;
	background-color: #f5f5f5;
}

.artigo {
	padding: 15px 0;
	border-top: 1px solid #ddd;
}
.artigo:first-child {
	padding-top: 0;
	border-top: 0;
}


footer {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.copyright {
	padding: 5px 0;
	background-color: #666;
	color: #fff;
}
.copyright p {
	margin: 0; 
}
/*========== Estilo Bootstrap====================*/


/*========== Estilo dropdown-submenu==============*/
.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;
}
/*========== Estilo dropdown-submenu==============*/


