@charset "UTF-8";

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";    
}

.icone {
	font-size: 20px;
	margin-left: 6px;
}

.calendario-feriados {
	width: 100%; 
	margin: 4px;
}
.calendario {
	width: 100%; 
	margin: 10px;
	border: 1px solid #000;
}
.calendario td {
	text-align: center;
	border: 1px solid #000;
}
.domingo {
	background-color: #ffe6e6;
	/*background-color: #ff0000;*/
	color: #000;
}
.feriado-bancario {
	background-color: #ffe6e6;
	color: #000;
}
.feriado-trabalho {
	background-color: #ebebff;
	color: #000;
}

.nav-button {
	border: 2px #808080 solid;
	color: #808080;
	padding: 3px 3px;
	font-size: 15px;
	border-radius: 50px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.tabela {    
	margin:2; /*Defina a separacao das colunas aqui*/
	padding:0;
}
.linha{
	padding:0;
	clear:both;
}
.coluna{    
	height:25px;
	/*border: 1px solid #000000;*/
	float:left;
}

.bt-maismenos {
	width: 48px;
}
.ico-valor {
	width: 85px;
}
.ico-refaz {
	width: 49px;
	cursor: pointer;
}

select {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
textarea {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
#data {width: 110px;}
#ref  {width: 110px;}
input[type=submit] {
  background-color: #1a73e8;
  color: #fff;
}
input[type=button] {
  background-color: #1a73e8;
  color: #fff;
  cursor: pointer;
}

input[type=label] {
	background-color: white;
}
input[type=label-orca] {
	background-color: white;
}
.input-value {
	text-align: center;
	font-size: 24px;
	color: #102294;
}
.valor-orcamento {
	text-align: center;
	font-size: 28px;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #505050 !important; 
  color: #ffffff; 
}

.paginacao {padding: 10px; font-size: 16px; color: #606060}
.paginacao img {cursor:pointer; width: 15px; height: 15px}
.paginacao input {font-size: 14px}

.slides { }
.slides div { padding: 0; color: #333; text-align: left; font-size: 16px; background: white }
.slides div img { float: left; margin: 0 10px 10px 0; padding: 1px; width: 50% }
.slides div { top: 0; left: 0; width: 100% }
.slides h1 { font-size: 16px; margin-bottom: 10px }
.slides p { font-size: 14px; margin-bottom: 0px }
.slides a {
    text-decoration: none;
    color: #808080;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.galeria-slide img {
    height: 100%;
    width: auto;
}

.galeria img {
    height: 120px;
    width: auto;
    margin-bottom: 5px;
    opacity: 1.00;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px 10px;
	background-color: #3367d6;
    margin-top: 15px
}

.footer-text {
	font-size: 13px;
	margin-top: 20px;
    color: white;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #fff;
    font: 16px Arial;
}

h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
    color: #606060;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
    font-weight: bold;
    color: #606060;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 18px;
}

p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 25px;
}

.lista {
    display: table;
    padding: 3px;
    cursor: pointer;
    text-align: left;
}

.button {
	border: 2px white solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: white;
	text-decoration: none;
}

.button-black {
	border: 2px black solid;
	padding: 8px 30px;
	border-radius: 30px;
	background-color: black;
	text-decoration: none;
}
.button-blue {
	border: 2px #102294 solid;
	padding: 8px 30px;
	border-radius: 30px;
	background-color: #102294;
	text-decoration: none;
}
.button-white {
	border: 2px white solid;
	padding: 8px 30px;
	border-radius: 30px;
	background-color: white;
	text-decoration: none;
}
.button-dark {
	border: 2px #606060 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #606060;
	text-decoration: none;
}

.info-box-orca {
	border-radius: 30px;
	border-style: solid;
	border-width: 1px;
	color: black;
	padding: 8px 5px 0px 108px;
	text-align: left;
	margin-bottom: 20px;
	height: 133px; 
	font-size: 16px;
	background-image: url(../images/projetos.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100px auto;
}
.info-box-orca a {
    text-decoration: none;
}
.info-box-orca p {
	font-size: 18px;
}

.info-box-pad {
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: center;
	margin-bottom: 20px;
}
.info-box-pad a {
    text-decoration: none;
}

.info-box-clear {
	padding: 30px 20px 30px;
	text-align: center;
}

.info-box-paralax {
	padding: 30px 20px 60px;
	text-align: left;
    background-attachment: fixed;
    /*background-position: bottom;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.info-box-trans {
	color: #FFFFFF;
	padding: 30px 20px 30px;
	text-align: left;
    background-color: white; 
    color: #808080; 
    opacity: 0.82;
    filter: alpha(opacity=82); /* For IE8 and earlier */
}

.pesquisa-imovel {
    border: 1px #606060 solid;
	color: #606060;
	text-align: left;
	border-radius: 10px;
}
.pesquisa-imovel a {
    text-decoration: none;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

hr.style-eight {
    content: url(../images/divisoria.png);
    display: inline-block;
    position: relative;
    top: -0.6em;
    padding: 0;
    border: 0;
    width: 60%;
}

table, th, td {
    /*border: 1px solid #102294;*/
    padding: 5px;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
	font-size: 12px;
}
th {
    background-color: #102294;
    color: white;
    text-align: center;
}
td.total {
	text-align: center;
	font-size: 20px;
}
.lTotalCat {
    background-color: #f9fbc6;
    color: black;
}
.lTotalTipo {
    background-color: #d7fecd;
    color: black;
}
.l1 {
    background-color: #FAFAFA;
    color: black;
}
.l2 {
    background-color: #E6E6E6;
    color: black;
}
.l-inativo {
    background-color: #C3C3C3;
    color: #7F7F7F;
}

/*Tablet View*/
@media (min-width: 800px){
	body { 
		overflow-y: scroll;
		max-width: 810px;
	}

    .info-box-pad {
        border-radius: 30px;
        border-style: solid;
        border-width: 1px;
    }

	h1 {
		margin-bottom: 30px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-13-force {
		width: 33%;
	}
	.col-13 {
		width: 33%;
	}
	.col-23-force {
		width: 66%;
	}
	.col-23 {
		width: 66%;
	}
	.col-4 {
		width: 25%;
	}
	.col-3 {
		width: 33%;
	}
	.col-2-force {
		width: 50%;
	}
	.col-2 {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 0px;
	}
}

/*Desktop View*/
@media (min-width: 1024px){
	body { 
		overflow-y: scroll;
		max-width: 1200px;
	}
	
	h1 {
		font-size: 32px;
	}
}