body {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #fbfbf9
}

a {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: 400
}

table {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: 400
}

span {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: 400
}

.noPadding {
    padding: 0!important
}

header div.logo a img {
    width: 100%;
    max-width: 220px
}

header div.topo {
    background-color: #c22433;
    height: auto
}

header div.topo ul {
    padding: 0;
    margin: 0;
    list-style: none
}

header div.topo ul.redes-sociais {
    float: left
}

header div.topo ul.redes-sociais li {
    width: auto;
    float: left;
    border-left: 1px #e19299 solid
}

header div.topo ul.redes-sociais li:last-child {
    border-right: 1px #e19299 solid
}

header div.topo ul.redes-sociais li a {
    width: auto;
    padding: 11px 15px 10px 15px;
    float: left;
    background-color: #c22433;
    color: #fefefe
}

header div.topo ul.redes-sociais li a:hover {
    background-color: #DB3D4C
}

header div.topo ul.acessos {
    float: right
}

header div.topo ul.acessos li {
    width: auto;
    float: right;
    border-left: 1px #e19299 solid
}

header div.topo ul.acessos li:first-child {
    border-right: 1px #e19299 solid
}

header div.topo ul.acessos li a {
    width: auto;
    text-transform: capitalize;
    font-size: .8em;
    font-weight: 400;
    padding: 13px 15px 12px 15px;
    float: left;
    background-color: #c22433;
    color: #fefefe;
    text-decoration: none
}

header div.topo ul.acessos li a:hover {
    background-color: #DB3D4C
}

header div.topo ul.acessos li a i {
    margin-right: 5px
}

header div.topo ul.acessos li.busca {
    border: 0
}

header div.topo ul.acessos li.busca a {
    background-color: transparent
}

header div.topo ul li a i {
    font-size: 1.2em
}

.wrapper {
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 2px 1px 0 #DDD;
    box-sizing: border-box;
    height: 300px;
    left: 50%;
    margin: -150px 0 0 -150px;
    position: absolute;
    top: 50%;
    width: 300px
}

.input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CCC;
    color: #555;
    box-sizing: border-box;
    font-family: 'Arvo';
    font-size: 18px;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -100px;
    padding: 10px 0;
    position: relative;
    top: 50%;
    width: 200px;
    &:focus {
        outline: none
    }
}

input::-webkit-input-placeholder {
    color: #AAA
}

input:focus::-webkit-input-placeholder {
    color: dodgerblue
}

.input:focus+.underline {
    transform: scale(1)
}

.underline {
    background-color: dodgerblue;
    display: inline-block;
    height: 2px;
    left: 50px;
    margin-top: -4px;
    position: absolute;
    top: 185px;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 202px
}

header div.logo {
    padding-top: 40px
}

header div.menu nav {
    width: auto;
    float: right;
    list-style: none
}

header div.menu nav li {
    width: auto;
    float: left;
    margin-left: 25px
}

header div.menu nav li a {
    padding: 5px 0 5px 0;
    font-size: 1.1em;
    font-weight: 400;
    color: #000;
    text-transform: uppercase
}

header div.menu nav li a:hover {
    text-decoration: none
}

header div.menu nav li:hover {
    border-bottom: 2px #7d2422 solid;
    text-decoration: none
}

header div.menu nav li.ativo {
    border-bottom: 2px #7d2422 solid;
    text-decoration: none
}

.submenu {
    position: absolute;
    display: none;
    z-index: 50;
    width: auto;
    float: left;
    margin-top: 10px;
    margin-left: 0;
    background-color: #470606;
    opacity: .9
}

.submenu ul.sublista {
    width: auto;
    list-style: none;
    margin: 0;
    padding: 20px;
    float: left
}

.submenu ul.sublista li {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px;
    text-align: left;
    border-left: 1px #FFF dotted
}

.submenu ul.sublista li a {
    color: #FFF!important;
    font-size: 13px;
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px
}

.submenu ul.sublista li:hover {
    border-bottom: 0
}

.submenu ul.sublista li a:hover {
    background-color: #c22433
}

ul.submenuMobile {
    width: 100%;
    float: left;
    margin: 0px!important;
    padding: 0px!important;
    padding-left: 20px!important
}

div.boxMenu hr {
    width: 100%;
    float: left
}

section.banner ul {
    list-style: none;
    margin: 0;
    float: left;
    padding: 0;
    margin-top: 0;
    width: 100%
}

