html{
	font-size: initial !important;
}
body{
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Open Sans', sans-serif;
}
section{
	overflow: hidden;
	max-width: 100%;	
}
.conteudo {
    margin: auto;
    width: 1100px;
    max-width: 97%;
    position: relative;
	overflow: hidden;
}
header h1{
    font-size: 2.3em;
    margin: 15px 0;
    font-weight: lighter;	
}
p{
	text-align: justify;
	line-height: 27px;
}
.disabled{
	display: none;	
}
.grid-100{
	width: 100%;
	float: left;	
}
.grid-70{
	width: 70%;
	float: left;	
}
.grid-50{
	width: 50%;
	float: left;	
}
.grid-30{
	width: 30%;
	float: left;
	margin-right: 5%;
}
.grid-30-last{
	width: 30%;
	float: left;	
}
.grid-20{
	width: 25%;
	float: left;
	margin-right: 5%;	
}
.grid-portfolio{
	width: 21%;
    float: left;
    margin-right: 5%;
    padding: 3% 1%;
    background: white;
    margin: 1%;
}
.grid-portfolio-last{
	width: 21%;
	float: left;
    padding: 3% 1%;
    background: white;
    margin: 1%;
}
.flex-active{
	background: #ffca00 !important;	
}
.slick-dots {
    width: 100% !important;
	bottom: -35px;
}
.slick-list {
    overflow: inherit;
}
.slick-dots li button:before {
    font-size: 9px;
}
.fa-times, .fa-bars{
	display: none;
	color: white;
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;	
}

/*** Cabecalho ***/
#cabecalho-wrap{
	max-width: 100%;
	background: #222;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
    width: 100%;
    z-index: 999;
	top: 0;
	border-bottom: 1px solid #666;	
}
#cabecalho-top{
	position: relative;
    max-width: 1000px;
    margin: auto;
}
#cabecalho-logo{
	width: 100%;
	text-align: center;	
	padding-bottom: 6px;
}
#redes-sociais-cabecalho{
	position: absolute;
	top: 5px;
    left: 0;
	width: initial;
}
#redes-sociais-cabecalho img{
	margin: 0 2%;
}
#cabecalho-bottom{
    overflow: hidden;
    width: 71%;
    margin: auto;
}
#cabecalho-top2{
	border-bottom: 1px solid #666;	
}
#cabecalho-bottom ul{
	overflow: hidden;
	margin: 1% 4%;
}
#cabecalho-bottom li{
    display: inline-block;
    float: left;
    text-decoration: none;	
	padding: 3px 0;
	font-weight: bold;
	font-size: 13px;
}
.icon-seta{
	margin: 2px 15px;
	color: #ffca00;
	font-size: 11px;
}
#cabecalho-bottom li:hover a, .leia-mais:hover{
	color: #ffca00 !important;
	transition: 0.5s ease-out;	
}
#cabecalho-bottom a{
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.menu-selecionado{
	color: #ffca00 !important;
}
#menu-mobile ul{
	margin: 0;
    padding: 0;	
}
#menu-mobile li{
	color: white;	
	text-decoration: none;
	width: 100%;
	background: transparent;
	border-top: 1px solid #444;
    text-align: center;
    font-size: 14px;
}
#menu-mobile a{
	display: block;
    padding: 10px;
	cursor: pointer;
	color: white !important;
	font-weight: bold;
	text-decoration: none !important;
}
#open-menu, #close-menu{
	cursor: pointer;	
}
#redes-sociais-cabecalho a, #article-sociais a{
	width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #333;
    display: block;
    background: #444;
	float: left;
	margin: 0 5px;
	color: #ffca00;
	text-decoration: none;
}
.fa-linkedin{
	margin-top: 6px;
	margin-left: 9px;
}
#redes-sociais-cabecalho a:hover, #article-sociais a:hover{
	background: #fff;
    border-color: #ffca00;
    transition: 0.3s ease-in;
}
.icon-facebook-logo{
	color: #ffca00;
	margin-left: 6px;
	float: left;
	font-size: 18px;
	margin-top: 6px;
}
.icon-linkedin-logo{
	color: #ffca00;
	margin-left: 7px;
	float: left;
	font-size: 17px;
	margin-top: 6px;
}
/*#menu-mobile li:last-child{
	border-bottom: 1px solid #444;
}*/

/*** Inicial ***/
#fundo-inicial {
    background: url(../img/inicial/banner_inicial.png) center no-repeat;
    background-size: 100%;
    height: 348px;
}
#section-inicial-menu ul{
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
#section-inicial-menu li {
    display: inline-block;
    float: left;
    text-decoration: none;
	background: #ffcb05;
	font-weight: bold;
	width: 33%;
}
#section-inicial-menu li:hover{
    background: #ffb505;
	transition: 0.5s ease-out;
}
#section-inicial-menu a {
    color: #000;
    text-decoration: none;
	padding: 20px 0;
	display: block;
	cursor: pointer;
}
#section-inicial .grid-100{
	background: #ffcb05;
	height: initial;
}
#section-inicial h3{
	padding: 12px 0;
	margin: 10px 0;
	text-align: center;
}
.fa-chevron-up{
	float: left;
    margin-top: 21px;
    margin-right: 12px;
    margin-left: 10px;
}
.flexslider {
    margin: 0;
    background: #fff;
    border: 0;
}
.flex-control-nav {
    bottom: 5px !important;
}


