body {
    background-color: whitesmoke !important;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}

html, form {
    width: 100%;
    height: 100%;
}

a:link, a:visited {
    color: #045491;
    font-weight : bold;
    text-decoration: none;
}

a:link:hover, a:visited:hover  {
    color: #045491;
    font-weight : bold;
    text-decoration : underline;
}

.mapClass {
    position: absolute;
    height: 99%;
    width: 100%;
    align-content: center;
} 

.menu_map {
    position: absolute; 
    top: 75px; 
    right: 15px; 
    width: 300px;
    z-index: 99; 
}

.noBorders *{
    border: none !important;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0;
}

.layout-rounded {
	border: 1px solid #dcdcdc !important;
	border-radius: 12px !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
	margin: 10px !important;
	padding: 0 !important;
}

#cabecalho-panel {
    display: flex !important;
    align-content: flex-start !important;
    flex-direction: column !important;
    justify-content: center !important;
}

#cabecalho-panel div {
    display: flex !important;
    align-content: flex-start !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.ui-widget-content {
  background: white !important;
  color: inherit !important;
}

/* Botões flutuantes */
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  z-index: 999;
}

.whatsapp-float,
.googleplay-float {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float img,
.googleplay-float img {
  width: 70%;
  height: auto;
}

.whatsapp-float:hover,
.googleplay-float:hover {
  transform: scale(1.1);
}
