@media(max-height: 900px) {
    .logo {
        width: 300px;
        height: 194px;
        margin: 0 auto;
    }
    nav a {
        height: 52px;
    }
    .sociais {
        margin-top: 7.5vh;
        margin-bottom: 7vh;
    }
}
@media(max-height: 780px) {
    .logo {
        width: 263px;
        height: 170px;
    }
    h2 {
        font-size: 22px;
        line-height: 26px;
        margin-top: 3vh;
        margin-bottom: 5vh;
    }
    nav {
        row-gap: 10px;
    }
    nav a {
        height: 48px;
    }
    .sociais {
        margin-top: 6.5vh;
        margin-bottom: 6vh;
    }
    .sociais a {
        width: 28px;
        height: 28px;
    }
}
@media(max-height: 650px) {
    .logo {
        width: 232px;
        height: 150px;
    }
    h2 {
        font-size: 20px;
        line-height: 23px;
    }
    .centro {
        max-width: 300px;
    }
    nav a {
        height: 42px;
        font-size: 15px;
    }
    h3 {
        font-size: 20px;
    }
    nav {
        row-gap: 8px;
    }
    .sociais {
        margin-top: 5.5vh;
        margin-bottom: 5vh;
    }
    .sociais a {
        width: 26px;
        height: 26px;
    }
}
@media(max-width: 400px) {
    .centro {
        max-width: calc(100% - 60px);
    }
    .logo {
        width: 200px !important;
        height: 130px !important;
        margin: 0 auto;
    }
    h2 {
        font-size: 19px !important;
        line-height: 22px !important;
    }
    h3 {
        font-size: 20px !important;
    }
}