.icon-flag {
    max-width: 30px;
    filter: grayscale(90%);
    cursor: pointer;
}

.icon-flag:hover {
    filter: grayscale(0%);
}

.icon-flag.active {
    filter: grayscale(0%);
}

.flag-icon {
    max-width: 17px;
}

@media (max-width:1070px) and (min-width:992px) {
    #menuNavbar {
        font-size: 0.705rem !important;
    }
}

@media (max-width:1400px) and (min-width:1070px) {
    #menuNavbar {
        font-size: 0.8rem !important;
    }
}

@media (max-width: 768px) {
    .contact-header .text-sm {
        font-size: 0.655rem !important;
    }
}