/*NAVEGAÇÃO MULTIPAGE************************************************************/
body { opacity: 0; -webkit-transition: 0.5s; transition: 0.5s;}
  .page-ready body { opacity: 1; }

/********************************************************************************/

ul p.micro {text-indent: 0!important; font-size: 70%!important}

.cursos-default{cursor: default!important;}


.grid > .col-4-12 >  p{ border: 1px solid #d9d9d9; padding:20px; border-radius: 7px; font-size: 16px;}
span.c-badge{ display: inline-block!important; font-weight: 600; margin-bottom: 10px; font-size: 12px; padding: 2px 7px 2px 7px; border-radius: 4px; color: #fff; position: relative; left: 85%; top: -10px; }

span.c-time, span.c-title{display: block!important; font-weight: 600; margin-bottom: 10px; font-size: 18px}
span.c-text{display: block!important; margin-bottom: 5px; font-size: 14px}


.border-parte-1{ border: 2px solid #ce93d8!important; padding:20px; border-radius: 7px; font-size: 16px;}
.border-parte-2{ border: 2px solid #c5e1a5!important; padding:20px; border-radius: 7px; font-size: 16px;}
.border-parte-3{ border: 2px solid #9fa8da!important; padding:20px; border-radius: 7px; font-size: 16px;}
.border-parte-4{ border: 2px solid #f48fb1!important; padding:20px; border-radius: 7px; font-size: 16px;}
.border-parte-5{ border: 2px solid #ffcc80!important; padding:20px; border-radius: 7px; font-size: 16px;}

.bg-parte-1{ background-color: #c557d9!important;}
.bg-parte-2{ background-color: #9abf6f!important;}
.bg-parte-3{ background-color: #828ab3!important;}
.bg-parte-4{ background-color: #cf698b!important;}
.bg-parte-5{ background-color: #e3ac5b!important;}

.c-icon-timer{font-size: 25px!important; position: relative; top: 5px}


.description-77{min-height: 62px;}


p{ font-size: 2.6rem; text-indent: 10px; }
p.small{text-indent: 0px; font-size: 19px;}

p.list{font-size: 16px!important; margin-bottom: 25px;}
p.list::before{content: "* "; margin-left: -9px;}

.sidebar .logo{
  margin-bottom: 0px!important;
}

.sidebar .subMenu li{
  font-size: 18px!important
}

p.ajuda{font-size: 16px!important;}
p.micro{font-size: 14px;}

.slides.whiteSlide .panel .actionButton svg{fill: #333333}

.author-77{ border-top: 1px solid #ddc69e; }
.name-77, .specs-77{margin-left: 30px;}
.avatar-size{width: 70px}


p.light{font-size: 15px;}

.grid.grid-65 .cell-65{padding-left: 10px!important;}

.audio-book{
  position: fixed;
  bottom: 10px;
  left: 100%;
  margin-left: -80px!important;
}

.gold{background-color: #d5ad58!important}
.text-gold{color: #d5ad58!important}
.text-gold-sum{color: #d5ad58!important; font-weight: 500;}
.text-gold-link{color: #d5ad58!important; text-decoration: underline;}
span.destaque-gold{color: #d5ad58!important}


@media (max-width: 600px){
  .avatar-size{width: 50px}
  .name-77, .specs-77{margin-left: 15px;}
  .specs-77{font-size: 70%!important;}

  .grid.grid-65 .cell-65{padding-left: 0;}
}


.box-81 {
  padding: 10% 9%!important;
}




.sonar-box {
  position: relative;
  z-index: -10000;
  left: -8px!important;
  top: -41px;

}

.overflow-on{overflow: visible!important;}
.display-none{display:none;}
.display-inline{display:inline;}

/* The circle */
.sonar-emitter {
  position: relative;
  margin: 32px auto;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color:rgba(0,0,0,0);
  opacity: 1;
  z-index: -1!important;
}


.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #d5ad58;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.sonar-wave {
  animation: sonarWave 1.3s linear infinite;
  -webkit-animation: sonarWave 1.3s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}



.card-definicao{
  background-color: #494949; padding:30px; text-align: center; border-radius: 2px; margin:3px;
}


/*TABELA*************************************************************/

thead>tr>th{padding: 10px; border: 1px solid; }
tbody>tr>td{text-align: left!important; padding-left: 10px; padding-bottom: 10px; padding-right: 10px; font-size: 13px;}

table {
  width: 100%;
  border-collapse: collapse;
}

/*th {
  background: #333;
  color: white;
  font-weight: bold;
}*/
td, th {
  padding: 6px;
  border: 1px solid #ccc;
}




/*SLIDER COM SETAS*************************************************************/
/* CUSTOM HEIGHT */
.slider[data-slider-id="customHeight"] li {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   /* before selected */
   opacity: 0;
}

/* selected */
.slider[data-slider-id="customHeight"] li.selected { opacity: 1; }

/* arrows */
.leftControl,
.rightControl {
   position: absolute;
   top: 50%;
   margin-top: -35px;
   margin-left: -100px;
   cursor: pointer;
   font-size: 0;
}

.rightControl {
   right: 0;
   margin-right: -100px;
}

.leftControl svg,
.rightControl svg {
   width: 30px;
   height: 70px;
}

@media screen and (max-width:1180px) {
  .leftControl,
  .rightControl {
     display:none;
  }
}
/***************************************************************************/

span.pill{
  border-radius: 50%;
  font-size: 8px!important;
  font-weight: 300px;
  padding: 10px!important;
  position: relative;
  top: -10px;
}
/* texto da tabela centralizado */
.tabela-bancos {
	text-align: center;
	margin: 20px 0 20px 0;
}

/* imagens da tabela centralizadas */
.img-bancos{
	display: block;
	margin: 10px auto;
}

/* linha lateral entre os tópicos na tabela */
.bancos-lateral, .linha-lateral {
	color: #303030;
	border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
	border-color: rgba(48, 48, 48, 0.3);
	border-width: 1px;
	padding: 0 10px 0 0;
	overflow: hidden;
	display: block;
	outline: none;
	-webkit-backface-visibility: hidden;

}
	@media (max-width: 600px) {
 	.linha-lateral, .linha-bottom {
	color: #303030;
	border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
	border-color: rgba(48, 48, 48, 0.3);
	border-width: 1px;
	padding: 0 0 10px 0;
	overflow: hidden;
	display: block;
	outline: none;
	-webkit-backface-visibility: hidden;

}
		.bancos-lateral {
				border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
		}
}
/* linha embaixo entre os tópicos na tabela */
.bancos-bottom {
	color: #303030;
	border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
	border-color: rgba(48, 48, 48, 0.3);
	border-width: 1px;
	padding: 0 0 10px 0;
	overflow: hidden;
	display: block;
	outline: none;
	-webkit-backface-visibility: hidden;
}

/* quadro incial da tabela */
.inicioTab {
	border-radius: 3px;
	padding: 13px 22px 16px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
}

/* tamanho dos icones do material design */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


/* fundo da imagem em zoom branco */
.zoom-overlay {
  background: #ffffff;
}

/*icones crimes financeiros */

.crimes {
	text-align: center;
	align: middle;
	margin: 10px;
}

/*icones lavagem de dinheiro */
.lavagem {
	max-height: 60px;
	margin: 10px;
}

.grid > .col-4-12 > .col-4b, p.sub {
	border-width: 0px;
	border-style:  solid;
	border-color: none;
	padding: 20px;
	font-size: 16px;
	text-align: left;

}
.grid > .col-4-12 > p.grande {
	font-size: 24px;
}

/* video youtube */
 .slide.video.youtube .background {
    opacity: 0;
    -webkit-transition:1s opacity;
    transition:1s opacity;
  }

  .slide.video.youtube .background.playing,
  .mobile .slide.video.youtube .background {
    opacity:1;
  }



  .slide.video.youtube .background {
    opacity: 0;
    -webkit-transition:1s opacity;
    transition:1s opacity;
  }

  .slide.video.youtube .background.playing,
  .mobile .slide.video.youtube .background {
    opacity:1;
  }

.lista {
	list-style-type: circle;
	text-align: left;
	text-indent: 0;
	margin-left: 25px;
}

.linhaDourada {
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid none;
    border-width: 1px;
  	border-color: #d5ad58;
}
.dourado {
	font-weight: bold;
	color: #d5ad58;
}
.pad2{
	padding: 5%;
}
.textoLeft{
	text-align: left;
	padding: 2%;
}

.ui-accordion .ui-accordion-header{padding: 1em; margin: -1px 0 0 0; color:#d5ad58;}

.ui-state-active {border: none!important; background: rgba(213, 173, 88,.900)!important;color:#fff!important;}

.ui-state-default {border: 1px solid #d5ad58!important; background-color: #fff;}
