/* Side panel */
html.side-panel .side-panel-wrapper .side-panel-nav ul li a {
    text-shadow: 0 0 2px #000;
}

html.side-panel .side-panel-wrapper {
	background-color: #ccf000;
}

@media (max-width: 426px) {
	html.side-panel .side-panel-wrapper {
		width: 305px;
	}
}


html.side-panel .side-panel-wrapper .menu-title {
	font-family: 'aminoregular_13';
	font-size: 36px;
	color: #fff;
	letter-spacing: 2px;
	word-break: break-word;
}

html.side-panel .side-panel-wrapper .side-panel-close {
	top: 35px !important;
	z-index: 5;
	font-family: 'aminoregular_5' !important;
	font-weight: bold;
}

html.side-panel .side-panel-wrapper .side-panel-nav ul li {
	margin-bottom: 20px;
}

html.side-panel .side-panel-wrapper .side-panel-nav ul li a {
	color: #fff;
	font-family: 'aminoregular_5';
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	transition: ease-in-out .3s !important;
}

html.side-panel .side-panel-wrapper .side-panel-nav ul li a:hover {
	text-decoration: none;
	color: #000;
}

html.side-panel .side-panel-wrapper .side-panel-nav .side-panel-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

html.side-panel .side-panel-wrapper .side-panel-nav .social-icons li a {
	width: 40px !important;
	height: 40px !important;
	line-height: 44px !important;
}

html.side-panel .side-panel-wrapper .side-panel-nav .social-icons li:hover a {
	color: #f3d400 !important;
	background-color: black !important;
}

@media (min-width: 426px) {
	html.side-panel .side-panel-wrapper {
		width: 400px;
	}
}
/* /Side panel */

/* Header */
#header .header-body {
	background-color: #0dceff !important;
}

html.sticky-header-active #header .header-body.header-body-bottom-border {
	border-bottom: 1px solid #0dceff !important;
	box-shadow: none !important;
}

#header .header-body .social-icons li a {
	height: 38px;
	line-height: 38px;
	width: 38px;
	font-size: 20px;
	color: #ddff2a !important;
	background-color: transparent;
	transition: ease-in-out .3s !important;
}

#header .header-body .social-icons li a:hover {
	color: #0dceff !important;
	background-color: #fff !important;
}

#header .header-column:first-child {
	align-items: flex-start;
}

#header .header-column:last-child {
	align-items: flex-end;
}

.hamburguer-btn {
	width: 40px;
}

.hamburguer-btn .hamburguer span {
	top: 54%;
	height: 3px;
	background-color: #fff !important;
}

.hamburguer-btn .hamburguer span:nth-child(3) {
	top: 78%;
}
/* /Header */

/* Banner */
html .bg-home {
	background-color: #0dceff;
}

html .bg-home .banner-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
/* /Banner */

/* home */
.home-est-presentation {
	margin-top: 85px;
	margin-bottom: 100px;
}

@media (max-width: 991px) {
	.home-est-presentation {
		margin-top: 50px;
	}
}

@media (max-width: 425px) {
	.home-est-presentation > div {
		padding-left: 0;
		padding-right: 0;
	}

	.home-est-presentation > div p {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.home-est-presentation .master-coach-title {
	position: relative;
	color: #0dceff;
	font-family: 'aminoregular_13';
	font-size: 55px;
	letter-spacing: 2px;
}

.home-est-presentation .master-coach-title:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: -25px;
	width: 45px;
	margin: auto;
	border-bottom: 2px solid #ddff2a;
}

.home-est-presentation p {
	margin-bottom: 50px;
	font-family: 'aminoregular_10';
	font-size: 16px;
	text-align: center;
}

.home-est-presentation .saiba-mais-button {
	position: relative;
	font-family: 'aminoregular_13';
	font-size: 16px;
	color: #0dceff;
	text-decoration: none;
}

.home-est-presentation .saiba-mais-button:hover {
	color: #666 !important;
}

.home-est-presentation .saiba-mais-button:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: -20px;
	width: 45px;
	margin: auto;
	border-bottom: 2px solid #ddff2a;
}
/* /home */

