:root {
	--laranja: #FF595A;
	--roxo: #6924FF;
}

.c-orange {
	color: var(--laranja);
}

.c-purple {
	color: var(--roxo);
}

.absolute {
	position: absolute;
}

.abs-align-hor {
	left: 50%;
	transform: translateX(-50%);
}

.abs-align-ver {
	top: 50%;
	transform: translateY(-50%);
}

.abs-align-all {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.row {
  margin-left: 0;
  margin-right: 0;
}

body {
	position: relative;
}

/* ÂNCORA */

.anchor-top {
	position: fixed;
    right: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    border: 1px solid var(--roxo);
    background-color: rgba(255, 255, 255, .7);
    padding: 1px 0 0;
    z-index: 9999;
}

.anchor-top svg {
	width: 19px;
}

/* TOPO */

.navbar {
	background-color: transparent !important;
    top: 0;
    left: 0;
    right: 0;
	padding: 15px 57px 0;
	z-index: 9;
}
body .navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;
	position: relative;
    top: -10px;
}
.navbar-nav {
    padding: 20px;
    background-color: #212529f5!important;
    width: 250px;
    display: inline-block;
}
.navbar-collapse {
	text-align: right;
}



#hero .btn {
	border: 3px var(--roxo) solid;
	color: #fff;
	letter-spacing: .4em;
	height: 61px;
	width: 273px;
	border-radius: 31px;
	bottom: 116px;
}
#hero .btn:hover {
	background-color: var(--roxo);
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--laranja);
}

#hero .anchor-hero {
	bottom: 62px;
}

#hero .col-12 {
	max-width: 1295px;
	margin: 0 auto;
	height: 100vh;
	position: relative;
}

.hero-title {
	left: 0;
	right: 0;
}

#hero h1 {
	font-size: 60px;
	line-height: 28px;
}

#typetext {
	font-size: 60px;
	margin: -32px -15px 0 0;
	position: relative;
}

/* MODELOS DE CAPACITAÇÕES E PRESENCIAL */

#modelos-de-capacitacoes {
	position: relative;
	height: 870px;
	background-image: linear-gradient(to right, #6924ff 0%, #6d25fa 13.8%, #7929ec 29.6%, #8e31d5 46.3%, #ab3bb5 63.7%, #d0488c 81.6%, #fe585b 99.6%, #ff595a 100%); 
}

#presencial {
	position: relative;
	height: 746px;
	z-index: 1;
	background: transparent radial-gradient(closest-side at 50% 50%, #000000BF 0%, #000000 65%) 10% 0% no-repeat padding-box;
}

#modelos-de-capacitacoes > svg, #presencial > svg {
	top: -18px;
	left: 0;
	z-index: -1;
}

#presencial .container > .row {
	padding-top: 134px;
}

.mod-pres-h2-tit {
	font-size: 48px;
	line-height: 64px;
	margin: 110px 0 100px;
}

.mod-pres-h3-tit {
	font-size: 50px;
	line-height: 50px;
	color: #BFA1FF;
}

.mod-pres-flex {
	border-top: 1px #fff solid;
	padding: 29px 0 0;
	margin: 32px 0 0;
}

.mod-pres-descrip {
	font-size: 20px;
	line-height: 32px;
}

.dif-title {
	font-size: 24px;
	line-height: 25px;
	margin: 0 0 5px;
}

#modelos-de-capacitacoes .dif-title, #modelos-de-capacitacoes .mod-pres-h3-tit {
	color: #BFA1FF;
}

#presencial .dif-title, #presencial .mod-pres-h3-tit {
	color: #FF595A;
}

.dif-descrip {
	line-height: 25px;
}

#modelos-de-capacitacoes .mod-pres-lista-flex {
	padding: 41px 0 0;
}

#presencial .mod-pres-lista-flex {
	padding: 72px 0 0;
}

#presencial .mod-pres-lista-flex {
	max-width: 1044px;
	margin: 0 auto;
}

#presencial .mod-pres-lista-col {
	width: 20%;
}

#presencial .mod-pres-lista-flex .mod-pres-lista-col:first-child p, #presencial .mod-pres-lista-flex .mod-pres-lista-col:nth-child(2) p, #presencial .mod-pres-lista-flex .mod-pres-lista-col:nth-child(3) p {
	font-size: 21px;
}

.mod-pres-lista-col {
	width: 14.28%;
	position: relative;
}

.mod-pres-lista-col svg:first-child {
	z-index: -1;
}

.mod-pres-lista-col svg:nth-child(2), .corp-lista-col svg:nth-child(2) {
	position: absolute;
	right: -26px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.mod-pres-lista-col p.abs-align-all {
	left: 54%;
    width: 72%;
}

#modelos-de-capacitacoes .mod-pres-lista-col svg circle, #presencial .mod-pres-lista-col svg circle {
	transition: .3s all ease-in-out;
}

