/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	RESETS
-----------------------------------*/

html,body{
    height: 100%;
}
body{
	overflow-x: hidden;
    background:#fff;
}
body.lp-rifa{
  background: #F8F8F8;
}

@media(max-width: 540px){
  html,body{
    max-width: 100% !important;
    
  }
}

/*---------------------------------
	IMPORTS E CONSULTAS E MOBILE
	
XS = < 544px
SM = > 544px
MD = > 768px
LG = > 992px
XL = > 1200px

CSS GRID
-----------------------------------*/


.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;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus{
  background: #2196F3;
  border-color: #2196F3;
  outline: none !important;
  color: #fff;
    border-radius: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding-left: 14px;
    height: 50px;
    font-size: 14px !important;
    width: 100% !important;
    padding-top: 13px !important;
    box-shadow: none !important;
    outline: none !important;
}


.btn-primary img{
    width: 36px;
    height: auto;
    margin-left: 0px;
    float: right;
    margin-right: -6px;
    margin-top: -8px;
}




/**
*  ------------------------------------------------------------------------------------------------
*
*
*   MOBILES
*
*
*  ------------------------------------------------------------------------------------------------
*/

.barra-de-navegacao,
.menu-mobile-side,
.menu-mobile-side-produtos{
  display: none;
}

@media(max-width: 540px){

    .barra-de-navegacao{
      position: fixed;
      display:block;
      background: #202020;
      z-index:9999;
      left:0;
      bottom:0;
      height:52px;
      width:100%;
      text-align: center;
      padding-top: 12px;
      padding-left: 20px;
      padding-right: 20px;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    }

    .barra-de-navegacao a,
    .barra-de-navegacao a:hover{
      color: #fff !important;
    text-decoration: none !important;
    font-size: 10.5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    }

    .barra-de-navegacao i{
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: -4px;
      margin-bottom: -25px;
      font-size: 22px;
    }


      /* MENU ADICIONAL CLIENTE */
      .menu-mobile-side{
        position: fixed;
        display: block;
        width: 80%;
        height: 100%;
        background: #fff;
        padding: 30px;
        z-index: 999999999999;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 50px;
        box-shadow: -2px 0px 20px rgba(0, 0, 0, 0.16);
        top:0;
        /* right: -90%; */

        -webkit-transform: translateX(136%);
            transform: translateX(136%);
        transition: all 500ms ease-in;
        will-change: transform;
      }



          .menu-mobile-side .form-group{
            width: 240px;
            display: inline-block;
          }
          .menu-mobile-side .form-group .form-control{
            width: 223px;
            font-size: 13px;
            height: 40px;
            background: #F5F5F5;
            border:none;
            color: rgba(000,000,000,0.52);
            font-size: 13px;
          }


          .menu-mobile-side .form-group i{
              cursor: pointer;
              float: right;
              margin-top: -31px;
              margin-right: 30px;
          }


          .menu-mobile-side .loja-apps a{
            text-decoration: none;
          }


            .menu-mobile-side .loja-apps img {
              width: 105px;
              margin-right: 5px;
              margin-bottom: 10px;
            }



      .menu-mobile-side-produtos{
        position: fixed;
        display: block;
        width: 80%;
        height: 100%;
        background: #fff;
        padding: 30px;
        z-index: 9999999999999;
        box-shadow: -2px 0px 20px rgba(0, 0, 0, 0.16);
        top:0;
        /* right: -90%; */
        -webkit-transform: translateX(136%);
        transform: translateX(136%);
        transition: all 500ms ease-in;
        will-change: transform;
      }

      .menu-mobile-side.aberto,
      .menu-mobile-side-produtos.aberto {
        -webkit-transform: translateX(27%);
        transform: translateX(27%);
        transition: all 900ms ease;
      }

      .menu-mobile-side nav ul,
      .menu-mobile-side-produtos nav ul,
      .menu-mobile-side-produtos ul{
        padding-left: 0px;
        margin-left: 0px;
        list-style: none;
      }

      .menu-mobile-side nav ul li,
      .menu-mobile-side-produtos nav ul li{
        list-style: none;
        padding-top: 13px;
        padding-bottom: 13px;
        border-top: 1px solid #e9e9e9;
      }

      .menu-mobile-side nav ul li a,
      .menu-mobile-side-produtos nav ul li a,
      .menu-mobile-side-produtos ul li a{
        text-decoration: none;
        color: #292929;
        font-size: 13px;
      }

      .menu-mobile-side nav ul li a img,
      .menu-mobile-side-produtos nav ul li a img,
      .menu-mobile-side-produtos ul li a img{
        width: 24px;
        height: auto;
        margin-right: 7px;
      }

      .menu-mobile-side nav ul li a i{
        padding-left: 12px;
        font-size: 16px;
      }

      .menu-mobile-side nav ul li:last-child,
      .menu-mobile-side-produtos nav ul li:last-child{
        border-bottom: none;
        border-top: 1px solid #e9e9e9;
      }

      .menu-mobile-side-produtos h3{
        font-size: 16px;
      }

      .fechar-menu-cliente{
          margin-bottom: 47px;
          margin-top: -20px;
          margin-right: -17px;
          opacity: 0.5;
      }

      .fechar-menu-cliente a{
          text-decoration: none;
          color: #292929;
          font-size: 11px;
          float: right;
      }
      
      .fechar-menu-cliente a img{
        width: 22px;
        height: auto;
      }

      .menu-mobile-side-produtos .fechar-menu-cliente{
        margin-bottom: 30px;
      }

      .menu-mobile-side-produtos .fechar-menu-cliente a{
        text-decoration: none;
        color: #292929;
        font-size: 11px;
        float: left !important;
      }

      .menu-mobile-side-produtos .fechar-menu-cliente a img{
        width: 22px;
        height: auto;
      }

      .menu-4{text-align: right;}



}