/*** A Egb ***/
#section-egb{
	background: #f5f5f5;
	padding: 2% 0;
}
#section-egb h2{
	color: #eebe00;
	margin-top: 1em;
	margin-bottom: 12px;
	cursor: pointer;
}
.egb-valores{
	margin-top: 5%;
}
.egb-valores img:hover{
    transform: rotate(360deg); 
    transition: 2s ease-in-out;
	cursor: pointer;	
}
.icon-seta-titulo{
	float: left;
	margin-right: 10px;
	margin-top: 0.4em;
	font-size: 25px;
	color: #ffcb05;
}
.faq-perguntas .fa{
	font-size: 22px;
	float: left;
	margin-left: 3px;
	margin-right: 10px;
	margin-top: 7px;
	color: #313131;
	cursor: pointer;
}
#section-egb article{
	margin: 10px 0;
}
.faq-respostas{
	display: none;
}
.faq-respostas p{
	margin: 0;
	font-size: 1.1em;
	line-height: 35px;
}

/*#titulo-visao{*/
	/*color: #ff3d5f;	*/
/*}*/
/*#titulo-valores{*/
	/*color: #00a888;	*/
/*}*/


/*** Servicos ***/
#section-servicos{
	padding: 2% 0;
}
#article-coaching img, #article-orientacao img, #article-capacitacao img{
	margin: 0 8%;
	margin-top: 10%;
	cursor: pointer;	
}

#article-coaching img:hover, #article-orientacao img:hover, #article-capacitacao img:hover{
	transition: 0.5s;
	transform: scale(1.1);
}
#section-servicos p{
	text-align: justify;
}
#section-servicos .toggle{
	margin-bottom: 15px;
}
#article-orientacao img{
	position: absolute;
	top: 180px;
	left: -40px;
}
#article-capacitacao{
	text-align: center;
	margin-top: 10px;
}
#article-capacitacao img{
	margin: 0 !important;
}
#textos-servicos{
	width: 43%;
	margin: auto;
}
#textos-servicos p{
	margin: 15px 0;
	float: left;
}
#article-coaching img{
	position: absolute;
	top: 180px;
	right: -38px;
}

/*** Portfolio ***/
#section-depoimentos{
	background: #ffcb05;
	padding: 2% 0;
}

/*** Blog ***/
#section-blog{
	padding-top: 2%;
	background: #f5f5f5;
	padding-bottom: 2%;
}
#section-blog h1{
	margin-bottom: 2% !important;	
}
.blog-item{
	float: left;
	background: white;
	padding: 15px;
    border: 1px solid #ccc;
	margin-right: 10px;
	outline: none;
	min-height: 585px;
}
.blog-item p{
	text-align: left;
	line-height: 1.5em;
	font-size: 15px;
}
.leia-mais{
    border-bottom: 1px dotted #ccc;
    float: left;
	cursor: pointer;
	margin-bottom: 0;	
}
.ler-mais{
	cursor:pointer;
	font-weight: bold;
}
.leia-mais:hover{
	font-weight: bold;	
}
.blog-data{
	padding: 5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;	
}
.fa-calendar{
	margin-right: 5px;	
}
.fa-caret-right{
	margin-left: 5px;	
}
#ver-mais-blog{
	display: inline-block;
	position: absolute;
	top: 35px;
	right: 10px;
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
#ver-mais-blog:hover{
	color: #f7df07 !important;
}

/*** Contato ***/
#section-contato{
	background: #222;
	padding-top: 2%;
	color: #fff;
}
#section-contato h1{
	margin-bottom: 2% !important;
}
#section-contato h3, #section-contato label{
	color: #ffca00;
	margin-top: 25px;
}
#section-contato input[type="text"], #section-contato textarea{
    background: #666;
    border: 1px solid #999;
    width: 99%;
    line-height: 22px;
    padding: 8px 0;
    margin-top: 5px;	
	resize: none;
	color: #fff;
    text-indent: 10px;
	font-family: "Open Sans", sans-serif;
}
#section-contato textarea{
	height: 100px;	
}
#section-contato p{
    font-size: 15px;
    text-align: left;
	margin-top: 0;		
}
#endereco-p{
	margin-bottom: 3px;	
}
#email{
	margin-bottom: 10px;
    margin-top: 10px;	
}
#nome input{
	width: 94% !important;	
}
#telefone input{
	width: 98% !important;	
}
#btn-enviar{
	float: right;
	margin-right: 5px;
    width: 128px;
    padding: 10px;
	cursor: pointer;
    margin-top: 15px;
    border: 1px solid #ffc107;
	background: #dab300;
}
#btn-enviar:hover{
	transition: 0.3s;
	background: #fcd600;
}
#alerta{
    position: absolute;
    top: -35px;
    width: 100%;
    text-align: center;	
}
iframe{
	width: 100%;
    height: 50vh;
    /*margin: 0 1%;	*/
}
#mapa-lock {
    position: absolute;
    width: 100%;
    height: 50vh;
    /*margin: 0 1%;*/
    z-index: 1;
    opacity: 0.3;
    background-color: lightgrey;
}
#article-maps{
    margin-top: 20px;
	height: 50vh;	
}
.error input{
	border: 1px solid red !important;	
}
#article-sociais img{
	margin: 0 2%;	
}
#form-contato{
	position: relative;	
}


