* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, li {
  text-align: justify;
}

a {
  text-align: left;
  text-decoration: none;
  padding-top: 20px;
  font-size: 1.4em;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 45px;
  right: 100px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

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

.maps {
  height: 50vh;
  width: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
}

#contacto {
  color: black;
  background-color: #016A2D;
}

.contacto {
  height: 500px;
  width: 50vw;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  margin-left: 0;
  padding: 50px;
}
/*# sourceMappingURL=sumarios.css.map */