@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('http://fonts.googleapis.com/css?family=Lato:400,700');


@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica);

.clickable {
	cursor: pointer;
}

#homeInform {
	position: relative; 
	top: 30%; 
	z-index: 101;
}

#homeInform img {
	margin: 0 auto;
	width: 80%; 
	max-width: 780px; 
	display: block;
}

#homeInform .textoApresentacao {
	margin: 0 auto; 
	width: 80%;
	max-width: 780px; 
	display: block; 
	margin-top: 5px;
}

#homeInform #homeInformButton {
	width: 320px; 
	margin: auto; 
	margin-top: 30px;
}

.controlesUniversaisLeft {
	position: absolute; 
	left: 30px; 
	z-index: 500;
}

.controlesSuperioresDireitos {
	position: absolute; 
	right: 20px; 
	z-index: 100; 
	color: #fff; 
}

.controlesUniversaisLeft,
.controlesSuperioresDireitos {
    top: 35px;
}

#resultadoBuscaPorTexto {
	color: #353535;
}

#bannerMapa h2 {
    font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.9
}

#bannerMapa hr {
    border: 0;
    border-top: 3px solid #fff;
    margin: 5px 0;
    width: 160px;
}

.itens-header {
    font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
}

img.icons-header {
    margin-right: 10px;
    vertical-align: middle;
}

.botaoPadrao {
    border: none;
    cursor: pointer;
    color: #fff;
    padding-left: 30px;
	padding-bottom: 5px;
	outline: none;
	font-weight: 500;
}

button.estilo-btn01 {
	cursor: pointer;
	background-color: #4a7c59;
	width: 320px;
	height: 48px;
	border-radius: 50px;
	border: 1px solid #4a7c59;
	font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial,
		sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
	height: 100%;
	background-color: #fff;
}

#mapvestigios {
	height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial,
		sans-serif;
}

body img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.textoApresentacao {
	color: #fff;
	font-family: 'IM Fell DW Pica', serif;
	text-align: center;
	letter-spacing: 2px;
	font-size: 18px;
    line-height: 24px;
}

.textoApresentacaoDetaque {
	color: #fff;
	font-family: 'IM Fell DW Pica', serif;
	font-size: 40px;
	text-align: center;	
}

#container {
	postion: relative;
	width: 100%;
	height: 100%;
}

#initial {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#initialContainer {
	position: relative;
	height: 100%;
	width: 100%;
}

.initialText {
	
}

#wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 100%;
	z-index: 100;
}

#wrapperContainer {
	position: relative;
	height: 100%;
	width: 100%;
}

#search {
	position: absolute;
	background-color: #fff;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 100%;
	z-index: 100;
	overflow-y:scroll;
}

#searchContainer {
	position: relative;
	width: 80%;
	margin: auto;
}

#info {
	position: absolute;
	background-color: #fff;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 100%;
	z-index: 100;
	overflow-y:scroll;
}

#infoContainer {
	position: relative;
	width: 100%;
	min-height: 100%;
}

.detalheSitioVestigio {
	position: relative;
	width: 210px;
	height: 270px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.over_map {
	position: absolute;
	bottom: 25px;
	left: 0px;
	z-index: 99;
	color: #fff;
}

div h2 {
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

.exploreomapa p {
	font-weight: 900;
	font-size: 50px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.rightFloatedDiv {
	float: right;
	padding: 5px;
	font-weight: 400;
}

#leftMenu a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}

#leftMenu a:after {
	display: block;
	content: '';
	border-bottom: solid 3px #019fb6;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

#leftMenu a:hover:after {
	transform: scaleX(1);
}

h1.fromRight:after {
	transform-origin: 100% 50%;
}

h1.fromLeft:after {
	transform-origin: 0% 50%;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.infobox-wrapper {
	
}

#customInfowindow {
	padding: 0px;
}

#infowindowImage {
	width: 100%;
	height: 200px;
	border-radius: 5px 5px 0px 0px;
}

#infowindowContent {
	margin: 0px;
	position: relative;
}

