@import url('https://fonts.googleapis.com/css?family=Exo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grandstander:wght@300&display=swap');

*
{
	margin: 0;
	padding: 0;
	font-family: 'Exo', sans-serif;
}

h1 {
	font-size: 3rem; 
	color: #ffff9f;
	text-align: center;
}

h2 {
	font-size: 2rem;
	margin: 35px 0;
	text-align: center;
}

h3 {
	font-size: 2rem;
	color: #ffff9f;
	margin: 35px 0;
	text-align: center;
}

.hr-light {
	border: #909090 1px dotted;
	margin: 0 auto;
}

ol {
	list-style-position: inside;
	margin: 0 0 10px 10px;
	font-size: 1.5rem;
}

ul {
	list-style-position: inside;
	margin: 0 0 50px 10px;
	font-size: 1.5rem;
}

li {
	margin: 10px 10px 10px 0;
}

.btn {
    white-space: normal;
}

.inicio {
	font-size: 2rem;
	color: #ff7a39;
	font-weight: 900;
	text-shadow: 1px 2px #000;
}

.frase {
	font-family: 'Grandstander', cursive;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.voltar {
	text-align: right;
	font-size: 1.5rem;
}

.voltar a {
	color: #fff;
}

.caixa-alta {
	text-transform: uppercase;
}

.painel-fundo-azul {
	background-color: #002340;
	color: #fff;
}

.borda-pontilhada-vermelha {
	border: 1px dotted #ff0000;
}

.nome-trainer {
	font-size: 5rem;
}

.caixa-descricao-altura-4linhas {
	height: 20vh;
}

.caixa-descricao-altura-8linhas {
	height: 33vh;
}

.caixa-descricao-altura-10linhas {
	height: 40vh;
}

.caixa-descricao-altura-11linhas {
	height: 45vh;
}

.caixa-descricao-altura-14linhas {
	height: 58vh;
}

.miniaturas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.miniatura {
	position: relative;
}

.miniatura img {
	width: 300px;
	height: 250px;
	margin: 20px;
	opacity: 0.5;
}

.miniatura a {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 60px);
}

.miniatura img:hover {
	opacity: 1;
}

/* CAIXAS */


.caixas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	text-align: center;
}

.caixas-por-linha-2 {
	width: 400px;
}

.caixas-por-linha-3 {
	width: 340px;
}

.caixas-por-linha-4 {
	width: 240px;
}

.caixas-por-linha-5 {
	width: 180px;
}

.caixa {
	margin: 0 15px;
	padding: 20px;
	margin-bottom: 10px;
}

.caixa-arredondada {
	border-radius: 5px;
}

.caixa-titulo {
	font-size: 1em;
	font-weight: 900;
	text-align: center;
}

.caixa-subtitulo {
	font-size: 1.2rem;
	text-align: justify;
}

.caixa-descricao {
	font-size: 1rem;
	text-align: justify;
}

.caixa-descricao-vector {
	font-size: 1.5rem;
	text-align: center;
}

.caixa-botao {
	text-align: center;
}

.fonte-laranja-escuro {
	color: #FBBC00;
	font-weight: 900;
	text-shadow:  1px 1px #000;
}

.fundo-laranja-claro {
	background-color: #FFF2CC;
	color: #000;
}

.fonte-cor-amarelo-claro {
	color: #ffff9f;
}

.fundo-azul {
	background-color: #328CC1;
	color: #fff;
}

.fundo-branco {
	background-color: #fff;
	color: #000;
}