/*---------------------------------
	HEADER
-----------------------------------*/
header{
  position: relative;
  display: block;
  width: 100%;
  height: 92px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 999;
  -webkit-transition:all 600ms ease;-moz-transition:all 600ms ease;transition:all 600ms ease;
}


header.fixo{
  position: fixed;
  display: block;
  z-index: 999999999;
  left: 0;
  top:-100%;
  width: 100%;
  height: 92px;
  -webkit-transition:all 600ms ease;-moz-transition:all 600ms ease;transition:all 600ms ease;
}

header .logo{
   padding-top: 8px;
}

@media(max-width: 540px){
  header .logo{
   padding-top: 8px;
   text-align: left;
  }
}

header .logo img{
  max-width: 100%;
  height: auto;
  width: 124px;
}



header .menu-e-busca{
  padding-top: 25px;
}

header .menu-desktop{
  text-align: right;
  padding-top: 6px;
}


@media(max-width: 540px){
   header .menu-desktop{
    display: none;
   }
   header .menu-e-busca{
    display: none;
   }
}

header .menu-desktop nav ul{
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
  display: inline 
}

header .menu-desktop nav ul li{
  display: inline;
}

header .menu-desktop nav ul li a,
header .menu-desktop nav ul li a:hover{
  text-decoration: none;
  color: #000000;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding-left: 20px;
}

header .form-group{
  width: 240px;
  display: inline-block;
}
header .form-group .form-control{
  width: 240px;
  font-size: 13px;
  height: 40px;
  background: #F5F5F5;
  border:none;
  color: rgba(000,000,000,0.52);
  font-size: 13px;
}


header .form-group i{
    cursor: pointer;
    float: right;
    margin-top: -31px;
    margin-right: 12px;
}

header .btn-primary,
header .btn-primary:hover{
  float: right;
  margin-top: -5px;
  font-size: 10px;
    width: 168px;
    padding-top: 16px;
}
header .btn-primary img{
  margin-top: -11px;
}


header .portal-mobile{
  display: none;
}

@media(max-width: 540px){
   header .portal-mobile{
     display: block;
     padding-top: 24px;
     padding-right: 5px;
   } 
}

header a.logado{
  display: inline-block;
  text-align: right;
  float: right;
  color: #000000;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin-top: 6px;
}

header a.logado img{
  width: 32px;
  height: auto;
}

/*---------------------------------
  SUPER BANNER
-----------------------------------*/

section.super-banner{
  position: relative;
  display: block;
  width: 100%;
  height: 575px;
  background: url("../images/background.png") transparent no-repeat;
  background-size: cover;
  background-position: top;
}


section.super-banner h1{
   font-family: 'Raleway', sans-serif;
   font-weight: bold;
   font-size: 42px;
   width: 80%;
   margin-bottom: 35px;
}

