﻿html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	line-height:normal;
}
body {
	font-family: 'Noto Sans', sans-serif;
	font-size:16px;
	color:#555;
}
.wrap {
	min-height:83%;
	padding-bottom:50px;
}
/*Titulos*/
h1 {
	font-family: 'Noto Sans', sans-serif;
	font-size:2em;
	font-weight:normal;
}
h2 {
	font-family: 'Noto Sans', sans-serif;
	font-size:1.6em;
	font-weight:normal;
}
h3 {
	font-family: 'Noto Sans', sans-serif;
	font-size:1.4em;
	font-weight:normal;
}
h4 {
	font-family: 'Noto Sans', sans-serif;
	font-size:1.2em;
	font-weight:normal;
}

/*Fontes*/
.font-12 {
	font-size:12px;
}
.font-14 {
	font-size:14px;
}
.font-16 {
	font-size:16px;
}
.font-18 {
	font-size:18px;
}
.font-20 {
	font-size:20px;
}
.font-25 {
	font-size:25px;
}
.font-35 {
	font-size:35px;
}
.font-40 {
	font-size:40px;
}
.font-45 {
	font-size:45px;
}
.font-50 {
	font-size:50px;
}
.font-55 {
	font-size:55px;
}
.font-70 {
	font-size:70px;
}
.black {
	color:#000;
}
.white {
	color:#FFF;
}
a.white:hover {
	color: rgba(255, 255, 255, 0.8);
}
.grey {
	color:#CCC;
}
.grey02 {
	color:#424953;
}
.orange {
	color:#ff5800;
}
a.orange:hover, a.orange:focus {
	color:#ff5800;
	text-decoration: none
}
.orange-2 {
	color:#992b00;
}
.yellow {
	color:#fdc82f;
}
strong, b {
	font-family: 'Noto Sans', sans-serif;
	font-weight:700;
}

.link-orange {
	color:#ff5800;
}
.link-orange:hover {
	color:#ff5800;
	text-decoration:none;
}
.link-orange:focus {
	color:#ff5800;
	text-decoration:none;
}

