.div_seccio_descripcio {
    display: flex;
    flex-direction: column;
    text-align: initial;
}

.div_titol_descripcio_sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 0;
}

.titol_descripcio_sub {
    font-size: 22px;
    font-weight: 600;
    color: #48475c;
    padding-bottom: 0px;
}

.div_general_descripcio {
    border-top: 1px solid var(--stk-gray-primary-color);
    padding: 15px;
    margin-bottom: 0px;
    box-sizing: border-box;
    margin-top: 0px;
}

.div_general_descripcio h3 {
    font-size: var(--stk-body-size);
    font-weight: bold;
    color: var(--stk-body-color);
}

.div_titol_descripcio_sub .arrow_titol_descripcio_sub {
    height: 20px;
    width: 20px;
    transform: rotate(270deg);
}

.div_titol_descripcio_sub.opened_sub .arrow_titol_descripcio_sub {
    transform: rotate(90deg);
}

.text_descripcio_sub {
    color: var(--stk-body-color);
    font-size: var(--stk-body-size);
    font-weight: 300;
    line-height: 1.5;
    margin-top: 0px !important;
    margin-bottom: 40px;
}

.div_seccio_descripcio .btn_cml {
    margin-top: 20px;
}

.text_descripcio_sub iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}