.infowindowwrapper {
	width: 320px;
}

.iteminfowwindow {
	width: 230px; 
	padding: 0px; 
	margin: auto; 
	background-color:#fff;
	border: 0px solid rgba(72, 181, 233, 0.6);
    border: none;
    border-radius: 5px;
    min-height: 318px;
}

.backgroundtransparent {
	background-color: rgba(255,255,255,0);
}

/* Legenda dos Vestigios */
.circle { 
	height: 15px; 
	width: 15px; 
	border-radius: 50%; 
	display: inline-block;
}
.circleLeft {
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 50%;
}
.pintura {background-color: #a2cc4e;}
.gravura {background-color: #fbca54;}
.litico {background-color: #5b6185;}
.ceramica {background-color: #ec8181;}
.ossoshumanos {background-color: #a4defb;}
.fosseis {background-color: #ff5d37}
.materialorganico {background-color: #388fc5;}
.materialhistorico {background-color: #5d4037;}
.outros {background-color: #53be89;}
.legendaVestigioMarcada {border: 3px solid #fff}

.legendaContainer {
	float: left;
	width: 50%;
}

.inputSearch {
	float: left;
	outline: none;
	width: 350px;
	height: 40px;
	box-sizing: border-box;
	border: none;
	border-radius: 0px;
	font-size: 16px;
	background-color: white;
	padding: 12px 40px 12px 20px;
	-webkit-transition: width 0.4s ease-in-out;
}

#searchIcon {
	float: left;
	height:40px;
	width: 40px;
	background-color: #fff;
	border-radius: 20px 0px 0px 20px; 
	background-image: url("/Summa/javax.faces.resource/img/summa/lupa-buscar.png.xhtml");
	background-position: left 10px top 10px;
	background-repeat: no-repeat;
}

#closeIcon {
	float: left;
	height:40px;
	width: 40px;
	background-color: #fff;
	border-radius: 0px 20px 20px 0px; 
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 50px;
	color: rgb(144,143,144);
	cursor: pointer;
	line-height: 40px; 
}

.bubble {
	position: relative;
	margin-top: 30px;
	width: 430px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 17px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -17px;
	left: 160px;
}

.roundTop {
	border-radius: 8px 8px 0px 0px;
}

.margin {
	margin: 10px;
}

.topbar {
	position: fixed;
	height: auto;
	width: 100%;
	color: #DCDCDC;
	box-shadow: 0px 16px 20px -4px rgba(0,0,0,0.53);
}

.leftBar {
	width: 250px;
	color: #DCDCDC;
}

.rightBar {
	width: 60%;
	height: 80%;
	top: 15%;
	border-radius: 20px 0px 0px 20px;
	background-color: #fff;
}

.checkboxset {
	padding-right: 15px;
}

.checkboxset input[type=checkbox] {
	font-size: 12px;
}

.itemBusca {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	cursor: pointer;	
}

.itemBusca > p {
	margin: 0px;
}

.itemBusca:hover {
	background-color: #E4E4E4;
}

.textoMarcado {
	color: #5C7A5D;
}

.linha {
	height: 1.5px;
	background-color: #E4E4E4;
}

.buscaheader {
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 600;
}

#minimapcontainer {
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 200px;
	width: 200px;
	z-index: 100;
}

#minimap {
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: solid 8px #fff;
	background-color: #5C7A5D;
}

.labelFiltro,
.checkboxset .labelCheckFiltro {
    font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color: #dddddd;
    letter-spacing: 0.05em;
}

.labelFiltro {
    border-bottom: #acacac solid 1px;
    margin-right: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.checkboxset label {
    font-weight: 400;
	font-size: 13px;
}

/*Adding custom checkbox icons*/
.labelcheckbox {
	position: relative;
	padding-left: 25px;
	font-size: 19px;
	cursor: pointer;
	line-height: 21px;
	font-weight: 400;
}
.labelcheckbox:before {
	font-family: FontAwesome;
	font-size: 19px;
	position: absolute; top: 0; left: 0;
}

.labelcheckbox:after {
	font-family: FontAwesome;
	font-size: 17px;
	position: absolute; top: -2px; left: 3px;
}
.labelcheckbox:before {
	content: '\f096'; /*unchecked*/
}
.labelcheckbox:after {
	content: '\f00c'; /*checked*/
	/*checked icon will be hidden by default by using 0 max-width and overflow hidden*/
	max-width: 0;
	overflow: hidden;
	opacity: 0.5;
	/*CSS3 transitions for animated effect*/
	transition: all 0.35s;
}

/*hiding the original checkboxes*/
input[type="checkbox"] {
	display: none;
}
/*when the user checks the checkbox the checked icon will animate in*/
input[type="checkbox"]:checked + .labelcheckbox:after {
	max-width: 25px; /*an arbitratry number more than the icon's width*/
	opacity: 1; /*for fade in effect*/
}

/*adding some colors for fun*/
.labelCheckFiltro:before {color: #fff;} 
.labelCheckFiltro:after {color: rgb(122, 134, 52);}
.labelCheckFiltroAdv:before {color: rgb(144, 144, 144);} 
.labelCheckFiltroAdv:after {color: rgb(122, 134, 52);}
.labelCheckFiltroAdv {
	margin-bottom: 10px;
}

.itemBuscaTextual:before {
	font-family: FontAwesome;
	content: '\f041 \00a0 \00a0';
	color: rgb(142,142,143);
}

.detalhesSitioBotao {
	color: rgb(93,122,93);
	font-weight: 600;
	cursor: pointer;
	position: absolute;
    bottom: 15px;
    left: 62px;
    display: block;
}

.detalhesSitioBotao img {
	vertical-align:middle;
	margin: 0px 5px 0px 0px;
}

.detalhesSitioBotaoAdv {
    left: 0px;
}

#infowindowContent p,
#infowindowContent .detalhesSitioBotao {
    font-family: 'Lato', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
}

#infowindowContent p:first-child,
#infowindowContent p:nth-child(2) {
    font-size: 14px;
    color: #353535;

}

#infowindowContent p:first-child {
    text-transform: uppercase;
    font-weight: 700;
    margin: 3px 0;
}

#infowindowContent p:nth-child(2) {
    font-weight: 400;
    margin: 0;
}

.descricaoSitio {
    font-style: italic;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
    color: #929191;
    margin-bottom: 25px;
}


/* MENU LATERAL */

.leftBar {
    width: 290px;
    background-color: #23252c;
    box-shadow: 16px 0px 20px -4px rgba(0,0,0,0.53);
}

/* Estilo para os itens do Menu Lateral*/

.itens-left-bar {
    font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #dddddd;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* FILTROS */

/* Preciso que você acrescente a classe .limpar-filtros no input de Limpar Filtros,
para poder estilizar com os estilos abaixo */

.limpar-filtros {
    font-family: 'Lato', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: rgb(122,134,52);
    margin-bottom: 25px;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

#totalVestigiosEncontrados {
    font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color: #dddddd;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#visualizarForaDoMapa {
    font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color: #dddddd;
    letter-spacing: 0.05em;
    font-weight: 500;
}
#visualizarForaDoMapa:before {
	font-family: FontAwesome;
	content: '\F0b0 \00a0 \00a0';
	color: #fff;
}

.mySlides {
	display:none; 
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: left center;
	height:400px; 
	width: 100%;
}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

#detalhesSitio {
	font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
	color: rgb(62,68,79);
}

#detalheMunUf {
	font-size: 17px;
	font-weight: 400;
}
#detalheQtdVest, #detalhePer, #detalheProj {
	font-size: 18px;
	font-weight: 400;
}

.listaMenuEsquerda {
	margin: 0; padding: 0
}

.listaMenuEsquerdaItem {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom:5px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #dddddd;
	border-bottom: solid 2px rgba(65,65,71,0.9);
    letter-spacing: 0.025em;
}

.listaMenuEsquerdaItem:hover {
	color: rgb(117,139,66);
	border-bottom: solid 2px rgb(117,139,66);
}

.listaSubMenuEsquerda {
	margin: 0; padding: 0
}

.listaSubMenuEsquerdaItem {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom:5px;
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.listaSubMenuEsquerdaAtivo{}
.listaSubMenuEsquerdaAtivo:after {
	font-family: FontAwesome;
	content: '\f068';
	font-size: 12px;
	margin-left: 5px;
}

.listaSubMenuEsquerdaItem:hover {
	color: rgb(117,139,66);
}


.listaMenuEsquerdaItemAtivo {
	color: rgb(117,139,66);
	border-bottom: solid 2px rgb(117,139,66);
}

.verde { color: rgb(115,140,66)}
.cinza {color: rgb(144,144,144)}
.cinzaEscuro {color: rgb(55, 56, 57)}
.backgorundCinza {background-color: rgb(56,56,56)}
.branco {color: #fff}
.header {
	font-size: 15px;
    letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 30px;
}
.headerFiltroAdv {
	position: relative;
    border-bottom: #acacac solid 1px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 13px;
}

.headerFiltroAdvAberto:after {
	font-family: FontAwesome;
	font-size: 15px;
	content: '\F077';
	position: absolute;
	font-weight: 200;
	right: 0px;
}

.headerFiltroAdvFechado:after {
	font-family: FontAwesome;
	font-size: 15px;
	content: '\F078';
	position: absolute;
	font-weight: 200;
	right: 0px;
}

.cardResultBuscaAvanc {
	width: 239px;
    height: 320px;
    border: 1px solid #ccc;
    margin-bottom: 2em;
    padding: 0;
    border-radius: 5px;
    position: relative;
}

.cardResultBuscaImg {
	height: 130px;
	width: 100%; 
	border: none;
	margin: auto;
	border-radius: 4px 4px 0px 0px;
    background-repeat: no-repeat;
    background-position: center center;  
}

.cardResultBuscaVest {
	padding: 5px;
	margin-left: 10px;
	height: 33px;
	display: block;
}

.cardResultBuscaSitioNom {
	clear: both;
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
	margin-left: 15px;
	cursor: default;
}

.cardResultBuscaSitioLocal {
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
	margin-left: 15px;
	cursor: default;
}

.cardResultBuscaSitioDesc {
	font-size: 12px;
	font-weight: 300;
	margin-top: 10px;
	margin-left: 15px;
	color: rgb(145,145,145);
	font-style: italic;
	height: 75px;
	overflow:hidden;
	cursor: default;
}

.cardResultBuscaSitioExp {
	margin-left: 15px;
}

.headerContainer {
	background-image: url('/Summa/javax.faces.resource/img/banner.jpg.xhtml');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 	
    opacity: 1;
    overflow: hidden;
}

.headerTitulo {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-top: 140px;
    opacity: 0.9;
}
.headerTituloMenor {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-top: 170px;
    opacity: 0.9;
}

.headerTituloSublinhado {
	height: 3px;
	width: 250px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
}

#informacoesBusca {
	height: 50px;
}

#qtdResultsAvanc {
	font-size: 14px;
	margin-righ: 10px;
	margin-top: 15px;
	float: left;
	padding: 20px 0;
	font-weight: 400;
}

#qtdResultsAvanc span {
	margin-left: 5px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

#qtdResultsAvanc img {
	margin-bottom: -1px;
}

