/*
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
}
 */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover-tr, .hover-tr a {
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.hiddenn	{opacity:0;}
.visiblee	{opacity:1;}

.delay-100ms {animation-delay: 100ms;}
.delay-150ms {animation-delay: 150ms;}
.delay-200ms {animation-delay: 200ms;}
.delay-250ms {animation-delay: 250ms;}
.delay-300ms {animation-delay: 300ms;}
.delay-350ms {animation-delay: 350ms;}
.delay-400ms {animation-delay: 400ms;}
.delay-500ms {animation-delay: 500ms;}
.delay-600ms {animation-delay: 600ms;}
.delay-700ms {animation-delay: 700ms;}


body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	line-height: 1.68rem;
	color: #363C3C;
	background-color: #F6F6F6;
	/*padding-top: 50px;*/
}



.w-100 {font-weight: 100;}
.w-200 {font-weight: 200;}
.w-300 {font-weight: 300;}
.w-400 {font-weight: 400;}
.w-600 {font-weight: 600;}
.w-700 {font-weight: 700;}
.w-800 {font-weight: 800;}


.color-white {
	color: #fff;
}
.color-green {color: #92C53C;}
.color-green-l {color: #C0EF72;}

.color-orange {color: #F39E29;}
.color-pink {color: #D9417E;}
.color-pink-l {color: #F876B9;}

.color-blue {color: #3EA5DA;}
.color-gray {color: #5E605E;}
.color-black {color: #333;}

.bg_text-green {background-color: #82BC41;}
.bg_text-orange {background-color: #ED9F2D;}
.bg_text-pink {background-color: #D9417E;}
.bg_text-blue {background-color: #3EA5DA;}
.bg_text-gray {background-color: #5E605E;}

.bg-white {background-color: #f0f8ff !important;}

.ls-05 {letter-spacing: .05rem;}
.ls-10 {letter-spacing: .1rem;}
.ls-15 {letter-spacing: .15rem;}
.ls-20 {letter-spacing: .2rem;}
/** NAVBAR **/

img.navbar-logo {
	width: 170px;
}


.opacity-0 {
	opacity: 0;
}
.opacity-1 {
	opacity: 1;
}


.navbar {
	background-color: #fff;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;	
	height: 80px;
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0,0,0,0.10); 
	box-shadow: 0px 2px 10px 4px rgba(0,0,0,0.10);
}
.navbar.navbar-scroll { height: 60px; box-shadow: 3px 0px 5px rgba(0,0,0,.3) }


.navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	color: #213b59;
	font-weight: 700;
	font-size: .85rem;
	padding-left: 10px;
	padding-right: 10px;

}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #4181A3;
}


.nav-item-btn-whatsapp {
	padding-top: 10px;
	margin-left: 10px;
}
.btn-whatsapp-header {
	padding: 4px 16px;
	background-color: #65D072; 
	border-radius: 50px;
	color: #fff !important;
	text-align: center !important;
}
.btn-whatsapp-header .fa-whatsapp {
	padding: 0; margin: 0;
}
.btn-whatsapp-header:hover, .btn-whatsapp-header:focus, .btn-whatsapp-header:active {
	background-color: #055F54;
}

.nav-item-acessar {
	padding-top: 8px;
	margin-left: 10px;
}
.nav-link-acessar {
	padding: 1px 14px !important;
	background-color: #4181A3; 
	border-radius: 50px;
	color: #fff !important;
	text-align: center !important;
	font-size: .8rem !important;
}
.nav-link-acessar:hover, .nav-link-acessar:focus, .nav-link-acessar:active {
	background-color: #213b59;
}

.dropdown-acessar {
	border-radius: 13px;
	font-size: .9rem;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(65, 129, 163, 0.2); 
	box-shadow: 0px 0px 19px 0px rgba(65, 129, 163, 0.2);
}
.dropdown-acessar .dropdown-item {
	padding-right: 35px;
}
.dropdown-acessar .dropdown-item:hover, .dropdown-acessar .dropdown-item:focus, .dropdown-acessar .dropdown-item:active {
	background-color: #f1f5fd;
	color: inherit;
}
.dropdown-acessar .dropdown-item:first-child {
	padding-top: 8px;
}
.dropdown-acessar .dropdown-item:last-child {
	padding-bottom: 9px;
}

.nav-link-paineis {
	font-weight: 300 !important;
	text-transform:none !important;
	color: #213b59 !important;
}
.nav-link-paineis span {
	padding-bottom: 4px;
}

.nav-link-paineis:hover span, .nav-link-paineis:focus span {
	border-bottom: 1px solid #213b59 !important;
}

.nav-link-institucional {
	font-weight: 300 !important;
	text-transform:none !important;
	color: #213b59 !important;
}
.nav-link-institucional span {
	padding-bottom: 4px;
}

.nav-link-institucional:hover span, .nav-link-institucional:focus span {
	border-bottom: 1px solid #213b59 !important;
}

#header-link-user-label .nav-link {
	font-weight: 600;
}
#header-link-user-label .nav-link:hover {
	color: inherit !important;
}

.nav-item.active .nav-link {
	font-weight: 800 !important;
}
/* .nav-item.active span {
	border-bottom: 1px solid #213b59 !important;
} */


@media (min-width: 992px) {
	.animate {
	  animation-duration: 0.3s;
	  -webkit-animation-duration: 0.3s;
	  animation-fill-mode: both;
	  -webkit-animation-fill-mode: both;
	}
 }
 
 @keyframes slideIn {
	0% {
	  transform: translateY(1rem);
	  opacity: 0;
	}
	100% {
	  transform:translateY(0rem);
	  opacity: 1;
	}
	0% {
	  transform: translateY(1rem);
	  opacity: 0;
	}
 }
 
 @-webkit-keyframes slideIn {
	0% {
	  -webkit-transform: transform;
	  -webkit-opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0);
	  -webkit-opacity: 1;
	}
	0% {
	  -webkit-transform: translateY(1rem);
	  -webkit-opacity: 0;
	}
 }
 
 .slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
 }

 


.navbar-dark .navbar-toggler {
	border: 2px solid #213b59 !important;
	color: #213b59 !important;
	padding: 5px 10px;
	/* display: none; */
}
.btn-zap-header-resp {
	text-decoration: none !important;
	font-size: .9rem;
	display: none;
}
.btn-zap-header a.nav-link, .btn-zap-header-resp {
	padding: 4px 22px !important;
	padding-right: 7px;
	margin-top: 3px;
	font-weight: 500 !important;
	background-color: #65D072; border-radius: 50px;
	color: #fff !important;
	margin-left: 15px;
	letter-spacing: -6px;
}
.btn-zap-header-resp {
	padding-right: 27px !important;
}
.btn-zap-header:hover a.nav-link, .btn-zap-header-resp:hover {background-color: #408A7E !important; border-color: #408A7E;} 

@media (max-width: 992px) {
	.btn-zap-header-resp {
		display: block;
	}

}


.color-roxo-escuro {color:#615788;}
.color-azul-neutro 	{color: #213b59;}
.color-azul-aux 	{color: #4181A3;}
.color-perfil-a 	{color: #3FB386;}
.color-perfil-p 	{color: #9a91c0;}
.color-perfil-c 	{color: #F1C176;}
.color-perfil-e 	{color: #E07358;}
.color-fff 			{color: #fff}

.border-color-a {border-color: #5CBC8E !important;}
.border-color-p {border-color: #9A91C0 !important;}
.border-color-c {border-color: #F1C176 !important;}
.border-color-e {border-color: #E07358 !important;}


.bg-azul-neutro {background: #213b59;}
.bg-azul-aux {background: #4181A3;}
.bg-perfil-a 	{background: #5CBC8E;}
.bg-perfil-p 	{background: #9A91C0;}
.bg-perfil-c 	{background: #F1C176;}
.bg-perfil-e 	{background: #E07358;}

.btn-perfil-a {}
.btn-perfil-p {border-color: #9A91C0; background-color: #9A91C0;} 
.btn-perfil-p:hover, .btn-perfil-p:active {background-color: rgb(131, 122, 168) !important; border-color: rgb(114, 106, 148);}
.btn-perfil-c {}
.btn-perfil-e {}

.btn-rounded {border-radius: 40px; padding: .4rem 1rem;}
h4, .h4 {line-height: 1.95rem;}

.ssp {font-family: 'Source Serif Pro',serif;}
.ssans {font-family: 'Source Sans Pro', sans-serif;}

.ms {font-family: 'Montserrat',sans-serif;}
p.lead-1 {
	font-size: 1.55rem;
	line-height: 2rem;
}

p.lead-2 {
	font-size: 1.3rem;
	line-height: 1.65rem;
	margin-bottom: .2rem;
}

/* HEADER HOME */
.section-header {
	background: url(../images/inst/header_1.jpg) no-repeat center center;
	background-size: cover;
	background-position-y: 60px;
	height: 100vh;
}

@media (max-width: 576px) {
	.section-header {height: 100px!important;}
}
.section-header-gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 4;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#243b59+14,243b59+100&1+4,0+60 */
	background: -moz-linear-gradient(25deg,  rgba(36,59,89,1) 4%, rgba(36,59,89,0.82) 14%, rgba(36,59,89,0) 60%, rgba(36,59,89,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(25deg,  rgba(36,59,89,1) 4%,rgba(36,59,89,0.82) 14%,rgba(36,59,89,0) 60%,rgba(36,59,89,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(25deg,  rgba(36,59,89,1) 4%,rgba(36,59,89,0.82) 14%,rgba(36,59,89,0) 60%,rgba(36,59,89,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243b59', endColorstr='#00243b59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media (max-width: 576px) {
	.section-header {height: calc(100vh - 80px) !important;}
	.section-header-gradient {height: calc(100vh - 80px) !important;}
}


.wrapper-header-z-index {
	position: relative;
	z-index: 4;
}

.title-header-home {
	font-size: 2.8rem;
	color: #fff;
	text-shadow: 1px 2px 5px rgba(0,0,0,.6);
}
.subtitle-header-home {
}
.subtitle-header-home span {
	background: #fff;
	line-height: 1.3rem !important;
}
h4.subtitle-header-home {
	line-height: 1.85rem !important;
}


.section-beneficios {
	background: #f2f2f2;
}
@media (max-width: 768px) {
	.section-beneficios .col {flex: none;}
	.section-beneficios h1 {display: inline-block; margin-bottom: 0; font-size: 2rem; margin-right: .3rem;}
	.section-beneficios h4 {display: inline; margin-bottom: 0;}
}

.section-jornada {
	background: #fff;
}
.icones_jornada {
	width: 65px;
	margin-right: 15px;
}
.box-jornada {
	background: rgba(221, 215, 244, 0.6);
	border-radius: 8px;
	padding: 1.8rem 2rem;
}
.box-jornada p.numeracao {
	background: #9A91C0;
	width: 40px;
	height: 40px;
	color: #fff;
	border-radius: 50px;
	font-size: 30px;
	font-weight: 700;
	margin: 0 auto;
	padding-top: 7px;
	margin-bottom: 2rem;
	position: relative;
	z-index: 9999;
}
.box-jornada .row-title {
	margin-left: -3.2rem;
}


.cultura-pessoas p {
	font-size: 1.4rem;
	line-height: 1.9rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #213b59;
}

.section-saiba-mais {
	background: url(../images/inst/bg_video.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 11rem;
	padding-bottom: 11rem;
}
.section-saiba-mais {cursor: pointer;}
.btn-play {
  position: absolute;
  opacity: 0.2;
  width: 30%;
  left: calc(50% - 15%);
  margin-top: -10%;
}
.section-saiba-mais:hover .btn-play {
  opacity: .35;
}
@media (max-width: 768px) {
	.section-saiba-mais {
	}
	.btn-play {
		position: absolute;
		opacity: 0.35;
		width: 30%;
		left: calc(50% - 15%);
		margin-top: 8%;
	  }
}
@media (max-width: 576px) {
	.section-saiba-mais {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.btn-play {
		margin-top: -5%;
	  }
	.section-saiba-mais h1 {
		font-size: 2.1rem;
	}
}

@media (max-width: 450px) {
	.btn-play {
		margin-top: 2%;
	  }
}

@media (max-width: 380px) {
	.btn-play {
		margin-top: 6%;
	  }
}

.section-forms {
	background: #FFE4DE;
}
.section-home-footer {
	background: #213A59;
}

.section-home-footer p {
	font-size: 1.1rem;
	line-height: 1.45rem;
}
.lead-forms-homepage .nav {
	margin-top: -42px;
	padding-bottom: 1.2rem;
}
.lead-forms-homepage .nav-link{
	color: inherit;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .05rem;
	font-weight: 700;;
	border-radius: 30px;
	padding: .2rem 1.4rem;
	margin-left: .4rem;
	margin-right: .4rem;
	z-index: 99;
}
.lead-forms-homepage .nav-link{
	color: #ED6D50;
	background: #fff;
	border: 2px solid #ED6D50;
}
.lead-forms-homepage .nav-link:active, .lead-forms-homepage .nav-link.active, .lead-forms-homepage .nav-link:hover {
	background: #ED6D50;
	color: #fff;
}
.lead-forms-homepage .tab-content {
	background: #fff;
	padding: 1.5rem 1.4rem;
	padding-bottom: 0;
	border-radius: 10px;
}
.lead-forms-homepage .tab-pane {

}
.lead-forms-homepage p.frase-final {
	color: #666;
	text-align: center;
	font-size: 1.7rem;
	line-height: 2.2rem;
	font-family: 'Source Serif Pro',serif;
	padding-left: 1rem;
	padding-right: 2rem;
	margin-bottom: 1.8rem;
}
.lead-forms-homepage .wpcf7 {
	max-width: 100%;
}

.lead-forms-homepage .form-control, .lead-forms-homepage .wpcf7 input[type=color], .lead-forms-homepage .wpcf7 input[type=date], .lead-forms-homepage .wpcf7 input[type=datetime-local], .lead-forms-homepage .wpcf7 input[type=datetime], .lead-forms-homepage .wpcf7 input[type=email], .lead-forms-homepage .wpcf7 input[type=file], .lead-forms-homepage .wpcf7 input[type=month], .lead-forms-homepage .wpcf7 input[type=number], .lead-forms-homepage .wpcf7 input[type=range], .lead-forms-homepage .wpcf7 input[type=search], .lead-forms-homepage .wpcf7 input[type=tel], .lead-forms-homepage .wpcf7 input[type=text], .lead-forms-homepage .wpcf7 input[type=time], .lead-forms-homepage .wpcf7 input[type=url], .lead-forms-homepage .wpcf7 input[type=week], .lead-forms-homepage .wpcf7 select, .lead-forms-homepage .wpcf7 textarea {
	border: none;
	padding: 0;
	border-bottom: 2px solid #ED6D50;
	border-radius: 0;
	margin-bottom: 1rem;
	box-shadow: none !important;
}

.lead-forms-homepage .wpcf7 input[type=submit] {
	background: #3FB386;
	border-color: #3FB386;
	color: #fff;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .05rem;
	font-weight: 700;;
	border-radius: 30px;
	padding: .2rem 1.4rem;
	width: 150px;
	margin-bottom: -56px;
}

.lead-forms-homepage .wpcf7 .wpcf7-validation-errors {
	margin: 0;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding-top: 1rem;
	padding-bottom: 2.5rem;
}
.lead-forms-homepage div.wpcf7-mail-sent-ok {
	margin: 0;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.lead-forms-homepage div.wpcf7 .ajax-loader {
	margin-bottom: -56px;
	margin-left: 15px;
	background-color: #fff;
	background-image: url(../images/loading-1.gif);
	padding: 12px;
	border-radius: 50px;
	background-repeat: no-repeat;
	background-position-x: 4px;
	background-position-y: 4px;
	background-position: center center;
	background-size: 99%;
}  

.testimonial .testimonial-content{
	padding: 25px 25px 35px 20px;
	margin-bottom: 35px;
	position: relative;
	background: url(../images/depoimento_aspas.svg);
	background-repeat: no-repeat;
	position: left top;
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 1.2rem;
    line-height: 1.55rem;
    margin: 0;
}
.testimonial .title{
    display: block;
	font-size: 1.25rem;
    text-transform: capitalize;
    margin: 0 0 0 0;
}
.testimonial .post{
	display: block;
	font-weight: 700;
	font-size: .8rem;
	text-transform: uppercase;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #F1C176 !important;
}

.foto_depoimento {
	border-radius: 100px;
	width: 80px;
}


@media (max-width: 576px) {
	.section-com-a-gente {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-com-a-gente h1 {
		font-size: 2rem;
	}
}
	
.row-logos .col-md-2 {
	filter: grayscale(15%);
	opacity: .65;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

.row-logos .col-md-2:hover {
	filter: grayscale(0%);
	opacity: 1;
}

/* 
    Starry Night DEMO
    chriscoyier@gmail.com
    http://chriscoyier.net
*/


@-webkit-keyframes STAR-MOVE {
	from {
		background-position: 5% -5%
	}
	to { 
		background-position: 0% 6000%
	}
}


#background {
	background: white url(../images/inst/header_1.jpg) no-repeat center center;
	background-size: cover;
	background-position-y: 50px;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -3;
	/*	

	
	-webkit-animation-name: STAR-MOVE;
	-webkit-animation-duration: 200s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;*/
}

#midground {
	background: url(../images/flying/midground.png) repeat 35% 35%;
	background-size: cover;
	position: absolute;
	top: 0; left: -10%; right: 0; bottom: 0;
	z-index: 1;
	
	-webkit-animation-name: STAR-MOVE;
	-webkit-animation-duration: 150s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

#foreground {
	background: url(../images/flying/foreground.png) repeat 35% 35%;
	background-size: 110%;

	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 2;
	
	-webkit-animation-name: STAR-MOVE;
	-webkit-animation-duration: 100s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}


@media (max-width: 991px) {

	@-webkit-keyframes STAR-MOVE {
		from {
			background-position: 5% -25%
		}
		to { 
			background-position: 0% -3000%
		}
	}

}

@media (max-width: 576px) {
	#midground {
		background: url(../images/flying/midground.png) repeat 35% 35%;
		background-size: cover;
		top: 0; left: -105%; right: 0; bottom: 0;
		height: calc(100vh - 80px) !important;
	}
	#foreground {
		background: url(../images/flying/foreground.png) repeat 35% 35%;
		background-size: 140%;
		height: calc(100vh - 80px) !important;
	}


	@-webkit-keyframes STAR-MOVE {
		from {
			background-position: 5% -25%
		}
		to { 
			background-position: 0% -1500%
		}
	}
}

