.t16 {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t12 {
    font-size: calc(10px + (12 - 10) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.btnGray {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    padding: 12px 26px;
    text-decoration: none;
    font-size: 16px;
}

i.copiarDenunciaNr {
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    #leftMenu,
    #openedMenu {
        display: none !important;
    }
    .menuFix {
        margin: 0;
    }
    .info {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
    .big-title {
        font-size: 50px;
    }
    .language {
        margin-left: 0;
        justify-content: end;
    }
    .navbar-nav .nav-item .nav-link {
        text-align: right;
    }
    .normasFlex > div {
        width: 50%;
        text-align: center;
        margin-bottom: 4rem;
    }

    .complaintsResponsible > div {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 420px) {
    .complaintFollowDiv {
        padding-top: 2rem;
    }
    .normasFlex > div {
        width: 100%;
        text-align: center;
        margin-bottom: 3rem;
    }

    .formTabs .formTab {
        padding: 12px 0;
        font-size: 12px;
    }
    .commentRow {
        width: 100%;
    }
}