.legendaTexto {
	display: inline-block; 
	height: 30px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 300;
	margin-left: 10px;
    letter-spacing: 0.025em;
    vertical-align: middle;
}

.maisresultados {
	clear: both;
    padding-top: 3em;
    width: 300px;
    margin: 0 auto;
}

.botaoEstilo2 {
	  position: relative;
	  border: 1px solid rgb(144,144,144);
	  outline:none;
	  cursor: pointer;
	  background: #fff;
	  color: rgb(144,144,144);
	  padding: 5px 20px;
	  border-radius: 4px;
      font-size: 13px;
	  display: inline-block;
}

.paragrafoInfo {
	font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: justify;
    text-justify: inter-word;
    text-indent:60px;
}

.paragrafoInfoSemRecuo {
	font-family: 'Montserrat', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: justify;
    text-justify: inter-word;
}

.listaInformacoes {
	margin-left:40px;
}

#fotosVestigiosPisf {
	width: 100%;
	height: 590px;
	margin-top: 50px;
	margin-top: 50px;
	position: relative;
}

#vestigioTridimensional {
	width: 100%;
	height: 590px;
	margin-top: 50px;
	margin-top: 50px;
	position: relative;
}

#fotoVestigio {
	width: 100%;
	max-height: 590px;
}

#containerVestigioTridimensional {
	width: 100%;
	height: 590px;
	position: relative;
}

