/* Sección de ubicación con mapa */
.mapa-ubicacion {
  margin-top: 60px;
}

.mapa-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
}

.mapa-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/*-------Lo mas Visitado--------*/
.mas-visitado .card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

/*--------red de agencias----------*/
/* Sección de Agencias */
.agencias-section {
  background-color: #051361;
  padding: 60px 0;
  color: #fff;
}

.agencias-section h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}


/*--------- publicaciones noticias ---------*/
.card-title {
  font-weight: bold;
  font-size: 1.25rem;
}

.card-text {
  font-size: 0.95rem;
  color: #444;
}

.card-img-top {
  height: 220px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .card-title {
    font-size: 1.1rem;
  }

  .card-img-top {
    height: 180px;
  }
}