body{
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;
}

img{
	max-width: auto;
	width: 100%;
}

p{
	font-size: 20px;
	font-weight:300;
	line-height: 30px
}

b{ font-weight: 700;}

section{ padding: 60px 0;}

	section.no-padding{
		padding: 0;
	}
	section.no-padding-bottom{
		padding-bottom: 0;
	}

h3{
	font-size: 43px;
	color: #4d1b4b;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

button{
	background-color: var(--empower-blue);
	color: var(--soft-gray);
	font-size: 17px;
	border: none;
	border-radius: 5px;
	width: 185px;
	padding: 5px 0;
	font-family: var(--font-primary);
	font-weight: 600;
	transition: var(--transition-normal);
}

button:hover {
	background-color: var(--empower-blue-hover);
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
}

.bg-cinza-claro{ background-color: rgb(250, 250, 250); }

.bg-light-gray{ background-color: rgb(235, 235, 235); }

.cor-lilas{
	background-color: rgb(61, 15, 82);
	color: #ffffff;
}

.cor-lilas-claro{
	background-color: rgb(14, 21, 122);
	color: #ffffff;
}

.cor-petroleo{
	background-color: rgb(15, 56, 82);
	color: #ffffff;
}

	.cor-petroleo h3{ color: #ffffff; }

.cor-cinza{
	background-color: rgb(219, 219, 219);
	color: #000000;
}

.dropdown a img{
	max-width: 22px;
}

.dropdown-menu{
	min-width:auto;
}
	.login img{
		max-width: 22px;
		margin-right: 5px;
		vertical-align: middle;
	}

 #banner-principal-home{
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url(img/banner-home.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;	
 }

#banner-principal-home .col-lg-5{ padding: 13% 0; }

 #banner-principal-home h1{
 	font-size: 33px;
	font-weight: bold!important;
 }
 	#banner-principal-home h4{
 		font-size: 27px;
		font-weight: bold!important;
 	}

.introducao img{
	max-width: 500px;
	float: right;
	margin: 0 0 2% 2%;
}

.txt-destaque{
	color: #ffffff;
	background-color: #0e3852;
	padding: 6% 4.5%;
	border-radius: 15px;
	margin: 30px 0 45px 0;
}

.assinatura{ font-size: 25px; }

.bullet1,
.bullet2,
.bullet3,
.bullet4{
	position: relative;
	padding-left: 50px;
} 

.bullet1::before,
.bullet2::before,
.bullet3::before,
.bullet4::before{
	position: absolute;
	font-size: 50px;
	font-weight: 900;
	left: 0px;
	top: 15px;
}

.bullet1::before{ content: "1"; }

.bullet2::before{ content: "2"; }

.bullet3::before{ content: "3"; }

.bullet4::before{ content: "4"; }

.cor-petroleo h4{
	color: #fffc00;
	text-align: center;
	font-size: 30px;
}

.iconImg1,
.iconImg2,
.iconImg3,
.iconImg4,
.iconImg5{
	position: relative;
	padding-left: 70px;
} 

.iconImg1::before,
.iconImg2::before,
.iconImg3::before,
.iconImg4::before,
.iconImg5::before{
	position: absolute;
	font-size: 50px;
	font-weight: 900;
	left: 0px;
	top: -5px;
	width: 50px;
}

.iconImg1::before{ content:url('img/icon-apoio.svg'); }

.iconImg2::before{ content:url('img/icon-autoconhecimento.svg'); }

.iconImg3::before{ content:url('img/icon-teste.svg'); }

.iconImg4::before{ content:url('img/icon-autofeedback.svg'); }

.iconImg5::before{ content:url('img/icon-talentos.svg'); }

.nichos{ padding: 0; }

	.nichos .col-lg-4{
		padding: 60px 4%;
		text-align: center;
	}	

	.nichos h5{
		font-size: 30px;
		color: #4d1b4b;
		margin: 15px 0;
		text-transform: uppercase;
		font-weight: 900;
	}

	.nichos img{
		width: auto;
		max-height: 240px;
		height: 100%;
	}

	.nichos p{
		font-size: 16px;
		line-height: 22px;
	}
	

