body,div,td {
	font-size: 15px;
	color: #444;
}
#DIV_logotipo {
	position: absolute;
	top: 13px;
	left: 35px;
	width: 300px;
	height: 80px;
	z-index: 99;
}
#DIV_logotipo img {
    width: 300px;
	height: 80px;
}
#DIV_bot_menu {
	display: none;
}
#DIV_menu_movel {
	display: none;
}
#DIV_menu {
	position: absolute;
	display: block;
	top: 35px;
	right: 35px;
	width: 648px;
	height: 49px;
	z-index: 98;
}
#DIV_banner {
	position: absolute;
	top: 100px;
	width:100%;
	height: 301px;
	z-index: 1;
}
.banners {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.slide {
	width: 100%;
	height: 301px;
	overflow: hidden;
	position: absolute;
}
#previous,#next {
	position:absolute;
	top: 120px;
	cursor: pointer;
	z-index: 555;
}
#DIV_chamadas {
	position: absolute;
	top: 401px;
	width: 100%;
	height: 138px;
	display: flex;
    flex-wrap: wrap;
	background-color: #efefef;
	justify-content: center;
	z-index: 3;
}
#DIV_chamadas div {
	width: 300px;
	height: 138px;
	line-height: 300px;
    flex-shrink: 0;
	justify-content: center;
    align-items: center;
}
#DIV_chamadas div:hover  {
	background-color: #dddddd;
}
#DIV_chamadas div a {
	display: flex;
	width: 300px;
	height: 138px;
	justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
#AREA_titulo {
	position: relative;
	top: 107px;
	width: 100%;
	height: 46px;
	background-color: #e5e5e5;
	z-index: 1;
}
#DIV_titulo {
	position: absolute;
	top: 0px;
	left: 35px;
	width: 200px;
	height: 46px;
	background-color: #00569c;
	background-image: var(--img-seta-titulo);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 16px;
	justify-content: center;
    align-items: center;
	display: flex;
}
#AREA_conteudo {
	position: absolute;
	top: 165px;
	width: 100%;
}
#DIV_submenu {
	position: absolute;
	top: 0px;
	left: 35px;
	width: 237px;
	height: auto;
}
#DIV_submenu ul {
	list-style-type: none;
	padding: 10px;
    margin: 0;
    width: 217px;
	background-color: #e5e5e5;
}
#DIV_submenu li {
	padding: 6px 0px;
	border-bottom: 1px solid #dbdbdb;
}
#DIV_submenu li:first-child {
	padding-top: 0px;
}
#DIV_submenu li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
#DIV_submenu li a {
	display: block;
	color: #777;
	font-size: 14px;
	padding: 12px 10px;
	text-decoration: none;
}
#DIV_submenu li a:hover {
	color: #fcf2c5 !important;
	background-color: #f79626;
}
#DIV_submenu li a.active {
	color: #00569c;
	font-weight: bold;
}
#DIV_texto {
	position: absolute;
	top: 0px;
	left: 295px;
	right: 35px;
	color: #444;
	height: auto;
}
#DIV_texto h1 {
	color:#00569c;
	font-size:20px;
}
#DIV_texto h2 {
	color:#00569c;
	font-size:20px;
}
#DIV_texto h3 {
	color:#00569c;
	font-size:16px;
}
#DIV_texto p {
	text-align: justify;
}
.ul-list li {
	margin-bottom: 10px;
}
.divs-grids {
	display: grid;
    grid-template-columns: 1.05fr 0.92fr;
    gap: 66px;
    align-items: start;
}
.div-transp {
	padding: 0px;
}
.div-cor {
	padding: 15px 15px;
	border-radius: 20px;
	background-color: #00569c;
	color: #efefef;
	margin-bottom: 10px;
}