.loadImage {
	position: absolute;
	width: 100%;
	background-color: #000;
	opacity: 0.9;
	height: 100%;
	top: 0;
	left: 0;
}


#capivaraLoading {
	width: 190px;
	height: 37px;
	margin: 0 auto;
	margin-top: 250px;
	position: relative;
	background-image: url('/Summa/javax.faces.resource/img/summa/loading.png.xhtml');
	background-repeat: no-repeat;
}

.pulse {
	animation-name: pulse_animation;
	animation-duration: 500ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes pulse_animation {
	0% { transform: scale(1); }
	50% { transform: scale(1.08); }
	100% { transform: scale(1); }
}

/*Css Mapa*/

.controlesMaximizar {
	position: absolute;
	left: 20px;
	bottom: 95px;
	z-index: 500;
}
.controlesMinimizar {
	position: absolute;
	left: 20px;
	bottom: 40px;
	z-index: 500;
}

/*Css Busca Avancada*/

#searchHeader {
	width: 100%;
}

#legendasBuscaAdv {
	padding: 1.5em 0;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
}

#legendasBuscaAdvContFixed {
	width: 80%;
	margin: 0 auto;
	padding: 1.5em 0;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
}

#legendasBuscaAdvFixed {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 16px 20px -4px rgba(0,0,0,0.53);
}