.link-white {
	color:#CCC;
}
.link-white:hover {
	color:#f5f5f5;
	text-decoration:none;
}
.link-white:focus {
	color:#f5f5f5;
	text-decoration:none;
}
/*Formulário*/
.form01 {
	padding:7px;
	width:100%;
	border:1px solid #992b00;
	color:#666;
}
.form02 {
	padding:7px;
	width:100%;
	max-width:300px;
	margin:5px;
	color:#666;
}
.btn-orange {
	display:inline-block;
	background:#ff5800;
	color: rgba(255, 255, 255, 0.9);
	border-radius:3px;
	text-align:center;
	padding:5px 10px;
	font-size:18px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.6);
	cursor:pointer;
}
.btn-orange:hover {
	background:#ff7900;
	color:#FFF;
	text-decoration:none;
}
.btn-yellow {
	display:inline-block;
	background:#fdc82f;
	color: rgba(0, 0, 0, 0.6);
	border-radius:3px;
	text-align:center;
	font-weight:bold;
	padding:5px 15px;
	font-size:16px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
	cursor:pointer;
}
.btn-yellow:hover {
	background:#fddd2c;
	color: rgba(0, 0, 0, 0.6);
	text-decoration:none;
}
.btn-white {
	display:inline-block;
	background: rgba(255, 255, 255, 0.2);
	color:#FFF;
	border-radius:3px;
	text-align:center;
	padding:5px 15px;
	font-size:16px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);
	cursor:pointer;
	border: 1px solid #CCC;
}
.btn-white:hover {
	background: rgba(255, 255, 255, 0.3);
	color: #FFF;
	text-decoration:none;
}
.form-control {
	background:rgba(255, 255, 255, 0.2);
	color: #FFF;
}
/*Espaçamentos*/
.pad-title {
	padding-top:80px;
	padding-bottom:20px;
}
.pad-title2 {
	padding:0px 0px 30px 0px;
	margin:0px;
}
.pad-t0 {
	padding-top:0px;
	margin-top:0px;
}
.pad-0 {
	padding:0px;
	margin:0px;
}
.pad-15 {
	padding:15px;
}
.pad-v05 {
	padding-top:05px;
	padding-bottom:05px;
}
.pad-v10 {
	padding-top:10px;
	padding-bottom:10px;
}
.pad-v15 {
	padding-top:15px;
	padding-bottom:15px;
}
.pad-v20 {
	padding-top:20px;
	padding-bottom:20px;
}
.pad-v30 {
	padding-top:30px;
	padding-bottom:30px;
}
.pad-v40 {
	padding-top:40px;
	padding-bottom:40px;
}
.pad-v50 {
	padding-top:50px;
	padding-bottom:50px;
}
.pad-v60 {
	padding-top:60px;
	padding-bottom:60px;
}
.pad-v70 {
	padding-top:70px;
	padding-bottom:70px;
}
.pad-v80 {
	padding-top:80px;
	padding-bottom:80px;
}
.pad-v90 {
	padding-top:90px;
	padding-bottom:90px;
}
.pad-v100 {
	padding-top:100px;
	padding-bottom:100px;
}
.pad-v150 {
	padding-top:150px;
	padding-bottom:80px;
}
.pad-v150-res {
	padding-top:150px;
	padding-bottom:80px;
}
@media (max-width: 768px) {
	.pad-v150-res {
		padding-top:90px;
		padding-bottom:0px;
	}
}
.pad-vt20 {
	padding-top:20px;
}
/*Backgrounds*/
.banner-home {
	background-image:url(../imagens/itm-treinamentos.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
}
@media (max-width: 768px) {
	.banner-home {
		background-image:none;
		background:#333;
	}
}
.banner-eventos {
	background-image:url(../imagens/bg-eventos-v2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	box-sizing: border-box;
	padding: 5%;
}
.bg-white {
	background:#FFF;
}
.bg-grey {
	background: #555555;
}
.bg-grey-2 {
	background: #f6f6f6;
}
.bg-grey-3 {
	background:#4d4f53;
}
.bg-workshops {
	background-image:url(../imagens/bg-workshops.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #000
}
.bg-black {
	background-color: #000;
}
.bg-grey-blue {
	background:url(../imagens/bg-grey.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.bg-grey-blue-2 {
	background:url(../imagens/bg-grey-2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
@media (max-width: 768px) {
	.banner-home {
		background-position:center top;
	}
	.bg-grey-blue {
		background:#CCC;
	}
}
.box-title {
	background:url(../imagens/box-title.png);
	background-position:center;
	background-repeat:no-repeat;
	width:439px;
	color:#FFF;
}
.box-title .pad {
	padding:20px 50px 20px 20px;
}
.bg-orange {
	background:#ff5800;
}
.bg-yellow {
	background: #ffad01;
}
@media (max-width: 768px) {
	.box-title {
		background: rgba(254, 87, 7, 0.9);
		width:100%;
		height:auto;
		color:#FFF;
	}
	.box-title div {
		padding:15px;
	}
}
.box-black {
	background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
	.box-black {
		background:#000;
	}
}
.box-black-2 {
	background: #000;
}
.banner-hub01 {
    background-image: url(../imagens/hub_01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
}
.banner-hub02 {
    background-image: url(../imagens/hub_02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
}

.orange-line {
	border-top: 1px solid #fe5707
}
.border-orange {
	border: 1px solid #fe5707
}

.divisor {
    padding: 50px;
}
/*Video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Guia Rapido*/
.bg-guia-1 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-2 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-3 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-4 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/4.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-5 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/5.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-6 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/6.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-7 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/7.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-8 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/8.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-9 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/9.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-10 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/10.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}
.bg-guia-11 {
	background-image:url(../imagens/guia-rapido-atendimento-ao-lead/11.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:600px;
	margin:10px auto;
}

/*Infografico*/
.bg-infografico-1 {
	background-image:url(../imagens/infografico/1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:1162px;
	margin:10px auto;
}

/*Emkt*/
.bg-emkt {
	background-image:url(../imagens/emkt/1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:800px;
	margin:10px auto;
}

/*Aderson*/
.bg-aderson {
	background-image:url(../imagens/bg-aderson.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#333;
	padding: 170px 0 0 0;
	height:300px;
}
@media (max-width: 769px) {
	.bg-aderson {
		background-image:none;
		background-size:100%;
		width:100%;
		padding:50px 0 0 0;
		height:180px;
	}
}

/*Biblioteca*/
.bg-biblioteca {
	background:url(../imagens/bg-biblioteca.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.box-biblioteca {
	background:url(../imagens/prateleira.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:100%;
	padding:0px;
	margin:auto;
}

/*Palestras Motivacionais*/
.bg-palestras {
	background:url(../imagens/bg-palestras-motivacionais.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-height:350px;
}
/*Jogos Tabuleiro*/
.bg-jogos-tabuleiro {
	background:url(../imagens/bg-jogos-tabuleiro.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-height:350px;
}

.bg-business-game {
	background:url(../imagens/bg-business-game.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-height:350px;
}

.list01 {
	margin-left:0px;
	padding-left:20px;
}
.list01 li {
	list-style:url(../imagens/dig-arrow.png);
	padding-bottom:5px;
	padding-top:5px;
}

.box {
	border:1px solid #e5e5e5;
	padding:15px;
	min-height:750px;
}
.menu-vertical {
	background: rgba(0,0,0,0.1);
	width: 25px;
	position: fixed;
	z-index: 10;
	top: 30%;
	left:0px;
	padding: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.menu-vertical a {
	border: 1px solid #666;
}
.btn-treinamento {
	border-radius: 50%;
	background: #00295b;
	height: 15px;
	width: 15px;
	display: block;
	margin: 5px 0px;
}
.btn-palestras {
	border-radius: 50%;
	background: #1fa35a;
	height: 15px;
	width: 15px;
	display: block;
	margin: 5px 0px;
}
.btn-jogos {
	border-radius: 50%;
	background: #c8c092;
	height: 15px;
	width: 15px;
	display: block;
	margin: 5px 0px;
}
.btn-business {
	border-radius: 50%;
	background: #0285b5;
	height: 15px;
	width: 15px;
	display: block;
	margin: 5px 0px;
}
.btn-blended {
	border-radius: 50%;
	background: #e7ec00;
	height: 15px;
	width: 15px;
	display: block;
	margin: 5px 0px;
}
.bg-jogo {
	background-image:url(../imagens/bg-sherlock.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color:#e7e0d6;
	padding-bottom: 150px;
}
.bg-palestrante {
	background: url(../imagens/palestrante.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
@media (max-width: 769px) {
	.bg-palestrante {
		background: none;
	}
}
/*Menus*/
@media (min-width: 769px) {
	#pag-home .menu-home {
		padding-bottom:22px;
		border-bottom:3px solid #ff5800;
	}
	#pag-solucoes .menu-solucoes {
		padding-bottom:22px;
		border-bottom:3px solid #ff5800;
	}
	#pag-eventos .menu-eventos {
		padding-bottom:22px;
		border-bottom:3px solid #ff5800;
	}
	#pag-treinamentos .menu-treinamentos {
		padding-bottom:22px;
		border-bottom:3px solid #ff5800;
	}
	#pag-incentivo .menu-incentivo {
		padding-bottom:22px;
		border-bottom:3px solid #ff5800;
	}
	#pag-atelie .menu-atelie {
		padding-bottom:22px;
		border-bottom:3px solid #ff5800;
	}
}
@media (max-width: 768px) {
	iframe {
		width: 100% !important;
		height: 100% !important;
	}
}
