figure {
    margin: 0;
}

.ctn-err {
    border-color: var(--color-error) !important;
}

.txt-err, .lbl-err {
    color: var(--color-error);
}

.lbl-err {
    font-size: 14px;
    text-align: center;
}

.title-card {
    color: var(--color-gray-1);
    font: var(--font-regular);
    font-weight: 900;
}

.tittle_message, .text_message, .title-campaing {
    color: var(--color-black-1);
}

.text_card {
    color: var(--color-gray-1);
    font: var(--font-regular);
    font-size: 16px;
}

.text_document {
    color: var(--color-gray-1);
}

.icon-doc {
    background-color: var(--color-error);
}

.icon_download {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--color-green-2);
}

.icon_download:hover {
    color: var(--color-green-2);
}

.tooltip > .tooltip-inner {
    background-color: var(--color-black-2);
    color: var(--color-white);
    box-shadow: 0px 3px 7px #00000033 !important;
    border-radius: 3px !important;
    padding: 3px 20px !important;
    margin: 0 !important;
}

.tooltip-arrow, .tooltip-arrow:after, .tooltip-arrow:before {
    display: none;
}

.ctn-list-docs {
    width: 100%;
    overflow-y: auto;
    padding: 0 12px;
}

.ctn-list-docs article {
    margin: 18px 0;
}

.doc_observation {
    border-top: none;
    margin-top: 12px;
    overflow-y: auto;
    padding-right: 16px;
}

.state_folio, .state_folio_red {
    margin-bottom: 0;
}

.btn-reject{
    color: var(--first-color);
    background: var(--color-white);
    border: 2px solid var(--first-color);;
}

.btn-reject:hover{
    color: var(--dark-green);
    background: var(--color-white);
    border: 2px solid var(--dark-green);
}

.btn-accept {
    background-color: var(--first-color);
    color: var(--white-color);
    width: 200px;
    height: 50px;
    box-shadow: 0px 3px 11px var(--sombra);
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    float: right;
}

.btn-form {
    margin-top: 0;
    width: 200px;
}

.btn-form:disabled {
    background: #EFF3F3 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 11px #00000029;
    color: #BCC4BC;
}

.ctn-chips {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 55px;
}

.ctn-btns-forms {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: flex-end;
}

.ctn-view-docs {
    display: flex;
    flex-direction: column;
    max-height: 384px;
    gap: 16px;
}

.ctn-view-child, .ctn-view-child2 {
    flex-grow: 1;
    overflow-y: auto;
}

.ctn-view-child {
    min-height: 120px;
}

.ctn-view-child2 {
    min-height: 200px;
}

.ctn-view-child3 {
    flex-grow: 1;
}

.ctn-docs-mobile {
    display: none;
    margin: 32px 0;
}

.trk-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.name-file {
    margin: 0;
    padding-right: 12px;
}

.ctn-head-signers {
    display: flex;
    justify-content: space-between;
}

.ctn-list-signers {
    padding: 8px;
    min-height: 110px;
    overflow-y: auto;
    flex-grow: 1;
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 16px;
}

.img-enterprise {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 8px;
}

.ctn-contact-signer {
    display: flex;
    flex-direction: column;
}

.ctn-info-signer {
    display: flex;
    gap: 10%;
    margin-top: 10px;
}

.state-doc-signer {
    position: absolute;
    top: 4px;
    right: 24px;
}

.sec-signers {
    display: flex;
    flex-direction: column;
    max-height: 190px;
}

.ctn-signers-card {
    flex-grow: 1;
}

.card-pb {
    padding-bottom: 4px;
    margin: 0;
}

.textarea-rjc {
    width: 100%;
    height: 152px;
    margin: 24px 0 0 0;
    border: 2px solid var(--color-gray-2);
    color: var(--color-gray-1);
    border-radius: 11px;
    padding: 12px;
}

.textarea-rjc:focus {
    outline: none;
    border: 2px solid var(--color-green-1);
}