section.super-banner h1 small{
   display: block;
   font-weight: 300;
   font-size: 42px;
}

@media(max-width: 540px){
      section.super-banner h1{
       font-family: 'Raleway', sans-serif;
       font-weight: bold;
       font-size: 29px;
       width: 80%;
       margin-bottom: 35px;
    }

    section.super-banner h1 small{
       display: block;
       font-weight: 300;
       font-size: 20px;
    }
}

section.super-banner .container{
  z-index: 2;
  padding-top: 75px;
}

section.super-banner #ilustracao{
  position: absolute;
  bottom:0;
  right: 0;
  z-index: 1;
  width: 62%;
  height: auto;
}

@media(max-width: 540px){
  section.super-banner .container{
    position: relative;
    z-index: 2;
  }
  section.super-banner #ilustracao {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    z-index: 1;
}
}

section.super-banner .btn-primary{
  width: 242px;
  padding-top: 13px;
  height: 50px;
}


section.super-banner p.tagline{
  font-size: 14px;
}

section.super-banner .loja-apps{
  padding-top: 23px;
}

section.super-banner .loja-apps a{
  text-decoration: none;
}
section.super-banner .loja-apps img{
  width: 152px;
  margin-right: 12px;
}

@media(max-width: 540px){
  section.super-banner .loja-apps img {
    width: 115px;
    margin-right: 5px;
  }
}



/*---------------------------------
  POS BANNER
-----------------------------------*/

section.pos-banner{
  position: relative;
  display: block;
  background: #202020;
  width: 100%;
  height: auto;
  min-height: 190px;
  color: #fff;
  padding-top: 75px;
  padding-bottom: 130px;
  z-index: 99;
}

section.pos-banner h3{
  font-family: 'Raleway', sans-serif;
  border-bottom: 1px solid #70BECF;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 18px;
  margin-bottom: 28px;
}
section.pos-banner h3 b{ 
   font-family: 'Raleway', sans-serif;
   font-weight: 600;
   color: #3AAA35;
}

section.pos-banner p{
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
}

section.pos-banner .coluna-dois{
   padding-top: 24px;
}



/*---------------------------------
  CURSOS DESTAQUE HOME
-----------------------------------*/

section.cursos-destaque-home{
   position: relative;
   display: block;
   width: 100%;
   height: auto;
   z-index: 999;
   margin-top: -102px;
}


section.cursos-destaque-home .caixa-curso{
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #f4f4f4;
  margin-bottom: 15px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}



section.cursos-destaque-home .caixa-curso h3{
   font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    height: 56px;
}
section.cursos-destaque-home .caixa-curso p{
   font-family: 'Roboto', sans-serif;
   font-size: 13px;
   line-height: 21px;
}

section.cursos-destaque-home .caixa-curso h3.preco small{
    display: block;
    color: rgba(000,000,000,0.45);
    font-size: 13px;
    padding-bottom: 5px;
}
section.cursos-destaque-home .caixa-curso h3.preco{
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   height: auto;
   line-height: 18px;
}

section.cursos-destaque-home .caixa-curso .area-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 13px;
    width: 100%;
}

section.cursos-destaque-home .caixa-curso .area-btn .btn-primary{
   width: 160px;
   float: right;
}

section.cursos-destaque-home .caixa-curso .area-btn .btn-primary img{
      width: 36px !important;
}

section.cursos-destaque-home .controle-banner-na-homepage2{
    position: absolute;
    top: auto;
    left: auto;
    right: 25px;
    padding-top: 0px;
    width: 100%;
    height: auto;
    bottom: 28px;
    z-index: 99999;
}

@media(max-width: 540px){
  section.cursos-destaque-home .controle-banner-na-homepage2{
    top: auto;
  }
}


section.cursos-destaque-home .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 {
  position: absolute;
  top: 36.5%;
  left: 0;
  right: 0;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

section.cursos-destaque-home .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2{
  outline: none !important;
}

section.cursos-destaque-home .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-prev,
section.cursos-destaque-home .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none !important;
  border: none !important;
  z-index: 1;
  outline: none !important;
}

section.cursos-destaque-home .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-prev {
  left: auto;
  color: #fff;
  font-size: 32px;
  right: 64px;
}

section.cursos-destaque-home .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-next {
  right: 18px;
  color: #fff;
    font-size: 32px;
}

