body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
}


a.bolsas:link {
    
    color: #fff; /*Mudamos a cor para branco*/
  }
 
  /* Quando já clicamos no link anteriormente */
  a.bolsas:visited {
    color: #fff; /*Mudamos a cor para branco*/
  }
 
 
  /* Quando clicamos no link */
  a.bolsas:active {
    color: #27cc4d; /*Mudamos a cor para Verde*/
  }

.topHeader {
	width: 100%;
	background: #354985;
	color: #fff;
	padding-top: 11px;
	padding-bottom: 11px;
}
.chamadaWp {
	font-size: 13.8px;
	text-transform: uppercase;
	margin-top: 5px;
}
.topHeader a {
	color: #fff;
}
.topHeader a:hover {
	text-decoration: none;
	color: #2dc561;
}
ul.menuTopHeader {
	font-size: 13.8px;
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 0;
	margin-top:5px;
}
ul.menuTopHeader li {
	list-style: none;
	display: inline-block;
	border-right: solid 1px #39a55e;
	padding-left: 10px;
	padding-right: 10px;
}
ul.menuTopHeader li:last-child {
	padding: 0;
	border: none;
	padding-left: 10px;
}
ul.menuTopHeader li a:hover {
	text-decoration: none;
	color: #2dc561;
}
ul.redesTop {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	font-size: 20px;
}
ul.redesTop li {
	list-style: none;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
ul.redesTop li:last-child {
	margin-right: 0;
}
label.infoRedes{
	display: none;
}
a.link1 {
	border: solid 1px #3c5798;
	color: #3c5798;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	font-size: 14x;
	font-weight: 100;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 52px;
}

a.link1:hover {
	text-decoration: none;
	color: #fff;
	background: #3c5798;
}

.menuPrincipal {
	padding-top: 20px;
}
.navbar-light .navbar-nav .nav-link {
    color: #3c5798;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #39a55e;
}
.bg-light {
    background: none !important;
    padding: 0;
    padding-left: 45px;
}
.navbar-nav .dropdown-menu {
   text-align: center;
   background: #39a55e;
   border: none;
   margin-top: 13px;
   border-radius: 0;

}
.dropdown1 {
	left: -55px;
}
.navbar-nav .dropdown1 a {
	color: #fff;
	font-size: 16px;
}
.navbar-nav .dropdown1 a:hover {
	background: none;
	color: #3c5798;
}
.linkVestTop {
    width: 100%;
    color: #fff;
    /*background: #39a55e;*/
    background: #354985;
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 25px;
    margin-top: 10px;
}
.linkVestTop:hover {
	/*background: #354985;*/
	background: #39a55e;
	color: #fff;
	text-decoration: none;
}
.carousel-item {
	width: 100%;
	/*height: 514px;*/
}
.segLink1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.carousel-indicators li {
   width: 15px;
   height: 15px;
   -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
background-color: #fff;
}
.carousel-indicators .active {
    background-color: #3aa55f;
}
section#firstSection {
	width: 100%;
	background: url(../img/bg1.gif) center top no-repeat;
	padding-top: 70px;
}
section#firstSection h2 {
	margin: 0;
	padding: 0;
	font-size: 33px;
	color: #354985;
	font-weight: 400;
	margin-bottom: 70px;
}
section#firstSection h3 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: 200;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #354985;
}
section#firstSection p {
	font-size: 16px;
	color: #606060;
	font-weight: 200;
}
section#firstSection h3.color1 {color: #39a55e;}
.bannerHome {
	width: 100%;
	height: 307px;
	margin-top: 150px;
}
.bannerHome a {
	display: block;
	width: 100%;
	height: 100%;
}
section#fiqueporDentro {
	width: 100%;
	background: #f3f3f3;
	padding-top: 90px;
}
section#fiqueporDentro h2 {
	margin: 0;
    padding: 0;
    font-size: 33px;
    color: #354985;
    font-weight: 400;
    margin-bottom: 70px;
}
section#fiqueporDentro h2 img {
	margin-bottom: 10px;
}
img.pic7, img.pic8 {
	margin-top: 30px;
}
section#fiqueporDentro ul {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
section#fiqueporDentro ul li {
	list-style: none;
	display: inline-block;
	font-size: 21px;
	color: #28a667;
}
section#fiqueporDentro ul li a {
	color: #354985;
}
section#cairuTV {
	width: 100%;
	background: #f3f3f3;
	padding-top: 80px;
	padding-bottom: 80px;
}
section#cairuTV p {
	background:#fff;
	display: inline-block;
	font-size: 26px;
	color: #28a667;
	padding: 10px;
	padding-left: 30px;
	padding-right: 20px;
	font-weight: 500;
}
section#cairuTV p img {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
section#cairuTV p span {
	color: #ff0000;
}
section#parceiros span {
	font-size: 33px;
	font-weight: 200;
	color: #354985;
	display: block;
	margin-top: 30px;
}
.owl-carousel .owl-item img {
    border: solid 1px #e6e6e6;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.owl-nav {
	position: absolute;
    right: -98px;
    top: 39px;
}
.owl-prev {
    position: absolute;
    left: -38px;
}
section#parceiros {
	padding-top: 80px;
	padding-bottom: 80px;
}
section#newsletter {
	width: 100%;
	background:#39a55e;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