/*** Rodape ***/
#rodape-copyright{
	width: 100%;
    background: #1b1b1b;
    color: #fff;
    text-align: center;
    padding: 13px 0;
	position: absolute;
	font-size: 0.9em;
/*    bottom: 0;*/	
}

.flex-direction-nav a:before{
	color: #ffca00;
	opacity: 0.9;
}


/*** ADMIN ***/
#section-depoimentos .icon-seta-titulo{
	color:black !important;
}
#section-depoimentos .flex-control-nav {
	width: 90%;
	bottom: -10px !important;
}

.cd-author-info li{
	list-style: none;
}
.admin-btn{
	margin: 5px;
	font-size: 14px;
	transition: 0.3s;
	border: 1px solid #5bc0de;
}
.cd-testimonials-wrapper{
	padding: 2em 0;
	background: #ffcb05 !important;
}
#section-depoimentos .flex-direction-nav li{
	background: #ffcb05 !important;
}
#section-depoimentos .flex-direction-nav .flex-next { right: 0 !important; opacity: 1 !important; }
#section-depoimentos .flex-direction-nav .flex-prev { left: 0 !important; opacity: 1 !important; }

#section-depoimentos .flex-direction-nav li a::before, #section-depoimentos .flex-direction-nav li a::after{
	background-color: black !important;
}
/*#section-depoimentos .flex-direction-nav li a::before {*/
/*-webkit-transform: translateY(-35px) rotate(45deg);*/
/*-moz-transform: translateY(-35px) rotate(45deg);*/
/*-ms-transform: translateY(-35px) rotate(45deg);*/
/*-o-transform: translateY(-35px) rotate(45deg);*/
/*transform: translateY(-36px) rotate(45deg);*/
/*}*/
#results div{
	width: 18%;
	float: left;
	margin: 0 1%;
}
#results p{
	text-align: center;
	color: white;
}
#results i{
	font-size: 4em;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 20px;
	float: left;
	color: #eebe00;
}
#results-article{
	overflow: hidden;
	padding: 2em 0;
	background: #222;
}
#results strong{
	font-size: 1.4em;
	font-family: "Fjalla One";
}
.color-red, #alerta{
	color: #ce4040;
}

#blog-slides a{
	color: #222;
	text-decoration: none;
	outline: none;
}
#blog-slides a:hover{
	color: #ffe800;
}
#blog-slides .post-title{
	text-align: center;
	font-family: "Robot Slab", sans-serif;
	font-size: 1.35em;
	font-weight: lighter;
	min-height: 72px;
}
#modalFooter .modal-body{
	max-height: 65vh;
	overflow-y: scroll;
}
#modalFooter p{
	font-size: 0.85em;
	margin: 5px 0;
}
#modalFooter h4{
	text-align: center;
	margin-top: 15px;
	color: #5dc3e4;
}
.custom-link:hover{
	color: #f7df07;
	transition: 0.3s;
	text-decoration: none;
}
.custom-link{
	color: #222 ;
	text-decoration: none;
}

.a2a_dd{
	display: none;
}
.a2a_kit{
	position: relative;
	top: -40px;
	left: 145px;
	width: 150px;
}

.modal-content {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 6px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
	box-shadow: 0 0 40px rgba(0,0,0,.5);
	color: #000;
	background-color: #fff;
	border: rgba(0,0,0,0);
}
.modal-message .modal-dialog {
	width: 300px;
}
.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0 20px;
	text-align: center!important;
}

.modal-message .modal-title {
	font-size: 17px;
	color: #737373;
	margin-bottom: 3px;
}

.modal-message .modal-body {
	color: #737373;
}

.modal-message .modal-header {
	color: #fff;
	margin-bottom: 10px;
	padding: 15px 0 8px;
}
.modal-message .modal-header .fa,
.modal-message .modal-header
.glyphicon, .modal-message
.modal-header .typcn, .modal-message .modal-header .wi {
	font-size: 30px;
}

.modal-message .modal-footer {
	margin: 25px 0 20px;
	padding-bottom: 10px;
}

.modal-message.modal-success .modal-header {
	color: #53a93f;
	border-bottom: 3px solid #a0d468;
}