/*
@media(max-width: 540px){

    section.cursos-destaque-home .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-prev {
      left: 3px;
    }
    
    section.cursos-destaque-home .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-next {
      right: 3px;
    }

}
*/

section.cursos-destaque-home #carousel-custom-dots{
  padding-left: 0px;
  margin-left: 0px;
  text-align: center;
  z-index: 999;
  margin-top: -50px;
  position: relative;
}

section.cursos-destaque-home #carousel-custom-dots li{
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 0px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  background: #13214F;
  border-radius:100%;
}

section.cursos-destaque-home .owl-nav img{
  width: 25px !important;
  height: auto !important;
}

section.cursos-destaque-home #carousel-custom-dots li.owl-dot.active{
  background: #fff;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11); */
}



/*---------------------------------
  PORQUE ADVOGADO APRENDIZ
-----------------------------------*/
section.porque-advogado-aprendiz{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: url("../images/background.png") transparent no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 65px;
  padding-bottom: 65px;
  margin-top: 75px;
}

section.porque-advogado-aprendiz .titulo{

}


section.porque-advogado-aprendiz .titulo h2{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 42px;
  margin-top: 30px;
}

section.porque-advogado-aprendiz .micro-titulos{

}

section.porque-advogado-aprendiz .micro-titulos .linha{
  padding-bottom: 22px;
}


section.porque-advogado-aprendiz .micro-titulos .linha .coluna-dois p{
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 23px;
}

section.porque-advogado-aprendiz .micro-titulos .linha h4{
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-top: 24px;
  z-index: 1;
}

section.porque-advogado-aprendiz .micro-titulos .coluna-dois{
  padding-top: 12px;
}

section.porque-advogado-aprendiz .micro-titulos.linha.linha-esquerda{

}

section.porque-advogado-aprendiz .micro-titulos .linha.linha-direita{

}


section.porque-advogado-aprendiz .micro-titulos .linha.linha-esquerda h4{
  color: #F2B705;
}

section.porque-advogado-aprendiz .micro-titulos .linha.linha-direita h4{
  color: #D98014;
}

section.porque-advogado-aprendiz .micro-titulos .linha img{
  position: absolute;
  display: block;
  left: 0px;
  top: 17px;
  width: 40px;
  z-index: 2;
}

section.porque-advogado-aprendiz .micro-titulos .linha.linha-esquerda img{

}

section.porque-advogado-aprendiz .micro-titulos .linha.linha-direita img{
  right: 13px;
  left: auto;
}


section.porque-advogado-aprendiz .btn-primary{
  width: 222px;
  max-width: 100%;
}


section.porque-advogado-aprendiz .call-to-action{
  padding-top: 30px;
}




/*---------------------------------
  PLANOS
-----------------------------------*/
section.planos{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 90%;
  padding-top: 45px;
  padding-bottom: 65px;
  background: url("../images/background.png") transparent no-repeat;
  background-size: cover;
  background-position: top;
}



section.planos .titulo{

}


section.planos .titulo h2{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 115px;
  margin-top: 30px;
}


section.planos .coluna .caixa{
  position: relative;
  display: block;
  width: 95%;
  height: auto;
  min-height: 147px;
  padding: 25px;
  background: #fff;
  filter: drop-shadow(0px 4px 16px rgba(3, 136, 166, 0.3));
  border-radius: 30px;
}

@media(max-width: 540px){
  section.planos .coluna .caixa{
    margin-bottom: 100px;
  }
}

section.planos .coluna .caixa h3{
  color: #2E405D;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
}


