img.plus-icon,
img.minus-icon {
    margin: 0 1rem 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.p-101520 {
    padding: 10px 15px 20px !important
}

.btn-div {
    border-radius: 18px;
    box-shadow: none !important;
}

.principal {
    margin-bottom: 1rem;
    padding-bottom: 2rem !important;
}

.display-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-bottom: 1rem;
}

@media(max-width: 768px) {
    .display-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.display-grid>div {
    display: flex;
    flex-direction: column;
}

.display-grid>div>.border.btn-div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.display-grid .text-btn {
    display: flex;
    flex-grow: 1;
    margin: 0;
}

button.custom_collapse_plus__title {
    display: flex !important;
    align-items: center;
    width: 100%;
    text-align: left;
    min-height: 75px;
    padding: 10px 15px !important;
}

h2.titleCA {
    margin: 1rem 0 0 0;
    font-size: 22px;
    font-weight: 700;
    color: #060643;
}

h3.titleCA {
    margin: 2rem 0;
    font-size: 20px;
    font-weight: 700;
    color: #060643;
}

ul.title-card,
ul.title-cardb {
    margin: 0 !important;
    padding: 0;
    color: #060643;
    font-weight: 700;
    line-height: 1.3;
}

ul.sub-card {
    margin: 0 !important;
    padding: 0;
    color: #177a93;
    font-weight: bold;
    line-height: 1.3;
}

@media(max-width: 420px) {

    ul.title-card,
    ul.title-cardb,
    ul.sub-card {
        font-size: 13px;
    }
}

.ta-c {
    text-align: center;
}

.ta-j {
    text-align: justify;
}

.Default {
    font-family: "Open Sans", sans-serif;
    color: #212529;
    line-height: 1.6;
}

.td {
    padding: 0 0 0 14px !important;
}

.ml-8 {
    margin-left: 8px;
}

.ml-1r {
    margin-left: 1rem;
}

.pt-19 {
    padding-top: 19px;
}

.pt-12 {
    padding-top: 12px;
}

#visorPDF {
    border: 1px solid #ccc;
    max-width: 800px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.back-empty {
    padding: 2rem;
    background: #ededed;
    outline: none !important;
}

.back-empty,
.c-def {
    cursor: default !important;
}