/**1620 */
@media screen and (max-width: 1620px) {
    .card-perfil {
        width: 90%;
    }
}

/**1620 */
/** 1465 */
@media screen and (max-width: 1465px) {

    .ttl-empresa,
    .ttl-user {
        display: none;
        opacity: 0;
        width: 0;
        padding: 0 !important;
    }

    .btn-side-hover {
        padding: .5rem;
    }

    .w-menu-empresa {
        min-width: fit-content;
    }

    .ctn-btn-panel {
        display: block;
    }

    .icon-close>button {
        display: block;
    }

    .side-left {
        position: fixed;
        width: 22.8rem;
        max-height: calc(100vh - 9.3rem);
        min-height: calc(100vh - 9.3rem);
        height: 84%;
        z-index: 3;
        padding-right: 0rem;
    }

    .side-left.reducido {
        transform: translateX(-90%);
        width: 0;
        padding: 0;
        transition: width 1s ease-in-out, transform 1s ease-in-out;
    }

    .side-left.reducido .config-ctn.side {
        transform: translateX(-110%);
    }

    .side-left .config-ctn.side {
        border-radius: var(--border-radius-content);
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        transform: translateX(0);
        /**Posición original*/
        transition: transform 1.1s ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    .content-body {
        /* padding-left: 1.4rem;
        padding-right: 1.4rem; */
        transition: padding 1s ease-in-out;
    }
}

/** 1460 */
/** 1366 */
@media screen and (max-width: 1366px) {
    .form-over {
        overflow-y: auto;
        height: 60vh;
    }

    .card-perfil {
        width: 95%;
    }
}

/** 1366 */
/** 1200 */
@media screen and (max-width:1200px) {
    .card-perfil {
        flex-direction: column;
    }

    .card-img-perfil,
    .card-datos-perfil {
        width: 100%;
    }

    .border-pl {
        border-right: none;
    }

}

@media screen and (max-width: 1250px) {
    .ctn-pill-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }

    #ctn_drop {
        display: none;
    }

    #ctn_over {
        display: block;
    }
}

@media screen and (max-width: 1200px) and (min-width:992px) {
    .row-borders-rc-fv>div:not(:nth-child(4)):not(:nth-child(5)) {
        border-right: 1px solid var(--color-complementario-gr3) !important;
    }

    .row-borders-rc-fv>div:nth-child(4),
    .row-borders-rc-fv>div:nth-child(5) {
        border-right: none !important;
    }
}


/** 1200 */
/** 992px */
@media screen and (max-width: 992px) and (min-width:768px) {
    .row-borders-rc-fv>div:not(:nth-child(3)):not(:nth-child(5)) {
        border-right: 1px solid var(--color-complementario-gr3);
    }

    .row-borders-rc-fv>div:nth-child(3),
    .row-borders-rc-fv>div:nth-child(5) {
        border-right: none;
    }
}

@media screen and (max-width: 992px) {
    .content-datos-no-line {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        min-height: auto;
    }
}

/** 992px */
@media screen and (max-width:768px) {
    .line-vt {
        left: 50%;
    }

    .wt-nocard-concept {
        width: 100%;
    }

    .header-content {
        flex-direction: column;
        gap: 1rem;
    }
}

@media screen and (max-width:768px) and (min-width: 576px) {
    .row-borders-rc-fv>div:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)) {
        border-right: 1px solid var(--color-complementario-gr3) !important;
    }

    .row-borders-rc-fv>div:nth-child(1),
    .row-borders-rc-fv>div:nth-child(3) {
        border-right: 1px solid var(--color-complementario-gr3) !important;
    }

    .row-borders-rc-fv>div:nth-child(2),
    .row-borders-rc-fv>div:nth-child(4),
    .row-borders-rc-fv>div:nth-child(5) {
        border-right: none !important;
    }

    .row-borders-rc>div:nth-child(2) {
        border-right: none !important;
    }
}

/**576px*/
@media screen and (max-width: 576px) {
    .row-borders-rc-fv>div {
        border: none !important;
    }

    .row-borders-rc>div {
        border-right: none !important;
    }
}

/**576px*/

@media screen and (max-height: 450px) {
    .menu-cover a {
        font-size: 20px
    }

    .menu-cover .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}