section.planos .coluna .caixa ul{
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

section.planos .coluna .caixa ul li{
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-bottom: 7px;
}


section.planos .coluna .caixa img{
  width: 142px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -88px;
}




section.call-to-action{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  background: url("../images/call2.png") #f2f2f2 no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 60px;
}

section.call-to-action .coluna-um{

}

section.call-to-action .coluna-um h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
section.call-to-action .coluna-um h2 b{
  font-weight: bold;
  color: #3AAA35;
}


section.call-to-action .coluna-um p{
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 13px;
}
section.call-to-action .coluna-dois{
  padding-top: 30px;
}

section.call-to-action .coluna-dois h2{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 25px;
}
section.call-to-action .coluna-dois h2 b{
  font-weight: bold;
  color: #3AAA35;
}

section.call-to-action .coluna-dois p{
  margin-top: 20px;
}

section.call-to-action .coluna-dois .btn-primary{
  width: 240px;
  background: url("../images/btn-success.png") transparent no-repeat;
  background-size: 100% 100%;
}






/*---------------------------------
  DEMONSTRAÇÃO DA PLATAFORMA
-----------------------------------*/
section.demo{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding-top: 45px;
  padding-bottom: 65px;
  background: url("../images/background.png") transparent no-repeat;
  background-size: cover;
  background-position: top;
}



section.demo .titulo{

}


section.demo .titulo h2{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 55px;
  margin-top: 30px;
}



section.demo .coluna-um{

}


section.demo .coluna-dois{
   padding-left: 30px;
}


section.demo .coluna-um iframe{
  width: 100%;
  height: 300px;
}


section.demo .coluna-dois ul{
  padding-left: 0px;
  list-style: none;
  margin-left: 0px;
  margin-bottom: 96px;
}

section.demo .coluna-dois ul li{
  list-style: none;
  border-bottom: 1px solid #B6D9E1;
  width: 80%;
  padding-top: 12px;
  padding-bottom: 12px;
  opacity: 0.6;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

section.demo .coluna-dois ul li.ativo{
   border-bottom: 3px solid #3AAA35;
   opacity: 1;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

section.demo .coluna-dois ul li a{
  color: #2E405D;
  text-decoration: none;
  font-family: 'Raleway', sans-serif; 
  font-weight: bold;
  font-size: 18px;
}


section.demo .coluna-dois .btn-primary{
 width: 222px;
}






/*---------------------------------
  INCLUSO CONTRATAÇAO
-----------------------------------*/

section.incluso-contratacao{
  background: #202020;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  height: 321px;
  padding-top: 55px;
  padding-bottom: 65px;
  z-index: 2;
}

@media(max-width: 540px){
  section.incluso-contratacao {
     height: auto;
  }
}

section.incluso-contratacao .coluna-um{

}

section.incluso-contratacao .coluna-um h2{
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid #70BECF;
    font-weight: 300;
    font-size: 38px;
    line-height: 45px;
    padding-bottom: 18px;
    margin-bottom: 28px;
    margin-top: -10px;
}

section.incluso-contratacao .coluna-um h2 span{
   color: #3AAA35;
}

section.incluso-contratacao .coluna-um p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}


section.incluso-contratacao .coluna-dois{
  
}


section.incluso-contratacao .coluna-dois img{
  margin-top: -5px;
}











/*---------------------------------
  CALL TO ACTION VIDEO
-----------------------------------*/
section.call-to-action-video{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #EEF8FD;
  z-index: 1;
}



section.call-to-action-video .titulo{

}


section.call-to-action-video .titulo h2{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 55px;
  margin-top: 30px;
}

section.call-to-action-video .area-do-video{
  padding-top: 15px;
  text-align: center;
}

section.call-to-action-video .area-do-video iframe{
  width: 100%;
  height: 480px;
}





/*---------------------------------
  FAQ
-----------------------------------*/
section.faq{
  position: relative;
  display: block;
  height: auto;
  min-height: 300px;
  padding-top: 33px;
  padding-bottom: 35px;
  background: #fff;
}

section.faq .titulo{

}


section.faq .titulo h2{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 55px;
  margin-top: 30px;
}



section.faq .as-perguntas{
  padding-top: 15px;
  padding-bottom: 20px;
}


section.faq .as-perguntas .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #EEF8FD;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

section.faq .as-perguntas .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0px !important;
}

section.faq .as-perguntas .btn-block, .btn-block:hover {
    display: block;
    width: 100%;
    color: #2E405D !important;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none !important;
}

section.faq .as-perguntas .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.25rem;
    padding-bottom: 59px;
    font-size: 15px;
    line-height: 24px;
}

section.faq .as-perguntas i{
  color: #F2CB05;
    font-size: 33px;
    vertical-align: middle;
    margin-right: 8px;
}


/*---------------------------------
  DASHBOARD
-----------------------------------*/
section.content-dashboard{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 55px;
  padding-bottom: 75px;
}


.caixa{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 150px;
  background: #fff;
  border-radius: 14px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.02));
  padding: 22.5px;
}

.caixa.sidebar{
  text-align: center;
}