section#newsletter h5 {
	margin: 0;
	padding:0;
	font-size: 42px;
	font-weight: 200;
	border-right: solid 1px #fff;
	text-align:right;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
section#newsletter h5 strong {
	font-weight: 600;
}
.inputNews {
	width: 100%;
	border: solid 1px #fff;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #39a55e;
	color: #fff;
	font-size: 16px;
}
.btnCadastrar {
	width: 100%;
	background-color: #fff;
	color: #354985;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 4px;
	font-size: 26px;
	cursor: pointer;
}
.btnCadastrar:hover {
	color: #fff;
	background-color: #354985;
}
.formSeg  p{
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: 9px;
}
.inputNews::placeholder {color: #afd5ba; }
.inputNews:-ms-input-placeholder {color: #afd5ba;}
.inputNews::-ms-input-placeholder {color: #afd5ba;}
footer {
	width: 100%;
	background:#354985;
	padding-top: 50px;
	padding-bottom: 20px;
}
footer ul {
	margin: 0;
	padding: 0;
	font-size: 15px;
	letter-spacing: -0.7px;
	font-weight: 200;
	margin-bottom: 30px;
}
footer ul li {
	list-style:none;
	margin-bottom: 5px;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #fff;
}
footer h6 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-decoration:underline;
	margin-bottom: 15px;
	text-transform: uppercase;
}
li.h6Link {
	margin-top: 40px;
}
.redesFooter {
	font-size: 26px !important;
}
.redesFooter li {
	display: inline-block !important;
	margin: 5px;
}
.redesFooter li a:hover {color: #39a55e;}
.pdd1 {
	padding-left: 70px;
}
.copy p {
	font-size: 17px;
	font-weight: 400;
	color: #3c5798;
	margin: 0;
}
.copy p a {color:#39a55e}
.a2 {
	text-align:right;
	font-size: 14px;
	color: #3c5798;
	padding-top: 5px;
}
.copy {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bannerInterno {
	width: 100%;
	height: 419px;
}
.menuInterno {
	width: 100%;
	background-color:#39a55e;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.menuInternoUL {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 7px;
}
ul.menuInternoUL li {
	display: inline-block;
	list-style:none;
	border-right: solid 1px #fff;
	padding-left: 15px;
	padding-right: 15px;
}
ul.menuInternoUL li:last-child {
	border: none;
	margin-right: 0px;
}
ul.menuInternoUL li:first-child {
	margin-left: 0px;
}
ul.menuInternoUL li a {
	color: #fff;
}
.formSegundaVia ul {
	margin: 0;
	padding: 0;
	text-align:right;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.formSegundaVia ul li {
	list-style:none;
	display: inline-block;
}
.formSegundaVia ul li:first-child {
	margin-right: 10px;
}
.formSegundaVia input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 7px;
}
.okBtn {
	color: #fff;
	background:#384b74;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
section#sobreInt {
	padding-top: 60px;
}
section#sobreInt h1 {
	margin:0;
	padding: 0;
	font-size: 38px;
	color: #3a548e;
	font-weight: 400;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
section#sobreInt p {
	font-size: 16px;
	color: #373737;
}
section#sobreInt p strong {
	color: #39a55e;
	font-size: 18px;
}
section#Apos {
	width: 100%;
	background:#f3f3f3;
	padding-top: 50px;
	padding-bottom: 50px;
}
section#Apos h2 {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	font-size: 32px;
	font-weight: 300;
	color: #35a45b;
	margin-bottom: 10px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: left;
    /* background: red; */
    padding: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(0,0,0,.125);
    color: #949494;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #f3f3f3;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
	cursor: pointer;
}
.card-title {
    margin: 0;
    display: inline-block;
    padding: 12px;
    text-transform: uppercase;
    font-size: 17px;
    color: #949494 !important;
}
.card {
	border: none;
	background:none;
}
.card-body p {
	font-size: 17px;
	color: #949494;
}
.active-acc a.card-title {
	color: #35a45b !important;
}
.active-acc:after {
	color: #fff !important;
	background:#35a45b !important;
}
.segAccordion1 {
	margin-top: 20px;
}
section#cursosFormPag {
	width: 100%;
	background-color: #384b74;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
section#cursosFormPag h3 {
	margin: 0;
	padding: 0;
	font-size: 29px;
	font-weight: 500;
}
section#cursosFormPag p.txt1 {
	font-size: 17px;
	color: #39a55e;
	text-transform: uppercase;
}
.dropdown-toggle::after {
    border-top: 1em solid;
    border-right: 0.6em solid transparent;
    border-left: 0.6em solid transparent;
    float: right;
    margin-top: 5px;
    text-transform: uppercase;
}
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #384b74;
    border: solid 1px #fff;
    width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
}
.show>.btn-secondary.dropdown-toggle:focus {
    color: #fff;
    background-color: #384b74;
    border: solid 1px #fff;
    width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
}
.show>.btn-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #384b74;
    border: solid 1px #fff;
    width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
}
.btn-secondary {
	color: #fff;
    background-color: #384b74;
    border: solid 1px #fff;
    width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
}
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
    background-color: #384b74;
    border: solid 1px #fff;
    width: 100%;
    text-align: left;
    padding: 12px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
} 
.dropdown100 {
	width: 100%;
}
.mrg1 {
	margin-bottom: 15px;
}
section#nossosCoordenadoresPagCurso {
	width: 100%;
	background: url(../img/bg1.gif) center top no-repeat;
	padding-top: 70px;
	padding-bottom: 50px;
}
section#nossosCoordenadoresPagCurso h4 {
	margin: 0;
	padding: 0;
	font-size: 33px;
	color: #354985;
	font-weight: 300;
	margin-bottom: 43px;
}
section#nossosCoordenadoresPagCurso h4 strong {
	font-weight: 600;
	text-transform: uppercase;
}
section#nossosCoordenadoresPagCurso h4 img {
	margin-bottom: 10px;
}
.fotoCoordenadorEffect {
	background:url(../img/bg2.png) center top no-repeat;
	text-align: center;
}
.fotoCoordenadorEffect img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.descricaoCoordenador ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #656565;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}
.descricaoCoordenador li {
	list-style:none;
	font-size: 16px;
	color: #39a55e;
}
.descricaoCoordenador li:first-child {
	font-size: 18px;
	color:#354985;
	font-weight: 500;
}
.descricaoCoordenador li:last-child {
    color: #656565;
    padding-top: 15px;
    line-height: 21px;
    font-size: 15px;
}
.descricaoCoordenador a {
	text-transform: uppercase;
	color: #3aa55f;
}
img.ico4 {
	margin-right: 5px;
}
section#depoimentosCursos {
	width: 100%;
	background:url(../img/bg1.gif) center top;
	padding-top: 70px;
	padding-bottom: 90px;
	margin-top: 50px;
}
section#depoimentosCursos h5 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	color: #354985;
	margin-bottom: 25px;
	font-weight: 400;
}
.contDepo {
	background:#fff;
	text-align: center;
	padding: 20px;
	margin: 10px;
}
section#depoimentosCursos small {
	color: #3aa55f;
	text-transform: uppercase;
	font-size: 13px;
}
.noArrow::after {
	display: none;
}
section#chamadaInscricao {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
section#chamadaInscricao h1 {
	margin: 0;
	padding: 0;
	font-size: 38px;
	color: #3a548e;
	font-weight: 400;
}
.titulosForm {
	color: #3a548e;
	font-size: 22px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.radio01 {
	margin-left: 25px;
}
.segRadio1 {
	font-size: 18px;
	color: #373737;
}
.dadosPessoaisForm span {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #3c5798;
	font-weight: 200;
	margin-bottom: 5px;
}
.input1 {
	width: 100%;
	padding:11px;
	border: solid 1px #39a55e;
	margin-bottom: 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.segBtnEnviarInsc {
	padding-top: 50px;
	padding-bottom: 100px;
}
.btnEnviar {
	width: 100%;
	display: inline-block;
	border: none;
	background:#39a55e;
	color: #fff;
	font-size: 26px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
}
.btnEnviar:hover {
	color: #fff;
	background:#3a548e;
	cursor: pointer;
}
section#formInscricaoArea {
	padding-top: 50px;
}
.bannerInternoSmall {
	width: 100%;
	height: 179px;
}
.titleExtensao {
	width: 100%;
	background:url(../img/bg1.gif) center top no-repeat;
	padding-top: 40px;
	padding-bottom: 40px;
}
.titleExtensao h1 {
	margin: 0;
	padding: 0;
}
.titleExtensao h1 span {
	display: inline-block;
	font-size: 26px;
	color: #354985;
	font-weight: 200;
	border-right: solid 1px #354985;
	padding-right: 15px;
	float: left;
}
.titleExtensao h1 span img {
	margin-right: 10px;
}
.titleExtensao h1 strong {
	float: left;
    width: 790px;
	padding-left: 15px;
	font-size: 33px;
	color:#354985;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 33px;
}
.containerConteudoExtensao {
	padding-top: 55px;
}
.pdd1 {
	padding-left: 80px;
}
.countExtensao1 strong {
	font-size: 22px;
	color: #3c5798;
}
.countExtensao1 p {
	color: #373737;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 35px;
}
.segInformacoesCursoExtensao {
	width: 100%;
	background:#354985;
	color: #fff;
	padding:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.segInformacoesCursoExtensao h2 {
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-size: 55px;
	line-height:36px
}
.segInformacoesCursoExtensao h2 span {
	display: block;
	width: 100%;
	font-size: 28px;
}
li.ico6 {
	background:url(../img/ico6.png) left top 4px no-repeat;
}
li.ico7 {
	background:url(../img/ico7.png) left top 4px no-repeat;
}
li.ico8 {
	background:url(../img/ico8.png) left top 4px no-repeat;
}
li.ico9 {
	background:url(../img/ico9.png) left top 4px no-repeat;
}
.segInformacoesCursoExtensao ul {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #39a55e;
	margin-top: 30px;
}
.segInformacoesCursoExtensao ul li {
	list-style: none;
	padding-left: 35px;
	margin-bottom: 10px;
}
.segInformacoesCursoExtensao ul li span {
	color: #fff;
}
li.obsExtensao {
	padding-left: 0 !important;
	font-size: 15px;
	display: block;
	width: 100%;
	margin-top: 27px;
}
li.obsExtensao p {
	color: #fff !important;
}
.segInformacoesCursoExtensao ul li:last-child {
	font-size: 15px !important;
	color: #39a55e ;
	padding: 0 !important;
	display: block;
	width: 100%;
	margin-top: 30px;
}
.segInscricaoCPF h2 {
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-size: 55px;
	line-height:36px;
	display: block;
	width: 100%;
	background:url(../img/ico10.png) right 7px top no-repeat;
}
.segInscricaoCPF h2 span {
	display: block;
	width: 100%;
	font-size: 28px;
}
.segInscricaoCPF {
	width: 100%;
	background:#39a55e;
	color: #fff;
	padding:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 50px;
}
.segFormCPF span {
	display: block;
	width: 100%;
	font-size: 16px;
}
.segFormCPF .input2 {
	width: 100%;
	border:solid 1px #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#39a55e ;
	padding: 10px;
	color: #FFF;
}
.textarea1 {
	width: 100%;
	border:solid 1px #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#39a55e ;
	padding: 10px;
	color: #FFF;
	height: 160px;
	margin-top: 7px;
}
.segFormCPF button {
	border: none;
	display: block;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	color: #39a55e;
	font-size: 26px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	cursor: pointer;
}
.segFormCPF button:hover {
	background:#3a548e;
	color: #fff;
}
.segInscricaoCPF form {
	margin-top: 40px;
}
.ministrado01 h4 {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	font-size: 36px;
	color: #39a55e;
	font-weight: 100;
	line-height: 33px;
	padding-top: 70px;
}
.ministrado01B h6 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	color: #354985;
	margin-bottom: 15px;
}
.ministrado01B p {
	font-size:16px;
	color: #373737;
	line-height: 19px;
}
.ministrado01B p a {
	color: #39a55e;
	text-transform: uppercase;
}
.segministrador {
	width: 100%;
	background:url(../img/bg1.gif) center top;
	padding-top: 65px;
	padding-bottom: 50px;
}
.subTwo {	
    width: 757px !important;
}
.formInsc2 input {
    margin-top: 7px;
    margin-bottom: 15px;
}
select#modalidade {
	width: 100%;
    border: solid 1px #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #39a55e;
    padding: 10px;
	color: #afd5ba;
	margin-top: 5px;
}
.input2::placeholder {color: #afd5ba; }
.input2:-ms-input-placeholder {color: #afd5ba;}
.input2::-ms-input-placeholder {color: #afd5ba;}
.pdd0 {
	padding:0;
	font-size:14px;
}
.segradioForm1 {
	margin-top: 10px;
}
.buttonEnviar1 {
	width: auto !important; 
	margin:0 auto; 
	margin-top:15px;
	padding-left: 15px;
	padding-right: 15px;
}
.segInformacoesContainer {
    width: 100%;
    background: #3a548e;
    padding-top: 52px;
    margin-top: -46px;
    padding-bottom: 49px;
    color: #fff;
}
.segInformacoesContainer ul {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #39a55e;
	margin-top: 30px;
}
.segInformacoesContainer ul li {
	list-style: none;
	padding-left: 35px;
	margin-bottom: 10px;
}
.segInformacoesContainer ul li span {
	color: #fff;
}
li.ico11 {
	background:url(../img/ico11.png) left top 4px no-repeat;
}
li.ico12 {
	background:url(../img/ico12.png) left top 4px no-repeat;
}
li.ico13 {
	background:url(../img/ico13.png) left top 4px no-repeat;
}
li.ico14 {
	background:url(../img/ico14.png) left top 4px no-repeat;
}
.segInformacoesContainer h5 {
	margin: 0;
	padding: 0;
	font-size:26px;
	color: #39a55e;
}
.segPdfCursoInf {
	width: 100%;
	text-align: right;
}
.segPdfCursoInf ul {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
	margin-top: 50px;
}
.segPdfCursoInf ul li {
	list-style:none;
	display: block;
	margin-bottom: 15px;
}
.segPdfCursoInf ul li a {
	display: block;
	width: 100%;
	background:url(../img/ico15.png) right top no-repeat;
	padding-right: 65px;
	color: #fff;
}
.segPdfCursoInf ul li a:hover {
	text-decoration: none;
	color: #3aa55f;
}
.fnt1 {
	font-size:35px !important;
}
.ministrado01B span {
	font-size:22px;
	color: #39a55e;
	text-transform: uppercase;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
h2.h2Ico2 {
	background: url(../img/ico16.png) right top no-repeat !important;
	padding-bottom: 5px;
}
.mrg3 {
	margin-top: 50px !important;
}
.menuInternoVestibular {
	background: #f08c00;
}
.menuInternoVestibular ul {
    font-size:15px;
}
.menuInternoVestibular ul li {
    padding-left: 7px;
    padding-right: 7px;
}
section#sobreInt h1 span {
	display: block;
	width: 100%;
	font-size:23px;
	font-weight: 100;
}
.boxesVestibular h2 {
	margin: 0;
	padding:0;
	font-size:20px;
	letter-spacing: -1px;
	color: #39a55e;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}
.boxesVestibular {
	margin-top: 50px;
}
section#garantaBolsa {
    width: 100%;
    background: url(../img/pic24.jpg) center top no-repeat;
    padding-top: 67px;
    padding-bottom: 84px;
    color: #fff;
}
section#garantaBolsa h4 {
	margin: 0;
	padding: 0;
	font-size:30px;
	font-weight: 100;
	border: solid 1px #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}
section#garantaBolsa ul {
	margin: 0;
	padding: 0;
	font-size:22px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-left: 16px;
}
section#garantaBolsa ul li {
	background: #3c5798;
	width: 120px;
	display: inline-block;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px;
line-height: 23px;
height: 77px;
float: left;
margin: 5px;
padding-top: 15px;
}
.pdd5 {
	padding-top: 25px !important;
}
.clr {clear: both;}
.acairutxt p {
	font-size:16px;
	color: #373737;
	line-height: 23px;
}
.acairutxt strong {
	font-size:26px;
	color: #3c5798;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
}
img.pic26 {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
}
.quemSomosCairu {
	width: 100%;
	background: #354985;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}
.quemSomosCairu p {
	font-size:16px;
}
.quemSomosCairu h2 {
	margin: 0;
	padding: 0;
	font-size:22px;
	margin-bottom: 15px;
}
.titleGreen {
	color: #fff;
	background: #39a55e;
	padding: 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:20px;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 10px;
display: inline-block;
}
.mrg5 {
	margin-top: 20px;
}
.mrg6 {
	margin-bottom: 30px;
}
.campusFotos p {
	font-size:16px;
	color: #373737;
	line-height: 23px;
}
.campusFotos h4 {
	font-size:26px;
	color: #39a55e;
	font-weight: 400;
	margin-bottom: 15px;
}
.campusFotos {
	padding-top: 70px;
}
ul.galeriaCairu {
	margin: 0;
	padding: 0;
	margin-top: 80px;
	width: 100%;
	text-align: center;
}
ul.galeriaCairu li {
	display: inline-block;
	width: 199px;
	height: 199px;
	background: #3aa55f;
	margin: 10px;
}
ul.galeriaCairu li img.ico20 {
	display: none;
}
ul.galeriaCairu li a {
	position: relative;
	width: 199px;
	height: 199px;
}
ul.galeriaCairu li a:hover img.ico20 {
	position: absolute;
	display: block;
	z-index: 10;
	margin-left: 85px;
	margin-top: 80px;
}
ul.galeriaCairu li a:hover img.picFade {
	opacity: 0.5;
}
.enderecoMapa {
	width: 100%;
	background: url(../img/ico21.gif) left top no-repeat;
	padding-left: 90px;
	font-size:25px;
	color: #354985;
	line-height: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.enderecoMapa strong {
	display: block;
	width: 100%;
	font-size:25px;
	color: #39a55e;
	font-weight: 400;
}
.MapaCairu {
	padding-top: 100px;
	padding-bottom: 100px;
}
.iframeMapa {
	padding-top:15px
}
.maisCairu ul {
    margin: 0;
    padding: 0;
    line-height: 24px;
    margin-top: 38px;
    margin-left: -43px;
}
.maisCairu ul li {
	list-style: none;
}
.maisCairu ul li h5 {
	margin: 0;
	padding: 0;
	font-size:28px;
	color: #3c5798;
	font-weight: 200;
}
.maisCairu ul li p {
	font-size-adjust: 16px;
	color: #767676;
}
.maisCairu ul li p a {
	color: #3aa55f;
	display: block;
}
.maisCairu {
	padding-bottom: 100px;
}
.subtitleA {
	display: block;
	width: 100%;
	font-size:18px;
	color: #39a55e;
}
.segLiCpa {
	padding-top: 30px;
}
.segLiCpa ul {
	margin: 0;
	padding: 0;
	font-size:18px;
	margin-bottom: 35px;
}
.segLiCpa ul li {
	list-style:none;
}
.segLiCpa ul li a {
	color: #373737;
	text-decoration: none;
}
.segLiCpa ul li a:hover {
	color: #3aa55f;
	text-decoration: underline;
}
.pGreen {color: #3aa55f !important;}
.subGreen {
	color: #3aa55f !important;
	font-size: 18px !important;
}
.pddbottom1 {
	padding-bottom: 80px;
}
.titleLiBlue {
	display: block;
	width: 100%;
	color: #3c5798;
	margin-top: 25px;
}
.contatoNaapPag {
	font-size:22px;
	color: #39a55e;
}
.pBlue {color:#3c5798;}
.bibliotecaGroup {
	margin-top: 30px;
}
.segAccordionBiblioteca .card-header {
    background-color: #fff !important;
}
.segAccordionBiblioteca {
	padding-top: 20px;
}
.bibliotecaGroup ul {
	margin: 0;
	padding: 0;
}
.bibliotecaGroup ul li {
	list-style:none;
}
.bibliotecaGroup ul li a {
	color: #1c3565;
	font-size: 18px;
}
.pic31 {
	float: left;
	margin-right: 20px;
	height: 247px;
}
.input5 {
	width: 350px;
	padding:11px;
	border: solid 1px #1c3565;
	margin-bottom: 10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	float: left;
}
.formCertificado {
	float: left;
    width: 770px;
}
.btnGerarCert {
	float: left;
	color: #fff;
	border: none;
	background: #1c3565;
	font-size:22px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 8px;
	margin-left:10px;
}
.btnGerarCert:hover {
	cursor: pointer;
	background: #2dc561;
}
.btnVerde {
	color: #fff;
	border: none;
	background: #1c3565;
	font-size:22px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 8px;
	margin-left:10px;
}
.btnVerde:hover {
	cursor: pointer;
	background: #2dc561;
}
.chamadaSuporte {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.chamadaSuporte span {
	color: #2dc561;
}
.rowFormCert {
	margin-top: 15px;
}
.rowFormCert span.subtitleA {
	font-size: 20px;
	margin-bottom: 10px;
}
ul.listConvenios {
	margin: 0;
	padding: 0;
	font-size:16px;
	color: #354985;
	margin-top:10px
}
ul.listConvenios li {
	list-style:none;
}
.greenP {
	color: #39a55e !important;
}
img.pic34 {
	margin-top: 230px;
}
strong.subTree {
	width: auto !important;
}
.linkFullBanner {
	width: 100%;
	height: 100%;
	display: block;
}
.bannerInterno a {
	width: 100%;
	height: 100%;
	display: block;
}
.pin1Menu {
	width: 100%;
	background: url(../img/pin1.gif) center top no-repeat;
	height: 16px;
	position: absolute;
    top: -16px;
}
#fiqueporDentro a:hover {
	opacity: 0.7;
}
.okBtn:hover {
	background: #fff;
	color: #384b74;
	cursor: pointer;
}
.fotoCoordenadorEffect2 {
	background:url(../img/bg3_2.png) center top no-repeat;
	text-align: center;
}
.fotoCoordenadorEffect2 img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.dropFooter {
   text-align: center;
   background: #39a55e;
   border: none;
   margin-top: 13px;
   border-radius: 0;
   margin-top: 0;

}
.dropFooter a {
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.dropFooter a:hover {
	background: none;
	color: #3c5798;
}
.nopdbt {
	padding: 0;
}
.segPortalIcons a {
	height: 163px;
	border: solid 3px #28a667;
	display: block;
	width: 100%;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	color: #28a667;
	text-transform: uppercase;
}
.segPortalIcons a h5 {
    position: absolute;
    bottom: 5px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    font-weight: 200;
}


.segPortalIcons a:hover {
	background-color: #28a667;
	color: #fff;
}
.segPortalIcons a.i1 {
	background:url(../img/i1.png) center top 15px no-repeat;
}
.segPortalIcons a.i1:hover {
	background:url(../img/i1_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i2 {
	background:url(../img/i2.png) center top 15px no-repeat;
}
.segPortalIcons a.i2:hover {
	background:url(../img/i2_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i3 {
	background:url(../img/i3.png) center top 15px no-repeat;
}
.segPortalIcons a.i3:hover {
	background:url(../img/i3_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i4 {
	background:url(../img/i4.png) center top 15px no-repeat;
}
.segPortalIcons a.i4:hover {
	background:url(../img/i4_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i5 {
	background:url(../img/i5.png) center top 15px no-repeat;
}
.segPortalIcons a.i5:hover {
	background:url(../img/i5_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i6 {
	background:url(../img/i6.png) center top 15px no-repeat;
}
.segPortalIcons a.i6:hover {
	background:url(../img/i6_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i7 {
	background:url(../img/i7.png) center top 15px no-repeat;
}
.segPortalIcons a.i7:hover {
	background:url(../img/i7_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i8 {
	background:url(../img/i8.png) center top 15px no-repeat;
}
.segPortalIcons a.i8:hover {
	background:url(../img/i8_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i9 {
	background:url(../img/i9.png) center top 15px no-repeat;
}
.segPortalIcons a.i9:hover {
	background:url(../img/i9_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i10 {
	background:url(../img/i10.png) center top 15px no-repeat;
}
.segPortalIcons a.i10:hover {
	background:url(../img/i10_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i11 {
	background:url(../img/i11.png) center top 15px no-repeat;
}
.segPortalIcons a.i11:hover {
	background:url(../img/i11_b.png) #28a667 center top 15px no-repeat;
}

.segPortalIcons a.i12 {
	background:url(../img/i12.png) center top 15px no-repeat;
}
.segPortalIcons a.i12:hover {
	background:url(../img/i12_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i13 {
	background:url(../img/i13.png) center top 15px no-repeat;
}
.segPortalIcons a.i13:hover {
	background:url(../img/i13_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i14 {
	background:url(../img/i14.png) center top 15px no-repeat;
}
.segPortalIcons a.i14:hover {
	background:url(../img/i14_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i15 {
	background:url(../img/i15.png) center top 15px no-repeat;
}
.segPortalIcons a.i15:hover {
	background:url(../img/i15_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i16 {
	background:url(../img/i16.png) center top 15px no-repeat;
}
.segPortalIcons a.i16:hover {
	background:url(../img/i16_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i17 {
	background:url(../img/i17.png) center top 15px no-repeat;
}
.segPortalIcons a.i17:hover {
	background:url(../img/i17_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i18 {
	background:url(../img/i18.png) center top 15px no-repeat;
}
.segPortalIcons a.i18:hover {
	background:url(../img/i18_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i19 {
	background:url(../img/i19.png) center top 15px no-repeat;
}
.segPortalIcons a.i19:hover {
	background:url(../img/i19_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i20 {
	background:url(../img/i20.png) center top 15px no-repeat;
}
.segPortalIcons a.i20:hover {
	background:url(../img/i20_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i21 {
	background:url(../img/i21.png) center top 15px no-repeat;
}
.segPortalIcons a.i21:hover {
	background:url(../img/i21_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i22 {
	background:url(../img/i22.png) center top 15px no-repeat;
}
.segPortalIcons a.i22:hover {
	background:url(../img/i22_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i23 {
	background:url(../img/i23.png) center top 15px no-repeat;
}
.segPortalIcons a.i23:hover {
	background:url(../img/i23_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i24 {
	background:url(../img/i24.png) center top 15px no-repeat;
}
.segPortalIcons a.i24:hover {
	background:url(../img/i24_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i25 {
	background:url(../img/i25.png) center top 15px no-repeat;
}
.segPortalIcons a.i25:hover {
	background:url(../img/i25_b.png) #28a667 center top 15px no-repeat;
}
.segPortalIcons a.i26 {
	background:url(../img/i26.png) center top 15px no-repeat;
}


a.i23 h5{
	font-size: 14.5px;
}
.segPortalIcons .col-md-2 {
	margin-bottom: 20px;
}
.segPortalIcons {
	margin-top:40px;
}
.contatosSaec {
	font-size: 16px;
	color:#373737
}
.contatosSaec strong {
	color: #384b74;
}
.capaExtensaoGrid img {
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.txtExtensaoGrid {
	text-align: center;
	padding-top: 15px;
}
.txtExtensaoGrid h2 {
	margin: 0;
	padding: 0;
	color:#3aa55f;
	font-size: 18px;
	text-transform: uppercase;
}
.txtExtensaoGrid span {
	color: #606060;
	font-size: 16px;
	width: 100%;
	display: inline-block;
}
.segGridExtensao a:hover {
	text-decoration: none;
}
.segGridExtensao a:hover img {
	opacity: 0.6;
}
.segGridExtensao {
	margin-top: 40px;
}
.segGridExtensao .col-md-4 {
	margin-bottom: 80px;
}
.txtExtensaoGrid h3 {
	margin: 0;
	padding: 0;
	color:#3c5798;
	font-size: 17px;
	text-transform: uppercase;
}
.segRadio {
	display: inline-block;
}
.contentPost img {
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.contentPost h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #354985;
	text-transform: uppercase;
	margin-bottom: 20px;
}
ul.compartilheLi {
	margin: 0;
	padding: 0;
	color: #646765;
	margin-top: 40px;
	margin-bottom: 20px;
}
ul.compartilheLi li {
	list-style: none;
	display: inline-block;
	font-size: 30px;
	margin: 10px;
}
ul.compartilheLi li i {
	margin-top: 10px;
	display: inline-block;
}
ul.compartilheLi li:first-child {
	font-size: 18px;
	margin: 0;
}
ul.compartilheLi li a {
	color: #39a55e;
}
ul.compartilheLi li a:hover {
	color: #384b74;
}
.linkVoltarCircle {
    background: url(../img/arrow-prev.png) left top no-repeat;
    font-size: 16px;
    color: #39a55e;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 9px;
}
.linkVoltarCircle:hover {
	text-decoration: none;
	color: #384b74;
}
.linkVoltar1 {
	color: #384b74;
}
.linkVoltar1:hover {
	text-decoration: none;
	color: #39a55e;
}
.contentPost {
	margin-top: 30px;
}
.linkBlue {
	color: #3c5798;
}
.linkBlue:hover {
	text-decoration: none;
	color: #2dc561;
}
.pddbottom {
	padding-bottom: 120px;
}
.contatotxt strong.b1{
	color: #2dc561;
	font-size: 16px;
}
.contatotxt p {
	font-size:16px;
	color: #373737;
	line-height: 23px;
	margin-bottom: 0;
}
.mrg22 {
	margin-top: 10px;
	margin-bottom: 10px !important;
}
.lineSep {
	display: block;
	width: 100%;
	color: #2dc561;
	font-size: 16px;
	letter-spacing: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.mapaForm {
	margin-top: 50px;
}
.captchaContato {
    font-size: 22px;
    font-weight: 100;
    padding-top: 13px;
    padding-left: 19px;
}
.btEnviaContato {
	padding-left: 25px;
	padding-right: 25px;
	float: right;
}
.horaDiversao {
	width: 100%;
	background-color: #39a55e;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}
.horaDiversao h2 {
	font-weight: 100;
	font-size: 28px;
	margin: 0;
	padding: 0;
	text-align: right;
	margin-top: 40px;
}
.horaDiversao  h2 strong {
	font-size: 50px;
	font-weight: 700;
}
.horaDiversao a {
	color: #fff;
	font-size: 18px;
}
.horaDiversao a span {
	border: solid 1px #fff;
	-webkit-border-radius:7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
display: inline-block;
margin-top: 10px;
}
.horaDiversao a:hover span {
	background:#fff;
	color: #2dc561;
}
.videosBrinquedoteca {
	padding-top: 100px;
	padding-bottom: 60px;
}
.videosBrinquedoteca a {
	color: #2dc561;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.videosBrinquedoteca a span {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.videosBrinquedoteca a:hover {
	color: #354985;
	text-decoration: none;
}
.videosBrinquedoteca h4 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color:#354985;
	margin-top: 30px;
}
.videosBrinquedoteca h4 strong {
	font-size: 50px;
	font-weight: 700;
}
.maisVideos {
	padding-top: 50px;
}
.maisVideos h4 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	color: #354985;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.maisVideos h4 span {
	color: #35a45b;
}
.maisVideos a span {
	font-size: 14px !important;
}
.maisVideos .col-md-2 {
	margin-bottom: 20px;
}
.quemTopaCantar {
	width: 100%;
	background: url(../img/bg4.jpg) center top no-repeat;
	padding-top: 50px;
	padding-bottom: 208px;
}
.quemTopaCantar h5 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 35px;
}
.quemTopaCantar h5 strong {
	display: block;
	width: 100%;
	font-size: 50px;
	font-weight: 700;
}
.quemTopaCantar a {
	color: #fff;
	background:#35a45b;
	font-size: 32px;
	padding: 10px;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-transform: uppercase;
padding-left: 30px;
padding-right: 30px;
}
.quemTopaCantar a:hover {
	background: #fff;
	color: #35a45b;
	text-decoration: none;
}
.comCarinho h6 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #ff0000;
}
.comCarinho {
	padding-top: 70px;
}
.picComCarinho img {
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
.picComCarinho {
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
border: solid 5px #35a45b;
display: inline-block;
}
.comCarinho strong {
	display: block;
	width: 100%;
	color: #39a55e;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
}
.pCarinho {
	font-size: 14px;
	color: #354985;
}
.segcarinho {
	margin-top: 30px;
}
img.pic55 {
	margin-top: 100px;
	margin-bottom: 30px;
}
.dropdown1 {
    left: -65px;
}