.fixedTop {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.legendaTextoBuscaAdv { 
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	margin-left: 5px;
    letter-spacing: 0.025em;
}

.tipoVestLegenBuscaAdv {
	font-size: 14px;
	margin-left: 10px;
	float: left;
	font-weight: bold;
    font-size: 14px;
}

.tipoVestLegenBuscaAdv:first-child {
	margin-left: 0;
}

#resultadoBuscaAvancada {
	margin-top: 0px;
	clear: both;
	display: flex;
	align-items: flex-start;
}

#containerCards {
	padding: 0px 20px 20px 20px;
	flex: 1;
}

#menuAvancado {
	position: relative;
	padding: 40px 20px 0px 20px;
	background-color: rgb(243, 243, 243);
	border-radius: 0px 0px 10px 0px;
	flex: 0 0 271px;
}

.visualizarResultadosMapa {
	font-size: 17px;
	margin-left: 10px;
	float: right;
	cursor: pointer;
}

.visualizarResultadosMapa span {
	margin-left: 5px;
}

.circleAdv { 
	height: 15px; 
	width: 15px; 
	border-radius: 50%; 
	display: inline-block;
	float: left;
	margin-top: 3px;
}

#topoBuscaAdv {
	height: 300px;
	font-size: 40px;
}

#topoBuscaAdv  .headerTituloSublinhado {
    width: 160px;
}

#limparFiltrosAdv {
	margin-top: 30px;
	text-align: center;
}

div#containerResultados {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#checkboxsetProj .opcoes-filtros {
    margin-bottom: 8px;
}

/* CSS Informacoes Sitio */
#detail {
	position: absolute;
	background-color: #fff;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 100%;
	z-index: 200;
	overflow: auto;
}

#detailContainer {
	position: relative;
	width: 1112px;
	margin: auto;
	z-index: 300;
	padding-top: 60px;
	padding-bottom: 100px;
	min-height: 100%;
}

#detailContainer .w3-display-right {
    right: 6%;
}

#detailContainer .w3-display-left {
    left: 6%;
}

