.card:hover{
    /* transform: translateY(-15px);
    cursor: pointer;
    */
    animation: pulse; 
    animation-duration: 1s;
    cursor: pointer;

}

.fondo{
    background-image: url("../img/bomberosContact.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.mt-0 {
    margin-top: 0 !important;
  }
  
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  
  .mt-3 {
    margin-top: 1rem !important;
  }
  
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  
  .mt-5 {
    margin-top: 3rem !important;
  }