@media (max-width: 1100px) {

    .lateral-prods {
        left: -300px;
        transition: 0.4s;
        width: 100%;
    }

    #lateralLinks {
        left: -300px;
        transition: 0.4s;
        width: 100%;
    }

    #lateralPages {
        left: -300px;
        transition: 0.4s;
        width: 100%;
    }

    #myprods-btn {
        display: flex;
    }

    #mylinks-btn {
        display: flex;
    }

    #mypages-btn,
    #closeListPages {
        display: flex;
    }

    #closeListTrackedLink {
        display: block;
    }

    .image-logo {
        width: 50%;
    }

    .profile-name {
        display: none;
    }

}

@media (max-width: 1000px) {
    .sidebarConfig {
        display: none;
    }

    .contentConfigurations {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .contentConfigurations:first-child {
        margin-top: 50px;
    }

    .first-mobile-config-element {
        margin-top: 70px;
    }

    .topinitspacemobile {
        margin-top: 70px;
    }

    #titleconfigarea h1,
    #titleconfigarea h2 {
        font-size: 0.9em !important;
    }
}

@media (max-width: 800px) {

    /* ================= PROFILE BOX =============== */
    .contentboxprofile {
        /* padding: 10px; */
        display: block;
    }

    /* .statusNotPro {
        display: block;
    }

    .statusNotPro .message-status {
        width: 100%;
        margin-bottom: 10px;
    }

    .statusNotPro .message-status p {
        width: 100% !important;
    } */

    /* ============================================= */

    /* ================== geral box planos ============ */

    .contentGeralBoxPlan {
        padding: 20px;
        border-radius: 10px;
    }

    .contentGeralBoxPlan h2 {
        font-size: 1.3em;
        line-height: 27px;
    }

    .default-round-button {
        padding: 10px 5px;
    }

    .alertBoxPlan {
        padding: 10px;
    }

    .contentProdActions .bx-content {
        height: calc(88vh - 50px);
        overflow-y: auto;
    }

    /* ================================================== */

    /* ============== PLANOS ============================= */
    .contentsignature {
        width: 98%;
    }

    .boxsignatures {
        width: 100%;
        display: block;
    }

    .itemsignature {
        width: 100%;
        margin-bottom: 20px;
    }

    .warantyarea,
    .questionsarea {
        width: 100%;
        padding: 20px;
    }

    footer {
        padding: 10px;
    }

    .contentsignature h2 {
        color: #fff;
        font-size: 1.5em;
    }

    .btnBay {
        width: 80%;
        padding: 10px;
        font-size: 0.9em;
    }

    .questionsarea details {
        padding: 10px;
    }

    .questionsarea details summary {
        font-size: 1em;
    }

    .questionsarea details div p {
        font-size: 0.9em;

    }

    /* ================================================== */

    .box-prod {
        padding: 5px;
    }

    .contentlistTools {
        bottom: 15%;
        padding: 10px 20px;
    }

    /* .toolsBar{
        display: none;
    } */

    .logo-space-top {
        width: 80%;
    }

    .contentAcionbarControl {
        margin: auto;
        margin-top: 50px;
    }

    .bottomDescVersion {
        position: relative;
    }

    .deschometools,
    .subtitlehome {
        width: 98%;
    }

    .logohome {
        width: 60%;
    }

    .inputAreaLink {
        width: 70%;
    }

    .actionAreaLink {
        width: 30%;
    }

    .inputAreaLink input {
        padding: 5px;
    }

    .actionAreaLink .btnCopyLink {
        padding: 5px;
        font-size: 0.8em;
    }


    /* ========= PARA VEREDITOS ============ */
    .contentVeredit {
        margin-top: 10px !important;
        height: calc(100vh - 20px);
    }

    h2#viewprodveredit {
        font-size: 0.8em;
    }

    .contentProdActions {
        height: calc(100vh - 20px);
    }

    .contentVeredit .imageVeredit img {
        width: 30px;
    }

    .contentVeredit h2 {
        font-size: 1em;
    }

    .vereditText,
    .viewdouble .vereditText {
        font-size: 0.8em;
    }

    .imageVeredit {
        margin-top: 0px;
    }

    .scrollViewProd {
        max-height: 49vh;
    }

    .contentViewProd {
        padding: 5px;
    }

    .bottomActionView {
        padding: 0px 5px;
    }
}

@media (max-width: 400px) {
    .box-login-user {
        padding: 20px;
    }

    .image-logo {
        width: 70%;
    }

    .logohome {
        width: 70%;
    }


}