/************************************* geral  ************************************/
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font/SpaceGrotesk-Light.woff2') format('woff2'),
        url('../font/SpaceGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('../font/SpaceGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('../font/SpaceGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../font/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('../font/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
  background:#0E0E0E;
  font-family: 'Space Grotesk';
}
.content{
  background: #141414;
  padding-left: 50px;
  min-height: 100vh;
}
h1{
  font-family: Space Grotesk;
  font-weight: normal;
  font-size: 142px;
  
}
h2{
  font-family: Space Grotesk;
  font-weight: normal;
  font-size: 62px;
}
h3{
  font-family: Montserrat;
  letter-spacing: 8px;
  font-size: 24px;

}
h4{
  font-family: Space Grotesk;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.8;
}
h5{
  font-family: Space Grotesk;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.8;
}
.branco{
  color: #fff;
}
.divisor{
  height: 100%;
  width: 2px;
  background-color: #ccc;
}
.btn{
  font-family: Montserrat;
}
.btn-1{
  background: #272327;
  color: #fff;
  
}
.btn-1:hover{
  background: #070607;
  color: #fff;
}
/***** Menu *******/
.btn-2{
  background: #FF7575;
  color: #fff;
}
.btn-2:hover{
  background: #B65757;
  color: #fff;
}
/***** botao linha para fundo branco *******/
.btn-3{
  background: #fff;
  color: #504350;
  border: solid 2px #504350; 
}
.btn-3:hover{
  background: #504350;
  color: #fff;
  border: solid 2px #504350; 
}
/***** botao linha para fundo preto *******/
.btn-4{
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: solid 2px #fff; 
}
.btn-4:hover{
  background: #fff;
  color: #504350;
}
/***** botao verde *******/
.btn-5{
  background: #00D0C5;
  color: #fff;
}
.btn-5:hover{
  background: #00A198;
  color: #fff;
}
.btn-link:focus, .btn-link:hover, .btn{
  text-decoration: none;
}
.btn-group .btn-link{
  color: #fff;
  border: solid 1px #fff;
  padding: 3px 16px;
  margin-top: 5px; 
}
.f14{
  font-size: 14px;
}
.btn-group .btn-link:hover{
  color: #000;
  background: #fff; 
}
.padding-100{
  padding: 100px;
}
.padding-40{
  padding: 40px;
}
.padding-20{
  padding: 20px;
}
.padding-10{
  padding: 10px;
}
.padding-bottom{
  padding-bottom: 20px;
}
.padding-top{
  padding-top: 20px;
}
.padding-vertical{
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-horizontal{
  padding: 0 20px 0 20px;
}
.margin{
  margin: 20px;
}
.margin-bottom{
  margin-bottom: 20px;
}
.margin-bottom-80{
  margin-bottom: 80px;
}
.margin-top{
  margin-top: 20px;
}
.margin-vertical{
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-horizontal{
  margin: 0 20px 0 20px;
}
/***** Menu *******/
.navbar{
  margin-bottom: 0;
  border: 0;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 0;
}
.home-logada .nav-pages,
.minha-conta .nav-pages,
.minha-lista .nav-pages,
.editar-perfil .nav-pages
{
  display: none;
}
.nav-pages{
  margin-top: 15px;
}
.nav-pages a{
  color: #fff;
  font-family: Space Grotesk;
  font-size: 20px;
}
.nav-pages li{
  margin-right: 30px;
}
.nav-pages li:hover{
  background:none ;
  border-bottom: 4px solid #00D0C5;
}
.nav-pages>li>a:hover, .nav-pages>li>a:focus{
  background:none ;
}
.media-body{
  width: auto
}
.fundos-relatorio .relatorios,
.fundos-relatorio-leitura .relatorios,
.fundos-relatorio-preview .relatorios,
.fundos-webinar-video .webinar,
.fundos-webinar .webinar,
.fundos-forum .forum,
.fundos-recomendados .recomendados
{
  border-bottom: 4px solid #00D0C5;
  font-weight: 500;
}
@media (min-width: 767px) {
  .navbar-brand{
    display: none;
  }
}
.navbar-nav>li>a{
  color: #fff;
  font-family: Space Grotesk;
  font-size: 20px;
}
.navbar-right>.dropdown>a:hover, .navbar-right>.dropdown>a:focus, .navbar-right>.dropdown:hover, .navbar-right>li:focus{
  background-color: #000;
}
.dropdown-menu{
  background-color: #000;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color: #000;
}
.dropdown-menu{
  border: none;
  width: 100%;
}
.dropdown-menu>li>a{
  font-family: Montserrat;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.dropdown-menu>li>a:hover{
  background:none;
  font-weight: bold;
  color: #fff;
}
.search i{
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
}
.profile-pic {
  clip-path: circle(25px at center);
  -webkit-clip-path: circle(25px at center);
  width: 50px;
}
.media-body{
  vertical-align: middle;
}
.media-body i{
  margin-left: 10px;
}
.open i{
  transform: rotate(180deg);
}
/***** MODAL *******/
#search-modal .modal-dialog {
  width: 100%;
  margin: 0;
}
#search-modal .modal-content{
  background-color: rgba(0,0,0,0.5);
  border:none;
  box-shadow: none;
  border-radius: 0;
  padding: 30px;
}
#search-modal input{
  background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    border-bottom: solid 1px #fff;
    width: 100%;
    border-radius: 0;
    font-weight: 300;
    font-family: Space Grotesk;
    padding: 30px;
}
#search-modal i{
  font-size: 30px;
  color: #fff;
  font-weight: 300;
}
.close, .close:hover{
  font-family: Space Grotesk;
  font-weight: 300;
  font-size: 60px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  margin-right: 10px;
}
/***** Side Menu *******/
.dropdown .dropdown-btn{
  opacity: 0.2;
}
.dropdown:hover .dropdown-btn{
  opacity: 1;
}
.fundos .tipos .dropdown-btn{
  opacity: 1;
}
.sidenav a{
  color: #fff;
}
.sidenav a:hover, .sidenav a:focus{
  color: #FF7575;
  opacity: 1;
}
.sidenav li{
  list-style: none;
}
.sidenav li:hover{
  border-left: solid 3px #FF7575;
  color: #FF7575;
  opacity: 1;
}
.sidenav li:hover .dropdown-btn{
  color: #FF7575;
}
.home-logada .home{
  color: #FF7575;
}
.home-logada .home a{
  color: #FF7575;
}
.fundos .tipos{
  border-left: solid 3px #FF7575;
  color: #FF7575;
}
.fundos .tipos .dropdown-btn{
  color: #FF7575;
  opacity: 1;
}
.fundos .fundos-btn{
  color: #000;
  font-weight: 600;
}
.sidenav {
  height:100%;
  width: 50px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0E0E0E;
  padding-top: 27px;
  text-align: center;
}

