/* Notificaciones del formulario de contacto */
.notification {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  color: white;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 100000;
}

.notification a {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  float: right;
  margin-left: 22px;
  font-weight: 800;
  text-decoration: none;
}
