/* CSS personalizado Liderar o Futuro */

/* Definições basicas das fontes */

html {
	height: 100%;
}

body {
	padding-top: 0px;
	height: 100%;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-color: #EDB61E;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000000;
}

li {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}

h1 {
	text-transform: uppercase;
	font-weight: 900;
	color: #EDB61E;
	text-align: center;
}

#perfiltipologia {
	font-size: 180px !important;
}

h2 {
	font-size: 24px;
	color: #2F2823;
}

label {
	font-family: 'Montserrat', sans-serif;
}

strong {
	font-family: 'Montserrat', sans-serif;
	color: #EDB61E;
}

small {
	color: #808080;
}

a {
	color: #2F2823;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #EDB61E;
	font-weight: bold;
}

hr {
	width: 95%;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #2F2823;
	margin-bottom: 20px;
	margin-top: 20px;
}

.letra-branca {
	color: #FFFFFF;
}

.letra-cinza {
	color: #D1C8C1;
}

.letra-cinzaescuro {
	color: #2F2823;
}

.letra-roxo {
	color: #122542;
}

.letra-azul {
	color: #1D4391;
}

.letra-amarelo {
	color: #EDB61E;
}

.letra-forte {
	font-weight: 900 !important;
}

.texto-sombra {
	text-shadow: black 0.1em 0.1em 0.2em;
}

.box-sombra {
	-webkit-box-shadow: -2px -2px 23px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -2px 23px -1px rgba(0,0,0,0.75);
	box-shadow: -2px -2px 23px -1px rgba(0,0,0,0.75);
}

/* Navbar */

.navbar {
    border-radius: 0;
	height: 100px;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
	-webkit-box-shadow: -2px -2px 23px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -2px 23px -1px rgba(0,0,0,0.75);
	box-shadow: -2px -2px 23px -1px rgba(0,0,0,0.75);
}

.navbar-brand {
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	padding: 0;
}

.navbar-brand img {
	height: 80px;
	text-align: center;
}

/* Braketops */

.braketop10 {
  padding-top: 10px;
}

.braketop20 {
  padding-top: 20px;
}

.braketop40 {
  padding-top: 40px;
}

.braketop60 {
  padding-top: 60px;
}

.braketop80 {
  padding-top: 80px;
}

.brakebottom10 {
  padding-bottom: 10px;
}

.brakebottom20 {
  padding-bottom: 20px;
}

.brakebottom40 {
  padding-bottom: 40px;
}

.brakebottom60 {
  padding-bottom: 60px;
}

/* Botões */

.btn-default {
	font-family: 'Montserrat', sans-serif;
	color: #EDB61E;
	font-weight: 900;
	font-size: 16px;
	background-color: #2F2823;
	padding: 8px 20px 5px 20px;
	border: 0;
	text-decoration: none;
	border-radius: 25px;
	box-shadow: #000000 0.1em 0.1em 0.1em;
	text-transform: uppercase;
}

.btn-default:hover,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
	font-family: 'Montserrat', sans-serif;
	color: #2F2823;
	font-weight: 900;
	font-size: 16px;
	background-color: #EDB61E;
	padding: 8px 20px 5px 20px;
	border: 0;
	text-decoration: none;
	border-radius: 25px;
	box-shadow: #000000 0.1em 0.1em 0.1em;
	text-transform: uppercase;
}

.div0{

}

.divs {
  display:none;
}

.progress {
  margin-top: 30px !important;	
}

/* Imagens */

.imagem-completa {
	margin: 0;
	padding: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.overlay-texto {
	display: table;
	width: 100%;
	height: 100%;
}

.meio-texto {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
	text-align: center;
}

/* Backgrounds */

.bg-cinza {
	background-color: #434041;
}

.bg-roxo {
	background-color: #122542;
}

.bg-preto {
	background-color: #000000;
}

.bg-verde {
	background-color: #81AA42;
}

.container {
	background: rgba(255,255,255,0.95);
	-webkit-box-shadow: 2px 4px 23px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 4px 23px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 4px 23px -1px rgba(0,0,0,0.75);
	border-radius: 17px;
	padding: 17px;
}

/* Back To Basic */

.linkb2b > a {
	color: #FFFFFF !important;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
}

.linkb2b > a:hover,
.linkb2b > a:focus,
.linkb2b > a:active,
.linkb2b > a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.linkb2b {
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: none;
}


/* Indicadores */

#floating_alert {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #2F2823;
	background: #EDB61E;
	margin-top: 20px;
	padding: 6px 12px;
	text-decoration: none;
	width: 100%;
	font-size: 14px;
	text-align: center;
	opacity: 1 !important;
}

.borda-pergunta {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.perguntas-esq {
	border-top: 2px solid #EDB61E;
}

.perguntas-esq p{
	color: #EDB61E;
	margin-top: 10px;
	font-weight: 700;
}

.perguntas-dir p{
	color: #2F2823;
	margin-top: 10px;
	font-weight: 700;
}

.perguntas-dir {
	border-top: 2px solid #2F2823;
}

.espaco {
	text-transform: uppercase;
	font-weight: bold;
	color: #122542;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #252525;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #EDB61E;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i {
  font-size: 20px;
}

.nav-menu a span {
  padding: 0 5px 0 7px;
  color: #252525;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #EDB61E;
  background: #2F2823;
}

.nav-menu a:hover span, .nav-menu .active > a span, .nav-menu li:hover > a span {
  color: #EDB61E;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #EDB61E;
}

.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/* Tabelas */

table {
  border: 1px solid #EDB61E;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: rgba(255,255,255,0.6);
  border: 1px solid #EDB61E;
  padding: .35em;
}

table th,
table td {
  padding: 8px;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pager img {
	height: 20px;
}

select.pagesize,
input.ts-startRow {
	border: 1px solid #EDB61E;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	text-align: center;
	background: #EDB61E;
	color: #2F2823;
}


/* Media Queries */

/* Tamanho xs */
@media (max-width: 767px) {

	.container {
	width: 90%;
	min-width: 180px;
	}
	
	h1 {
	font-size: 28px;
	}

	h2 {
	font-size: 20px;
	}

	p {
	font-size: 18px;
	}

	li {
	font-size: 16px;
	}
	
	.wrap {
	padding: 2px 10px 30px 10px;
	}
	
	/* tabelas */

	  table {
	border: 0;
	  }

	table caption {
	font-size: 1.3em;
	}

	table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}

	table tr {
	border-bottom: 1px solid #EDB61E;
	display: block;
	margin-bottom: .625em;
	}

	table td {
	border-bottom: 1px solid #EDB61E;
	display: block;
	font-size: .8em;
	text-align: right;
	}

	table td::before {
	/*
	* aria-label has no advantage, it won't be read inside a table
	content: attr(aria-label);
	*/
	content: attr(data-label);
	float: left;
	/*font-weight: bold;*/
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	}

	table td:last-child {
	border-bottom: 0;
	}


}

/* Tamanho sm */
@media (min-width: 768px) and (max-width: 991px) {

	.container {
		width: 640px;
	}
	
	.wrap {
	padding: 30px;
	}

	.ajeitestable {
	width: auto!important;	
	}
	
}

/* Tamanho md */
@media (min-width: 992px) and (max-width: 1199px) {

	.container {
		width: 720px;
	}
	
	.wrap {
	padding: 40px;
	}
	
	.ajeitestable {
	width: auto!important;	
	}

}

/* Tamanho lg */
@media (min-width: 1200px) {

	.container {
		width: 980px;
	}
	
	.wrap {
	padding: 50px;
	}
	
	.ajeitestable {
	width: auto!important;	
	}

	
}

