<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2{
  font-size: 1.3rem  !important;  
}
span{
    font-size: 14px !important;
}

.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.whatsapp-button i {
    transform: translateY(-2px);
}

.whatsapp-modal {
    position: fixed;
    right: 90px;
    bottom: 20px;
    width: 300px;
    height: 180px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    padding: 0px;
    display: none; 
    z-index: 9998;
}
@media(max-width:768px){
div#whatsappModal {
    right: 0;
    bottom: 0;
    top: 0;
    left: 10.5rem;
}
}
.whatsapp-modal .header {
    background-color: #25D366;
    color: white;
    padding: 15px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.whatsapp-modal .header h3 {
    margin: 0;
    font-size: 18px;
}

.whatsapp-modal .header p {
    margin: 0;
    font-size: 14px;
}




.body-inside{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 50px 50px;
    grid-gap: 10px;
    padding: 10px;
    text-decoration: none;
    line-height: 2px;
  
}

.icon-atendimento{
    position: relative;
    width: 62px;
    height: 62px;
}

.text-atendimento {
    color: #777 !important;
    padding: 25px 15px;
    font-family: 'Philosopher';
}


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