section.banner ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}

section.banner ul li a {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left
}

section.banner ul li img {
    width: 100%
}

section.banner:hover .custom-navigation a.flex-next {
    display: block
}

.custom-navigation {
    width: auto;
    margin-left: 44%;
    float: left
}

.custom-controls-container {
    margin-top: -5%;
    right: 10%;
    position: absolute;
    z-index: 2
}

.custom-navigation a {
    width: auto;
    float: left
}

.custom-navigation div {
    width: auto;
    float: left
}

.custom-navigation a.flex-prev {
    margin-top: -16%;
    position: absolute;
    z-index: 9;
    left: 2%;
    width: 50px;
    height: 73px;
    background-image: url(../../imagens/banner-seta-anterior.png);
    background-repeat: no-repeat;
    display: none
}

.custom-navigation a.flex-next {
    margin-top: -16%;
    position: absolute;
    z-index: 9;
    right: 2%;
    width: 50px;
    height: 73px;
    background-image: url(../../imagens/banner-seta-proximo.png);
    background-repeat: no-repeat;
    display: none
}

section.area-destaque div.bannerBox {
    padding: 0
}

section.area-destaque div.bannerBox figure {
    width: 100%;
    float: left
}

section.area-destaque div.bannerBox figure img {
    border: 1px #c6baa2 solid;
    width: 100%
}

section.area-destaque div.titulo {
    font-size: 1.7em;
    font-weight: 300;
    border-bottom: 1px #d5d0c0 solid;
    padding: 0;
    width: 98%
}

section.area-destaque div.destaques {
    margin-top: 10px;
    padding: 0
}

section.area-destaque div.destaques ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

section.area-destaque div.destaques ul li {
    padding: 0;
    margin: 0;
    padding-right: 0
}

section.area-destaque div.destaques ul li span {
    background-color: #c22433;
    padding: 5px;
    font-size: .95em;
    font-weight: 200
}

section.area-destaque div.destaques ul li span a {
    color: #FFF;
    font-size: 1em;
    font-weight: 200
}

section.area-destaque div.destaques ul li figure {
    margin-top: 20px;
    width: 100%;
    float: left
}

section.area-destaque div.destaques ul li figure a {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center center
}

section.area-destaque div.destaques ul li img {
    width: 100%;
    float: left
}

section.area-destaque div.destaques ul li h1 a {
    font-size: .5em;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.2em;
    width: 100%;
    float: left
}

section.area-destaque div.destaques ul li p {
    color: #696969;
    width: 100%;
    float: left
}

section.area-banner div.banner-horizontal {
    padding-left: 0
}

section.area-banner div.banner-horizontal figure img {
    width: 100%;
    border: 1px #c6baa2 solid
}

section.area-banner div.banner-mini-box figure img {
    width: 100%;
    border: 1px #c6baa2 solid
}

div.tag-assunto h1 {
    width: 100%;
    float: left
}

div.tag-assunto h3 {
    width: 100%;
    float: left;
    margin-top: 0
}

div.tag-assunto span {
    background-color: #c22433;
    padding: 4px 5px 4px 5px;
    font-weight: 200;
    width: auto;
    float: left;
    margin-bottom: 10px
}

div.tag-assunto span a {
    color: #FFF;
    font-size: 0.9em!important;
    font-weight: 200;
    margin-bottom: 0px!important
}

div.marcador>a {
    font-size: 1em;
    width: 100%;
    float: left;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #5f574f;
    font-weight: 600;
    text-align: right
}

section.blocos div.institucional figure a.over {
    overflow: hidden;
    width: 100%;
    height: 240px;
    float: left
}

section.blocos div.institucional figure img {
    width: 100%
}

section.blocos div.institucional figcaption {
    font-size: 1em;
    padding: 10px;
    background-color: #f2f1eb;
    min-height: 290px
}

section.blocos div.institucional figcaption a {
    color: #7d2422;
    text-transform: uppercase
}

section.blocos div.institucional figcaption span {
    text-transform: normal;
    color: #5f574f;
    margin-left: 10px
}

section.blocos div div.titulo {
    font-size: 1.7em;
    margin-bottom: 20px;
    font-weight: 300;
    border-bottom: 1px #d5d0c0 solid;
    padding: 0
}

div.conquistas ul {
    list-style: none;
    margin: 0;
    float: left;
    padding: 0;
    margin-top: 0;
    width: 100%
}

