@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
/**
                                                                 
  ######   ####  ### ##  ###  ####
   #   #  ##  ##  ## #  #   #  # #
   #   #  #    #   ##   #####  #  
   #   #  ##  ##  # ##  #      #  
  ### ###  ####  ## ###  #### ###  
                                                                                                                                                                                                                                 
 * @author: Noxer - Sistemas e Tecnologias da Informação.
 * @site: http://www.noxer.com.br/
 * @email: contato@noxer.com.br
 * @date: 01/09/2022
 * @language: Portuguese
 * @job: HTML5 / CSS3 / JS
 * @tools: PHP7
 * 
 * Copyright(c) 2022 - Todos os direitos reservados.
 *
**/

/* General
--------------------------------------------------*/
html {
	overflow: hidden;
	overflow-y: scroll;	
}
section {
	float: left;
	display: block;
	width: 100%;	
}
header h1 a,
header h1,
header nav ul li a.ic_login,
header nav ul li a.ic_busca,
footer h1,
footer div.infos ul.redes li a,
section.home .bx-wrapper .bx-controls-direction a,
header div.busca button,
a.abreMenuMobile {
	text-indent: -9999px;
	overflow: hidden;
	display: block;	
}
img {
	vertical-align: middle;
	border: 0;
	page-break-inside: avoid;
	max-width: 100%;
	height: auto;
}
a {
	outline: none !important;
}
.alignright {
	float: right;	
	margin-left: 15px;
}
.aligleft {
	float: left;
	margin-right: 15px;
}
.container {
	max-width: 1170px;	
}

body{
	padding-right: 0px !important;
}