.sidenav .dropdown{
  top: 40%;
  margin-top: 30px;
}
.active {
  color: white;
}
.dropdown-container {
  display: none;
  background-color: #fff;
  padding: 20px 30px 20px 20px;
  position: absolute;
  left: 47px;
  top: -20px;
  text-align: left ;
}
.dropdown-container a{
  margin: 10px;
  white-space: nowrap;
  line-height: 2.5;
  font-size: 14px;
  font-family: Montserrat;
  color: #BBB9B9;
}
.dropdown-container a:hover, .dropdown-container a:focus{
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
.dropdown-btn{
  padding: 10px 0;
}
.dropdown:hover .dropdown-container {
  display: block;
}
/***** header *******/
.header-full{
  min-height:100vh;
}
.elements-header{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 80px);
}
.elements-box-bottom{
  margin-bottom: 100px;
}
.elements-box-top{
  margin-top: 100px;
}
.header .titulo{
  height: 350px;
  display: flex;
  align-items: center;
}
.vertical-align{
  display: flex;
  align-items: center;
}
/********* blocos ********/
/*.btn-lg{
  padding: 5px 16px;
}*/
.topo-sessao{
  margin-bottom: 30px;
  margin-top: 30px;
}
.titulo-sessao{
  font-family: Space Grotesk;
  font-size: 30px;
  color: #FFF;
}
.bloco-curso{
  background: #212123;
  font-family: Space Grotesk;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 30px;
  transition: all .1s ease-in-out;
}
.btn-salvar{
  position: absolute;
  width: calc(100% - 30px);
  z-index: 1;
  padding: 0 20px;
  display: none;
}
.box-curso{
  transition: all .1s ease-in-out; 
}
.box-curso:hover{
 transform: scale(1.05);

}
.box-curso:hover .btn-salvar{
 display: unset; 
}
.bloco-curso .titulo{
  font-weight: normal;
  font-size: 20px;
  margin-top: 20px;
  height: 90px; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.bloco-curso .descricao{
  background: #212123;
  font-size: 14px;
  line-height: 1.6;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.bloco-curso .data{
  background: #212123;
  color: #8B8888;
  font-size: 12px;
}

/************************************* Footer  ************************************/
.footer{
  background: #000000;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-left: 50px;
}
.social i{
  width: 35px;
  height: 35px;
  text-align: center;
  margin:20px 5px 5px 5px;
  background: #FF7575;
  border-radius: 100%;
  color: #fff;
  line-height: 2.6; 
}
.social i:hover{
  background-color: #00D0C5
}
.social i:last-child{
  margin:20px 0 5px 5px;
}
.txt-footer{
    font-size: 14;
    margin-top: 40px;
    color: #fff;
  }
.logo {
    font-size: 28px;
    color: #00B6DC;
    margin-top: 20px;
}
.logo-footer{
margin-top: 13px;
}
.logo-footer img{
  width: 100px;
}
/************************************* Home Logada  ************************************/
.home-logada .header{
  background-image: url(../images/bg-home-logada.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.nav-cursos{
  height: 150px;
  background:#000;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
transition: all .1s ease-in-out;
}
.nav-cursos:hover{
transform: scale(1.05);
} 
.row-nav-cursos{
  margin-top: 40px;
  margin-bottom: 40px;
}
.nav-fundos{
  background-image: url(../images/nav-fundos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.nav-fundos:hover{
-webkit-box-shadow: 0px 0px 4px 2px rgba(0,208,197,1);
-moz-box-shadow: 0px 0px 4px 2px rgba(0,208,197,1);
box-shadow: 0px 0px 4px 2px rgba(0,208,197,1);
}
.nav-renda{
  background-image: url(../images/nav-renda.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.nav-renda:hover{
  -webkit-box-shadow: 0px 0px 4px 2px rgba(255,177,99,1);
-moz-box-shadow: 0px 0px 4px 2px rgba(255,177,99,1);
box-shadow: 0px 0px 4px 2px rgba(255,177,99,1);
}
.nav-global{
  background-image: url(../images/nav-global.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.nav-global:hover{
-webkit-box-shadow: 0px 0px 4px 2px rgba(81,154,255,1);
-moz-box-shadow: 0px 0px 4px 2px rgba(81,154,255,1);
box-shadow: 0px 0px 4px 2px rgba(81,154,255,1);
}
.nav-acoes{
  background-image: url(../images/nav-acoes.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.nav-acoes:hover{
-webkit-box-shadow: 0px 0px 4px 2px rgba(195,106,235,1);
-moz-box-shadow: 0px 0px 4px 2px rgba(195,106,235,1);
box-shadow: 0px 0px 4px 2px rgba(195,106,235,1);
}
/************************************* Fundos  ************************************/



/***********  Relatorios **********/
.fundos-relatorio .header{
  background-image: url(../images/bg-fundos-relatorio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
/***********  Relatorios preview **********/
.fundos-relatorio-preview .header{
  background-image: url(../images/relatorio-preview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
/***********  Relatorios detalhe **********/
.fundos-relatorio-leitura .content{
  background: #fff;
}
.fundos-relatorio-leitura .navbar{
  background: #000;
}
.titulo-sessao-relatorio{
  margin-bottom: 40px;
}
.titulo-sessao-relatorio h2{
  margin-bottom: 40px;
}
.corpo-sessao-relatorio{
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.8;
}
.fundos-relatorio-leitura .titulo-sessao{
  color: #212123;
}
.fundos-relatorio-leitura .btn-group .btn-link{
  color: #212123;
  border: solid 1px #212123;
  padding: 3px 16px;
  margin-top: 5px; 
}
.fundos-relatorio-leitura .btn-group .btn-link:hover{
  color: #fff;
  background: #212123; 
}
/***********  Webinar **********/
.fundos-webinar .header{
  background-image: url(../images/bg-webinar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
/***********  Forum **********/
.fundos-forum .header{
  background-image: url(../images/bg-forum.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.fundos-forum  .navbar{
  background: #000;
}
.fundos-forum .vertical-align{
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.26) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.26) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0.62) 0%,rgba(0,0,0,0.26) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#42000000',GradientType=1 );
  height: 100%;
  padding: 0 120px;
  color: #fff;
  font-size: 18px;
}
/***********  Recomendados **********/
.fundos-recomendados .header{
  background-image: url(../images/bg-recomendados.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.fundos-recomendados  .navbar{
  background: #000;
}
.panel-recomendados{
  padding: 40px 0;
}
.panel-default, .panel{
  border:none;
  background: none;
  border-radius: 0;
  color: #C0C0C0;

}
.panel-default>.panel-heading{
  border: 1px solid #00D0C5;
  background: #212123;
  color: #00D0C5;
  font-size: 18px;
  border-radius: 0;
}
.panel-default>.panel-heading:hover{
  background: #0E0E0E;
}
.fundos-recomendados .table>thead>tr>th {
  border-bottom: 2px solid #00D0C5;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
.panel-heading i{
  float: right;
  margin-top: 6px;
}
.collapsed i{
  transform: rotate(180deg)
}
.fundos-recomendados .table>tbody>tr>td, .fundos-recomendados .table>tbody>tr>th, .fundos-recomendados .table>tfoot>tr>td, .fundos-recomendados .table>tfoot>tr>th, .fundos-recomendados .table>thead>tr>td, .fundos-recomendados .table>thead>tr>th{
  border-top:  1px solid #00D0C5;
  padding: 20px 0;
  vertical-align: middle;
}
.fundos-recomendados .table>tbody>tr:hover{
  background: #0E0E0E;
}
.fundos-recomendados .btn-4{
  border: solid 1px #fff; 
}
/***********  Minha Lista **********/

.minha-lista .header{
  background-image: url(../images/bg-perfil.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.minha-lista  .navbar{
  background: #000;
}
.minha-lista .titulo h4{
  font-size: 35px;
}
.minha-lista .titulo a{
  font-size: 18px;
  color: #00D0C5;
}
.profile-pic-edit {
  clip-path: circle(90px at center);
  -webkit-clip-path: circle(90px at center);
  width: 180px;
  margin: 0 auto;
}
.tab-content{
  padding-top: 40px;
}
.nav-tabs{
  border: 0;
}
.nav-tabs>li>a{
  color: #555;
  font-size: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li.active>a:focus{
  background: none;
  border: none;
  border-bottom: solid 4px #FF7575;
  color: #fff;  

}
/***********  Editar Perfil **********/
.editar-perfil .content{
  background: #fff;
}
.editar-perfil  .navbar{
  background: #000;
}
.editar-perfil .titulo-edicao{
  color: #000;
}
.editar-perfil .titulo-edicao{
  height: 200px;
}
.titulo-edicao{
  font-family: Space Grotesk;
  font-size: 30px;
  color: #000;
}
.titulo-edicao p{
  margin-top: 40px;
}
.topo-sessao-edicao{
  margin-top: 40px;
}

#sexo, #pais, #estado, #ramo, #forma-pagamento, #selecione-parcelas{ 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
background-color: fff;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
#sexo:focus, #pais:focus, #estado:focus, #ramo:focus, #forma-pagamento:focus, #selecione-parcelas:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(0, 208, 197, 1);
  border: 1px solid rgba(0, 208, 197, 1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  background: rgba(0, 208, 197, 1) !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
/***********  MINHA CONTA **********/
.minha-conta .content{
  background: #fff;
}
.minha-conta  .navbar{
  background: #000;
}
.minha-conta .table>thead>tr>th {
  font-size: 14px;
  vertical-align: middle;
}
.minha-conta .table>tbody>tr>td, .fundos-recomendados .table>tbody>tr>th, .fundos-recomendados .table>tfoot>tr>td, .fundos-recomendados .table>tfoot>tr>th, .fundos-recomendados .table>thead>tr>td, .fundos-recomendados .table>thead>tr>th{
  padding: 20px 0;
  vertical-align: middle;
  font-size: 14px;
}
.minha-conta .table>tbody>tr>td:last-child{
  text-align: right;
}
.minha-conta .table>tbody>tr>td{
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.quadro{
  border: solid 1px #979797;
}
.list-group-item{
  border: none;
  border-bottom: 1px solid #979797;
  background: none;
  border-radius: 0;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 20px; 
}
.list-group-item div:nth-child(2){
  font-weight: 500;
}
.list-group-item:last-child{
  border: none;
}
.detalhe-pagamento strong, .detalhe-assinatura strong{
  color: #000;
}
.detalhe-pagamento p:nth-child(1){
  font-size: 23px;
  color: #000;
}
.detalhe-pagamento p:nth-child(2){
  font-size: 17px;
  color: #7C7C7C;
}
.detalhe-assinatura p:first-child{
  font-size: 41px;
  color: #3E333E;
}
.detalhe-assinatura p:nth-child(2){
  font-size: 23px;
  color: #3E333E;
}
.detalhe-assinatura p:nth-child(3){
  font-size: 17px;
  color: #7C7C7C;
}
/*********** alterar plano **********/
.descricao-alterar-pagamento{
  font-family: montserrat;
  font-size: 16px;
  line-height: 1.8;
  color: #7C7C7C;
}
.box-plano-selecao {
  border: solid 1px #B8B2B8;
  margin-right: 20px;
  height: 100%;
  padding: 40px;
  border-radius: 5px;
}
.box-plano-selecao .radio label{
  font-size: 41px;
  font-family: 'Space Grotesk';
  color: #3E333E;
  line-height: 0.5
}
.box-plano-selecao .valor p{
  line-height: 1.3;
  margin-left: 15px;
  margin-top: 10px;
}
.box-plano-selecao .valor p:nth-child(1){
  color: #00D0C5;
  font-family: 'Space Grotesk';
  font-size: 38px;
}
.box-plano-selecao .valor p:nth-child(1) span{
  font-size: 24px;
}
.box-plano-selecao .valor p:nth-child(1) span:nth-child(2){
  font-size: 14px;
  color: #7C7C7C;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    top: -24px;
    left: -2px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #979797;
}

input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    top: -24px;
    left: -2px;
    position: relative;
    background-color: #00D0C5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #979797;
    padding: 2px;
}
.font-15{
  font-size: 15px;
  line-height: 2.2;
}
.box{
    display: none;
}
.manter{
  display: block;
}
/*********** MODAL **********/
.alerta .modal {
  text-align: center;
}
@media screen and (min-width: 767px) { 
  .alerta .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.alerta .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.alerta .modal-content{
  border-radius: 0;
  box-shadow: none;
  border: none;
  text-align: center;
}
.alerta .titulo-modal{
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 10px;
}
.alerta .corpo-modal{
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #4F535D;
}
.alerta .obs-modal{
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #4F535D;
}
.alerta .icone-modal i{
border: 3px solid #00A198;
padding: 30px 30px 30px 30px;
border-radius: 100%;
color: #00A198;
width: 140px;
height: 140px;
}
.alerta .icone-modal{
  margin-bottom: 20px;
}
#salvar-lista .corpo-modal{
  color: #fff;
  font-size: 26px;
  margin: 0;
}
#salvar-lista .modal-dialog{
  width: auto;
}
#salvar-lista .modal-content{
  background-color: rgba(0,0,0,0.8);
  border-radius: 10px;
}
#alterar-plano .modal-body{
  text-align: left;
}
#alterar-plano .titulo-modal p:nth-child(1){
  font-size: 25px;
  font-weight: 500;
}
#alterar-plano .titulo-modal p:nth-child(2){
  font-size: 68px;
  font-weight: 600;
}
#em-breve .modal-body{
  padding-top: 0;
  text-align: left;
}
#em-breve .titulo-modal{
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}
.navbar-brand img{
    width: 50px;
  }
.navbar-header .search{
  display: none;
}
@media (max-width: 767px) {
  .content{
    padding-left: 0;
    padding-bottom: 50px;
  }
  .footer{
    display: none;
  }
  .navbar{
    background-color: #242424;
    position: fixed;
    width: 100%;
    z-index: 2;
  }
  .navbar-header .search{
    display: unset;
  }
  .navbar-right .search{
    display: none;
  }
  .search{
    float: right;
  }
  .search i{
    margin-top: 4px;
  font-size: 20px;
  }
  .navbar-toggle{
    color: #fff;
    float: right;
    font-size: 20px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .sidenav{
    width: 100%;
    height: 50px;
    bottom: 0;
    padding-top: 0;
    top: auto;
    left: auto;
    display: flex;
    justify-content: space-around;
    background-color: #242424;
  }
  .sidenav img{
    width: 75%;
  }
  .sidenav li{
    margin-top: 10px;
  }
  .sidenav .dropdown{
    margin-top: 10px;
    top: 0;
  }
  .test{
    width: 50px;
    height: 50px;
    background: #fff;
  }
  .fundos-relatorio .relatorios, .fundos-relatorio-leitura .relatorios, .fundos-relatorio-preview .relatorios, .fundos-webinar-video .webinar, .fundos-webinar .webinar, .fundos-forum .forum, .fundos-recomendados .recomendados {
    border-bottom: none;
    border-left: 4px solid #00D0C5;
    font-weight: 500;
  }
  .nav-pages li:hover{
    background:none ;
    border-bottom: none;
    border-left: 4px solid #00D0C5;
  }
    .sidenav li:hover {
    border-left: none;
    border-bottom: solid 3px #FF7575;
    color: #FF7575;
    opacity: 1;
  }
  .fundos .tipos {
    border-left: none;
    border-bottom: solid 3px #FF7575;
    color: #FF7575;
  }
  .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #242424;
  }
  .navbar-right > .dropdown > a:hover, .navbar-right > .dropdown > a:focus, .navbar-right > .dropdown:hover, .navbar-right > li:focus {
    background-color: #242424;
  }
  .dropdown-container {
    display: none;
    background-color: #fff;
    padding: 20px 30px 20px 20px;
    position: absolute;
    left: -50px;
    text-align: center;
    bottom: 47px;
    top: auto;
    justify-content: space-between;
    flex-direction: column;

}
.dropdown:hover .dropdown-container {
  display: block;
}
h1{
  font-family: Space Grotesk;
  font-weight: normal;
  font-size: 70px;
  
}
h2{
  font-family: Space Grotesk;
  font-weight: normal;
  font-size: 40px;
}
  .fundos-webinar .header, .fundos-relatorio .header, .fundos-forum .header {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 50px;
    background-attachment: scroll;
}
  .fundos-forum .header {
    background-image: url(../images/bg-forum-m.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 50px;
    background-attachment: scroll;
}
.fundos-forum .titulo div:first-child{
  margin-top: 138px;
}
.fundos-forum .titulo div:nth-child(2){
  margin-top: 60px;
}
.elements-box-bottom{
  margin-bottom: 0;
}
.fundos-forum .header .titulo{
  height: auto;
  display: unset;
  align-items: none;
}
.fundos-forum .vertical-align{
  height: auto;
  padding: 0;
  background: none;
}
.minha-lista .titulo{
  display: unset;
}
.minha-lista .titulo div:first-child{
  margin-top: 50px;
}
.topo-sessao-edicao{
  margin-top: 80px;
}
.vertical-align{
  display: block;
}
.equal {
    display: block;
    flex-wrap: wrap;
}
}

