@media(max-width: 540px){
  .caixa.sidebar {
    text-align: center;
    margin-bottom: 30px;
    display: none;
  }
}

.caixa.sidebar h3{

}

.caixa.sidebar .header{
  border-bottom: 1px solid #CCCCCC;
}

@media(max-width: 540px){
  .caixa.sidebar .header{
    border-bottom: 0px solid #CCCCCC;
  }
}

.caixa.sidebar .header .foto-perfil{
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}

.caixa.sidebar .header h3{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-top: 8px;
}

.caixa.sidebar .header h3 small{
   font-size: 13px;
   display: block;
   padding-top: 6px;
}


.caixa.sidebar .header h3 small a{
   color: #3AAA35;
   text-decoration: none;
}


.caixa.sidebar nav{
  text-align: center;
  padding-top: 14px;
}

@media(max-width: 540px){
  .caixa.sidebar > nav {
    text-align: center;
    padding-top: 14px;
    display: none;
}
}

.caixa.sidebar nav ul{
  padding-left: 0px;
  margin-left: 0px;
}

.caixa.sidebar nav ul li{
  list-style: none;
  padding-bottom: 10px;
}

.caixa.sidebar nav ul li a,
.caixa.sidebar nav ul li a:hover{
  text-decoration: none;
  color: rgba(000,000,000,0.45);
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.caixa.sidebar nav ul li.ativo a{
  font-weight: bold !important;
  color: #000 !important;
}


.conteudo{

}

.conteudo h2.titulo-conteudo{
  font-weight: bold;
  margin-bottom: 44px;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 24px;
}

.botoes-especiais{

}

.botoes-especiais a,
.botoes-especiais a:hover{
  position: relative;
  display: block;
  width: 100%;
  height: 97px;
  background: #000000;
  margin-bottom: 23px;
  border-radius: 10px;
  padding: 17px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 38px;
}

.botoes-especiais a img{
  float: right;
  width: 40px;
  height: auto;
  margin-top: 8px;
}

.botoes-especiais a small{
  display: block;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    margin-top: -5px;
}


.botoes-especiais a.continuar-curso{
  padding-top: 13px;
}
.botoes-especiais a.continuar-curso img{
  margin-top: 13px;
}

.conteudo-principal{
   padding-bottom: 40px;
}


.conteudo-principal h1,
.conteudo-principal h2,
.conteudo-principal h4,
.conteudo-principal h5{
   font-weight: bold;
   margin-bottom: 34px;
}
.conteudo-principal h3{
  font-weight: bold;
  font-size: 18px;
   margin-bottom: 24px;
}

.conteudo-principal p{
  color: #747474;
  font-size: 14px;
  line-height: 21px;
}

.conteudo-principal p b{
   color:#3AAA35;
}


.dashboard-curso{

}


.dashboard-curso .coluna-um{
  
}


.dashboard-curso .coluna-dois{
  
}


.dashboard-curso .coluna-um .capa-curso{
   position: relative;
   display: block;
   width: 100%;
   height: 320px;
   background: #f2f2f2;
   border-radius: 14px;
   margin-bottom: 30px;
}

@media(max-width: 540px){
  .dashboard-curso .coluna-um .capa-curso{
    height: 200px;
  }
}

.dashboard-curso h4{
   font-size: 14px;
   margin-bottom: 12px;
}

@media(max-width: 540px){
  .dashboard-curso h4 {
      font-size: 14px;
      margin-bottom: 12px;
      margin-top: 20px;
  }
}

.dashboard-curso .progress{
  margin-bottom: 30px;
}


.dashboard-curso h5{
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  clear: both;
  color: #747474;
}

.dashboard-curso h5 b{
  color: #000;
}

.dashboard-curso h5 .foto-professor{
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    background: #f2f2f2;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.dashboard-curso h3{
  color: #3AAA35;
  font-size: 32px;
  margin-top: 25px;
}

.dashboard-curso h3 span{
    display: block;
    font-weight: normal;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.dashboard-curso h3 small{
    display: block;
    font-weight: normal;
    color: #000;
    font-size: 14px;
    padding-top: 3px;
}


.dashboard-curso .cta{
  text-align: right;
  padding-top: 30px;
}

.dashboard-curso .cta .btn-primary,
.dashboard-curso .cta .btn-primary:hover{
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  background: #3AAA35 !important;
  border-color: #3AAA35 !important;
}

@media(max-width: 540px){
   .dashboard-curso .cta .btn-primary,
   .dashboard-curso .cta .btn-primary:hover{
      width: 100%;
   }
}



section.intro-principal{

}

section.intro-principal .titulo-intro{
  padding-top: 50px;
  padding-bottom: 50px;
}

section.intro-principal .titulo-intro h1{
   font-weight: bold;
   font-size: 32px;
   font-family: 'Lato', sans-serif;
}

section.intro-principal .titulo-intro h1 small{
  display: block;
  color: #454545;
  font-size: 18px;
  font-weight: normal;
  padding-top: 5px;
  font-family: 'Lato', sans-serif;
}


.premio-e-cta{

}

.premio-e-cta .coluna-um{

}


.premio-e-cta .foto-premio{
  position: relative;
  display: block;
  width: 100%;
  height: 380px;
  border-radius: 14px;
  background: #f2f2f2;
}

.premio-e-cta iframe{
  width: 100%;
  height: 390px;
}

@media(max-width: 540px){
    .premio-e-cta .foto-premio{
      position: relative;
      display: block;
      width: 100%;
      height: 180px;
      border-radius: 14px;
      background: #f2f2f2;
    }
    .premio-e-cta iframe{
      width: 100%;
      height: 230px;
    }
}

.premio-e-cta .coluna-um .caixa{
   margin-bottom: 30px;
}

.premio-e-cta .coluna-um .caixa h2{
   font-weight: bold;
   padding-top: 36px;
   margin-bottom: 12px;
   font-size: 20px;
   font-family: 'Lato', sans-serif;
}

.premio-e-cta .coluna-um .caixa p{
  font-family: 'Lato', sans-serif;
  color: #747474;
}


.premio-e-cta .coluna-dois{

}

.premio-e-cta .coluna-dois .caixa{
  margin-bottom: 30px;
}

.bg-success {
    background-color: #62C75D !important;
}

.premio-e-cta .coluna-dois .progress{
  margin-bottom: 20px;
  border-radius: 15px;
  height: 18px;
}

.premio-e-cta .coluna-dois h2{
  font-weight: bold;
  color: #62C75D;
  margin-bottom: 25px;
}


.premio-e-cta .coluna-dois span,
.premio-e-cta .coluna-dois p{
  color: #747474;
  font-size: 14px;
}

.premio-e-cta .coluna-dois h2 small{
  display: block;
  font-family: 'Lato', sans-serif;
  color: #747474;
  font-size: 13px;
}

.premio-e-cta .coluna-dois .btn-primary,
.premio-e-cta .coluna-dois .btn-primary:hover{
  font-weight: bold !important;
}






/*---------------------------------
  FOOTER
-----------------------------------*/
footer{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

@media(max-width: 540px){
  footer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 59px;
}
}

footer .coluna-um h4{
  font-size: 14px;
}
footer .coluna-um p{
  font-size: 12px;
}


footer .loja-apps{
  padding-top: 0px;
}

footer .loja-apps a{
  text-decoration: none;
}
footer .loja-apps img{
  width: 123px;
  margin-right: 12px;
}



footer .coluna-dois{
  text-align: left;
}

@media(max-width: 540px){
  footer .coluna-dois{
    text-align: left;
    padding-top: 60px;
  }
}

footer .coluna-dois .social-e-logo{
 text-align: right;
}


footer .coluna-dois .social-e-logo ul{
  list-style: none;
  display: inline;
  margin-left: auto;
  padding-left: 0px;
}



footer .coluna-dois .social-e-logo ul li{
  list-style: none;
  display: inline;
}

footer .coluna-dois .social-e-logo ul li a{
  text-decoration: none;
}


footer .coluna-dois .social-e-logo ul li a img{
  width: 28px;
  margin-right: 7px;
}

footer .coluna-dois .logo-rodape{
  
}
footer .coluna-dois .logo-rodape img{
   float: right;
    width: 80px;
    margin-top: -31px;
    margin-left: 30px;
}



footer .coluna-dois .selos-e-garantia{
  padding-top: 38px;
  text-align: right;
}


footer .coluna-dois .selos-e-garantia img{
   width: 501px;
   max-width: 100%;
}



footer .footer-bottom{
  position: relative;
  display: block;
  background: #EEF8FD;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 13px;
  margin-top: 29px;
}