.criador img{
	max-width: 500px;
	float: right;
	margin: 0 0 0 2%;	
}

.criador h4{
	font-size: 40px;
	color: #4d1b4b;
	font-weight: 700;
	margin:8% 0 3% 0;
}

.ebook h3{
	text-align: left;
}
.ebook h4{
	font-size: 30px;
	color: #d45b28;
	font-weight: 500;
}

.ebook img{
	margin-bottom: -60px;
	max-width: 450px;
}

.depoimentos h3{
	margin-bottom: 2%;
}

.depoimentos button{
	width: 185px;
	margin:0 auto;
}

.depoimentos a{
	color: #fff;
	text-decoration: none;
}

.clientes h3{
	margin-bottom: 2%;
}

.clientes img{
	max-width: 350px;
	width: 100%;
	text-align: center;
	padding: 0 5%;
}

.accordion-button{
	padding: 35px
}

.accordion-button:not(.collapsed){
	background-color: rgb(235, 235, 235);
}

.accordion-body p{
	font-size: 16px;
	line-height: 22px;
}

#contato{
	background-image: url(img/banner-footer.png);
	background-size: cover;
	display: block;
	text-align: center;
	position: relative;
	color: #ffffff;	
	z-index: 0;
}

#contato h3{
	color: #ffffff;
	margin-bottom: 2%;
}

#contato::after{
	content: "";
    background: rgba(15, 56, 82, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

ul.social{
	list-style: none;
	padding-left: 0;
}
 .social li{
 	display: inline;
 	padding: 0 3px;
 }
 .social img{
 	max-width: 39px;
 }

/* ----------- Página profissionais ----------- */

#banner-principal-profissionais{
	background-image: url(img/banner-professionals.png);
	background-size: cover;
	display: block;
	text-align: center;
	position: relative;
	color: #ffffff;	
	z-index: 0;
}

#banner-principal-profissionais::after{
	content: "";
    background: rgba(24,11,61, 0.8);
    background:rgba(40,26,57,.85);
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

	#banner-principal-profissionais h3{
		max-width: 700px;
		color: #ffffff;
		margin: 0 auto;
	}

	#banner-principal-profissionais h4{
		color: #fffc00;
		font-weight: 300;
		font-size: 30px;
	}

	#banner-principal-profissionais iframe{
		margin: 3% auto;
	}

	#banner-principal-profissionais p{
		margin: 0 auto;
		max-width: 800px;
		font-size: 30px!important;
		color: #fff;
		font-weight: 100;
	}

	#banner-principal-profissionais button{
		width: 300px;
	}

#historia{
	background-image: url(img/banner-section2.png);
	background-size: cover;
	display: block;
	position: relative;
	color: #ffffff;	
	z-index: 0;
}

#historia::after{
	content: "";
    background: rgba(77,27,75, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#historia.empr::after{
	background: rgba(24,11,61,.86);
}

.caso h3{
	margin-bottom: 25px;
}

.caso ul {
	list-style: none;
	padding-left: 45px;
}
ul.nMarg li {
    margin-bottom: 0;
    line-height: 1;
}
section.tres-etapas {
    text-align: justify;
}
section.tres-etapas p strong {
    font-weight: 900;
}
section.cor-petroleo.nCor {
    background: #2f157a;
}
section.cor-petroleo.nCor .porque img{
	opacity:.6;
}
.depoimentos.dipVid iframe {
    margin-bottom: 15px;
}
.depoimentos.dipVid .row {
    justify-content: center;
}
.caso li, .caso span, .caso p{
	font-size: 20px;
	font-weight: 100;
	line-height: 25px;
	margin-bottom: 5px;
}
.testimonial-sctn .carousel-inner {
    background: #f6f6f6;
    min-height: 400px;
    display: flex;
    align-items: center;
	font-size:16px;
}
.testimonial-sctn .carousel-inner h5{
	margin-bottom:0 !important;
}
.testimonial-sctn .carousel-inner p,.testimonial-sctn .carousel-inner h5{
	font-size:16px;
}
.testimonial-sctn .carousel-item .col-lg-8 {
    position: relative;
    padding: 0 45px;
}
.testimonial-sctn .carousel-item .col-lg-8:before {
    content: url(img/mQuote.png);
    position: absolute;
    left: 0;
    top: -33px;
}
section.testimonial-sctn .container {
    max-width: 800px;
}
section#banner-principal-profissionais.nBgs:after {
    background-color: rgb(102 40 14 / 84%);
}
	.caso li::before{
	  content:url('img/check.svg');
	  display: inline-block;
	  height: 30px;
      width: 30px;
      margin-left: -40px;
      position: relative;
      top: 10px;
      margin-right: 10px;
	}

