@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .container {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .area-privada header.header-intranet {
        width: 100% !important;
        padding: 10px;
        margin-bottom: 20px;
    }

    .m-menu {
        display: block !important;
        left: 10px !important;
        top: 40% !important;
    }

    .head-rgt {
        display: none;
    }

    .mob-user {
        display: block;
    }

    .area-privada .header-intranet .logo {
        width: 100%;
        padding: 0;
        height: auto !important;
    }

    .main-container {
        display: flex
    }

    .area-privada .container ul.das-ico>li {
        width: 100%;
    }

    #mob-nav {
        padding-top: 20px;
        background: #fff;
    }
}

@media screen and (max-width: 767px) {
    .logo img {
        height: auto !important;
    }

    .transferencia .prof-img img {
        height: auto;
    }

    .area-privada .container ul.das-ico>li {
        width: 100%;
    }

    .area-privada .container h1.m-tit {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    .por-lst.grid ul li {
        width: 100%;
        margin-right: 0;
    }

    .por-lst.grid ul li h4,
    .por-lst.grid ul li h3 {
        min-height: inherit;
    }

    h2.results {
        font-size: 18px;
    }
}

@media screen and (max-width:479px) {
    .por-lst h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .perfil-list li {
        width: 100%;
        padding: 0;
    }

    .transferencia ul>li {
        width: 100%;
    }
}

@media screen and (max-width:359px) {
    .por-lst h3 {
        font-size: 18px;
        line-height: 22px;
    }
}