﻿.textparp {
    text-transform: none;
    text-align: justify;
    color: white;
}
.wappfloating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wappfloat-button {
    margin-top: 16px;
}

.contact_data {
    color: var(--primary-color-1);
    margin-right: 10px;
}

p {

    text-transform:none;

}