.caso span { text-align:right; }

.caso p { text-align:center; }

.caso span em{
	font-size: 25px;
	color: #d45b28;
	display: block;
}	

.tres-etapas{
	padding: 0 6%;
	background-color: #4d1b4b;
	color: #ffffff;
}
.tres-etapas h4{
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.tres-etapas .col-lg-4{
	padding: 60px 2% 60px 2%;
}

.txt-orientacao{
	background-color: #0e3852;
}

.testes{
	text-align: center;
	color: #2f157a;
}

.testes .col-lg-4, .testes .col-md-6{
	margin:4% 0;
}
.ntestes .col-lg-4, .ntestes .col-md-6{
	justify-content: space-evenly;
    display: flex;
    flex-flow: wrap;
}
.ntestes .col-lg-4 > *, .ntestes .col-md-6 > * {
    flex: 0 0 100%;
}
.ntestes button {
    max-width: 200px;
}
	.testes img{
		max-height: 72px;
		height: 100%;
	}

	.testes h4{
		font-weight: 300;
		text-transform: uppercase;
		margin: 25px 0 15px 0;
		color: #4d1b4b;
	}

	.testes p{
		font-size: 18px;
		min-height: 120px;
		color: #212529;
	}

.saibaMais{
	text-transform: uppercase;
	min-height: inherit!important;
}

	.saibaMais::after{
		  content:url('img/arrow-right.svg');
		  display: inline-block;
		  height: 30px;
	      width: 30px;
	      vertical-align: middle;
	      margin-left: 10px;
	      margin-top: -5px;
	}

.valor{
	font-size: 20px;
	font-weight: 600;
	color: #d45b28!important;
	min-height: inherit!important;
}	

.testes button{
	background-color: #4c1b4a;
	text-transform: uppercase;
}

.porque{
	text-align: center;
}

	.porque p{
		font-size: 18px;
	}

	.porque h3{
		color: #ffffff;
	}

	.porque img{
		max-height: 84px;
		height: 100%;
		margin: 15px 0 ;
	}

.compras a{
	font-size: 16px;
	color: #4720b7;
	text-decoration: none;
}	
	.compras a::after{
	  content:url('img/arrow-right.svg');
	  display: inline-block;
	  height: 25px;
      width: 25px;
      vertical-align: middle;
      margin-left: 10px;
	}


/* ----------- CSS da página logado ----------- */

.meus-testes h4,
.testes-adquiridos h4,
.compras h4{
	font-size: 30px;
	color: #4d1b4b;
	font-weight: 700;
}

.box-teste{
	text-align: center;
	background-color: #f6f6f6;
	border-radius: 15px;
	padding: 55px 0;
}
	.box-teste p{
		font-size: 20px;
		color: #4d1b4b;
		font-weight: 300;		
	}

	.box-teste button{
		margin-bottom: 15px;
	}

	.box-teste img{
			max-height: 84px;
			height: 100%;
			margin-bottom: 15px;
	}

.meus-testes .cor-lilas{
	max-width: 300px;
	width: 100%	;
	margin-top: 15px;
}	

/* ----------- CSS da página relatório ----------- */

.txt-realatório p,
.txt-realatório li{
	font-size: 18px!important;
	line-height: 25px!important;

	position: relative;
	margin-top: 12px;
}

.relatorio-h4{
	font-size: 30px;
	color: #4d1b4b;
	font-weight: bold;
}

.relatorio-h5{
	font-size: 25px;
	font-weight: 700;
	color: #4d1b4b;
	background-color: transparent;
	background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
	border-left: 5px solid #4d1b4b;
	padding: 20px 25px;
	margin: 30px 0 20px 0;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(77, 27, 75, 0.1);
}

.relatorio-h6{
	font-size: 18px;
	color: #ffffff;
	background-color: #4d1b4b;
	padding: 7px 14px;	
	margin:3% 0;
	max-width: 350px;
}

.cabecalho span{
	width: auto;
	display: inline-block;
	background-color: transparent;
	padding: 0;
	margin-right: 20px;
	vertical-align: middle;
}
	.cabecalho span img{
		width: 120px;
	}

	.cabecalho h4{
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	
	.cabecalho-wrapper{
		display: flex;
		align-items: center;
		gap: 20px;
		margin-bottom: 30px;
	}

.resumo{
	background-color: #ebebeb;
	border-radius: 15px;
	padding: 3.5% 4%;
	font-weight: 300;
	margin-bottom: 5%;
}	
	.resumo ul{
		list-style: none;
		padding-left: 0;
		margin:0;
		float: left;
		width:30%;
	}

	.resumo ul:last-child{
		width: 70%!important;
	}

	.resumo b{
		color: #4d1b4b;
	}

	.resumo-destaque{
		width: 40%;
		float: left;
		padding-top: 5%;
	}
	
	.resumo-destaque:last-child{
		width: 60%;
		padding-top: 0;
	}


		.resumo-destaque em{
			font-size: 23px!important;
			line-height: 32px!important;
		}

		.resumo-destaque img{
			float: right;
			position: relative;
			margin-bottom: -7%;
		}

.copyright-relatorio{
	text-align: center;
}

.footer-relatorio{
	background-color: #0e3852;	
	text-align: center;
	vertical-align: middle;
	padding: 10px 3%;
}

	.footer-relatorio .marca img{
		max-width: 130px;
		float: left;
	}

	.footer-relatorio a{
		text-decoration: none;
		color: #ffffff;
	    position: relative;
    	top: 20%;
    	font-size: 22px;
	}

	.footer-relatorio .social{
		float: right;
		margin:8px 0 0 0;
	}

/* ----------- CSS da página relatório 360 ----------- */

.txt-center{
	text-align: center!important;
}

ul.legenda-txt{
	list-style: none;
	padding-left: 0;
	color: #4d1b4b;
	margin: 5% 0;
}

ul.legenda{
/*	margin: 25% auto auto 6%;*/
	margin: 25% auto auto auto;
	list-style: none;
	padding-left: 0;
}

ul.legenda li b{
	padding-left: 35px;
}

.yellow::before,
.red::before,
.pink::before,
.green::before {
  content: '•';
  font-size: 70px;
  line-height: 35px;
  position: absolute;
  margin-top: -10px;
  left: 0;
}

.yellow::before {
  color: #f9dc8c;
}

.red::before {
  color: #ed8581;
}

.pink::before {
  color: #ee86eb;
}

.green::before {
  color: #8ec298;
}

p.relatorio-destaque{
	background-color: #4c1b4a;
	font-size: 23px!important;
	line-height: 25px;
	padding: 3% 3%;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}

.img-icon{
	padding-left: 65px;
	position: relative;
	margin: 3% 0;
}
.img-icon b{
	display:block;
	color: #4c1b4a;
}

.img-icon img{
	position: absolute;
	left: 0;
	width: 50px;
}

/* ----------- CSS tabela ----------- */

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
/* Replaced "only screen" with "only (print and screen)" to disable this media block, since CSS can't do nested comments. */
/* This block causes issues with the mobile view given the existing table layout */
	@media
	  only (print and screen)
    and (max-width: 767px), (min-device-width: 768px) 
    and (max-device-width: 992px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
			padding: 0;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

    tr {
      margin: 0 0 1rem 0;
    }
      
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;

/*			background-color: #f9f9f9;*/
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
/*			top: 0;*/
			left: 0px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			background-color: #30157a;
			color: #fff;
		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		td:nth-of-type(1):before { content: "•"; }
		td:nth-of-type(2):before { content: "DT ►"; }
		td:nth-of-type(3):before { content: "MFT ►"; }
		td:nth-of-type(4):before { content: "MAFT ►"; }
		td:nth-of-type(5):before { content: "M Press Par (1x)"; }
		td:nth-of-type(6):before { content: "M Press Par (1x)"; }
		td:nth-of-type(7):before { content: "M Press Par (1x)"; }
		td:nth-of-type(8):before { content: "M Press Par (1x)"; }
		td:nth-of-type(9):before { content: "M Press Par (1x)"; }
	}

	.tb-green{
		background-color: #ddecdf;
	}

	.tb-red{
		background-color: #fcdbda;
	}

.tabela-relatorio{
	text-align: center;
	font-size: 18px;
	width: 100%;
	margin: 0 0 2.5% 0;
}

.tabela-legenda{
	text-align: left;
	position: relative;
}
	.tabela-legenda b{
		padding-left: 35px;
	}

.tabela-relatorio thead{
	background-color: #30157a;
	color: #ffffff;
}

	.tabela-relatorio tbody, td, tfoot, th, thead, tr{
		border-width: 1px;
		border-color: #30157a;
		padding: 1.5% 0 1.5% 0;
	}

.tabela-relatorio th span{
	display: block;
	font-size: 13px;
	margin-top: -8px;
}

.legenda-isolada b{
	padding-left: 35px;
}

.img-tabelas{
	max-width:550px;
	margin: 0 auto;
}


/* ----------- Media Query ----------- */

@media only screen and (max-width: 576px) {
	
	h3{ font-size: 35px }

	h4{ font-size: 30px!important }

	p{ font-size: 18px; }

	.txt-destaque{
		border-radius: 0;
	}

	.footer-relatorio{
		padding: 10px 0;
	}

	.resumo-destaque em{
		font-size: 20px!important;
		line-height: 27px!important
	}

	.resumo-destaque, .resumo-destaque img{
		width: 100%;
		float: none;
	}
	
	.cabecalho-wrapper{
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	
	.cabecalho span img{
		width: 100px;
	}
	
	.relatorio-h4{
		font-size: 24px!important;
	}
	
	.relatorio-h5{
		font-size: 20px!important;
		padding: 15px 20px!important;
	}

}

@media only screen and (max-width: 768px) {
	
	#banner-principal-profissionais iframe{
		width: 100%;
	}

	.testes .col-md-6:nth-child(even){
		background-color: #f9f9f9;
		padding: 3% 0;
	}

	.testes p{
		min-height: auto;
	}

	.footer-relatorio .marca img{
		float: none;
	}

	.footer-relatorio .social{
		float: none;
		margin: 20px 0 10px 0;
	}
	
	.cabecalho-wrapper{
		gap: 15px;
	}
	
	.cabecalho span img{
		width: 110px;
	}
	
	.relatorio-h5{
		font-size: 22px!important;
		padding: 18px 22px!important;
	}
}

@media only screen and (max-width: 992px) {
	
	#banner-principal-home .col-lg-5{
		padding: 0;
		text-align: center;
	}

	.introducao img, .criador img{
		float: none;
		margin: 0 auto 15px auto;
		display: block;
	}

	ul.legenda{
		margin: 0;
	}

	.caso span{
		text-align: left;
	}

	.tres-etapas{
		padding: 0;
	}

	.box-teste{
		margin-bottom: 25px;
	}

/*	CSS Tabela*/
	.tabela-relatorio tbody{
		border-width: 0px;
	}

	.tabela-relatorio thead {
    	background-color: transparent; 
   		color: transparent;
   		border-color: transparent;
   	}
	.tabela-relatorio tr {
		border-bottom: 0px;
		padding-bottom: 0;
	}

	.tabela-relatorio td{
		padding: 0 0 0 45%;
	}
	
	.tabela-legenda{
		text-align: left;
	}
	.tabela-legenda b{
		padding-left: 0;
	}
	.tabela-legenda:before{
		background-color: transparent!important;
		text-align: right;
	}

}
