html,body{
    height: 100%;
    margin:0;
    padding: 0;
}
body{
    overflow-x: hidden;
    background:#f2f2f2;
    font-family: 'Roboto', sans-serif;
}

@media(max-width: 540px){
  html,body{
    max-width: 100% !important;
    
  }
}


body.profit{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../images/backdrop.png') #f2f2f2 no-repeat;
    background-size: cover;
    background-position: center center;
}

.wow {
   visibility: hidden;
}
::selection { background: #757575; color: #fff; } ::-moz-selection { background: #757575; color: #fff; }


.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

img{
  max-width: 100%;
  height: auto;
}



header.fixo {
    position: fixed;
    display: block;
    z-index: 2;
    background: #fff;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 24px;
    top:40px;
    left: 50%;  /* Adicionado */
    transform: translateX(-50%);  /* Adicionado */

    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}


  @media (min-width: 576px) {
    header.fixo {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    header.fixo {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    header.fixo {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    header.fixo {
      max-width: 1140px;
    }
  }


header.fixo.shadowed {

    top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;

    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

header.fixo .logo {

}
header.fixo .logo a {

}
header.fixo .logo a img {

}
header.fixo .menu-desktop {
    position: relative;
    display: block;
    padding-top: 31px;
}
header.fixo .menu-desktop nav {

}
header.fixo .menu-desktop nav ul {
    position: relative;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
        width: 100%;
    display: block;
    text-align: right;
    margin-top: 0;
    padding-top: 0;
}
header.fixo .menu-desktop nav ul li {
    list-style: none;
    display: inline;
    padding-left: 20px;
}
header.fixo .menu-desktop nav ul li a,
header.fixo .menu-desktop nav ul li a:hover {
    font-family: 'Rubik', sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

header.fixo .menu-desktop nav ul li a.btn.btn-primary,
header.fixo .menu-desktop nav ul li a.btn.btn-primary:hover,
header.fixo .menu-desktop nav ul li a.btn.btn-primary:active,
header.fixo .menu-desktop nav ul li a.btn.btn-primary:focus,
header.fixo .menu-desktop nav ul li a.btn.btn-primary:visited {
    background: #002a7d;
    border-color: #002a7d;
    color: #fff;
    text-decoration: none !important;
    font-family: 'Rubik', sans-serif;
    padding: 6px;
    border-radius: 7px;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
}

header.fixo .menu-desktop nav ul li.wpp img{
        width: 23px;
    margin-right: 2px;
    vertical-align: middle;
}


section.backdrop {
    
}

section.backdrop.backdrop-homepage {
    position: relative;
    display: block;
   
    z-index: 1;
    width: 100%;
    
    height: auto;
    padding-bottom: 75px;

    background: url('../images/backdrop.png?v=2') #f2f2f2 no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

section.backdrop.backdrop-homepage-2 {
    position: relative;
    display: block;
   
    z-index: 1;
    width: 100%;
    
    height: auto;
    padding-bottom: 75px;

    background: url('../images/backdrop-2.png?v=2') #f2f2f2 no-repeat;
    background-size: 100% auto;
    background-position: top center;

    color:#f2f2f2;
}


section.backdrop .diogenes-container{
    padding-top: 200px;
}

section.backdrop.backdrop-homepage .coluna-um {
    padding-right: 105px;
    padding-left: 0;
}
section.backdrop.backdrop-homepage .coluna-um h1 {
    color: #000000;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    font-size: 48px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 26px;
}

section.backdrop.backdrop-homepage-2 .coluna-um h1{
    color: #f2f2f2;
}

section.backdrop.backdrop-homepage .coluna-um p {
    font-size: 15px;
    line-height: 22px;
}
section.backdrop.backdrop-homepage .coluna-um p b {

}
section.backdrop.backdrop-homepage .coluna-um h2 {
    color: #686868;
        font-size: 40px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
}
section.backdrop.backdrop-homepage .coluna-um h2 small {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

section.backdrop.backdrop-homepage-2 .coluna-um h2,
section.backdrop.backdrop-homepage-2 .coluna-um h2 small{
    color: #fff;
}

section.backdrop.backdrop-homepage .destaques h3{
    font-size: 16px;
    margin-bottom: -7px;
}


section.backdrop.backdrop-homepage .coluna-dois {
 padding-right: 0;
}


section.backdrop.backdrop-homepage .coluna-dois .caixa-branca {
    position: relative;
    display: block;
    width: 95%;
    margin-left: auto;
    height: auto;
    min-height: 300px;
    background: #fff;
    border-radius: 12px;

    background: #fdfdfd;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-top: 10px solid #002a7d;
    padding: 42px;
    padding-top: 8px;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca h2{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #000;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca h2 small{
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .diogenes-form-group{

}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .diogenes-form-group .diogenes-form-control{
    height: 46px;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    box-shadow: none;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .celular-form-group{

}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .celular-form-group img{
    float: left;
    margin-top: -46px;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .celular-form-group .diogenes-form-control{
    padding-left: 50px;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .diogenes-form-check{
    padding-top: 12px;
    padding-bottom: 20px;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .diogenes-form-check input{
    display: inline;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .diogenes-form-check label{
    font-size: 14px;
    color: #666;
    line-height: 23px;
    display: inline;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .diogenes-form-check label a,
section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .diogenes-form-check label a:hover{
    color: #666;
    font-weight: bold;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .btn-primary,
section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .btn-primary:hover,
section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .btn-primary:active,
section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .btn-primary:focus,
section.backdrop.backdrop-homepage .coluna-dois .caixa-branca .btn-primary:visited{
    background: #002a7d;
    border-color: #002a7d;
    color: #fff;
    text-decoration: none !important;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    width: 100%;
    border-radius: 30px;
    height: 48px;
    margin-bottom: -16px;
    cursor: pointer;
}


section.trailer-do-curso {
    position: relative;
    display: block;
    padding-top: 75px;
    padding-bottom: 90px;
    text-align: center;
}
section.trailer-do-curso .titulo {

}
section.trailer-do-curso .text-center {

}
section.trailer-do-curso .text-center h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 38px;
}

section.trailer-do-curso .iframe {

}
section.trailer-do-curso .iframe iframe {
    width: 100%;
    height: 420px;
}


section.recomendacoes-do-curso {
position: relative;
    display: block;
    padding-top: 55px;
    padding-bottom: 75px;
}
section.recomendacoes-do-curso .colunas {

}
section.recomendacoes-do-curso .coluna-um {

}
section.recomendacoes-do-curso .coluna-um h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}
section.recomendacoes-do-curso .colunas h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: -2px;
    margin-top: 50px;
}
section.recomendacoes-do-curso .colunas h3 span {
    color: #002a7d;
    margin-right: 6px;
}
section.recomendacoes-do-curso .colunas p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 35px
}
section.recomendacoes-do-curso .coluna-dois {

}
section.recomendacoes-do-curso .coluna-dois h3 {

}
section.recomendacoes-do-curso .coluna-dois h3 span {

}
section.recomendacoes-do-curso .coluna-dois p {

}
section.recomendacoes-do-curso .coluna-dois p img {
    width: 100%;
    margin-bottom: 6px;
}


section.destaque-de-cursos{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    background: #F2F2F2;
    margin-top: 55px;
    padding-top: 62px;
    padding-bottom: 100px;
}

section.destaque-de-cursos div h1 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
}
section.destaque-de-cursos div p {
    line-height: 22px;
}

section.destaque-de-cursos div a.btn.btn-primary,
section.destaque-de-cursos div a.btn.btn-primary:hover,
section.destaque-de-cursos div a.btn.btn-primary:focus,
section.destaque-de-cursos div a.btn.btn-primary:visited,
section.destaque-de-cursos div a.btn.btn-primary:active{
    background: #002a7d;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 300px;
    position: relative;
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 7px;
    margin-top: 27px;
    outline: none;
}
section.destaque-de-cursos .desc{
    margin-bottom: 62px;
}

section.destaque-de-cursos div a.btn.btn-primary i.fa {

}
section.destaque-de-cursos div a.btn.btn-primary i.fa.fa-angle-right {

}


section.destaque-de-cursos .caixa-curso {
    position: relative;
    display: block;
}
section.destaque-de-cursos .caixa-curso .capa-curso {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background: url('../images/capa-curso.png') #f2f2f2 no-repeat;
    background-size: cover;
    background-position: center center;
}
section.destaque-de-cursos .caixa-curso .capa-curso a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Rubik', sans-serif;
    padding: 18px;
    position: absolute;
    display: block;
    line-height: 25px;
}
section.destaque-de-cursos .caixa-curso .capa-curso a span {

}
section.destaque-de-cursos .caixa-curso .capa-curso a span small {
    background: #000;
    display: block;
    width: fit-content;
    padding: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    border-radius: 6px;
    margin-top: 12px;
}
section.destaque-de-cursos .caixa-curso .link-curso {

}
section.destaque-de-cursos .caixa-curso .link-curso h3 {

}
section.destaque-de-cursos .caixa-curso .link-curso h3 a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
}
div .caixa-curso .link-curso h3 a small {
    background: #e3e2e5;
    display: block;
    width: fit-content;
    padding: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    border-radius: 6px;
    margin-top: 12px;
    color: #666;
}


section.timeline{
    padding-top: 62px;
    padding-bottom: 50px;
}


section.timeline .titulo{
    padding-bottom: 50px;
}

section.timeline .titulo h1{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
}

section.timeline img{
    width: 100%;
    height: auto;
}







section.faq{
    padding-top: 62px;
    padding-bottom: 100px;
}


section.faq .titulo{
    padding-bottom: 50px;
}

section.faq .titulo h1{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
}


section.faq .areas-questoes{

}

.areas-questoes .topico-titulo{
margin-top: 45px;
}   
.areas-questoes .topico-titulo h1{

}

.areas-questoes .topicos{
    position: relative;
    display: block;
    width: 100%;
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    padding-top: 7px;
}

.areas-questoes .topicos h2{
font-size: 19px;
    color: #666;
}

.areas-questoes .topicos p{
    font-size: 14px !important;
    margin-bottom: 0px;
}


section.faq .areas-questoes p{
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 25px;
}


section.faq.faq-layout-2{

}


section.faq.faq-layout-2 button{
    background: none;
    height: 85px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-shadow: none;
    cursor: pointer;
}

section.investimento {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding-top: 90px;
    padding-bottom: 110px;
}


section.investimento .diogenes-offset-xl-2 {

}
section.investimento .diogenes-offset-lg-2 {

}
section.investimento .diogenes-offset-md-2 {

}
section.investimento .caixa-pai {

}
section.investimento .caixa-pai .colunas {

}
section.investimento .caixa-pai .coluna-um {
    height: 467px;
    background: #000000;
    color: #fff;
    padding: 42px;
    padding-top: 8px;
}
section.investimento .caixa-pai .coluna-um h2 {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
}
section.investimento .caixa-pai .coluna-um h3 {

}
section.investimento .caixa-pai .coluna-um h3 small {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
section.investimento .caixa-pai .coluna-um h3.preco-original {
        color: #bdbdbd;
        color: #bdbdbd;
    font-size: 32px;
    margin-top: -4px;
}
section.investimento .caixa-pai .coluna-um h3.preco-original strike {
    font-size: 16px;
    display: block;
}
section.investimento .caixa-pai .coluna-um h3.preco-original strike span {

}
section.investimento .caixa-pai .coluna-um h3.preco-atual {
    margin-top: -9px;
    line-height: 37px;
    font-size: 36px;
}
section.investimento .caixa-pai .coluna-um h3.preco-atual small {
font-size: 12px;
}
section.investimento .caixa-pai .coluna-um h3.preco-atual span {
    font-size: 12px;
}
section.investimento .caixa-pai .coluna-um hr {
    opacity: 0.5;
}
section.investimento .caixa-pai .coluna-um h3.preco-pix {

}
section.investimento .caixa-pai .coluna-um h3.preco-pix small {

}
section.investimento .caixa-pai .coluna-um h3.preco-pix span {

}
section.investimento .caixa-pai .coluna-um p {

}
section.investimento .caixa-pai .coluna-dois {

}




section.investimento .coluna-dois.caixa-branca {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    background: #fff;
    border-radius: 0px;
    height: 467px;
    background: #fdfdfd;
    padding: 42px;
    padding-top: 8px;
}

section.investimento .coluna-dois.caixa-branca h2{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
}

section.investimento .coluna-dois.caixa-branca h2 small{
    display: block;
    font-weight: normal;
    font-size: 15px;
}

section.investimento .coluna-dois.caixa-branca .diogenes-form-group{

}

section.investimento .coluna-dois.caixa-branca .diogenes-form-group .diogenes-form-control{
    height: 46px;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    box-shadow: none;
}

section.investimento .coluna-dois.caixa-branca .celular-form-group{

}

section.investimento .coluna-dois.caixa-branca .celular-form-group img{
    float: left;
    margin-top: -46px;
}

section.investimento .coluna-dois.caixa-branca .celular-form-group .diogenes-form-control{
    padding-left: 50px;
}

section.investimento .coluna-dois.caixa-branca .diogenes-form-check{
    padding-top: 12px;
    padding-bottom: 20px;
}

section.investimento .coluna-dois.caixa-branca .diogenes-form-check input{
    display: inline;
}

section.investimento .coluna-dois.caixa-branca .diogenes-form-check label{
    font-size: 14px;
    color: #666;
    line-height: 23px;
    display: inline;
}

section.investimento .coluna-dois.caixa-branca .diogenes-form-check label a,
section.investimento .coluna-dois.caixa-branca .diogenes-form-check label a:hover{
    color: #666;
    font-weight: bold;
}

section.investimento .coluna-dois.caixa-branca .btn-primary,
section.investimento .coluna-dois.caixa-branca .btn-primary:hover,
section.investimento .coluna-dois.caixa-branca .btn-primary:active,
section.investimento .coluna-dois.caixa-branca .btn-primary:focus,
section.investimento .coluna-dois.caixa-branca .btn-primary:visited{
    background: #002a7d;
    border-color: #002a7d;
    color: #fff;
    text-decoration: none !important;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    width: 100%;
    border-radius: 30px;
    height: 48px;
    margin-bottom: -16px;
    cursor: pointer;
}





footer.rodape-principal {
    position: relative;
    display: block;
    margin-top: 50px;
    padding-bottom: 50px;
}
footer.rodape-principal div .caixa-rodape {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    background: #F7F7F9;
    border-radius: 24px;
    padding:24px;
}


footer.rodape-principal {

}
footer.rodape-principal div .caixa-rodape {

}
footer.rodape-principal div .caixa-rodape .colunas {

}
footer.rodape-principal div .caixa-rodape .coluna-um {

}
footer.rodape-principal div .caixa-rodape .logo {

}
footer.rodape-principal div .caixa-rodape .logo a {

}
footer.rodape-principal div .caixa-rodape .logo a img {
    width: 100%;
}
footer.rodape-principal div .caixa-rodape .coluna-dois {

}
footer.rodape-principal div .caixa-rodape .colunas h2 {
    font-size: 18px;
}
footer.rodape-principal div .caixa-rodape .colunas nav {
    margin: 0;
    padding: 0;
}
footer.rodape-principal div .caixa-rodape .colunas nav ul {
    margin: 0;
    padding: 0;
}
footer.rodape-principal div .caixa-rodape .colunas nav ul li {
    list-style: none;
    padding-bottom: 6px;
}
footer.rodape-principal div .caixa-rodape .colunas nav ul li a,
footer.rodape-principal div .caixa-rodape .colunas nav ul li a:hover {
    text-decoration: none;
    color: #10001F;
    text-decoration: none;
    color: #10001F;
    font-size: 14px;
}
footer.rodape-principal div .caixa-rodape .coluna-tres {

}
footer.rodape-principal div .caixa-rodape .coluna-tres h2 {

}
footer.rodape-principal div .caixa-rodape .coluna-tres nav {

}
footer.rodape-principal div .caixa-rodape .coluna-tres nav ul {

}
footer.rodape-principal div .caixa-rodape .coluna-tres nav ul li {

}
footer.rodape-principal div .caixa-rodape .coluna-tres nav ul li a {

}
footer.rodape-principal div .caixa-rodape .coluna-quatro {

}
footer.rodape-principal div .caixa-rodape .coluna-quatro h2 {

}
footer.rodape-principal div .caixa-rodape .coluna-quatro nav {

}
footer.rodape-principal div .caixa-rodape .coluna-quatro nav ul {

}
footer.rodape-principal div .caixa-rodape .coluna-quatro nav ul li {

}
footer.rodape-principal div .caixa-rodape .coluna-quatro nav ul li a {

}
footer.rodape-principal div .caixa-rodape .contatos {
    padding-top: 23px;
}
footer.rodape-principal div .caixa-rodape .contatos .colunas {

}
footer.rodape-principal div .caixa-rodape .contatos .colunas h3 {
    font-size: 17px;
    font-weight: bold;
}
footer.rodape-principal div .caixa-rodape .contatos .colunas h3 small {
    display: block;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 4px;
}
footer.rodape-principal div .caixa-rodape .contatos .diognes-col-12 {

}
footer.rodape-principal div .caixa-rodape .contatos .diognes-col-12 p {

}
footer.rodape-principal div .caixa-rodape .contatos .diognes-col-12 p br {

}
footer.rodape-principal div .caixa-rodape .social {
    padding-top: 55px;
}
footer.rodape-principal div .caixa-rodape .text-right {

}
footer.rodape-principal div .caixa-rodape .text-right a,
footer.rodape-principal div .caixa-rodape .text-right a:hover {
    color: #666;
    text-decoration: none;
    font-size: 26px;
    margin-left: 16px;
}

footer.rodape-principal .disclamer-1 p{
    opacity: 0.8;
    font-size: 14px;
    line-height: 21px;
    padding-top: 12px;
}

footer.rodape-principal div .caixa-rodape .text-right a i.fa {

}
footer.rodape-principal div .caixa-rodape .text-right a i.fa.fa-instagram {

}
footer.rodape-principal div .caixa-rodape .text-right a i.fa.fa-facebook {

}
footer.rodape-principal div .caixa-rodape .text-right a i.fa.fa-youtube {

}
footer.rodape-principal div .caixa-rodape .text-right a i.fa.fa-linkedin {

}







/*---------------------------------
  CONTEUDO
-----------------------------------*/

.conteudo{
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 74px;
}

.conteudo.conteudo-background{
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 600px;
  background: #f2f2f2;
  background-size: 100% auto;
  background-position: top center;
  margin-top:200px;
}

.conteudo.conteudo-background-salmao{
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 300px;
  
  padding-top: 50px;
  padding-bottom: 50px;
}


.conteudo .titulo-conteudo h1{
  color: #424242;
    margin-top: -27px;
    font-weight: bold;
    font-size: 40px;
}


.conteudo .imagem-intro-artigo{
  padding-bottom: 0px;
}

.conteudo .titulo-conteudo h1 small{
  display: block;
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 5px;
  opacity: 0.5;
}
.conteudo .titulo-conteudo h1 small.cor1{
  color: #96C253;
}

.conteudo.conteudo-pagina{
   margin-top: 0px;
   padding-top: 55px;
}

.conteudo .titulo-pagina h1{
  margin-top: 16px;
  color: #747474;
  font-weight: bold;
}


.conteudo .metas{
  padding-top: 14px;
  padding-bottom: 4px;
}



.conteudo .metas p{
  font-size: 16px;
}


.conteudo article img{
  margin-top: 20px;
  margin-bottom: 20px;
}

.conteudo img{
  width: 100%;
  height: auto;
}

.conteudo article iframe{
  width: 100%;
  height: 490px;
  margin-bottom: 30px;
  margin-top: 30px;
}


.conteudo article p,
.conteudo article ul,
.conteudo article ul li,
.conteudo article ol,
.conteudo article blockquote{
   color: #414141;
   line-height: 26px;
   font-size: 16px;
}


.conteudo article h1,
.conteudo article h2,
.conteudo article h3,
.conteudo article h4,
.conteudo article h5{
       font-weight: bold;
    color: #000;
}

.conteudo article blockquote{
  font-style: oblique;
  border-left: 0px solid #f2f2f2;
}

.conteudo article blockquote p{
  display: block;
  margin-left: auto;
  margin-right: auto;
    margin-bottom: 40px !important;
    margin-top: 40px;
    font-style: italic !important;
    font-size: 20px !important;
    line-height: 35.48px !important;
    letter-spacing: -.014em !important;
    color: rgba(0,0,0,.6) !important;
    border: none !important;
    padding: 0 !important;
    text-align: center !important;
    width: 75% !important;

}


.conteudo .acessibilidade{
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
}

.conteudo .acessibilidade a{
  text-decoration: none;
}

.conteudo .acessibilidade img{
  margin-left: 5px;
  width: 36px;
  height: auto;
}

section.barra-mobile{
    position: fixed;
    display: none;
}

@media(max-width:540px){
    
    section.barra-mobile{
        position: fixed;
    display: block !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: #fff;
    padding-top: 5px;
    border-top: 1px solid #002a7d;
    z-index: 500;
    border-radius: 0;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-top: 0px solid #002a7d;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);*/
    }

    section.barra-mobile .coluna{
        text-align: center;
    }

    section.barra-mobile .coluna img{
        width: 24px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 1px;
    }

    section.barra-mobile .coluna i{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    section.barra-mobile .coluna a,
    section.barra-mobile .coluna a:hover{
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000;
    }


    header.fixo {
        top: 0;
        border-radius: 0;
        border-top: 3px solid #002a7d;
    }
    header.fixo .logo a img {
        margin-left: auto;
        margin-right: auto;
        width: 88% !important;
        display: block;
    }
    .menu-desktop{
        display: none !important;
    }

    section.backdrop.backdrop-homepage {
    position: relative;
    display: block;
    background: url(../images/backdrop.png?v=2) #f2f2f2 no-repeat;
    background-size: cover;
    background-position: top center;
    padding-left: 30px;
    padding-right: 30px;
    }

    section.backdrop.backdrop-homepage .coluna-um {
    padding-right: 0;
    padding-left: 0;
}

section.backdrop .diogenes-container {
    padding-top: 128px;
}

section.backdrop.backdrop-homepage .coluna-dois .caixa-branca {
    position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    height: auto;
    min-height: 300px;
    background: #fff;
    border-radius: 12px;
    background: #fdfdfd;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-top: 10px solid #002a7d;
    padding: 17px;
    padding-top: 8px;
    margin-top: 30px;
}

section.recomendacoes-do-curso .coluna-dois h3 {
    margin-top: -53px;
}

section.investimento {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding-top: 0;
    padding-bottom: 0;
}

section.faq.faq-layout-2 button {
    background: none;
    height: 85px;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 24px;
    box-shadow: none;
    cursor: pointer;
}

section.faq.faq-layout-2 button span{
    font-size: 12px;
    text-decoration: underline;
}

}

section.faq.faq-layout-2 button span{
    text-decoration: underline;
}   



.parceiros-img{
    max-width: 100%;
    width: 126px;
    border-radius: 100%;
    float: left;
    margin-right: 13px;
    margin-bottom: 85px;
}

@media(max-width:540px){
    .parceiros-img{
        float: none;
        margin-bottom: 5px;
    }
}



section.toolbar-nav{
    position:fixed;
    display: block;
    top: -300px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 4px 40px rgba(136, 136, 136, 0.04);
    z-index: 0;
    -webkit-transition: 3000ms ease;
    transition: 3000ms ease;
}
section.toolbar-nav.ativo{
    top: 0;
    -webkit-transition: 3000ms ease;
    transition: 3000ms ease;
}

section.toolbar-nav .coluna-um{
    text-align: left;
}

section.toolbar-nav .coluna-um img{
    width: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}


section.toolbar-nav .coluna-dois{
    text-align: right;
    text-align: right;
    padding-top: 12px;
}

section.toolbar-nav .coluna-dois .btn-primary,
section.toolbar-nav .coluna-dois .btn-primary:active,
section.toolbar-nav .coluna-dois .btn-primary:focus,
section.toolbar-nav .coluna-dois .btn-primary:hover,
section.toolbar-nav .coluna-dois .btn-primary:visited{
    background: #002a7d !important;
    border-color: #002a7d !important;
    border-radius: 8px !important;
    outline: none !important;
    width: 100%;
    height: 44px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    width: 200px;
    border: none;
    outline: none;
    color: #fff !important;
}


@media(max-width:540px){
    section.toolbar-nav{
        top: auto;
        bottom:-400px;
        padding-bottom: 19px;
        padding-top: 10px;
    }
    section.toolbar-nav.ativo{
        top: auto;
        bottom: 0;
        -webkit-transition: 3000ms ease;
        transition: 3000ms ease;
    }
    section.toolbar-nav .coluna-um {
        text-align: left;
        padding-top: 9px;
    }
    section.toolbar-nav .coluna-dois .btn-primary,
    section.toolbar-nav .coluna-dois .btn-primary:active,
    section.toolbar-nav .coluna-dois .btn-primary:focus,
    section.toolbar-nav .coluna-dois .btn-primary:hover,
    section.toolbar-nav .coluna-dois .btn-primary:visited {
        background: #002a7d !important;
        border-color: #002a7d !important;
        border-radius: 8px !important;
        outline: none !important;
        width: 100%;
        height: 44px;
        font-weight: bold;
        cursor: pointer;
        font-size: 14px;
        width: 100%;
        border: none;
        outline: none;
        color: #fff !important;
    }
}



.intro{
    position: fixed;
    display: block;
    width: 500px;
    height: auto;
    background: #fff;
    text-align: center;
    padding: 42px;
    top:150px;
    left:50%;
    margin-left: -250px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 40px rgba(136, 136, 136, 0.04);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;

}

.intro img{
    margin-bottom: 0px;
    width: 200px;
}

.intro h2{
    text-align: center;
    font-size: 26px;
}
.intro p{
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #747474;
}

.intro .btn-primary,
.intro .btn-primary:hover,
.intro .btn-primary:active,
.intro .btn-primary:visited,
.intro .btn-primary:focus{
    background: #002a7d !important;
    border-color: #002a7d !important;
    border-radius: 8px !important;
    outline:none !important;
    width: 100%;
    height: 44px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.intro .diogenes-form-control{
    height: 44px;
    font-size: 14px;
    border-radius: 8px;
    outline: none !important;
}

.intro .apoios{
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
    color: #747474;
    font-size: 14px;
}

.intro .apoios a,
.intro .apoios a:hover{
    font-weight: bold;
    color: #002a7d !important;
    font-size: 14px;
    text-decoration: none;
}

@media(max-width:540px){
    .intro {
        position: fixed;
        display: block;
        width: 90%;
        height: auto;
        background: #fff;
        text-align: center;
        padding: 42px;
        top: 80px;
        left: 50%;
        margin-left: -45%;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0px 4px 40px rgba(136, 136, 136, 0.04);
        -webkit-transition: 1000ms ease;
    transition: 1000ms ease;
    }
    .intro img {
        margin-bottom: 8px;
    }
    .intro h2 {
        text-align: center;
        font-size: 26px;
    }
}

.questao{
    position: fixed;
    display: none;
    width: 900px;
    height: auto;
    background: #fff;
    text-align: left;
    padding: 42px;
    top:150px;
    left:50%;
    margin-left: -450px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 40px rgba(136, 136, 136, 0.04);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;

}

.questao a.btn.btn-primary,
.questao a.btn.btn-primary:hover,
.questao a.btn.btn-primary:active,
.questao a.btn.btn-primary:focus,
.questao a.btn.btn-primary:visited {
    background: #002a7d;
    border-color: #002a7d;
    color: #fff;
    text-decoration: none !important;
    font-family: 'Rubik', sans-serif;
    padding: 6px;
    border-radius: 7px;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
}

.questao audio{
    position: relative;
    display: block;
    width: 100%;
}

.questao.visivel{
    display: block;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.questao.visivel h3 small{
    display: block;
    padding-top: 10px;
    font-weight: normal;
    color: #747474;
    font-size: 14px;
}

.questao .coluna-um p{
    color: #747474;
    font-size: 14px;
    line-height: 23px;
}

.questao .coluna-dois{

}

.questao .coluna-dois h3{
    font-weight: normal;
    font-size: 15px;
}

.questao .coluna-dois h1{
    font-size: 50px;
    margin-top: 9px;
    margin-bottom: -14px;
    color: #002a7d !important;
}

.questao .coluna-dois h2{
    font-size: 18px;
    font-weight: normal;
    color: #747474;
}

.questao .coluna-dois .radio-label {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 12px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
  
  .questao .coluna-dois .radio-label input[type="radio"] {
   

  }
  
  .questao .coluna-dois .radio-label span {
    margin-left: 0px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
  
  .questao .coluna-dois .radio-label input[type="radio"]:checked + span {
    color: #000;
    background-color: #fff8f8;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
  

  /*
  .questao .coluna-dois input[type="radio"]:checked ~ .radio-label{
    background-color: #f2f2f2 !important;
  }
  */

  @media(max-width:540px){
    .questao {
        position: fixed;
        display: none;
        width: 90%;
        height: 600px;
        background: #fff;
        text-align: left;
        padding: 42px;
        top: 25px;
        left: 50%;
        margin-left: -45%;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0px 4px 40px rgba(136, 136, 136, 0.04);
        -webkit-transition: 300ms ease;
        transition: 300ms ease;
    }
    .questao .coluna-dois {
        overflow-y: scroll;
        height: 214px;
        padding-bottom: 20px;
    }
  }


  @media(max-width:540px){
    .questao .coluna-dois h1{
        font-size: 32PX;
    margin-top: 9px;
    margin-bottom: -14px;
    color: #002a7d !important;
    }
  }


  section.compra-produto{
    position: relative;
    display: block;
   
  }

  section.compra-produto h1{
    padding-top:0px;
    margin-top:0px;
  }

  section.compra-produto .caixa-compra-produtos{
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-top: 55px;
    background:#fff;
    border-radius: 12px;
    padding:25px;
  }

  section.compra-produto h1 small{
    display: block;
    font-weight: normal;
    font-size: 14px;
  }
  section.compra-produto h2.preco small{
    font-weight: normal;
    font-size: 15px;
    display: block;
    color: #000;
    padding-bottom: 5px;
  }


  section.compra-produto h2.preco{
    margin-top: -7px;
    padding-top: 0px;
    color: #2ab148;
    font-size: 32px;
  }


  .actions-finais{
    text-align:center;
    padding-top: 30px;
  }
  .actions-finais p{
    font-size: 13px;
    line-height: 20px;
  }
  .actions-finais p a,
  .actions-finais p a:hover{
    text-decoration: underline;
    color:#666;
  }

  .actions-meios-de-pagamento{

  }

  .actions-meios-de-pagamento a,
  .actions-meios-de-pagamento a:hover{
    background: #f2f2f2;
    position: relative;
    display: block;
    padding: 14px;
    font-size: 18px;
    border-radius: 12px;
    text-decoration: none;
    color: #000;
    height: 108px;
    line-height: 23px;
    border: 2px solid #ccc;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }

  .actions-meios-de-pagamento a:hover{
    border: 2px solid #002a7d;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }

  .actions-meios-de-pagamento a small{
    display: block;
    opacity: 0.8;
    font-size: 14px;
  }

  .jconfirm-box{
    width: 500px !important;
    max-width: 95% !important;
    text-align: center !important;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}