/* Add here all your CSS customizations */
.aguauno {
    background-image: url("../img/fondos/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    }

.peredos {
    box-shadow: 4px 4px 5px #ccc;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:80px;
  right:10px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:1000000;
  box-shadow: 3px 3px 6px 0px black;
}

.whatsapp:hover {
  background-color:#fff;
  color:#25d366;
  border: solid 1px #25d366;
  box-shadow: none;
}

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

@media (max-width: 767px) {
	.whatsapp {
      position:fixed;
      width:30px;
      height:30px;
      bottom:40px;
      right:10px;
      background-color:#25d366;
      color:#FFF;
      border-radius:20px;
      text-align:center;
      font-size:20px;
      z-index:100;
      box-shadow: 3px 3px 6px 0px black;
    }
    .whatsapp-icon {
          margin-top:5px;
        }
}
