<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comments {
    position: fixed !important;
    width: 60px !important;
    height: 60px !important;
    bottom: 20px !important;
    right: 20px !important;
    background-color: #333333 !important;
    color: #ffffff  !important;
    border-radius: 50px !important;
    text-align: center !important;
    font-size: 30px !important;
    box-shadow: 2px 2px 3px #999 !important;
    z-index: 100 !important;
}

.comments:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #B5102D  !important;
}


.whatsapp {
    position: fixed !important;
    width: 60px !important;
    height: 60px !important;
    bottom: 90px !important;
    right: 20px !important;
    background-color: #333333 !important;
    color: #ffffff  !important;
    border-radius: 50px !important;
    text-align: center !important;
    font-size: 30px !important;
    box-shadow: 2px 2px 3px #999 !important;
    z-index: 100 !important;
}

.whatsapp:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #B5102D  !important;
}

.phone {
    position: fixed !important;
    width: 60px !important;
    height: 60px !important;
    bottom: 160px !important;
    right: 20px !important;
    background-color: #333333 !important;
    color: #ffffff  !important;
    border-radius: 50px !important;
    text-align: center !important;
    font-size: 30px !important;
    box-shadow: 2px 2px 3px #999 !important;
    z-index: 100 !important;
}

.phone:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #B5102D  !important;
}


.my-float {
    margin-top: 16px !important;
}




/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .comments {
        bottom: 40px !important;
        right: 40px !important;
    }

    .whatsapp {
        bottom: 100px !important;
        right: 25px !important;
    }

    .phone {
        bottom: 180px !important;
        right: 25px !important;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}</pre></body></html>