.fundo-degrade-branco-amarelo {
	background-image: linear-gradient(to bottom, white, white, #EB4110);
}

.fundo-degrade-branco-amarelo-esquerda-direita {
	background-image: linear-gradient(to right, white, white, #EB4110);
	color: #000;
}

.logotipo {
	width: 180px;
}

.logotipo-50 .logotipo {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	width: 120px;
}

/* MENU */

nav {
	z-index: 1;
}

.mb-10 {
	margin-bottom: -10px;
}

.top-section {
	position:relative;
}

/* BANNER */

.video {
	width: 100%; 
	height: auto;
}

.texto-video {
	top: 200px;
	position: absolute;
	z-index: 1;
	display: block;
	width: 50%;
	padding: 20px;
	color: #fff;
	text-shadow: 2px 2px #000;
}

.texto-video h2 {
	font-family: 'Do Hyeon', sans-serif;
	font-size: 3.5rem;
	color: #ffff9f;
	text-align: left;
}

.texto-video p {
	font-family: 'Anton', sans-serif;
	font-size: 1.5rem;
}

/* CONEXÃO */

.conexao {
	background-color: #fff;
}

/* QUEM SOU */

.quemsou {
	background-color: #003159;
	color: #fff;
}

.quemsou h1 {
	font-size: 2rem;
}

.quemsou p {
	font-size: 1.1rem;
	padding: 10px;
}

@media (max-width: 1024px)
{
	.quemsou img {
		width: 179px;
	}
}


/* SERVIÇOS */

.servicos {
	background-color: #fff;
}

.servicos .titulo {
	color: #000;
}

.servicos-cartao {
    border-radius: 5px;
	padding: 20px 5px 40px 5px;
	margin: 10px auto;
	margin-bottom: 5px;
	text-align: center;
	background-color: #328CC1;
	height: 75vh;
	color: #fff;
}

.servicos-cartao .detalhe-titulo {
	height: 10vh;
	font-size: 1em;
	font-weight: 900;
}

.servicos-cartao .detalhe-icone {
	height: 22vh;
}

.servicos-cartao .icone {
	width: 100px;
	height: 100px;
}

.servicos-cartao .detalhe-resumo {
	height: 25vh;
	text-align: justify;
	padding: 0 1.3em 0 1.3em;
}

.servicos-cartao .detalhe-botao {
	display: block;
	bottom: 10px;
}


/* CONTEÚDOS DIGITAIS */

.conteudosdigitais {
	background-color: #328CC1;
}

.conteudosdigitais .titulo {
	color: #fff;
}

.conteudosdigitais img {
	width: 100px;
	height: 100px;
}

/* CONTEÚDOS DIGITAIS */

.conteudos-digitais .card {
	background-color: #002340;
	border-left: 5px solid #ffff9f;
	margin: 15px;
}

.conteudos-digitais .card a {
	font-size: 1.2rem;
	text-decoration: none;
	color: #fff;
}

.conteudos-digitais .card a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.conteudos-digitais .card-body {
	background: rgba(0,0,0,0.8);
	display: grid;
	
	grid-template-columns: 2.5fr 1.5fr;
	grid-template-rows: 60vh;

	grid-gap: 10px;
}

.conteudos-digitais .card-body h4 {
	font-size: 1.5rem;
	text-align: center;
	color: #ffff9f;
}

.conteudos-digitais .card-body p {
	font-size: 1rem;
}

.conteudos-digitais .video-iframe {
	margin-top: 20px;
	width: 100%;
	height: 50vh;
	border: 10px solid #ccc;
}


/* PARALLAX */

.parallax {
	background: url(../img/bg.jpg) fixed;
	background-size: 100%;
	position: relative;
	color: #fff;
}

.parallax h2 {
	font-size: 2.5rem;
 	text-shadow: 2px 2px #000;	
}


/* CONTATO */

.contato {
	background-color: #49274a;
	color: #fff;
}

.contato a {
	font-size: 1.2rem;
}


/* PALESTRSA E WORKSHHOPS */

.palestras-e-workshops {
	background-color: #003159;
	color: #fff;
	text-align: justify;
	font-size: 1.5rem;
}

.temas-cartao {
    border-radius: 5px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
}

.temas-cartao .detalhe-titulo {
	padding: 10px 0;
	height: 10vh;
	font-size: 0.8em;
	color: #328CC1;
	font-weight: 900;
}


/* TREINAMENTO PRESENCIAL */

.treinamento-presencial .caixa-titulo-altura-linha4 {
	height: 10vh;
}

.treinamento-presencial .caixa-subtitulo-altura-5linhas {
	height: 25vh;
}

.treinamento-presencial .caixa-subtitulo-altura-4linhas {
	height: 20vh;
}

/* DESCRITIVO PÁGINAS */

.descritivo-paginas {
	text-align: justify;
	font-size: 1.5rem;
}

.descritivo-paginas cabecalho {
	text-align: center;
}

/* LANDINGS */

.landing-porque {
	background-color: #fff;
	color: #000;
}

.landing-o-que-aprender {
	background-color: #FFCE00;
	color: #000;
}

.landing-o-que-aprender h4 {
	font-weight: 900;
}

.landing-o-que-aprender img {
	width: 70px;
	height: 70px;
}

.landing-experiencias {
	background-color: #fff;
	color: #000;
}

.landing-bonus {
	background-color: #480000;
	color: #fff;
}

.landing-estrutura {
	background-color: #002340;
	color: #fff;
}

.landing-beneficios {
	background-color: #fff;
	color: #000;
}

.landing-amostra {
	background-color: #FFCE00;
	color: #000;
}	

.landing-trainers {
	background-color: #002340;
	color: #fff;
}	


.landing-depoimentos {
	background-color: #530000;
	color: #fff;
}

.landing-depoimentos img {
	width: 250px;
	height: 250px;
}

.landing-depoimentos .aspas {
	font-family: "Times";
	font-size: 4rem;
}

.landing-depoimentos .texto {
	text-align: center;
}

.landing-depoimentos .assinatura {
	font-family: "Monotype Corsiva";
	color: #ffff00;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 20px 0 0;
	text-align: right;
}

.landing-investimento {
	background-color: #fff;
	color: #000;
	text-align: center;
}

.landing-preco-sem-desconto {
	font-family: 'Bowlby One SC', cursive;
	font-size: 2.5rem;
	text-decoration: line-through;
}

.landing-preco-com-desconto {
	font-family: 'Bowlby One SC', cursive;
	font-size: 3rem;
	color: #daa520;
	text-shadow: 3px -3px 10px #000;
}

.landing-objetivo {
	background-color: #f7d2bb;
	color: #000;
}


/* DÚVIDAS */

.duvidas .card {
	background-color: #909090; 
}

.duvidas .card a {
	color: #fff;
	text-decoration: none;
}

.duvidas .card h5:hover {
	font-weight: bold;
}

.duvidas .card-body {
	background-color: #E5E5E5; 
	color: #000;
}


/* RODAPÉ */

.rodape
{
	display: block;
	width: 100%;
	bottom: 0;
	background-color: #000;
	padding: 30px;
	color: #909090;
	font-weight: bold;
}

.rodape img {
	width: 30px;
	height: 30px;
}

/* GERAIS */

.titulo-pagina {

}

.painel {
	padding: 50px 0;
}

.painel .titulo {
	font-size: 2rem;
}

.painel p {
	padding: 0 5px 0 5px;
	text-align: justify;
	font-size: 1.5rem;
}

.painel li {
	font-size: 1.5rem;
	text-align: left;
}

.negrito {
	font-weight: bold;
}

.italico {
	font-style: italic;
}

.sublinhado {
	text-decoration: underline;
}

.whatsapp {
	height: 60px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 100;
}

.marcador-vazio {
	list-style: none;
	margin-left: 22px;
	margin-bottom: 30px;
}

.marcador-seta {
	list-style-image: url("../img/marcador-seta.png");
}

.link-colapso[aria-expanded='true']:after{
    content: "-";
}

.link-colapso[aria-expanded='false']:after{
    content: "+";
}

.link-colapso:after {
    content: "";   
    float: right;
    font-weight: bold;       
    font-size: 16px; 
}

.botao-compre {
	font-size: 2rem;
	padding: 10px;
	margin-bottom: 40px;
}

/* VÍDEOS */

.video-iframe {
	margin-top: 20px;
	width: 80%;
	height: 70vh;
	border: 10px solid #ccc;
}

.video-banner-interno {
	width: 80%;
	height: auto;
	border: 10px solid #ccc;	
}

/* MEDIAS */

@media (max-width: 568px)
{

	.painel p {
		padding: 0 10px 0 10px;
		text-align: left;
		font-size: 1.2rem;
	}

	.painel li {
		font-size: 1.2rem;
	}

	.caixas-por-linha-2 {
		width: 330px;
	}

	.caixas-por-linha-3 {
		width: 330px;
	}

	h1 {
		font-size: 1.8rem; 
	}

	h2, h3 {
		font-size: 1.5rem; 
	}

	.texto-video h2 {
		margin: -120px 0 5px 0;	
		font-size: 1.1rem;
	}

	.texto-video p {
		font-size: 0.8rem;
	}	

	.botao-compre {
	font-size: 0.8rem !important;
	padding: 20px;
	margin-bottom: 40px;
	}

	.video-iframe {
		margin-top: 20px;
		width: 100% !important;
		height: 40vh !important;
		border: 10px solid #ccc;
	}

	.landing-o-que-aprender img {
		width: 30px !important;
		height: 30px !important;
	}	

	.conteudosdigitais img {
		width: 60px;
		height: 60px;
	}

	.texto-video {
		top: 180px;
		position: relative;
		z-index: 1;
		display: block;
		width: 50%;
		padding: 20px;
		color: #fff;
		text-shadow: 2px 2px #000;
	}	
}


@media (min-width: 569px) and (max-width: 768px)
{
	.texto-video h2 {
		margin: -120px 0 5px 0;	
		font-size: 1rem;
	}

	.texto-video p {
		font-size: 0.8rem;
	}

	.botao-compre {
	font-size: 1.2rem !important;
	padding: 20px;
	margin-bottom: 40px;
	}

	.video-iframe {
		margin-top: 20px;
		width: 100% !important;
		height: 50vh !important;
		border: 10px solid #ccc;
	}

	.landing-o-que-aprender img {
		width: 40px !important;
		height: 40px !important;
	}

	.conteudosdigitais img {
		width: 80px;
		height: 80px;
	}

	.texto-video {
		top: 200px;
		position: relative;
		z-index: 1;
		display: block;
		width: 50%;
		padding: 20px;
		color: #fff;
		text-shadow: 2px 2px #000;
	}		
}

@media (max-width: 768px)
{
	.conexao p {
		font-size: 1rem;
	}
}

@media (min-width: 768px)
{
	/* ANIME */
	[data-anime] {
		opacity: 0;
		transition: .9s;
	}

	[data-anime="left"] {
		transform: translate3d(-200px,0,0);
	}

	[data-anime="right"] {
		transform: translate3d(200px,0,0);
	}

	[data-anime="top"] {
		transform: translate3d(0,-200px,0);
	}

	[data-anime="bottom"] {
		transform: translate3d(0,200px,0);
	}

	[data-anime].animate {
		opacity: 1;
		transform: translate3d(0px,0px,0px);
	}

	[data-anime="fade"] {
		-webkit-animation: fadeIn 20s ease-in-out;
		-moz-animation: fadeIn 20s ease-in-out;
		-o-animation: fadeIn 20s ease-in-out;
		animation: fadeIn 20s ease-in-out;
	}
}
