/*!
 * Start Bootstrap - Heroic 
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT 
 */
body {
  padding-top: 56px;
}

.footer-button.whatsapp {
    top: 55%;
    background-color: #00aba0;
}

.footer-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 25px;
    z-index: 1000;
    color: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    cursor: pointer;
}


.bg-morado {
  background-color: #fff0d8 !important;
}