/* Help services */
.help-services {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #0dceff;
}

.help-services h2 {
	margin-bottom: 20px;
	font-family: 'aminoregular_13';
	font-size: 55px;
	color: #ddff2a;
	line-height: 55px;
	letter-spacing: 3px;
}

.help-services p {
	position: relative;
	font-family: 'aminoregular_7';
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	line-height: 22px;
}

.help-services p:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: -25px;
	width: 45px;
	margin: auto;
	border-bottom: 2px solid #ddff2a;
}

.help-services .service-business:after {
	display: none;
	content: '';
	position: absolute;
	top: 210px;
	left: 25px;
	width: 140px;
	margin: auto;
	border-bottom: 3px solid #fff;
}

.help-services .service-personal:after {
	display: none;
	content: '';
	position: absolute;
	top: 350px;
	right: 85px;
	height: 140px;
	margin: auto;
	border-left: 3px solid #fff;
}

.help-service-details {
	display: none;
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #000;
}

.help-service-details .business::after,
.help-service-details .personal::after {
	content: '';
	position: absolute;
	top: -150px;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 30px solid #000;
}

@media (min-width: 1024px) {
  /* .help-services .service-business:after,
  .help-services .service-personal:after {
    display: block;
  } */
}

.help-service-details .business::after {
	left: 25%;
}

.help-service-details .personal::after {
	right: 25%;
}

.help-service-details .business,
.help-service-details .personal {
	display: none;
}

.active {
	display: block;
}

.help-service-details .close-button {
	font-size: 70px;
	transform: rotate(45deg);
	cursor: pointer;
	z-index: 100;
}

.help-service-details .service-detail-title {
	position: relative;
	width: fit-content;
	/* width: 300px; */
	width: 415px;
	line-height: 40px;
	margin: 0 auto 60px;
	font-size: 38px;
	font-family: 'aminoregular_13';
	text-transform: uppercase;
	letter-spacing: 3px;
	z-index: 0;
}

.help-service-details .text-yellow {
	color: #ddff2a;
}

html .help-service-details .btn-with-arrow.btn-primary.btn-outline {
	color: #ddff2a;
	border-color: #ddff2a !important;
	transition: ease-in-out .5s !important;
}

html .help-service-details .btn-with-arrow.btn-primary.btn-outline:active,
html .help-service-details .btn-with-arrow.btn-primary.btn-outline:hover {
	color: #000;
	background-color: #ddff2a;
}

html .help-service-details .btn-with-arrow.btn-primary.btn-outline:hover span {
	background-color: #000 !important;
}

html .help-service-details .btn-with-arrow.btn-primary.btn-outline:hover i {
	color: #ddff2a !important;
}

html .help-service-details .btn-with-arrow.btn-primary:active {
	color: #ddff2a !important;
}

html .help-service-details .btn-with-arrow.btn-primary span {
	background-color: #ddff2a;
}

.help-service-details .btn-with-arrow i {
	color: #000 !important;
}

@media (max-width: 768px) {
	.help-service-details .close-button {
		position: absolute;
		top: -34px;
		right: 8px;
	}

	.help-service-details .service-detail-title {
		font-size: 20px;
		line-height: 26px;
		width: 240px;
	}
}

.help-service-details .service-detail-title:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	width: 44px;
	height: 2px;
	margin: auto;
	background-color: #ddff2a;
}

.service-business,
.service-personal {
	cursor: pointer;
	transition: opacity .5s ease-out !important;
	-moz-transition: opacity .5s ease-out !important;
	-webkit-transition: opacity .5s ease-out !important;
	-o-transition: opacity .5s ease-out !important;
}

.service-business:hover,
.service-personal:hover {
	opacity: .5;
}
/* /Help services */

/* Depoimentos */
.depoimentos-destaque {
	padding: 70px 0 100px;
	background-color: #dcdcdc;
}

.depoimentos-destaque-texto {
	font-family: 'aminoregular_10';
	font-size: 30px;
	color: #000;
	line-height: 34px;
}

@media (max-width: 991px) {
	.depoimentos-destaque-texto {
		font-size: 25px;
		line-height: 29px;
	}
}

