.psq-portal-modulo {
    margin: 30px 0 35px 0;
    border-radius: 3px;
    width: 350px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid;
}

@media only screen and (max-width: 767px) {
    .psq-portal-modulo {
        width: 100%;
    }

    .mensagem {
        text-align: justify;
    }

}

.psq-portal-modulo .icon-left {
    padding: 10px 0;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.psq-portal-modulo .psq-btn-search {
    padding: 0 15px;
}

.psq-portal-modulo input {
    font-size: 16px;
    padding: 0 calc(20px / 3) 0 calc(10px / 3);
    margin-left: 10px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

.borda-cor-secondary {
    border-color: #f37021;
}

.meu__acs {
    display: none;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    text-align: center;
    padding: 28px;
    margin-bottom: 20px;
    box-shadow: 0 12px 40px -16px rgb(29 23 71 / .4);
    border-radius: .75rem;
    transition: all 0.2s ease-out;
    width: 100%;
    max-width: 100%;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .meu__acs {
        padding-left: 10px;
        padding-right: 10px;
    }

    .meu__acs img {
        display: none;
    }
}

.meu__acs .area_meu__acs {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 28px;
}

@media only screen and (max-width: 767px) {
    .meu__acs .area_meu__acs {
        padding-left: 0;
    }
}

.meu__acs .area_meu__acs.hide {
    display: none !important;
}

.meu__acs .area_meu__acs .meu_acs_line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .meu__acs .area_meu__acs .meu_acs_line {
        font-size: 0.875rem;
    }
}

.meu__acs .area_meu__acs .meu_acs_line.title {
    margin-bottom: 5px;
}

.meu__acs .area_meu__acs .meu_acs_line strong {
    margin-left: 10px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .meu__acs .area_meu__acs .meu_acs_line strong {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.meu__acs .meu__acs_alerta {
    font-size: 1.1rem;
    font-weight: 500;
    margin-left: 28px;
    letter-spacing: 0.03125rem;
}