@charset "UTF-8";

@media (max-width: 1080px) {
    body {
        overflow-y: scroll !important;
    }
}

@media (max-width: 1080px) {
    nav#menu div:last-child {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    main#setores {
        display: block !important;
    }
}

@media (max-width: 1080px) {
    main#setores section {
        width: 100% !important;
        height: 60% !important;
    }
}

@media (max-width: 1080px) {
    div.tooltip {
        width: 100% !important;
    }
}