.localidades {
  padding: 60px;
}
.localidades h2 {
  font-size: 3.2rem;
  color: #008000;
  padding: 0 0 50px 0;
  text-align: center;
  margin: 0 auto;
}
.localidades .location-content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.localidades .location-content .card-location {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.1882352941);
  border-radius: 12px;
  overflow: hidden;
  width: 380px;
  height: auto;
  margin-bottom: 40px;
}
.localidades .location-content .card-location figure {
  width: 84%;
  height: 200px;
}
.localidades .location-content .card-location .location-info {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 26px;
  gap: 6px;
}
.localidades .location-content .card-location .location-img {
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
}
.localidades .location-content .card-location .location {
  height: 40px;
  display: flex;
  align-items: center;
}
.localidades .location-content .card-location .location figure {
  width: 20px;
  height: 20px;
}
.localidades .location-content .card-location .location figure img {
  object-fit: contain;
}
.localidades .location-content .card-location .location a {
  font-size: 1.4rem;
  margin-left: 12px;
  transition: 0.2s;
}
.localidades .location-content .card-location .location a:hover {
  color: blue;
}
.localidades .location-content .card-location .princial-title {
  justify-content: center;
  padding: 18px;
  text-align: center;
}
.localidades .location-content .card-location .princial-title a {
  font-size: 2rem;
  font-weight: 500;
}

/*# sourceMappingURL=location.css.map */
