/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body,
#infoMapaContainer {
  font-family: 'Museo Sans 500', sans-serif;
  height: 750px;
  margin: 0;
  padding: 0;
}

#infoMapaContainer{
  position: relative;
}

/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 750px;
  width: 100%;
  display: inline-block;  
}

#mapGoogle{
  height: 750px;
  width: 100%;
}

#buscadoresContainer{
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 5%;
  margin-top: 1%;
  z-index: 1;
}


#buscadoresContainer div{
  display: inline-block;  
  padding: 10px;
  background-color: #f4f1ef;
  min-height: 50px;
}

#listaVisibles .recuadroFarma{  
  border-radius: 2rem;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  padding: 1rem;
  margin-bottom: 1rem;
  color: #10144b;
}

#listaVisibles .recuadroFarma .nombre{
  font-weight: 600;
  font-size: 1.4rem;
}

#listaVisibles .recuadroFarma img {
  display: inline-block;
}



#listaVisibles a,
#listaVisibles a:link,
#listaVisibles a:visited,
#listaVisibles a:hover,
#listaVisibles a:active{
  color: rgb(53, 174, 169);
  text-decoration:none;
}

#listaVisibles {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 30%;
  display: inline-block;
  overflow: scroll;
  padding: 0.5rem 1.5rem 0rem 1.5rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#listaVisibles::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#listaVisibles {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.first-recuadro{
  background-color: red;
}