#parceiros-rodape {
	background: #FFF;
}
#parceiros-rodape > div {
	margin: 0 auto;
	width: 1001px;
}
#parceiros-rodape > div > div {
	padding-bottom: 25px;
	text-align: left;
}
#depoimentos-rodape {
	background: #e5e5e5;
	border-top: 2px solid #E0E0E0;
    overflow: hidden;
    padding: 50px 0;
}
#depoimentos-rodape > div {
	margin: 0 auto;
	width: 1001px;
}
#depoimentos-rodape li {
	display: inline-block;
	width: 331px;
	vertical-align:top;
}
#depoimentos-rodape li p {	
	width: 270px;
}
#depoimentos-rodape li div {
	/* background: url(http://www.manoleeducacao.com.br/hotsites/media/css/novo_rodape/depoimento-icone.jpg) no-repeat left center; */
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 23px;
	padding-left: 33px;
}
#depoimentos-rodape > div > p, #parceiros-rodape > div > p {
	color: #2094A3;
	font-size: 16px	;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 20px;	
}
#boletim {
	/* background: url(http://www.manoleeducacao.com.br/hotsites/media/css/novo_rodape/input-news.jpg) no-repeat right; */
	height: 29px;
	width: 639px;
}
#newsletter {
	background: #2094A3;
}
#newsletter > div {
	color: #FFF;
	margin: 0 auto;
	height: 66px;
	position: relative;
	width: 1001px;
}
#newsletter > div > iframe {
	position: absolute;
	top: 24px;
	left: 692px;
}
#newsletter > div > div {
	font-size: 16px;
	position: absolute;
	top: 20px;
}
#newsletter input[type='text'] {
	border: none;
	/*height: 29px;*/
	width: 250px;
}
#newsletter input[type='submit'] {
	background: none;
	border: none;
	margin-top: -6px;
	height: 26px;
	width: 27px;
}
#newsletter > div > div > p {
	margin-right: 20px;
}
#informacoes_rodape {
	background: #302E2F;
}
#informacoes_rodape a {
	color: #fff;
}
#informacoes_rodape ul {
	color: #FFF;
	display: table;
	height: 243px;
	margin: 0 auto;
	width: 1001px;
}
#informacoes_rodape li {
	display: block;
	float: left;
	height: 213px;
	padding-top: 30px;
	width: 263px;	
}
#informacoes_rodape li:first-child {
	/* background: url(http://www.manoleeducacao.com.br/hotsites/media/css/novo_rodape/divisoria_rodape_preto.jpg) no-repeat right center; */
	color: #6C6A6B;
	font-size: 12px;
	height: 208px;
	padding-top: 35px;
	width: 170px;
}
#informacoes_rodape li:last-child {
	padding-left: 30px;
	text-align: center;
	width: 140px;
}
#informacoes_rodape li:last-child img {
	margin-top: 15px;
}
#informacoes_rodape li:first-child img {
	margin-bottom: 10px;
}
#informacoes_rodape li:nth-child(2) {
	margin-left: 40px;
}
#informacoes_rodape li strong {
	color: #949293;
	font-weight: normal;
}
#direitos {
	background: #1E1E1E;
}
#direitos div {
	font-size: 12px;
	height: 47px;
	line-height: 42px;
	margin: 0 auto;
	width: 1001px;
}
#direitos div span:first-child {
	color: #FFF;	
}
#direitos div span:last-child {
	color: #4B4B4B;
	float: right;
}

#destaques ul {
    width: 100%;
}
#destaques ul li {
    width: 90%;    
    color: #083576;
    padding: 20px 5%;
}

#destaques ul li:nth-child(even) {
    background: #f2f2f2;
}

#destaques ul li:nth-child(odd) {
    background: #fff;
}

#dep, #dest {
    width: 40%;
    margin: 0 4.9%;
    background: #f2f2f2;
    float: left;
    position: relative;
    overflow: hidden;
}

#dep ul {
    position: relative;
    margin: 0;
    padding: 0;
}

#dep ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 400px;
    height: 340px;
}

#dep ul li p {
    width: 70%;
    margin: 0 15%;
    text-align: right;
}

#dep ul li p:first-of-type {
    margin: 10% 15%;
    text-align: left;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 0;
  z-index: 999;
  display: block;
  padding: 40% 3% 0 3%;
  width: auto;
  height: 60%;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.4;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
}

a.control_next {
  right: 0;
}
.rgt {
    text-align: right;
}