.depoimentos-destaque-titulo {
	font-family: 'aminoregular_5';
	font-size: 30px;
	color: #000;
}

.depoimentos-destaque-profissao {
	position: relative;
	font-family: 'aminoregular_10';
	font-size: 20px;
	color: #000;
}

.depoimento-cargo::after,
.depoimentos-destaque-profissao::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 138px;
	height: 3px;
	background-color: #f3d400;
}

.depoimentos {
	padding: 50px 0;
}

.depoimentos .depoimento {
	margin-top: 80px;
	padding-top: 30px;
	padding-bottom: 80px;
	border-bottom: 1px solid #dcdcdc;
	background: url(../img/aspas-begin-depo.png) left top no-repeat;
}

.depoimentos .depoimento:last-child {
	border-bottom: none;
}

.depoimentos .depoimento-texto {
	font-family: 'aminoregular_10';
	font-size: 25px;
	color: #666;
}

.depoimentos .depoimento-autor {
	font-family: 'aminoregular_5';
	font-size: 28px;
	color: #000;
}

.depoimentos .depoimento-cargo {
	position: relative;
	font-family: 'aminoregular_10';
	font-size: 20px;
	color: #000;
}
/* /Depoimentos */

/* start your life */
.start-your-life {
	height: 715px;
	padding-bottom: 150px !important;
	border: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px !important;
}

.start-your-life h4 {
	padding: 0 15px;
	font-family: 'aminoregular_13';
	font-size: 52px;
	line-height: 50px;
	letter-spacing: 5px;
}

.start-your-life p {
	font-family: 'aminoregular_7';
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 20px;
}

.start-your-life button {
	padding: 12px 40px;
	font-family: 'aminoregular_13' !important;
	font-size: 17px;
	background-color: #ddff2a;
	border: 1px solid #ddff2a;
	border-radius: 0;
	transition: ease-in-out .3s !important;
}

.start-your-life button:hover {
	color: #ddff2a;
	border: 1px solid #ddff2a;
	background-color: transparent;
}
/* /start your life */

/* Footer */
#footer {
	margin-top: 0 !important;
	background-color: #ddff2a !important;
	border-color: #ddff2a;
}

#footer .logomarca {
	padding: 100px 0 20px;
}

#footer .social-network {
	padding: 25px 0 100px;
}

#footer .footer-social-icons li a {
	font-size: 20px;
	background-color: transparent;
	transition: ease-in-out .3s !important;
}

#footer .footer-social-icons li a i {
	transition: ease-in-out .3s !important;
}

#footer .footer-social-icons li a:hover,
#footer .footer-social-icons li a:hover i {
	color: #fff !important;
	background-color: #0DCEFF;
}

#footer .footer-social-icons li a i {
	color: #0DCEFF !important;
}

html .scroll-to-top:hover,
html .scroll-to-top:focus {
	color: #000;
}
/* /Footer */

/* quem sou */
.quem-sou-mobile .texto {
	font-family: 'aminoregular_10';
	font-size: 16px;
	/* border: 1px solid #010101; */
}

.quem-sou-mobile .simbol {
	position: absolute;
	left: 120px;
	bottom: 50px;
}

.quem-somos-titulo {
	color: #0ccdff;
	font-family: 'aminoregular_13';
	font-size: 55px;
	letter-spacing: 1px;
}

@media (max-width: 991px) {
	.quem-sou-mobile .simbol {
		left: 0 !important;
		right: 0 !important;
		margin: auto;
	}
}

.galeria-container {
	height: 400px;
	overflow: hidden;
}

.galeria-container img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

	/* height: 100%; */
	/* width: auto; */

	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.galeria-container img:hover {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}

.owl-carousel .img-thumbnail,
.owl-carousel .img-thumbnail img {
	border-radius: 0;
}

.owl-carousel.owl-drag .owl-item {
	position: relative;
	/* height: 400px; */
}

.owl-carousel .img-thumbnail.img-thumbnail-hover-icon {
	text-decoration: none;;
}

.owl-carousel.owl-hospitais .owl-nav.disabled {
	display: inline-block;
}