#headerDetail {
	height: 95px; 
	position: absolute;
	top: 0; 
	width: 100%;  
	font-weight: 300;
	background-image: url('/Summa/javax.faces.resource/img/banner.jpg.xhtml');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}

#detailControls {
    padding-top: 4em;
    height: 100px;
}

#detailNomeSitio {
	text-align: center;
	font-size: 40px;
	font-weight: 800;
} 

#headerDetailSublinhado {
	height: 3px;
	width: 150px;
	background-color: rgb(62, 68, 79);
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
}

#detalheSlider {
	margin-top: 40px;
	margin-bottom: 40px;
}

#detalheSlider .w3-badge {
    height: 15px;
    width: 15px;
    padding: 0;
    margin: 0 .5em;
    border: 2px solid #fff !important;
}

#detalheSlider .mySlides {
    height: 466px;
}

.headerDetailComImagem {
    font-size: 13px;
    font-weight: 500;
}

.headerDetailComImagem span { 
	margin-left: 5px;	
}

#headerSobreOSitio img {
	margin-bottom: -2px;	
}

#maisInformacoesSitioHeader {
	margin-top: 40px;
	margin-bottom: 40px;
}

#descricaoSitio, #detalheMunUf, #detalheMunUf, #detalhePer, #detalheProj {
	font-size: 13px;
	font-weight: 300;
}

#detailContainer #descricaoSitio {
    margin: .6em 0 3em;
}

#detailContainer #detalheMunUf,
#detailContainer #detalhePer,
#detailContainer #detalheProj {
    margin: .6em 0 0;
}

#containerDetalherLocal {
	border-right: #acacac solid 1px;
}

#containerDetalherPer {
	border-right: #acacac solid 1px;
	padding-left: 30px;
}

#containerDetalherProj {
	padding-left: 30px;
}

#footerDetails {
	position: realtive;
	height: 50px; 
	width: 100%; 
	border-top: solid 1px #000; 
	padding-left: 20px;
}

#footerDetails .esquerda {
	float: left; 
	margin-right: 50px; 
	margin-top: 10px;
}

#footerDetails .direita {
	float: right; 
	margin-right: 50px; 
	margin-top: 10px;
}

#detailFiltroVest {
	margin-top: 30px;
}

#detailFiltroVest button {
	border: none;
    cursor: pointer;
	outline: none;
	background: none;
	font-size: 14px;
	padding: 0px;
	margin-right: 15px;
	
}

#detailFiltroVest button img {
	margin-right: 10px;
	margin-bottom: -2px;	
}

#detailFiltroVest button .border { 
	height: 5px;
	border-bottom: 2px solid rgba(55, 56, 57, .70);
}

#detailFiltroVest .desativado { 
	opacity: .5;
}

#detailFiltroVest button .circle { 
	height: 15px; 
	width: 15px; 
	border-radius: 50%; 
	display: inline-block;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

#detailFiltroVest span {
    font-size: 13px;
    font-weight: 500;
    color: #747474;
}

#resulBuscaVest {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#resulBuscaVest .vestigCard {
	position: relative;
    height: 160px;
    width: 239px;
    margin-bottom: 30px;
    border-radius: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
#resulBuscaVest .vestigCard .lupaVestigio {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .70);
	cursor: pointer;
	border-radius: 5px;
}

#resulBuscaVest .vestigCard .lupaVestigio img {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.zoomFotoSitio {
	height: 60px;
	width: 60px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
	border-radius: 5px 0px 0px 0px;
	z-index: 500;
}

.zoomFotoSitio img {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.legendaCardVestigio {
	position: absolute;
	bottom: 5px;
	left: 10px;
}

.progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
}

.progress-bar > span {
	display: block;
	height: 100%;
	background-color: rgb(115,140,66);
	width: 0%;
}

.gm-style .gm-style-iw-c {
	background-color: transparent;
	box-shadow: none;
}

.gm-style .gm-style-iw-c > .gm-style-iw-d {
	overflow: hidden!important;
}

.gm-style .gm-style-iw-c > button {
	top: 6px!important;
	right: 40px!important;
}

	