#map {
	position:absolute; 
	top:0px;
	left:0;
	right:0;
	bottom:0;
	border:none;
	border-top:1px solid #1978cf;
	height:80%;
	width:auto; 
}

   .header_rochaMap {
   background-color: #0f4d98;
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position: absolute;
   }

.tituloMap{
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 5px 5px 5px 5px;
}

.tituloMap img {
    height: 60px;
    margin: auto;
    display: block;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background-color: #0f4d98;
}
@media (max-width: 7680px) { #fullScreenInfo.visible { position:fixed; left:0; right: 0; top:0; bottom: 0; } }
.fotos img {
    height: 60px;
    margin: auto;
    display: block;
    padding: 0;
    border: 0;
}


/* CSS */
#fullScreenInfo { display: none; }

/*POPUP*/
.popupCustom{
    font-family: Verdana;
    font-size: 13px;
    width: 330px;
}

/* CSS */
.fullScreenInfo { display: none; }

/*refresh buttom*/
#refreshButton{
  display: flex;
  align-items: center;
  position: relative;
  top: 148px;
  right: -10px;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 5px;
  border-color: gray;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  opacity: 0.6;
  text-align: center;
}
#refreshButton:hover{
    opacity: 0.8;
    cursor: pointer;
}

#refreshButtonPictogram{
    margin: auto;
}