div.conquistas .flex-direction-nav a {
    top: 40%!important
}

div.conquistas .flex-direction-nav .flex-prev {
    left: 10px;
    margin-left: 10px
}

div.conquistas .flex-direction-nav .flex-next {
    right: 10px;
    margin-right: 10px
}

div.conquistas .flex-direction-nav a:before {
    color: #FFF
}

section.blocos div.conquistas {
    background-color: inherit!important
}

div.conquistas ul li figure>a {
    width: 100%;
    float: left;
    background-size: cover;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center center
}

.custom-navigation-conquista {
    width: auto;
    margin-left: 44%;
    float: left
}

.custom-controls-container-conquista {
    margin-top: -125px;
    right: 10%;
    position: absolute;
    z-index: 2
}

.custom-navigation-conquista a {
    width: auto;
    float: left
}

.custom-navigation-conquista div {
    width: auto;
    float: left
}

.custom-navigation-conquista a.flex-prev {
    margin-top: -16%;
    position: absolute;
    z-index: 9;
    left: 2%;
    width: 50px;
    height: 73px;
    background-image: url(../../imagens/banner-seta-anterior.png);
    background-repeat: no-repeat;
    display: none
}

.custom-navigation-conquista a.flex-next {
    margin-top: -16%;
    position: absolute;
    z-index: 9;
    right: 2%;
    width: 50px;
    height: 73px;
    background-image: url(../../imagens/banner-seta-proximo.png);
    background-repeat: no-repeat;
    display: none
}

section.blocos div.eventos table.tabela-eventos th {
    line-height: 1.5em
}

section.blocos div.eventos table.tabela-eventos tr {
    padding-bottom: 40px
}

section.blocos div.eventos span.mes {
    text-transform: uppercase;
    color: #696969;
    font-size: 1em
}

section.blocos div.eventos span.dia {
    text-transform: uppercase;
    color: #820000;
    font-size: 2em;
    font-weight: 300
}

section.blocos div.eventos span.marcador {
    color: #696969;
    font-size: .9em;
    font-weight: 600
}

section.blocos div.eventos span.local {
    color: #696969;
    font-size: .8em
}

section.blocos div.eventos span.titulo a {
    font-size: 1em;
    width: 100%;
    float: left;
    line-height: 1.2em
}

section.blocos div.eventos h4.titulo {
    color: #2e2d29;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 1px;
    font-weight: 400;
    margin-top: 0px!important
}

section.blocos div.eventos th.estilo {
    background-color: antiquewhite;
    padding: 5px 10px 5px 10px
}

section.blocos div.eventos th.estilo-desc {
    background-color: #f2f1eb;
    padding: 5px 10px 5px 10px
}

section.blocos div.eventos table th.coluna-1 {
    width: 40px
}

section.blocos div.eventos table th.coluna-2 {
    width: 20px
}

section.blocos div.eventos table th.marcador a {
    font-size: 1em;
    width: 100%;
    float: left;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #5f574f;
    font-weight: 600
}

article.blocos div.eventos table.tabela-eventos th {
    line-height: 1.5em
}

article.blocos div.eventos table.tabela-eventos tr {
    padding-bottom: 40px
}

article.blocos div.eventos span.mes {
    text-transform: uppercase;
    color: #696969;
    font-size: 1em
}

article.blocos div.eventos span.dia {
    text-transform: uppercase;
    color: #820000;
    font-size: 2em;
    font-weight: 300
}

article.blocos div.eventos span.marcador {
    color: #696969;
    font-size: .9em;
    font-weight: 600
}

article.blocos div.eventos span.local {
    color: #696969;
    font-size: .8em
}

article.blocos div.eventos span.titulo a {
    font-size: 1em;
    width: 100%;
    float: left;
    line-height: 1.2em
}

article.blocos div.eventos h4.titulo {
    color: #2e2d29;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 1px;
    font-weight: 400;
    margin-top: 0px!important
}

article.blocos div.eventos th.estilo {
    background-color: antiquewhite;
    padding: 5px 10px 5px 10px
}

article.blocos div.eventos th.estilo-desc {
    background-color: #f2f1eb;
    padding: 5px 10px 5px 10px
}

article.blocos div.eventos table th.coluna-1 {
    width: 40px
}

article.blocos div.eventos table th.coluna-2 {
    width: 20px
}

