#footerfull {
    width: 100%;
    margin-top: 107px;
    margin-bottom: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testegeral {
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footermenu {
    display: flex;
    align-items: center;
    width: 100%;
}

.footermenu h1 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
    padding-bottom: 20px;
    margin-right: 10px;
}

.footermenu h2 {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: white;
    margin-top: 20px;
    margin-right: 75px;
}

.footermenu a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all;
    transition-duration: 0.1s;
}

.footerabout {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footerlocation {
    margin-left: 12px;
    margin-bottom: 10px;
}

.footerphone {
    margin-top: 10px;
}

.footerlocation a {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
}

.footerphone a {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}