.footer-persona{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footer-links-persona{
    font-weight: 100;
    font-size: 17px;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 20px;
}

.footer-links-info {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.ul-footer-persona{
    padding: 0px !important;
}

.ul-footer-persona li{
    padding: 0px !important;
    padding: 0px !important;
    font-weight: 100 !important;
    font-size: 13px;
    color: #fff;
}

.ul-footer-persona li a:hover {
    color: #fff !important;
    /* font-weight: 700; */
}

.btn-chat-app {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #1d1d1d;
    background-color: #fafafa;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    z-index: 5;
}

.btn-chat-app:hover{
    background-color: #0088f7;
    color: #fff;
    border: 1px solid #fff;
}

.chat-icon-whatsapp {
    height: 25px;
    width: 25px;
    margin: 0px 5px;
}

.white-space{
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 4rem;
    margin-bottom: 2rem;
}