#modelos-de-capacitacoes .mod-pres-lista-col:hover svg:first-child circle:last-child {
	fill: #4c09ea;
	transition: .3s all ease-in-out;
}

#presencial .mod-pres-lista-col:hover svg:first-child circle:last-child {
	fill: #fc3535;
	transition: .3s all ease-in-out;
}

.mod-pres-lista-flex .mod-pres-lista-col:first-child { z-index: 7; } .mod-pres-lista-flex .mod-pres-lista-col:nth-child(2) { z-index: 6; } .mod-pres-lista-flex .mod-pres-lista-col:nth-child(3) { z-index: 5; } .mod-pres-lista-flex .mod-pres-lista-col:nth-child(4) { z-index: 4; } .mod-pres-lista-flex .mod-pres-lista-col:nth-child(5) { z-index: 3; } .mod-pres-lista-flex .mod-pres-lista-col:nth-child(6) { z-index: 2; } .mod-pres-lista-flex .mod-pres-lista-col:last-child { z-index: 1; }

.corp-lista-flex .corp-lista-col:first-child {z-index: 4;} .corp-lista-flex .corp-lista-col:nth-child(2) {z-index: 3;} .corp-lista-flex .corp-lista-col:nth-child(3) {z-index: 2;} .corp-lista-flex .corp-lista-col:last-child {z-index: 1;}


/* PARA QUEM ENTREGAMOS */

#para-quem-entregamos {
	height: 583px;
	position: relative;
}

#para-quem-entregamos svg.svg-top {
	top: -2px;
}

#para-quem-entregamos h2 {
	padding: 182px 0 0;
    font-size: 48px;
    line-height: 72px;
    margin: 0 0 48px;
}

.ent-slider p.slick-slide {
	font-size: 29px;
	white-space: nowrap
}

.ent-slider .slick-prev {
	left: 47%;
    transform: translateX(-50%);
    top: 85px;
}

.ent-slider .slick-next {
	right: 48%;
    transform: translateX(-50%);
    top: 85px;
}

.slick-prev:before, .slick-next:before {
    font-size: 33px;
}

/* NÚMEROS */

#numeros .container, #numeros {
	position: relative;
}

#numeros .container {
	padding-top: 123px;
}

#numeros > svg {
	top: -75px;
}

#numeros .container > svg {
	z-index: -1;
	top: -100px;
    left: 0;
}

.num-plus {
	font-size: 34px;
    font-weight: 700;
}

.num-plus p {
	margin: 0;
}

.num-plus span {
	font-size: 86px;
	line-height: 86px;
}

#counters_1 .counter {
	font-size: 200px;
    line-height: 150px;
}

#counters_1 {
	display: inline-block;
	vertical-align: middle;
}

.num-main-descrip {
	font-size: 22px;
    display: inline-block;
    width: 258px;
    line-height: 29px;
    margin: 0 0 0 25px;
    vertical-align: middle;
}

.num-text-col p span {
	font-size: 24px;
}

.num-text-col p {
	font-size: 18px;
	margin: 0 0 28px;
}

.num-lista-flex {
	padding-top: 85px;
	padding-bottom: 53px;
}

.num-lista-flex .num-lista-col {
	width: 25%;
	position: relative;
}

.num-counter {
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(3%, -40%);
}

.num-counter div {
	font-size: 104px;
	line-height: 84px;
	letter-spacing: -.05em;
	display: inline-block;
}

.num-counter div.counter-text {
	font-size: 58px;
	line-height: normal;
}

.num-counter > p {
	font-size: 22px;
    line-height: 26px;
}

/* CORPORATIVO */

#corporativo {
	position: relative;
	height: 954px;
	background: url(../media/bg_corporativo.png) no-repeat center top;
	background-size: contain;
}

#corporativo .corp-info {
	padding-top: 507px;
}

.corp-info .poppins {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .15em;
	margin: 0 0 26px;
}

.corp-info .playfair {
	display: inline-block;
    background-color: #000000;
    font-size: 29px;
    margin: 0;
    padding: 0 15px;
}

.corp-lista-flex  {
	margin: 0 auto;
	max-width: 1172px;
	padding: 41px 0 0;
}

.corp-lista-col {
	width: 25%;
	position: relative;
	height: 308px;
}

.corp-lista-col p {
	top: 50%;
   left: 15px;
   transform: translateY(-50%);
   padding: 62px;
}

/* CLIENTES */

#clientes h2 {
	font-size: 60px;
	line-height: 50px;
	margin: 125px 0 39px;
}