article.blocos div.eventos table th.marcador a {
    font-size: 1em;
    width: 100%;
    float: left;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #5f574f;
    font-weight: 600
}

section.blocos div.eventos table th.marcador a img {
    margin-right: 5px
}

section.blocos div.oportunidades table.tabela-oportunidades th {
    line-height: 2em
}

section.blocos div.oportunidades table.tabela-oportunidades tr {
    padding-bottom: 40px
}

section.blocos div.oportunidades table.tabela-oportunidades tr.linha-1 {
    background-color: #f6f4f0
}

section.blocos div.oportunidades span.marcador {
    color: #696969;
    font-size: .9em;
    font-weight: 600;
    padding-left: 10px
}

section.blocos div.oportunidades span.vagas-num {
    color: #7d2422;
    font-size: 1em
}

section.blocos div.oportunidades span.vagas {
    color: #696969;
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 400
}

section.blocos div.oportunidades span.titulo {
    font-size: 1em;
    width: 100%;
    float: left;
    line-height: 1.7em;
    color: #2e2d29;
    font-weight: 600
}

section.blocos div.oportunidades table th.obs {
    color: #696969;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.5em;
    padding-left: 25px
}

section.blocos div.oportunidades table th.coluna-1 {
    width: 25px
}

section.blocos div.oportunidades table th.coluna-2 {
    width: auto
}

section.blocos div.oportunidades table th.coluna-3 {
    width: 70px
}

section.blocos div.oportunidades table th.marcador {
    padding: 20px 0 20px 24px
}

section.blocos div.oportunidades table th.marcador a {
    font-size: 1em;
    width: 100%;
    float: left;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #5f574f;
    font-weight: 600
}

div.slide-parceiros {
    border: 1px #f1f1ef solid;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px
}

div.slide-parceiros ul.parceiros {
    list-style: none!important;
    float: left;
    padding: 0;
    width: 100%;
    background-color: #FFF
}

div.slide-parceiros ul.parceiros li {
    width: auto;
    float: left;
    text-align: center;
    opacity: .6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

div.slide-parceiros ul.parceiros li:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

div.slide-parceiros ul.parceiros li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    width: auto!important;
    max-height: 100px;
    display: inline!important
}

div.slide-parceiros .flex-direction-nav a {
    top: 28%!important
}

div.slide-parceiros ul.parceiros li img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray
}

div.slide-parceiros ul.parceiros li.anterior {
    padding-top: 30px;
    padding-left: 20px
}

div.slide-parceiros ul.parceiros li.proximo {
    padding-top: 30px
}

footer {
    width: 100%;
    float: left;
    margin-top: 50px
}

footer div.mapa {
    background-color: #f2f1eb
}

footer div.dev {
    background-color: #7d2422;
    color: #f2f1eb;
    font-weight: 200;
    font-size: .9em;
    padding: 20px 40px 20px 40px
}

footer div.dev div.copy {
    text-align: left
}

footer div.dev div.local {
    text-align: center
}

footer div.dev div.autor {
    text-align: right
}

footer div.mapa nav {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 30px
}

footer div.mapa nav li.titulo {
    font-size: 1em;
    color: #820000;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px
}

footer div.mapa nav li {
    width: 100%;
    float: left;
    padding: 1px 0 1px 0
}

footer div.mapa nav li a {
    font-weight: 400;
    color: #696969
}

