/*Header*/
#mobileMenu {
      display: none;
      background-color: #f8f9fa;
      padding: 1rem;
    }
    @media (min-width: 768px) {
      #mobileMenu {
        display: none !important;
      }
    }
    .nav-link {
      padding: 0.5rem 1rem;
    }

/*Footer*/    
.footer-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #0d6efd;
}

.social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: #fff;
}

/*Whatsapp*/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.imagen{
    width: 100%;
    height: auto;
    display: block;
}