/* PROFESSORES E PALESTRANTES */

#palestrantes .slick-track{ display: flex !important;} #palestrantes .slick-slide { height: inherit !important; }

#palestrantes .col-12 > p {
	margin: 119px 0 12px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .2em;
}

#palestrantes h2 {
	font-size: 60px;
	line-height: 50px;
	margin: 0 0 61px;
}

.prof-slider {
	padding-bottom: 162px;
}

.prof-col {
	margin: 0 11px;
}

.prof-col .img-thumb {
	position: relative;
	height: 328px;
	width: 328px;
	border-radius: 164px;
	overflow: hidden;
}

.prof-col .img-thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prof-col h3 {
	font-size: 22px;
	line-height: 28px;
	margin: 19px 0 13px;
}

.media-icons img {
	display: inline-block;
	vertical-align: middle;
	max-width: 32px;
	margin: 0 5px;
}

.prof-slider .slick-prev {
	left: 47%;
    transform: translateX(-50%);
    top: 80%;
}

.prof-slider .slick-next {
	right: 48%;
    transform: translateX(-50%);
    top: 80%;
}

.prof-slider .slick-prev:before, .prof-slider .slick-next:before {
	color: var(--roxo);
}

/* DEPOIMENTOS */

#depoimentos {
	background-color: #292929;
}

#depoimentos h2 {
	font-size: 60px;
	line-height: 50px;
	margin: 101px 0 63px;
}

#depoimentos .slick-track{ display: flex !important;} #depoimentos .slick-slide { height: inherit !important; }

.dep-slider {
	padding: 0 0 144px;
}

.dep-col {
	background-color: #fff;
	border-radius: 28px;
	margin: 0 22px;
	padding: 20px 35px 137px;
	position: relative;
}

.dep-col img {
	max-width: 119px;
	display: block;
	margin: 0 auto;
}

.dep-meta {
    bottom: 41px;
    left: 0;
    right: 0;
}

.dep-meta svg {
	margin-bottom: 18px;
}

p.dep-name {
	font-size: 18px;
	line-height: 27px;
	margin: 0;
}

p.dep-company {
	letter-spacing: .3em;
	line-height: 25px;
	margin: 0;
}

.dep-slider .slick-prev {
	left: 47%;
    transform: translateX(-50%);
    top: 90%;
}

.dep-slider .slick-next {
	right: 48%;
    transform: translateX(-50%);
    top: 90%;
}

/* NEWS */


#news .label-form-1 {
	display: inline-block;
    width: calc(50% - 9px);
    margin: 0 3px 12px;
	vertical-align: middle;
}

#news .label-form-1 input {
	height: 68px;
	background-color: transparent;
    border: 2px solid #fff;
    border-radius: 7px;
    color: #fff;
    letter-spacing: .25em;
}

#news .form-cadastro-labels {
	width: 564px;
	display: inline-block;
    vertical-align: top;
}

#news .div-form-1-button {
	display: inline-block;
	vertical-align: top;
}

#news .div-form-1-button button {
	font-size: 20px;
	letter-spacing: .25em;
	width: 242px;
    height: 148px;
	text-align: center;	
	background-color: var(--laranja);
	border-radius: 10px;
}

#news .div-form-1-button button:hover {
	background-color: #e72426;
}

#news .info-btn {
	margin: 118px 0 109px;
}

#news .info-btn button {
	letter-spacing: .25em;
    line-height: 25px;
    padding: 22px 28px;
    border-radius: 40px;
	transition: .3s all ease-in-out;
}

#news .info-btn button:hover {
	background-color: var(--roxo);
	transition: .3s all ease-in-out;
}

#news .gradient-btn {
	background: transparent linear-gradient(232deg, #6924FF 0%, #FE585B 69%, #FF595A 100%) 0% 0% no-repeat padding-box;
}

#news .stroke-btn {
	border: var(--roxo) 3px solid;
}

#news .news-block {
	background-color: var(--roxo);
	border-radius: 36px;
	padding: 69px 74px 67px 65px;
	margin: 0 0 92px;	
}

#news .news-block > p {
	font-size: 50px;
	line-height: 55px;
	max-width: 136px;
	margin: 0;
	position: relative;
    top: -10px;
}

#news .label-form-1 input::-webkit-input-placeholder {
    color: #fff;
}

#news .label-form-1 input::-moz-placeholder {
    color: #fff;
}

#news .label-form-1 input:-ms-input-placeholder {
    color: #fff;
}

#news .label-form-1 input:-moz-placeholder {
    color: #fff;
}

/* RODAPÉ */

#rodape {
	background-color: #1b1b21;
}

