.navbar.fixed.navbar-stick .navbar-brand img {
    max-height: 75px;
}

.contact-icon img {
    max-width: 30px;
}

.who-we-are-image figure img {
    max-height: 370px;
    width: auto;
}

.logo-dark,
.logo-light {
    max-width: 100%;
}

.hero-title .dinamic-text {
    font-size: inherit;
    display: block;
    min-height: 60px;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .hero-title .dinamic-text {
        min-height: 52px;
    }
}

@media (max-width: 992px) {
    .hero-title {
        text-align: center;
        font-size: 3rem !important;
    }

    .hero-title .dinamic-text {
        min-height: 70px;
    }
}

@media (max-width: 768px) {
    .logo-dark,
    .logo-light {
        padding-right: 20px;
    }

    .who-we-are-image figure img {
        width: 100%;
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    #quem-somos .who-we-are-text {
        order: 1;
        display: flex;
        flex-direction: column;
    }

    #quem-somos .who-we-are-image {
        order: 2;
        display: flex;
    }

    .dinamic-text{
        min-height: 45px;
    }
}

@media (max-width: 555px) {
    .hero-title {
        font-size: 2rem !important;
    }

    .hero-title .dinamic-text {
        min-height: 46px;
    }
}

@media (max-width: 400px) {
    .hero-title {
        font-size: 1.7rem !important;
    }

    .hero-title .dinamic-text {
        min-height: 45px;
    }
}