footer div.mapa ul.tel {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

footer div.mapa ul.tel li {
    width: 100%;
    float: left;
    color: #820000;
    font-weight: 600;
    padding-left: 30px;
    padding-bottom: 1px;
    background-position: 0 1px
}

footer div.mapa ul.tel li.tel {
    background-image: url(../../imagens/icone-tel.png);
    background-repeat: no-repeat;
    margin-bottom: 10px
}

footer div.mapa ul.tel li.cel {
    background-image: url(../../imagens/icone-cel.png);
    background-repeat: no-repeat
}

footer div.mapa div.icone-mapa {
    margin-top: 20px
}

.boxMenu .clear {
    clear: both
}

.boxMenu .profile {
    height: 45px
}

.boxMenu {
    overflow-y: auto;
    height: 100%;
    background-image: url(../../imagens/bg-titulo-interna.png);
    background-repeat: repeat;
    padding: 25px 5% 5% 5%;
    position: fixed;
    right: -495px;
    top: 0;
    max-width: 465px;
    width: 85%;
    min-width: 270px;
    z-index: 10000;
    line-height: 2em;
    -webkit-box-shadow: -25px 0 30px -1px rgba(0,0,0,.55);
    -moz-box-shadow: -25px 0 30px -1px rgba(0,0,0,.55);
    box-shadow: -25px 0 30px -1px rgba(0,0,0,.55);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.boxMenu ul {
    display: block;
    margin: 0;
    padding: 0
}

.boxMenu ul li {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    float: left
}

.boxMenu ul li a i {
    margin-right: 5px;
    width: 20px
}

.boxMenu ul li a:hover {
    background-color: #DB3D4C;
    opacity: .9
}

.boxMenu ul li a {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 100;
    padding: 1px 15px 1px 35px;
    text-decoration: none
}

.boxMenu .closeMenu {
    background: url(../../imagens/close-menu.png) no-repeat center transparent;
    height: 45px;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    text-decoration: none;
    text-indent: -9999px;
    width: 60px;
    top: 35px
}

.boxMenu .closeMenu:hover {
    background: url(../../imagens/close-menu-hover.png) no-repeat center
}

.boxMenu .closeMenu:active {
    background: url(../../imagens/close-menu-click.png) no-repeat center
}

.boxMenu span {
    color: #FFF;
    font-size: 1.2em;
    margin-top: 15px;
    float: left
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #495564
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #495564
}

.navbar-inverse .navbar-toggle {
    border-color: #7d2422;
    margin-right: 5%
}

.navbar-toggle {
    padding: 13px 10px;
    background-color: #7d2422!important
}

span.icon-bar {
    background-color: #FFFFFF!important
}

.navbar-nav li {
    text-align: left;
    list-style: circle!important
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
    border-bottom: 1px solid white
}

.nav>li>a {
    line-height: 15px;
    font-size: 1em;
    color: #FFF
}

.navbar-inverse {
    border-bottom: 1px solid white
}

.navbar-nav {
    margin-bottom: 0;
    background-color: #58b4d9!important;
    border-radius: 0
}

.navbar-nav li {
    border-bottom: 1px #FFF solid
}

section.faixa-interno {
    background-color: #f2f1eb;
    margin-top: 35px
}

article.conteudo {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    float: left
}

article.conteudo h1 {
    color: #2e2d29;
    font-size: 1.8em;
    margin-bottom: 30px
}

article.conteudo {
    color: #2e2d29;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 300
}

article.conteudo p {
    margin-bottom: 20px
}

article.conteudo li {
    margin-bottom: -1px
}

article.conteudo p a {
    font-size: 1em
}

article.conteudo section.list {
    margin-bottom: 40px;
    margin-top: 10px;
    float: left
}

article.conteudo section a {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: .6em;
    font-weight: 400
}

article.conteudo section h3 {
    color: #2e2d29;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 300
}

article.conteudo section h1 {
    margin: 0;
    padding: 0
}

article.conteudo section.list img {
    width: 100%
}

article.cursos section.list img {
    width: 50px;
    float: left
}

article.cursos section a {
    width: auto;
    font-size: .63em;
    margin-top: -8px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-weight: 200;
}
article.cursos section a:hover {
    text-decoration: none;
}


article.cursos section h1 {
    width: auto;
    clear: both
}

article.cursos section h3 {
    width: auto;
    float: left;
    margin-top: 0
}

article.conteudo.exibe {
    padding-top: 21px
}

article.conteudo.exibe span.assunto {
    background-color: #c22433;
    padding: 5px;
    font-size: .95em;
    font-weight: 200;
    float: left
}

article.conteudo.exibe span.assunto a {
    color: #FFF;
    font-size: 1em;
    font-weight: 200
}

article.conteudo.exibe h6.data {
    clear: both;
    width: 100%;
    float: left;
    font-style: italic;
    font-size: .85em;
    margin-bottom: 20px;
    margin-top: 10px
}

article.conteudo.exibe h3 {
    font-size: 1em;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.3em
}

article.conteudo.exibe h1 {
    margin-bottom: 0
}

.galeria-fotos div {
    margin-bottom: 10px;
    padding: 15px
}

div.galeria-fotos div a {
    width: 100%;
    float: left;
    overflow: hidden
}

div.galeria-fotos div a img {
    width: 100%;
    margin-bottom: 15px
}

div.migalha {
    color: #7d2422;
    line-height: 1.1em;
    font-size: 1.1em;
    font-weight: 600
}

div.migalha a.first {
    color: #7d2422;
    background-image: url(../../imagens/icone-migalha.png);
    background-position: 0 2px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 1em;
    font-weight: 200
}

div.migalha a.second {
    color: #7d2422;
    font-size: 1em;
    font-weight: 200
}

nav.lista {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #f2f1eb;
    list-style: none
}

nav.lista li {
    width: 100%;
    float: left;
    border-bottom: 1px #fbfbf9 solid
}

nav.lista li:hover {
    background-color: #f4f4f2
}

nav.lista li a {
    width: 100%;
    font-size: 1.1em;
    float: left;
    padding: 10px 13px 10px 15px;
    background-image: url(../../imagens/icon-menu-lista-interno.gif);
    background-repeat: no-repeat;
    background-position: center right;
    color: #2e2d29;
    font-weight: 400
}

nav.lista li a:hover {
    text-decoration: none;
    background-image: url(../../imagens/icon-menu-lista-interno-hover.gif)
}

nav.lista li a:active {
    text-decoration: none
}

nav.lista li a:focus {
    text-decoration: none
}

nav.lista li a:visited {
    text-decoration: none
}

nav.lista li.titulo {
    background-color: #c22433;
    color: #fefefe;
    background-image: none;
    text-transform: uppercase;
    padding: 5px 13px 5px 15px
}

a.back {
    font-size: 1em;
    font-weight: 300;
    width: auto;
    float: right;
    padding: 8px 20px 8px 20px;
    background-color: #c22433;
    color: #FFF;
    border: 0
}

a.back:hover {
    text-decoration: none;
    background-color: #db3d4c
}

form.form {
    font-size: 1em;
    margin: 20px 0 20px 0;
    float: left;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px
}

form.form .lineForm {
    margin-bottom: 10px
}

div.formCheckbox div input[type=checkbox] {
    margin-right: 5px;
    float: left
}

div.formCheckbox div label {
    display: inherit;
    width: auto
}

div.formCheckbox div {
    margin-bottom: 10px
}

.form input[type=text],input[type=email],input[type=tel] {
    width: 100%;
    float: left;
    padding: 7px;
    border: 1px #b3b3b3 solid
}

.form textarea {
    width: 100%;
    float: left;
    padding: 7px;
    border: 1px #b3b3b3 solid
}

form.form select {
    width: 100%;
    float: left;
    padding: 6px;
    border: 1px #b3b3b3 solid
}

.form input[type=submit] {
    font-size: 1.4em;
    font-weight: 300;
    width: auto;
    float: right;
    padding: 8px 20px 8px 20px;
    background-color: #c22433;
    color: #FFF;
    border: 0
}

.response {
    border: 1px #FFF2CC solid;
    background-color: #FFFBCD;
    font-weight: 500;
    font-size: 1em;
    position: fixed;
    z-index: 8011
}

.response_novo {
    border: 1px #FFF2CC solid;
    background-color: #FFFBCD;
    font-weight: 500;
    font-size: 1em;
    position: fixed;
    z-index: 99999
}

.formFundoAzul {
    background-color: #f2f1eb;
    border-radius: 4px;
    padding: 20px
}

.form label {
    font-weight: 400
}

.optionHidden {
    display: none
}

.formEnquete input[type=submit] {
    font-size: 1.4em;
    font-weight: 300;
    width: auto;
    float: left;
    padding: 8px 25px 8px 25px;
    background-color: #0267a1;
    color: #FFF;
    border: 0;
    margin-top: 20px
}

.formEnquete input[type=radio] {
    margin-right: 5px;
    vertical-align: baseline
}

.busca-form {
    position: absolute;
    background: transparent;
    margin-top: 5px;
    margin-left: -300px;
    border: 0;
    padding: 5px;
    width: 0
}

.busca-x {
    background-color: #FFF;
    color: #CCC;
    z-index: 1
}

.busca-y {
    z-index: 2
}

ul.lista-empresas-filtro {
    list-style: none;
    width: auto;
    float: left;
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
    background-color: #fffcea;
    border: 1px #eaeaea dotted;
    padding: 10px
}

ul.lista-empresas-filtro li {
    width: auto;
    float: left;
    padding: 5px
}

ul.lista-empresas-filtro li a {
    font-size: 1.2em
}

ul.lista-empresas-linha {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 25px
}

ul.lista-empresas-linha li {
    width: 100%;
    float: left;
    padding: 10px 0 10px 0;
    border-bottom: 0 #CCC dotted
}

ul.lista-empresas-linha li img {
    width: 50px;
    margin-right: 15px
}

ul.abas {
    width: 97%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -20px;
    margin-top: 0;
    margin-left: 15px
}

ul.abas li {
    list-style: none;
    width: auto;
    float: left;
    margin-right: 5px
}

ul.abas li a.ativo {
    font-weight: 700;
    color: #000;
    background-color: #f1f1f1
}

ul.abas li a {
    width: auto;
    float: left;
    padding: 15px;
    background-color: #DFDFDF;
    border-radius: 3px 3px 0 0;
    color: #636363
}

ul.duvidas {
    margin-top: 30px!important;
    margin-padding: 30px;
    width: 100%;
    float: left
}

ul.duvidas {
    list-style: none
}

ul.duvidas li {
    margin-bottom: 40px;
    width: 100%;
    float: left;
    border-bottom: 1px #D8D8D8 dotted;
    padding-bottom: 40px
}

.logo-plano-investimento {
    width: 100%;
    max-width: 120px;
    margin-top: 0;
    float: left
}

.invest li:last-child {
    display: block;
    border-bottom: 0
}

.defesa {
    display: none;
    border-bottom: 0
}

ul.duvidas li p {
    padding-left: 0
}

ul.duvidas p {
    line-height: 1.4em;
    margin-top: 10px
}

div.boxInscricao {
    margin-top: 30px
}

div.boxInscricao div h3 {
    margin-bottom: 30px
}

ul.inscricao-etapas {
    width: 100%;
    float: left;
    border-left: 3px #CCC dotted;
    margin-left: 20px
}

ul.inscricao-etapas li {
    margin: 5px 0 5px -56px;
    list-style: none;
    padding: 10px 0 10px 40px;
    background-image: url(../../imagens/icone-off.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 0 12px
}

ul.inscricao-etapas li.completa {
    background-image: url(../../imagens/icone-ok.png)!important
}

ul.inscricao-etapas li.atual {
    background-image: url(../../imagens/icone-atual.png)!important
}

ul.inscricao-etapas li.atual h5 {
    font-weight: 700
}

ul.inscricao-etapas li p {
    line-height: 22px
}

ul.incricao-etapas li h5 {
    margin-bottom: 20px;
    font-size: 1.3em
}

ul.inscricao-outra {
    width: auto;
    float: left;
    margin: 0;
    padding-left: 10px;
    margin-bottom: 40px
}

ul.inscricao-outra li {
    margin: 0 0 0 10px;
    padding: 7px 0 7px 0;
    line-height: 1.4em;
    list-style: circle!important;
    background-image: none
}

.box-escolha .box>a {
    width: 100%;
    float: left;
    min-height: 50px;
    font-size: 1.5em;
    padding-top: 15px
}

.box-escolha .box>a>span {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-size: .8em
}

form.curso-inscricao {
    width: 100%
}

.select-curso {
    width: auto;
    float: left;
    padding: 7px;
    border: 1px #b3b3b3 solid;
    margin-bottom: 20px
}

ul.revistas {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none
}

ul.revistas li {
    width: 100%;
    float: left
}

ul.revistas li img {
    width: 200px
}

table.table-condensed {
    border: 0
}

div.compartilharAction {
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 0;
    width: 100%;
    float: left
}

div.compartilharAction div.fb-like {
    float: left;
    width: auto;
    margin-right: 20px
}

.buscaRapida {
    display: none
}

.busca-form {
    position: absolute;
    background: transparent;
    margin-top: 5px;
    border: 0;
    padding: 5px
}

.busca-x {
    background-color: #FFF;
    color: #CCC;
    z-index: 1
}

.busca-y {
    z-index: 2
}

.DexcExt {
    display: none
}

.btnInscExt {
    display: none
}

.selectExt {
    width: 50%;
    min-width: 300px
}

div.lista-destaques {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px
}

a.lista-destaques {
    font-size: 1em;
    font-weight: 300;
    padding: 8px 20px 8px 20px;
    background-color: #c22433;
    color: #FFF;
    border: 0
}

a.curso-link-invest:hover{
	text-decoration: none;
}
a.curso-link-invest{
	background-color: #0f458b;
    padding: 0.5rem 1rem;
    color: #FFFFFF;
    cursor: default;
}