.div-rodape-2020 {
    background-color: #1b1b21;
    color: #FFFFFF;
    width: 100%;
    max-width: 1250px;
    display: table;
    margin: 0 auto;
}

.div-rodape-2020 .div-logos-grupo-jml {
    height: 210px;
    width: 43%;
    display: inline-block;
}

.div-rodape-2020 .div-logos-grupo-jml-texto {
    display: table;
    text-align: left;
}

.rodape-logo-grupo-jml {
    padding-right: 35px;
}

.rodape-logo-grupo-jml-pessoas, .rodape-logo-grupo-jml-servicos {
    padding-right: 20px;
}

.rodape-logo-grupo-jml, .rodape-logo-grupo-jml-pessoas, .rodape-logo-grupo-jml-servicos, .rodape-logo-grupo-jml-tecnologia {
    display: inline-table;
    cursor: pointer;
}

.div-rodape-logos-pequenas {
    display: none;
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
}

.logo-p-jml {
    display: inline-block;
    padding-right: 15px;
    padding-top: 5px;
    cursor: pointer;
}

.logo-p-corporate-school {
    display: inline-block;
    padding-right: 15px;
    padding-top: 3px;
    cursor: pointer;
}

.logo-p-academy {
    display: inline-block;
    padding-right: 15px;
    padding-top: 2px;
    cursor: pointer;
}

.logo-p-connect {
    display: inline-block;
    padding-right: 15px;
    cursor: pointer;
}

.div-rodape-2020 .div-rodape-infos-empresa {
    height: 330px;
    width: 33%;
    display: inline-block;
    font-size: 11px;
    line-height: 17px;
    border-left: 1px solid #2e2e2e!important;
    border-right: 1px solid #2e2e2e;
}

.div-rodape-2020 .div-rodape-infos-empresa-texto {
    font-size: 12px;
	line-height: 21px;
    padding-top: 75px;
    display: table;
    margin: 0 auto;
    font-weight: 300!important;
}

.div-rodape-2020 .div-rodape-central {
    height: 210px;
    width: 24%;
    display: inline-block;
    height: 210px;
    font-size: 12px;
    padding-left: 20px!important;
}

.div-rodape-2020 .div-rodape-central-texto {
    display: table;
    margin: 0 auto;
}

.div-rodape-2020 .div-rodape-central .span-1 {
    font-size: 14px;
    color: #f93338;
    font-weight: 300!important;
}

.div-rodape-2020 .div-rodape-central .span-2 {
    font-size: 15px;
    color: #f93338;
    font-weight: 600!important;
}

.div-rodape-2020 .div-rodape-central .span-3 {
    font-size: 13px;
    font-weight: 300!important;
}

.div-rodape-2020 .div-rodape-central .span-4 {
    font-size: 15px;
    font-weight: 700!important;
}

.div-rodape-2020 .div-rodape-central .span-5 {
    font-size: 13px;
    font-weight: 300!important;
}

.div-rodape-2020 .div-rodape-central .span-6 {
    font-size: 15px;
    font-weight: 700!important;
}

.div-rodape-logos-pequenas-desktop {
    border-top: 1px solid #2e2e2e!important;
    display: table;
    width: 100%;
}

.div-rodape-logos-pequenas-desktop-max-width {
    width: 100%;
    max-width: 1250px;
    display: table;
    margin: 0 auto;
}

.div-rodape-logos-pequenas-desktop .box-1 {
    width: 40%;
    display: inline-block;
    padding: 20px 0px;
}

.div-rodape-logos-pequenas-desktop .box-2 {
    width: 60%;
    display: inline-block;
    padding: 20px 0px;
    text-align: right;
}

.rodape-botao-redes-sociais {
    display: inline-block;
    margin-left: 4px;
    width: 40px;
    text-align: center;
    border: 2px solid #fd2e34;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 7px;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.rodape-botao-redes-sociais img {
	position: relative;
	top: -2px;
}

.rodape-whatsapp-cell {
    display: none;
}

.rodape-botao-acesse-portal {
    margin-left: 25px;
    border: 2px solid #fd2e34;
    color: #FFFFFF!important;
    padding: 8px 30px;
    font-size: 11px;
    font-weight: 700!important;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 50px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.rodape-botao-redes-sociais:hover {
    display: inline-block;
    background: #fd2e34;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.rodape-botao-acesse-portal:hover {
    display: inline-block;
    background: #fd2e34;
    -moz-transition: all 0.300s ease;
    -webkit-transition: all 0.300s ease;
    -o-transition: all 0.300s ease;
    transition: all 0.300s ease;
}

p.address-title {
  color: #f93338;
  font-size: 14px;
  margin: 0 0 7px;
}
















