@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
.btn-flotante {
    display:scroll;
        position:fixed;
    bottom: 20px;
    right: 20px;
    /* padding: 10px; */
    background-color: #571845;
    color: #fff;
    border: none;
    /* border-radius: 50%; */
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000; 
  }
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
