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

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

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

@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;
    }
}