/* tools */
.tools-wrapper .tools {
    position: fixed;
    bottom: 10px;
    right: 50px;
    z-index: 1000;
    background-color: var(--princ);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tools-wrapper .tools div {
    display: inline-block;
}

.tools-wrapper .tools span {
    padding-right: 10px;
}

.tools-wrapper .tools span {
    font-size: 20px;

}

.tools-wrapper .tools a {
    display: block;
    position: relative;
    color: #ffffff;
}


.tools-wrapper .tools a div {
    padding: 3px 10px;
}

.tools-wrapper .tools a.whatsapp {
    color: #25D366;
    font-size: 1.5rem;
}

.tools a:hover, .tools a:hover span {
    color: #eb5e33;
}

@media screen and (max-width: 767px) {
    .tools-wrapper .tools span {
        display: none;
    }
    .tools-wrapper{

    }
    .tools-wrapper .tools {
        border-radius: 50%;
        bottom: 20px;
    }
}

.tools .icon {
    width: 40px;
    margin: 8px;
    filter: brightness(0) invert(1);
}

.tools a:hover .icon,
.tools a:focus .icon {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}