.md_content {
    width: 100%;
}

.txt-indicator {
    display: block;
    text-align: end;
    font-size: 12px;
    color: var(--color-gray-1);
}

.card-pb, .card_list.document_pdf  {
    box-shadow: 0px 3px 19px var(--color-box-shadow-3);
}

.main {
    container-type: inline-size;
    container-name: main-detail;
}

@media only screen and (min-width: 992px) {
    @container main-detail (min-width: 901px) and (max-width: 1280px) {
        .ctn-info-signer {
            flex-direction: column;
        }
        .text_document {
            margin-bottom: 0;
        }
        .card-pb {
            padding-bottom: 16px;
        }
        .sec-signers {
            max-height: 230px !important;
        }
    }
    @container main-detail (max-width: 900px) {
        .art-1 {
            width: 100%;
            padding-bottom: 1.5rem !important;
            padding-right: 0 !important;
        }
        .art-1::before {
            width: 100%;
            height: 2px;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
        }
        .sec-signers {
            width: 100%;
            padding-top: 16px !important;
            padding-left: 0 !important;
            max-height: 324px !important;
        }
        .sec-info-doc {
            flex-direction: column;
        }
        .doc_mobile {
            display: block;
            background-color: var(--disabled);
            border-radius: 4px;
            padding: 10px 15px;
            margin-bottom: 20px;
        }
        .state_doc {
            display: none;
        }
        .embed_pdf, .ctn-view-docs{
            width: 100%;
        }
        .list_pdf {
            flex-direction: column-reverse;
        }
        .ctn-docs-web {
            display: none;
        }
        .ctn-docs-mobile {
            display: block;
        }
        .document_pdf.active::after, .document_pdf.active::before {
            display: none;
        }
        .ctn-list-docs .card_list {
            margin-left: 0 !important;
        }
        .info_message {
            margin-left: 0 !important;
        }
        .ctn-view-docs {
            margin-bottom: 32px;
            max-height: 313px;
        }
    }
    .info_message {
        margin-left: 3.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px)
{
    @container main-detail (max-width: 560px) {
        .ctn-info-signer {
            flex-direction: column;
        }
        .text_document {
            margin-bottom: 0;
        }
        .card-pb {
            padding-bottom: 16px;
        }
        .sec-signers {
            max-height: 400px !important;
        }
        .card-sec-infdoc, .card-sec-logo {
            width: 100% !important;
        }
        .card-sec-logo {
            margin-left: 43px;
        }
        section.filter {
            flex-direction: column-reverse;
            align-items: flex-start !important;
            margin-top: 20px;
        }
        .page {
            margin-top: 16px !important;
        }
        .items_search, .ctn_search {
            width: 100% !important;
        }
    }
}

@media only screen and (max-width: 992px)
{
    .ctn-view-docs {
        margin-bottom: 32px;
        max-height: 313px;
    }
    .ctn-docs-mobile {
        display: block;
    }
    .ctn-docs-web {
        display: none;
    }
    .sec-signers {
        max-height: 324px;
    }
    .doc_mobile {
        display: block;
        background-color: var(--disabled);
        border-radius: 4px;
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .state_doc {
        display: none;
    }

}

@media only screen and (max-width: 768px)
{
    .ctn-btns-forms {
        flex-direction: column;
        gap: 24px;
    }
    .btn-form {
        width: 100%;
    }
}

@media only screen and (max-width: 580px)
{
    .ctn-info-signer {
        flex-direction: column;
    }
    .text_document {
        margin-bottom: 0;
    }
    .card-pb {
        padding-bottom: 16px;
    }
    .sec-signers {
        max-height: 400px !important;
    }
}

@media only screen and (max-width: 575.99px)
{
    .card_list {
        box-shadow: 0px 3px 19px var(--color-box-shadow-3);
    }
}

@media only screen and (max-width: 440px)
{
    .state_folio {
        width: 100%;
    }
}