.bg-rosa {
  background-color: #e94267;
}
.boton-slider {
  background-color: #e94267;
  color: #fff;
}
.boton-slider:hover,
.boton-slider:focus,
.boton-slider:active {
  background-color: #bc163c;
  color: #fff;
}
.text-color-rosa {
  color: #e94267;
}
.instagram-btn:hover {
  cursor: pointer;
}

.float {
  position: fixed;

  width: 50px;

  height: 50px;

  bottom: 60px;

  right: 10px;

  background-color: #25d366;

  color: #fff;

  border-radius: 40px;

  text-align: center;

  font-size: 25px;

  box-shadow: 2px 2px 3px #999;

  z-index: 100;
}

/*Media queries mobile*/

@media only screen and (max-width: 767px) {
  .float {
    position: fixed;

    width: 50px;

    height: 50px;

    bottom: 20px;

    right: 10px;

    background-color: #25d366;

    color: #fff;

    border-radius: 40px;

    text-align: center;

    font-size: 25px;

    box-shadow: 2px 2px 3px #999;

    z-index: 100;
  }
}
