.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu a {
  padding: 10px;
  border: 1px solid #304590;
  color: #304590;
  width: 200px;
  margin: 0 20px;
  text-align: center;
  font-weight: bold;
}
.menu .active {
  background-color: #304590;
  color: white;
}
.oculto {
  display: none !important;
}
.no-farmacias {
  font-size: 20px;
  text-align: center;
}
.listado-provincias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-height: 720px;
  margin-top: 40px;
  margin-left: -8px;
  /* Adjustment for the gutter */
  width: 100%;
}
@media all and (max-width: 968px) {
  .listado-provincias {
    max-height: 100%;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media all and (max-width: 767px) {
  .listado-provincias {
    display: block;
    text-align: center;
  }
}
.listado-provincias div {
  width: 25%;
  margin-bottom: 20px;
}
@media all and (max-width: 968px) {
  .listado-provincias div {
    width: 50%;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .listado-provincias div {
    width: 100%;
  }
}
.listado-provincias div .nombreprovincia {
  color: #304590;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 20px;
  width: 100%;
  margin-bottom: 5px;
}
.listado-provincias div .gris {
  color: #b0b0b0;
  font-weight: 500;
  font-size: 16px;
  padding-left: 10px;
}
.listado-provincias div a {
  text-decoration: none;
  color: #304590;
  font-weight: 500;
  font-size: 18px;
}
.listado-provincias div a:hover {
  text-decoration: underline;
}
.listado-provincias div ul {
  padding-left: 10px;
}
.listado-provincias div ul li {
  text-decoration: none;
  list-style: none;
}
.btn-azul {
  background-color: #596aa6;
  color: white!important;
  border-radius: 4px;
  padding: 7px 19px;
  font-size: 13px !important;
  font-weight: bold;
  line-height: 39px;
}
.btn-azul:hover {
  background-color: white;
  color: #596aa6 !important;
}
/*# sourceMappingURL=estilosfarm.css.map */