/*bootstrap accordeon*/
/*.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
 */
/*.pt-3, .py-3 {
    padding-top: 1rem !important;
}
 */
/*.w-100 {
    width: 100% !important;
}
 */
/*.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
 */
/*.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
 */
/*.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
 */
/*.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
 */
/*.m-0 {
    margin: 0 !important;
}
 */
/*.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
 */
/*.collapse:not(.show) {
    display: none;
}
 */
/*.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
 */
/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 */
/*.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
 */

.block-acc .accordion {
    overflow-anchor: none;
    padding-top: 5rem;
}
.block-acc .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-top-color: rgba(0, 0, 0, 0.125);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.125);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.125);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.125);
    border-left-style: solid;
    border-left-width: 1px;
    /*border-radius: .25rem;*/
    /*border-bottom-right-radius: 0.25rem;*/
    /*border-bottom-left-radius: 0.25rem;*/
}

.block-acc .accordion > .card {
    overflow: hidden;
}

.block-acc .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.block-acc .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.block-acc .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.block-acc .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.block-acc .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.block-acc .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding: 0;
}

.block-acc section {
    display: block;
}

/*custom*/
.block-acc {
    margin-left: 2rem;
}
.block-acc .accordion > .card > .card-header {
    border: none;
    background-color: unset;
    text-decoration: none;
    color: #212121;
    padding: 6px 0;
    height: auto;
    font-size: 14px;
}
.block-acc .accordion > .card:first-of-type {
    border-top: none;
}
.block-acc .accordion > .card {
    border-left: none;
    border-right: none;
}
.block-acc .block-title {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1rem;
}
.menu-item a:hover {
    text-decoration: none!important;
}
.block-acc .card-header svg {
    transition: all 0.2s ease;
}
.block-acc .card-header[aria-expanded="true"] svg {
    transform: rotate(-180deg);
}
.block-acc .card-body p {
    font-size: 16px;
    margin-bottom: 1rem;
    width: 100%;
}
.block-acc .dimensiones {
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
    gap: 4rem;
}
.block-acc .columna-1, .block-acc .columna-2 {
    line-height: 1.7;
}
.block-acc .dimensiones-altura {
    padding: 1rem 0;
    margin-bottom: 0px !important;
}
.block-acc .card-body img {
    width: 100%;
    max-width: 16px;
    margin-right: .7rem;
}

.block-acc .block-description {
    font-size: 16px;
}

.block-acc .block-title {
    font-size: 14px;
}

.block-acc .content-block .block-description p {
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .block-acc .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-acc {
        margin-left: 0;
    }
    .block-acc .card-body p {
        font-size: 18px;
    }
    .block-acc .card-body {
        max-width: 80%;
    }
    .block-acc .block-title {
        font-size: 14px;
    }
    .block-acc .card .question {
        font-size: 16px;
    }
    .block-acc .dimensiones {
        padding-right: 0;
    }
}