.video-button {
	padding: 16px 28px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #0dceff;
	border: 2px solid #0dceff;
	transition: ease-in-out .3s !important;
}

.video-button:hover {
	color: #0dceff;
	background-color: transparent;
	text-decoration: none;
}

/* .bg-quem-sou {
  background: url(../img/bg-quem-sou.png) no-repeat center !important;
} */

@media (max-width: 1199px) {
	.bg-quem-sou {
		background: none !important;
	}
}


.bg-quem-sou p {
	font-family: 'aminoregular_10';
	font-size: 16px;
	color: #878787;
}

.mama-nome-destaque {
	position: absolute;
	left: 0;
	top: 95px;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.owl-carousel .owl-nav button[class*="owl-"],
.owl-carousel .owl-nav button[class*="owl-"]:hover, 
.owl-carousel .owl-nav button[class*="owl-"].hover {
	background-color: #0dceff !important;
	border-color: #0dceff #0dceff #0dceff !important;
	color: #000;
}
/* /quem sou */

/* projetos */
.titulo-projetos {
	position: absolute;
	left: 18%;
	bottom: 130px;
	font-family: 'aminoregular_13';
	font-size: 45px;
	color: #fff;
	letter-spacing: 3px;
}

.titulo-projetos::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0px;
	width: 138px;
	height: 3px;
	background-color: #ddff2a;
}

.projetos-titulo {
	padding: 0 55px;
	font-family: 'aminoregular_5';
	font-size: 45px;
	color: #6c6c6c;
	line-height: 45px;
	text-transform: none !important;
	letter-spacing: 0px;
	background: url("../img/aspas-begin.png") top left no-repeat, url("../img/aspas-end.png") bottom right no-repeat;
}

@media (max-width: 476px) {
	.projetos-titulo {
		background: none;
	}
}

@media (max-width: 476px) {
	.projetos-titulo {
		font-size: 29px;
		line-height: 33px;
	}
}

.projetos-titulo .aspas {
	font-family: 'arialroundedmtbold' !important;
	font-size: 50px;
	border: 1px solid;
}

.projetos-container {
	background-color: #ddff2a;
}

.projeto-button {
	width: 210px;
	padding: 15px 30px;
	font-family: 'aminoregular_13';
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	background-color: #0dceff !important;
	border: 2px solid #0dceff !important;
	transition: ease-in-out .3s !important;
}

.projeto-button-video {
	width: 210px;
	padding: 15px 30px;
	font-family: 'aminoregular_13';
	color: #0dceff;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent !important;
	border: 2px solid #0dceff !important;
	transition: ease-in-out .3s !important;
}

.projeto-texto {
	font-family: 'aminoregular_10';
	font-size: 16px;
	color: #000;
}

.projeto-button:focus,
.projeto-button:hover {
	color: #0dceff;
	text-decoration: none;
	background-color: transparent !important;
}

.projeto-button-video:focus,
.projeto-button-video:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0dceff !important;
}

.projetos-container .projeto .projeto-titulo {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	line-height: 45px;
	text-align: left;
	font-family: 'aminoregular_13';
	font-size: 52px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.projetos-container .projeto .projeto-titulo .titulo::after {
	content: '';
	position: absolute;
	bottom: 30%;
	left: 0;
	width: 138px;
	height: 3px;
	background-color: #fff;
}
/* /projetos */

/* Tools */
.ferramentas {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0 0px;
}

.ferramentas .ferramentas-titulo {
	position: relative;
	padding: 0 170px;
	font-family: 'aminoregular_5';
	font-size: 45px;
	letter-spacing: 1px;
}

@media (max-width: 768px) {
	.ferramentas .ferramentas-titulo {
		padding: 0;
		font-size: 32px;
		line-height: 36px;
	}
}

.ferramentas .ferramentas-titulo::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto;
	width: 44px;
	height: 2px;
	background-color: #000;
}

.ferramentas .ferramentas-texto {
	margin-top: 80px;
	font-family: 'aminoregular_10';
	font-size: 16px;
	color: #000;
}

