/* Add here all your CSS customizations */
.map-box {
  position: relative;
}

.map-box .contact-info {
  background: #fff;

  margin: 0;

  padding: 5px 10px;

  position: absolute;

  top: 150px;

  z-index: 1;
}

.margen-boton {
  margin-top: 5px;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 28px;
  left: 28px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 42px;
  z-index: 100;
  -webkit-box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  -moz-box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
}

.whatsapp:hover {
  transition: 1s;
  background-color: #128c7e;
  color: #fff;
}

.whatsapp-icon {
  margin-top: 8px;
}

.whatsapp-icon:hover {
  color: #fff;
}