/* Header
--------------------------------------------------*/
header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
header h1 {
	background: url(../img/bg/bg_logo.png) no-repeat;
	width: 370px;
	height: 67px;
	margin-top: 15px;	
	float: left;
}
header h1 a {
	width: 370px;
	height: 67px;
}
header nav {
	float: right;	
}
header nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;	
}
header nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	list-style: none;
	position: relative;	
}
header nav ul li a {
	font-family: 'Playfair Display';
	font-weight: 600;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	padding-top: 28px;
	display: block;	
	padding-bottom: 15px;
	border-top: 8px solid transparent;
}
header nav ul li a.ativo,
header nav ul li a:not(.ic):hover {
	border-top: 8px solid #29316b;		
}
header nav ul li a:hover {
	text-decoration: none;
	color: #FFF;	
}
header nav ul li ul {
	margin: 0;
	padding: 0;
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 9999;
	background: #1c2341;
	width: 300px;
}
header nav ul li:hover ul {
	display: block;
}
header nav ul li ul li {
	margin: 0;
	display: block;
	width: 100%;
	clear: left;
}
header nav ul li ul li a {
	background: none;
	border: none;
	padding: 10px;
}
header nav ul li ul li a:hover {
	border: none !important;
	background: #293258;	
}
header nav ul li a.ic_login {
	width: 24px;
	height: 42px;
	margin-top: 17px;
	background: url(../img/bg/bg_cadeado.png) no-repeat;	
}
header nav ul li a.ic_busca {
	width: 34px;
	height: 42px;
	margin-top: 20px;
	background: url(../img/bg/bg_busca.png) no-repeat;	
}
header.internas {
	background: #1c2341;
	position: relative;
}
header div.busca {
    position: relative;
    max-width: 240px;
    float: right;
    width: 100%;
	margin-top: 15px;
	display: none;
}
header div.busca input {
	font-family: 'Open Sans';
	opacity: 1;
    font-size: 15px;
    color: #29316b;
    height: 44px;
	background: #FFF;
	border: 2px solid #29316b;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
header div.busca ::placeholder {
  color: #034060 !important;
  opacity: 1;
}
header div.busca :-ms-input-placeholder {
  color: #034060;
}
header div.busca ::-ms-input-placeholder {
  color: #034060;
}
header div.busca button {
    border: none;
    cursor: pointer;
    font-size: 13px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 50px;
    height: 40px;
    padding: 0;
	overflow: hidden;
    background: url(../img/bg/bg_busca.png) no-repeat #29316b center center;
	background-size: 50%;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomright: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}

/* Home
--------------------------------------------------*/
section.home {
	background: url(../img/bg/bg_topo.jpg) no-repeat top center;
	min-height: 800px;
}
section.home .bx-wrapper .bx-pager {
	z-index: 900;
	margin-top: 15px;
}
section.home .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 23px;
	width: auto;
	left: 50%;
	height: 10px;
}
section.home .bx-wrapper .bx-pager-item {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -99999px;
	overflow: hidden;	
}
section.home .bx-wrapper .bx-pager-item a {
	text-indent: -99999px;
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
section.home .bx-wrapper .bx-pager-item a.active {
	background: #FFF;
}
section.home .bx-wrapper .bx-pager {
	text-align: center;
}
section.home .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: 0;
	width: 38px;
	height: 58px;
	text-indent: -9999px;
	z-index: 999;
}
section.home .bx-wrapper .bx-prev {
	left: -50px;
	background: url(../img/bg/bg_seta_1.png) no-repeat top center;
}
section.home .bx-wrapper .bx-next {
	right: -50px;
	background: url(../img/bg/bg_seta_2.png) no-repeat top center;	
}
section.home div.banner ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
section.home div.banner li {
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 550px;
}
section.home div.meio {
	position: relative;	
}
section.home .bx-controls {
	float: left;
	display: block;
	width: 100%;	
}
section.home div.banner {
	margin-top: 160px;	
	min-height: 550px;
}
section.home div.banner div.txt {
	float: left;
	max-width: 560px;
	margin-top: 100px;
}
section.home div.banner div.txt h2 {
	font-family: 'Playfair Display';
	font-weight: 700;
	font-size: 45px;
	line-height: 57px;
	color: #FFF;
}
section.home div.banner div.txt a.btInscreva {
	color: #FFF;
	max-width: 375px;
	width: 100%;
	background: #29316b;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 600;
	padding: 15px 0;
	margin-top: 30px;
}
section.home div.banner figure {
	float: right;	
}
section.sobre {
	padding: 80px 0;
}
section.sobre article {
	max-width: 580px;	
}
section.sobre article h2 {
	font-family: 'Playfair Display';
	font-weight: 700;
	color: #121828;
	font-size: 62px;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;	
}
section.sobre article p {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #414141;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;	
}
section.sobre article ul li {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #414141;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;	
}
section.sobre article ul li a {
	color: #414141;
	text-decoration: none;
}
section.sobre article ul li a:hover {
	color: #414141;
	text-decoration: underline;
}
section.programas {
	padding-top: 70px;
	position: relative;
	background: url(../img/bg/bg_programas.png) repeat-x;
	min-height: 940px;
	display: block;	
}
section.programas div.topo {
	min-height: 230px;	
}
section.programas div.topo h2 {
	font-family: 'Playfair Display';
	font-weight: 700;
	color: #FFF;
	font-size: 62px;
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
}
section.programas div.topo article,
section.programas div.topo article p {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;	
}
section.programas::before {
	content: "";
	position: absolute;
	left: 0;
	top: -62px;
	background: url(../img/bg/bg_barra_1.png) no-repeat;
	width: 191px;
	height: 114px;
	display: block;	
}
section.programas::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 40px;
	background: url(../img/bg/bg_barra_1.png) no-repeat;
	width: 191px;
	height: 114px;
	display: block;	
}
section.programas div.boxPrograma {
	float: left;
	display: block;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 3px 10px #504e4e3d;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
section.programas div.boxPrograma figure {
	min-height: 210px;
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 20px;
}
section.programas div.boxPrograma div.txt {
	padding: 28px;	
}
section.programas div.boxPrograma div.txt h3 {
	font-family: 'Playfair Display';
	line-height: 28px;
	font-weight: 700;
	font-size: 36px;
	margin: 0;
	padding: 0;
	color: #29316b;	
	margin-bottom: 20px;
}
section.programas div.boxPrograma div.txt p {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #414141;
	line-height: 28px;	
	margin-bottom: 20px;
}
section.programas div.boxPrograma div.txt a.btn {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #121828;
	font-size: 17px;
	padding: 0;	
}
section.proximosEventos {
	background: #1c2341;
	padding: 75px 0;
	margin-bottom: 15px;
	position: relative;
}
section.proximosEventos::before {
	content: "";
	position: absolute;
	right: 0;
	top: -62px;
	background: url(../img/bg/bg_barra_1.png) no-repeat;
	width: 191px;
	height: 114px;
	display: block;	
}
section.proximosEventos h2 {
	font-family: 'Playfair Display';
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	line-height: 75px;
	font-size: 60px;	
}
section.proximosEventos div.boxEvento {
	float: left;
	display: block;
	width: 100%;
	min-height: 230px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
}
section.proximosEventos div.boxEvento div.topo {
	padding: 15px;
	min-height: 75px;
	float: left;
	display: block;
	width: 100%;	
	background: #29316b;
}
section.proximosEventos div.boxEvento div.topo h3 {
	font-family: 'Playfair Display';
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FFF;
}
section.proximosEventos div.boxEvento div.txt {
	background: #FFF;
	padding: 15px;
	float: left;
	display: block;
	width: 100%;	
}
section.proximosEventos div.boxEvento div.txt ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
section.proximosEventos div.boxEvento div.txt ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	list-style: none;	
	padding-left: 35px;
}
section.proximosEventos div.boxEvento div.txt ul li:first-child {
	background: url(../img/bg/bg_ic_3.png) no-repeat;	
}
section.proximosEventos div.boxEvento div.txt ul li:last-child {
	background: url(../img/bg/bg_ic_4.png) no-repeat;	
	min-height: 24px;
}
section.proximosEventos div.boxEvento div.txt ul li h4 {
	margin: 0;
	padding: 0;	
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 3px;
}
section.proximosEventos div.boxEvento div.txt ul li p {
	font-family: 'Open Sans';
	color: #707070;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
section.proximosEventos div.boxEvento div.txt a.btVerMais {
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 700;
	background: url(../img/bg/bg_seta.png) no-repeat left 25px top 10px #29316b;
	width: 100%;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}
section.duvidas {
	background: #FFF;
	padding: 75px 0;
	margin-bottom: 15px;
	position: relative;
}
section.duvidas h2 {
	font-family: 'Playfair Display';
	font-weight: bold;
	text-align: center;
	color: #121828;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	line-height: 75px;
	font-size: 60px;	
}
section.duvidas div.boxItem {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;	
}
section.duvidas div.boxItem div.topo {
	float: left;
	display: block;
	width: 100%;
	border: 2px solid #29316b;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}
section.duvidas div.boxItem div.topo h3 {
	font-family: 'Open Sans';
	font-weight: bold;
	color: #707070;
	font-size: 20px;
	display: block;
	margin: 0;
	padding: 0;
}
section.duvidas div.boxItem div.topo a {
	color: #282d69;
	padding: 15px 25px;
	display: block;
	text-decoration: none;
	background: url(../img/bg/bg_mais.png) no-repeat center right 20px;
}
section.duvidas div.boxItem div.txt {
	padding: 10px;
	padding-bottom: 0;
	display: block;
	float: left;
	width: 100%;
	display: none;
}
section.duvidas div.boxItem div.txt p {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #414141;
	font-size: 20px;
	line-height: 30px;
}
section.duvidas a.btTire {
	font-family: 'Open Sans';
	font-weight: 700;
	display: table;
	margin: 0 auto;
	border: 2px solid #121828;
	text-align: center;
	padding: 15px 20px;
	color: #29316B;
	margin-top: 20px;
}
section.comoFunciona {
	background: #1c2341;
	padding: 60px 0;	
}
section.comoFunciona h2 {
	font-family: 'Playfair Display';
	font-weight: bold;
	text-align: left;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	line-height: 75px;
	font-size: 60px;	
}
section.comoFunciona ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
section.comoFunciona ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 100%;
	list-style: none;
}
section.comoFunciona ul li i {
	font-family: 'Open Sans';
	color: #29316b;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	float: left;
	display: block;
	width: 70px;
	padding: 5px 5px;	
	background: #FFF;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 20px;
}
section.comoFunciona ul li h4 {
	font-family: 'Open Sans';
	color: #29316b;
	font-size: 20px;
	margin: 15px 0;
	padding: 0;
	color: #FFF;	
}
section.dizem {
	background: #FFF;
	padding: 60px 0;	
}
section.dizem ul {
	margin: 0;
	padding: 0;
	list-style: none;		
}
section.dizem ul li {
	margin: 0;
	padding: 0;
	list-style: none;		
}
section.dizem .bx-wrapper {
	margin: 0 auto;	
}
section.dizem .bx-wrapper .bx-pager {
	z-index: 900;
	margin-top: 15px;
}
section.dizem .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 23px;
	width: auto;
	left: 50%;
	height: 10px;
}
section.dizem .bx-wrapper .bx-pager-item {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -99999px;
	overflow: hidden;	
}
section.dizem .bx-wrapper .bx-pager-item a {
	text-indent: -99999px;
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #28326b;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
section.dizem .bx-wrapper .bx-pager-item a.active {
	background: #28326b;	
}
section.dizem .bx-wrapper .bx-pager {
	text-align: center;
}
section.dizem .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: 0;
	width: 38px;
	height: 58px;
	text-indent: -9999px;
	z-index: 999;
}
section.dizem .bx-wrapper .bx-prev {
	left: -50px;
	background: url(../img/bg/bg_seta_a_1.png) no-repeat top center;
}
section.dizem .bx-wrapper .bx-next {
	right: -50px;
	background: url(../img/bg/bg_seta_a_2.png) no-repeat top center;	
}
section.dizem div.meio {
	position: relative;	
}
section.artigos ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
section.artigos li {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.dizem h2 {
	font-family: 'Playfair Display';
	font-weight: bold;
	text-align: center;
	color: #29316b;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 75px;
	font-size: 60px;	
}
section.dizem article {
	margin-bottom: 20px;	
}
section.dizem article p {	
	color: #414141;
	font-family: 'Open Sans';
	font-size: 17px;
	text-align: center;
	line-height: 26px;
}
section.dizem div.boxComentario figure {
	margin-bottom: 20px;	
}
section.dizem div.boxComentario {
	float: left;
	display: block;
	width: 100%;
	padding: 30px;
	background: #1c2341;	
	margin-bottom: 20px;
}
section.dizem div.boxComentario p {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}
section.dizem div.boxComentario h3 {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	margin-top: 20px;
}
section.dizem div.boxComentario figure {
	text-align: center;	
}
section.artigos {
	background: #1c2341;
	padding: 60px 0;	
}
section.artigos .bx-wrapper .bx-pager {
	z-index: 900;
	margin-top: 15px;
}
section.artigos .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 23px;
	width: auto;
	left: 50%;
	height: 10px;
}
section.artigos .bx-wrapper .bx-pager-item {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -99999px;
	overflow: hidden;	
}
section.artigos .bx-wrapper .bx-pager-item a {
	text-indent: -99999px;
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
section.artigos .bx-wrapper .bx-pager-item a.active {
	background: #FFF;	
}
section.artigos .bx-wrapper .bx-pager {
	text-align: center;
}
section.artigos .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: 0;
	width: 38px;
	height: 58px;
	text-indent: -9999px;
	z-index: 999;
}
section.artigos .bx-wrapper .bx-prev {
	left: -50px;
	background: url(../img/bg/bg_seta_1.png) no-repeat top center;
}
section.artigos .bx-wrapper .bx-next {
	right: -50px;
	background: url(../img/bg/bg_seta_2.png) no-repeat top center;	
}
section.artigos div.meio {
	position: relative;	
}
section.artigos ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
section.artigos li {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.artigos h2 {
	font-family: 'Playfair Display';
	font-weight: bold;
	text-align: left;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 75px;
	font-size: 60px;	
}
section.artigos article {	
	margin-bottom: 50px;
}
section.artigos article,
section.artigos article p {	
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 20px;
	line-height: 30px;
}
section.artigos div.boxArtigo {
	float: left;
	display: block;
	width: 100%;
	background: #FFF;
	margin-bottom: 30px;
	height: 300px;
	overflow: hidden;
}
section.artigos div.boxArtigo figure {
	float: left;
	margin-right: 30px;
	margin-bottom: 0;	
}
section.artigos div.boxArtigo div.txt {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
}
section.artigos div.boxArtigo div.txt p.autor {
	font-size: 16px;
	margin-bottom: 5px;	
}
section.artigos div.boxArtigo div.txt div.entry-tags {
	display: block;
	padding: 5px 0;
}
section.artigos div.boxArtigo div.txt div.entry-tags span {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 26px;
	color: #414141;
	padding: 5px 10px;
	margin-right: 5px;	
	background: #F8F8F8;
}
section.artigos div.boxArtigo div.txt h3 {
	font-family: 'Playfair Display';
	color: #29316b;
	font-size: 30px;	
	line-height: 32px;
	margin-bottom: 10px;
}
section.artigos div.boxArtigo div.txt h3 a {
	color: #29316b;	
	text-decoration: none;
}
section.artigos div.boxArtigo div.txt h3 a:hover {
	text-decoration: underline;	
}
section.artigos div.boxArtigo div.txt p {
	font-family: 'Open Sans';
	font-size: 17px;
	line-height: 26px;
	color: #414141;
}
section.artigos div.boxArtigo div.txt .entry-tags {
	padding: 10px 0;
}
section.artigos div.boxArtigo a.btn {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 17px;
	line-height: 26px;
	color: #121828;
	text-transform: uppercase;
	padding: 0;
}
section.artigos a.btTire {
	font-family: 'Open Sans';
	font-weight: 700;
	display: table;
	margin: 0 auto;
	border: 2px solid #FFF;
	text-align: center;
	padding: 15px 20px;
	color: #FFF;
	margin-top: 20px;
	max-width: 300px;
	width: 100%;
	text-transform: uppercase;
}
section.artigos div.resultadoBusca p {
	font-family: 'Open Sans';
	font-size: 17px;
	line-height: 26px;
	color: #FFF;
}

section.newsletter {
	background: #29316b;
	padding: 50px 90px;
	margin-bottom: 70px;
	margin-top: -150px;
}
section.newsletter div.boxAtualizacao {
	margin: 0 auto;
	max-width: 945px;
}
section.newsletter input {
	font-family: 'Open Sans';
    font-size: 18px;
    color: #707070;
    height: 54px;
	width: 100%;
	padding: 5px 15px;
	border: 2px solid #00676a !important;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
section.newsletter input.error,
section.newsletter textarea.error,
section.newsletter select.error {
	border: 2px solid red !important;
}
section.newsletter label.error {
	position: absolute;
	right: -99999px;
	top: -99999px;
	width: 1px;
	height: 1px;
	display: none;
	text-indent: -9999px;
}
section.newsletter label {
	width: 	37%;
	margin-right: 10px;
}
section.newsletter .btn {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 200px;
	float: right;
	margin: 0;
	padding: 14px;
	margin-bottom: 15px;
	border: none;
	transition: all .3s;	
}
section.newsletter .edit-link {
	display: none;	
}
section.newsletter ::placeholder {
  color: #034060 !important;
  opacity: 1;
}
section.newsletter :-ms-input-placeholder {
  color: #034060;
}
section.newsletter ::-ms-input-placeholder {
  color: #034060;
}
section.newsletter h2 {
	font-family: 'Playfair Display';
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 75px;
	font-size: 60px;	
}
section.newsletter p {
	font-family: 'Open Sans';
	font-size: 17px;
	line-height: 26px;
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}
section.newsletter.pix h2 {
	font-size: 40px;
}
section.newsletter.pix figure {
	text-align: center;
}
section.newsletter.pix img {
	max-width: 200px;
}
footer {
	float: left;
	display: block;
	width: 100%;
	background: #121828;
	padding-top: 30px;
	padding-bottom: 40px;	
	margin-top: 150px;
}
footer div.logo h1 {
	background: url(../img/bg/bg_logo_rodape.png) no-repeat;
	width: 170px;
	height: 160px;		
	margin-bottom: 25px;
}
footer div.logo p {	
	font-family: 'Open Sans';
	font-weight: regular;
	font-size: 16px;
	color: #FFF;
	line-height: 25px;
}
footer nav {
	float: left;
	width: 100%;
	display: block;	
	margin-bottom: 20px;
}
footer nav h2 {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #FFF;	
}
footer nav h2 a {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}
footer nav h2 a:hover {
	text-decoration: underline;	
	color: #FFF;
}
footer nav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
footer nav ul li {
	margin: 5px 0;
	padding: 0;
	list-style: none;	
}
footer nav ul li a {
	font-family: 'Open Sans';
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}
footer nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;	
}
footer div.infos {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 25px;	
}
footer div.infos h2 {
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
	color: #FFF;		
}
footer div.infos ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
footer div.infos ul li {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;	
}
footer div.infos ul li i {
	width: 30px;
	height: 30px;
	margin-right: 10px;	
	display: block;
	float: left;
}
footer div.infos ul li i.ic_1 {
	background: url(../img/bg/ic_1.png) no-repeat;	
}
footer div.infos ul li i.ic_2 {
	background: url(../img/bg/ic_2.png) no-repeat;	
}
footer div.infos ul li i.ic_3 {
	background: url(../img/bg/ic_3.png) no-repeat;	
}
footer div.infos ul li {
	font-family: 'Open Sans';
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}
footer div.infos ul li a {
	font-family: 'Open Sans';
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}
footer div.infos ul li a:hover {
	color: #FFF;
	text-decoration: underline;	
}
footer div.infos ul.redes li a {
	width: 41px;
	height: 41px;
	margin-right: 10px;	
	display: block;
	float: left;
}
footer div.infos ul.redes li a.r1 {
	background: url(../img/bg/r_1.png) no-repeat;	
}
footer div.infos ul.redes li a.r2 {
	background: url(../img/bg/r_2.png) no-repeat;	
}
footer div.infos ul.redes li a.r3 {
	background: url(../img/bg/r_3.png) no-repeat;	
}
footer div.infos ul.redes li a.r4 {
	background: url(../img/bg/r_4.png) no-repeat;	
}
section.copy {
	float: left;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #1c2341;
}
section.copy p {
	font-family: 'Open Sans';
	font-weight: regular;
	color: #FFF;
	font-size: 15px;
	padding: 0;
	margin: 0;
	text-align: center;	
}
input.error,
textarea.error,
select.error {
	border: 1px solid red !important;
}
label.error {
	position: absolute;
	right: -99999px;
	top: -99999px;
	width: 1px;
	height: 1px;
	display: none;
	text-indent: -9999px;
}
section.newsletter label {
	width: 	37%;
	margin-right: 10px;
}

section.topoBarra {
	min-height: 300px;
	background: url(../img/bg/bg_topo.jpg) no-repeat top center;
	padding-top: 80px;
	padding-bottom: 40px;
}
section.topoBarra h1 {
	font-family: 'Playfair Display';
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
section.topoBarra h3 {
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: bold;
	color: #FFF;	
}
section.topoBarra h3 a {
	color: #FFF;
	text-decoration: none;
}
section.topoBarra h4 {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #FFF;	
	margin: 10px 0;
	display: block;
	float: left;
	width: 100%;
}
section.topoBarra h4 a {
	color: #FFF;
	text-decoration: none;
}

section.internas {
	padding-top: 30px;	
}
section.internas a.btVoltar {
	background: url(../img/bg/bt_seta_voltar.png) no-repeat 10px 10px;
	font-family: 'Open Sans';
	padding: 5px 20px;
	border: 2px solid #29316b;
	display: inline-block;
	margin-bottom: 40px;
	font-size: 18px;
	color: #121828;
	text-decoration: none;
	padding-left: 50px;
}
section.internas article {
	height: 100%;
	border-right: 1px solid #cfcfcf;
	padding-right: 30px;	
}
section.internas article h2 {
	font-family: 'Playfair Display';
	font-weight: 700;
	color: #121828;
	font-size: 40px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	margin-bottom: 20px;
}
section.internas article h3 {
	font-family: 'Playfair Display';
	font-weight: 700;
	color: #121828;
	font-size: 30px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	margin-bottom: 20px;
}
section.internas.detalhe div.entry-tags {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;	
}
section.internas.detalhe  div.entry-tags span {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 26px;
	color: #414141;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 5px;	
	background: #F8F8F8;
	margin-bottom: 5px;
}
section.internas article p,
section.internas article a {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #FFF;
	font-size: 20px;
	line-height: 33px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	margin-bottom: 20px;
}
section.internas.detalheCursos article strong {
	font-family: 'Open Sans';
	font-weight: bold;
	color: #414141;
	font-size: 20px;
	line-height: 33px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
}
section.internas.detalhe article p,
section.internas.detalhe article a,
section.internas.detalhe article div.txt,
section.internas.detalheCursos article p,
section.internas.detalheCursos article a,
section.internas.detalheCursos article div.txt {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #414141;
	font-size: 20px;
	line-height: 33px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	margin-bottom: 20px;
	text-align: justify;
}
section.internas.detalheCursos article ol,
section.internas.detalheCursos article ul {
	margin: 0 35px;
	padding: 0;	
}
section.internas.detalheCursos article ol li,
section.internas.detalheCursos article ul li {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #414141;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	margin-bottom: 5px;
}
section.internas aside h2 {
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 26px;
	color: #29316B;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;	
}
section.internas aside div.boxCursos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.internas aside div.boxCursos ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedfe1;
}
section.internas aside div.boxCursos ul li h3 {
	line-height: 26px;
	font-size: 20px;
	color: #121828;	
	font-family: 'Open Sans';
	font-weight: bold;
}
section.internas aside div.boxCursos ul li h3 a {
	font-size: 20px;
	color: #121828;	
	text-decoration: none;
}
section.internas aside div.boxCursos ul li h3 a:hover {
	text-decoration: underline;
}
section.internas aside div.boxCursos ul li p {
	font-size: 17px;
	line-height: 22px;
	color: #414141;	
	font-family: 'Open Sans';
}
section.internas aside div.boxCursos ul li figure {
	float: left;
	margin-bottom: 0;
	padding: 0;
	margin-right: 15px;	
}
section.internas div.login {
	max-width: 400px;
	margin: 0 auto;	
}
section.internas div.login p {
	font-family: 'Open Sans';
	font-size: 17px;
	color: #414141;	
}
section.internas div.login .alert {
	font-family: 'Open Sans';
	font-size: 17px;
}
section.internas a.btnEsqueciSenha {
	float: right;
	font-family: 'Open Sans';
	font-size: 15px;
	color: #414141;	
	margin-top: 10px;
}
section.internas a.btnCadastro {
	font-family: 'Open Sans';
	font-size: 15px;
	color: #414141;	
}
section.internas label {
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 17px;
	color: #29316B;
}
section.internas label a {
	color: #29316B;
}
section.internas input,
section.internas select,
section.internas option {
	font-family: 'Open Sans';
	font-size: 16px;
	padding: 10px;
	color: #29316B;
}
section.internas button.btn {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 200px;
	float: left;
	margin: 0;
	margin-bottom: 0px;
	padding: 14px;
	margin-bottom: 15px;
	border: none;
	transition: all .3s;
}
section.internas div.cadastro {
	max-width: 900px;
	margin: 0 auto;	
}
section.internas .accordion h2 {
	margin-bottom: 0;
}
section.internas .accordion h2 button {
	font-size: 22px;
	line-height: 30px;
}
section.internas .accordion .accordion-body {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #414141;
	font-size: 20px;
	line-height: 33px;
	margin: 0;
	margin-bottom: 0px;
}
section.internas .card-header {
	font-family: 'Playfair Display';
	font-size: 22px;	
}
section.internas .card-body {
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 28px;	
}
section.internas .mae-login {
	width: 100%;
	display: block;	
}
section.internas .mae-login a {
	width: 100%;
	margin-bottom: 5px !important;
}
section.internas a.btGeral {
	width: 100%;
	margin-bottom: 20px !important;
}
section.internas div.boxCursosMatriculados td {
	padding: 20px;
}
section.internas div.boxCursosMatriculados h3 {
	font-size: 26px;
	color: #121828;	
	font-family: 'Playfair Display';
	font-weight: bold;
}
section.internas div.boxCursosMatriculados h3 a {
	color: #121828;	
	text-decoration: none;
}
section.internas div.boxCursosMatriculados p,
section.internas div.boxCursosMatriculados small {
	font-size: 17px;
	line-height: 22px;
	color: #414141;	
	font-family: 'Open Sans';
}
section.internas div.boxCursosMatriculados .progress {
	margin-bottom: 20px;
}
section.internas div.boxCursosMatriculados a.btIniciar {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 200px;
	float: left;
	margin: 0;
	padding: 14px;
	border: none;
	transition: all .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section.internas a.btnFinalizar {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 200px;
	float: left;
	margin: 0;
	padding: 14px;
	border: none;
	transition: all .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section.internas a.btProximaTarefa {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 200px;
	float: left;
	margin: 0;
	padding: 14px;
	border: none;
	transition: all .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.abreMenuMobile {
	background: url(../img/bg/bg_mn.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;	
	display: none;
}
div.menuMobile {
	position: absolute;
	left: 0;
	top: 0;	
	padding: 30px;
	z-index: 9999;
	width: 100%;
	display: none;
	background: #1c2341;
}
div.menuMobile a.btFechar {
	float: right;
	font-family: 'Playfair Display';
	font-weight: 600;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
div.menuMobile nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.menuMobile nav ul li {
	margin: 0;
	padding: 0;
}
div.menuMobile nav ul li ul {
	margin: 0 20px;
	padding: 0;
}
div.menuMobile nav ul li a {
  font-family: 'Playfair Display';
  font-weight: 600;
  font-size: 17px;
  color: #FFF;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}

section.internas ul.listaMenu {
	margin: 0;
	padding: 0;
	list-style: none;	
}
section.internas ul.listaMenu li {
	list-style: none;
	padding-left: 0;
	line-height: 23px;
	position: relative;
}
section.internas ul.listaMenu li a {
	font-family: 'Open Sans';
	list-style: none;
	padding-left: 0;
	display: block;
	text-decoration: none;
	color: #414141;
	font-size: 16px;
	line-height: 22px;
}
section.internas ul.listaMenu li strong {
	line-height: 18px;
}
section.internas ul.listaMenu li.filhas a {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 2px solid #121828 ;
}
section.internas ul.listaMenu li.filhas a.concluida {
	text-decoration: line-through;
}
section.internas ul.listaMenu li a.btEditar {
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 150px;
	float: left;
	margin: 0;
	padding: 14px;
	border: none;
	transition: all .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section.internas div.titulo h6 {	
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 17px;
	color: #29316B;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
section.internas div.titulo h5 {	
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 28px;
	color: #29316B;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
section.internas div.conteudo p {
	font-size: 17px;
	line-height: 22px;
	color: #414141;	
	font-family: 'Open Sans';
}
section.internas center {
	text-align: center;
	display: block;	
}
section.internas center .btn {
	float: none;	
}
section.internas center .btn.btn-success {
	background: #4cda64;	
}
section.internas div.boxDetalheAulas {
	margin-bottom: 30px;	
}
section.internas div.boxDetalheAulas iframe {
	width: 100%;
	height: 480px;
	display: block;	
}
section.internas div.formAnotacao .txAnotacao {
	min-height: 200px;	
	font-family: 'Open Sans';
	font-size: 16px;
	padding: 10px;
	color: #29316B;
}
section.internas.artigos {
	background: #1c2341;
	padding-top: 50px;
	margin-top: 0;	
}
section.internas.artigos article {
	border: none;	
}
section.internas.artigos h2 {
	color: #FFF;
}
section.internas.artigos div.boxArtigo {
	box-shadow: 0px 3px 10px #504e4e3d;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
}
section.internas.artigos a.btTire {
	color: #FFF;
	border: 1px solid #FFF;
}
section.internas.artigos nav.paginacao {
	margin-top: 20px;	
}
section.internas.artigos nav.paginacao ul {
	display: table;
	margin: 0 auto;
}
section.internas.artigos nav.paginacao li {
	margin: 0;
	padding: 0;
	height: auto;
	display: table-cell;
	min-height: inherit;
}
section.internas.artigos nav.paginacao li a {
	color: #29316b;
	font-family: 'Open Sans';
}

section.internas.mapaDosite a {
	text-decoration: none;
}
section.internas.mapaDosite a:hover {
	text-decoration: underline;
}

section.artigos div.busca {
	margin-bottom: 40px;
	max-width: 500px;	
}
section.artigos div.busca input {
	font-family: 'Open Sans';
    font-size: 18px;
    color: #707070;
    height: 54px;
	width: 100%;
	padding: 5px 15px;
	border: 2px solid #00676a !important;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
section.artigos div.busca input.error,
section.artigos div.busca textarea.error,
section.artigos div.busca select.error {
	border: 2px solid red !important;
}
section.artigos div.busca label.error {
	position: absolute;
	right: -99999px;
	top: -99999px;
	width: 1px;
	height: 1px;
	display: none;
	text-indent: -9999px;
}
section.artigos div.buscalabel {
	width: 	37%;
	margin-right: 10px;
}
section.artigos div.busca .btn {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 200px;
	float: right;
	margin: 0;
	padding: 14px;
	margin-bottom: 15px;
	border: none;
	transition: all .3s;	
}

.listaAnotacao li p {
	padding-right: 160px;
}


div.aviso {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 20px 0;
	background:#29316b;	
	width: 100%;
	z-index: 999;
}
div.aviso article {
	max-width: 850px;
	margin: 0 auto;	
}
div.aviso article p {
	font-family: 'Open Sans';
	letter-spacing: 1px;
	font-size: 15px;
	color: #FFF;	
}
div.aviso article p a {
	font-family: 'Open Sans';
	color: #FFF;		
}
div.aviso div.botoes {
	width: 100%;
	text-align: center;
}
div.aviso article .btn {
	font-family: 'Open Sans';
	font-size: 15px;
	background: #121828;
	color: #FFF;
	margin: 0 auto;
	display: inline-block;
	margin-top: 20px;	
	margin-bottom: 20px;
}
div.aviso article .btn:hover {
	text-decoration: none;	
}

div.boxanotacaao a.btn {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 150px;
	float: left;
	margin: 0;
	padding: 14px;
	border: none;
	transition: all .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#exampleModal .btSalvar {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 150px;
	float: left;
	margin: 0;
	padding: 14px;
	border: none;
	transition: all .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.modalTermos .txt {
	font-family: 'Open Sans';
	font-weight: normal;
	color: #414141;
	font-size: 20px;
	line-height: 33px;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0px;
	padding: 0;
	margin-bottom: 20px;
}
.modalTermos button {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 20px;
	line-height: 33px;
}

.btCancelar {
	background: #595959;
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	width: 200px;
	float: left;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0px;
	padding: 14px;
	margin-bottom: 15px;
	border: none;
	transition: all .3s;
}
.btEditar {
	float: right !important;
}
.botaPadrao,
.botaPadrao:hover {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 17px;
	background: #121828;
	width: 200px;
	float: left;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0px;
	padding: 14px;
	margin-bottom: 15px;
	border: none;
	transition: all .3s;
}
div.boxCursosMatriculados div.boxAulas img {
	margin-bottom: 10px;
}

/* Mobile
--------------------------------------------------*/
@media (max-width: 1000px) {
	header h1 {
		width: 300px;
		background-size: contain;
		margin-top: 30px;	
	}
	header nav {
		display: none;	
	}
	section.home div.banner {
		margin-top: 50px;	
	}
	section.home div.banner div.txt h2 {
		font-size: 25px;
		text-align: center;
		line-height: 34px;	
		margin-bottom: 30px;
	}
	section.home div.banner figure {
		width: 100%;
		text-align: center;	
	}
	section.home {
		min-height: 700px;	
	}
	section.home div.banner figure img {
		height: 300px;
		margin: 0 auto;
	}
	section.sobre figure {
		text-align: center;	
	}
	section.sobre figure img {
		height: 300px;	
	}
	section.sobre article h2 {
		font-size: 32px;
		margin-bottom: 20px;
		margin-top: 30px;	
	}
	section.sobre article p {
		font-size: 16px;
		line-height: 30px;	
	}
	section.sobre article ul li {
		font-size: 16px;
		line-height: 30px;	
	}
	section.programas div.topo h2 {
		font-size: 30px;	
		line-height: 34px;	
		margin-bottom: 30px;
	}
	section.programas div.boxPrograma {
		margin-bottom: 50px;	
	}
	section.programas::after {
		display: none;	
	}
	section.artigos h2 {
		font-size: 30px;	
		line-height: 34px;	
		margin-bottom: 30px;
	}
	section.artigos div.busca label {
		width: 100%;	
		margin-bottom: 20px;
	}
	section.artigos div.boxArtigo figure {
		width: 100%;
		margin-bottom: 30px;
	}
	section.artigos div.boxArtigo figure img {
		width: 100%;	
	}
	section.artigos div.boxArtigo div.txt {
		padding: 20px;
		float: left;	
	}
	section.artigos div.boxArtigo div.txt h3 {
		font-size: 26px;	
	}
	section.artigos div.boxArtigo div.txt div.entry-tags span {
		margin-bottom: 6px;	
	}
	footer nav h2,
	footer nav h2 a {
		font-size: 18px;	
	}
	footer div.infos h2 {
		font-size: 18px;	
	}
	footer div.infos ul li {
		font-size: 14px;
		width: 100%;	
	}
	footer div.infos ul.redes li {
		width: auto;
		margin-right: 10px;	
	}
	section.programas div.boxPrograma div.txt {
		float: left;	
	}
	section.programas div.boxPrograma div.txt h3 {
		font-size: 30px;	
	}
	section.programas div.topo p {
		font-size: 16px;	
	}
	section.programas div.boxPrograma div.txt p {
		font-size: 16px;
		padding: 0;
		margin: 0;	
	}
	section.home .bx-wrapper .bx-controls-direction a {
		display: none;	
	}
	section.artigos .bx-wrapper .bx-controls-direction a {
		display: none;	
	}
	section.topoBarra h1 {
		font-size: 45px;	
	}
	section.topoBarra h3 {
		font-size: 16px;	
	}
	section.internas article h2 {
		font-size: 30px;	
	}
	section.internas.detalhe article p, section.internas.detalhe article a, section.internas.detalhe article div.txt, section.internas.detalheCursos article p, section.internas.detalheCursos article a, section.internas.detalheCursos article div.txt {
		font-size: 16px;
		line-height: 30px;	
	}
	.accordion {
		width: 100%;	
	}
	section.internas article {
		padding: 0;
		margin-bottom: 60px;
		border: none;	
	}
	section.internas aside div.boxCursos ul li p {
		font-size: 16px;
		line-height: 30px;	
	}
	section.newsletter {
		padding: 30px;	
	}
	section.newsletter label {
		width: 100%;
		margin-bottom: 20px	
	}
	section.newsletter h2 {
		font-size: 50px;	
	}
	a.abreMenuMobile {
		display: block;	
	}
	section.internas div.boxCursosMatriculados h3 {
		margin-top: 20px;
	}
	section.internas div.boxCursosMatriculados p, 
	section.internas div.boxCursosMatriculados small {
		line-height: 28px;
	}
	section.topoBarra h1 {
		margin-bottom: 20px;
	}
	img {
		height: auto;
		min-height: auto;
	}
	section.internas center .btn {
		margin-bottom: 10px;
	}
	section.artigos div.boxArtigo {
		height: auto;
	}
	section.internas article h2 {
		line-height: 40px;
	}
}