@media (max-width: 576px) {
	.ferramentas .ferramentas-texto {
		padding: 0 15px;
	}
}

.ferramentas .ferramentas-ebook {
	padding-left: 25px;
	font-family: 'aminoregular_10';
	font-size: 15px;
	color: #000;
	border: 1px solid #dcdcdc;
	transition: ease-in-out .3s !important;
	flex-direction: row;
}

@media (max-width: 576px) {
	.ferramentas .ferramentas-ebook {
		padding-left: 0;
		padding-bottom: 20px;
		flex-direction: column;
	}

	.ferramentas .ferramentas-ebook > span {
		padding: 25px;
		/* border: 1px solid red; */
	}
}

.ferramentas .ferramentas-ebook:hover {
	text-decoration: none;
	background-color: #dcdcdc;
}
/* /Tools */

/* Contratar palestra */
.contratar {
	padding: 80px 0;
}

@media (max-width: 576px) {
	.contratar {
		padding: 30px 20px;
	}
}

.contratar p {
	font-family: 'aminoregular_10';
	font-size: 16px;
	color: #000;
}

.contratar-container {
	padding: 120px 0;
	background-color: #0dceff;
}

.contratar-title {
	position: relative;
	margin-bottom: 40px;
	padding: 0 260px;
	line-height: 65px;
	font-family: 'aminoregular_13';
	font-size: 65px;
	color: #ddff2a;
	letter-spacing: 3px;
}

@media (max-width: 768px) {
	.contratar-title {
		padding: 0;
		font-size: 42px;
		line-height: 40px;
	}
	
	.contratar-text {
		line-height: 22px;
	}
}

.contratar-text {
	position: relative;
	font-family: 'aminoregular_7';
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
	letter-spacing: 3px;
}

.contratar-text::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	width: 44px;
	height: 2px;
	margin: auto;
	background-color: #fff !important;
}

.form-contratar .form-row .form-control {
	color: #fff !important;
	background: transparent;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	letter-spacing: 2px;
	transition: ease-in-out .3s !important;
	font-size: 16px;
}

.form-contratar .form-row textarea {
	padding: 20px;
	font-family: 'aminoregular_7';
	font-size: 16px;
	border: 1px solid #fff !important;
}

.form-contratar .form-row .form-control:focus {
	border: 1px solid #fff;
	box-shadow: none;
}

.form-contratar .form-row .form-control::placeholder {
	color: #fff;
	font-weight: bold;
}

.form-contratar .form-row .send-button {
	font-family: 'aminoregular_13' !important;
	font-size: 17px;
	color: #0dceff;
	background-color: #ddff2a;
	border-radius: 0;
	border-color: #ddff2a;
	letter-spacing: 3px;
	transition: ease-in-out .3s !important;
}

.form-contratar .form-row .send-button:hover {
	color: #000;
	background-color: transparent;
}

.form-contratar .form-row .send-button:active {
	background-color: #333 !important;
}
/* /Contratar palestra */

.card-quero {
	background: #0dceff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 50px;
	text-align: center;
	position: relative;
	border-radius: 15px;
}

img.icon {
	position: absolute;
	top: -45px;
}

p.pp-1 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px !important;
	font-weight: 600;
	font-family: 'aminoregular_5';
	letter-spacing: 1px;
}

.card-quero h1 {
	color: #ddff2a !important;
	font-style: italic;
	font-weight: bold;
	font-family: 'aminoregular_13';
	letter-spacing: 1px;
	font-size: 42px;
}

p.pp-2 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 45px !important;
	font-weight: 600;
	font-family: 'aminoregular_7';
	letter-spacing: 1px;
	line-height: 22px;
	min-height: 150px;
}

p.pp-3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px !important;
	font-weight: 600;
	font-family: 'aminoregular_7';
	letter-spacing: 1px;
	line-height: 22px;
}

a.btn-square {
	background: #ddff2a !important;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-family: 'aminoregular_13';
	letter-spacing: 1px;
}

.btn-square-whats {
	background: #00E673 !important;
	color: #fff !important;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-family: 'aminoregular_13';
	letter-spacing: 1px;
}
