* {
    box-sizing: border-box;
}

.principal {
    line-height: 1.3;
    margin: 0;
}

.sobre-table-ul {
    margin-left: 1.5em;
    margin-bottom: 1rem;
}

.sobre-table {
    list-style: square;
    margin-bottom: 0.5rem;
}

.sobre-paragrafo {
    text-indent: 1em;
    text-align: justify;
    margin: 1rem 0;
    font-size: 1.1em;
    line-height: 1.5;
}

.agendar-atendimento {
    font-size: 1.2em;
    margin: 1rem 0;
}

.sobre-top {
    padding: 1em 0;
}

.btn_maior {
    font-size: 1.5rem;
    margin: 1rem 0;
    margin-bottom: 3rem;
}

.botao-whats {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

#contato {
    margin: 0;
}

.whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}