html,
body {
  height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.buttonsp {
  font-family: Arial, Verdana;   
  background: #f0f0f0 url('https://s3.sa-east-1.amazonaws.com/ada.symbaros.com/assets/sp.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 97%;
}


.login {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */ 
  height: 100vh; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,1); /* Black w/ opacity */
}


.desenharInactive {
  background-color: #eeeeee;
}

.desenharActive {
  background-color: #8CFB7B;
}

.cardphoto {
  margin: auto;
  height: 60vh !important;
}

#rowImovel {
  height: 60vh;
}

#descricao {
  overflow-y: auto;
  margin: auto;
  height: 60vh;
  width: 100%;
  text-align: center;
}
#keywordList{
  overflow-y: auto;
  margin: auto;
  height: 15vh;
  width: 28vw;
  background-color: lightgray;
  font-size: 12px;
  padding: 3px;
  margin-bottom: 5px;
}


.iconeSlider {
  /* position:relative; 
  width:300px;
  margin:0 auto; */
  color: black;

}

.carousel .carousel-control-next-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right-circle-fill" viewBox="0 0 16 16">  <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/></svg>');
}

.carousel .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left-circle-fill" viewBox="0 0 16 16"><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z"/></svg>');
}



.carousel-control-next-icon, .carousel-control-prev-icon {
  /* Use to adjust size of icons */
  width: 3rem;
  height: 3rem;
}

.featureList {
  font-size: 15px;
  /* background-color: rgb(231, 231, 231); */
}

.newInfoWindow {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 100;
  text-align: center;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(rgba(255, 255, 255, 0.9), rgba(224, 224, 224, 1));
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.9), rgba(224, 224, 224, 1));
}