.spk-contato {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spk-contato-container {
    width: min(100% - 7%, 1024px);
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spk-contato-bundle {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2em;
}

.spk-contato-bundle h2 {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.spk-contato-bundle p {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    line-height: 24px;

}

.spk-contato-link {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 1em;
}

.spk-contato-link-image {
    width: fit-content;
    height: fit-content;
    max-width: 47px;
    max-height: 47px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.spk-contato-link-bundle {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 1em;
}

.spk-contato-link-item {
    color: var(--color-text-black);
    font-weight: bold;
}

.spk-contato-link-item:hover {
    color: var(--color-text-black);
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.spk-contato-start {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-weight: bold;
}

@media (max-width:1024px) {
    
}

@media (max-width:768px) {
    
}

@media (max-width:480px) {
    
}
