/* Imagen de presentación */
.presentation{
    background-image: url("../img/company/company.jpg");
    background-position: center;
    background-size: cover;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
}

/* Mapa de Google */
.google-map{
    filter: grayscale(10%);
    filter: sepia(10%);
}

.download-btn {
  background: #3388cc;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  min-width: 260px; /* hace que el botón sea un poco más ancho */

}

.download-btn:hover {
  background: linear-gradient(135deg, #0b5ed7, #0a58ca);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}



/* Caja del texto del mapa */
.text-map{
  background: var(--lightBlue);
}

/* Texto del mapa */
.text-map p{
  font-weight: 600;
}
