#section-doble-sticky-test {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 6;
    flex-wrap: wrap;
    font-family: 'VodafoneRegular', arial, sans-serif;
}

#section-doble-sticky-test-test.disabled {
    display: none;
}

.sticky-dark button {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333;
    border: none;
    color: #fff;
}

.sticky-dark a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333;
    border: none;
    color: #fff;
}

.button-whatsapp-test {
    cursor: pointer;
    width: 57%;
}

.button-whatsapp-test svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.pop-up-info-whatsapp-sticky-test.form-inactive {
    display: none;
}

.pop-up-info-whatsapp-sticky-test.form-active {
    display: flex;
}


/*  */

.pop-up-info-whatsapp-sticky-test .configurador-info__container {
    padding: 0;
}

.pop-up-info-whatsapp-sticky-test {
    position: fixed;
    top: 20vh;
    left: 10%;
    width: 80%;
    /* background: #f4f4f4; */
    z-index: 8;
    height: auto;
    display: none;
    flex-direction: column;
    font-family: 'VodafoneRegular', arial, sans-serif;
    border-radius: 6px;
}

div.pop-up-info-whatsapp-sticky-test {
    background: #fff;
}

.pop-up-info-whatsapp-sticky-test header {
    background: #fff;
    padding: 16px 16px 0 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.pop-up-info-whatsapp-sticky-test header .configurador-info__close {
    background: #fff;
    border: none;
}

.pop-up-info-whatsapp-sticky-test .column-item:not(.item-selectors) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
    border-radius: 6px;
    width: 100%;
}

.pop-up-info-whatsapp-sticky-test .column-item.item-selectors {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px;
    border-radius: 6px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pop-up-info-whatsapp-sticky-test .column-item.item-selectors .item-paragraph {
    width: 100%;
}

.pop-up-info-whatsapp-sticky-test .features-item-title {
    display: flex;
    align-items: center;
    flex: 1;
}

.pop-up-info-whatsapp-sticky-test .item-title-icon {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-up-info-whatsapp-sticky-test .item-title-text {
    font-size: 18px;
    margin-left: 10px;
    width: 70%;
    line-height: 1.2;
}

.pop-up-info-whatsapp-sticky-test .item-title-text .title-text--small {
    display: block;
    font-size: 16px;
}

.pop-up-info-whatsapp-sticky-test .configurador-info-column {
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    width: 100%;
    flex: 1;
}

.pop-up-info-whatsapp-sticky-test .configurador-info-column.column-rigth {
    /*height: 60vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.pop-up-info-whatsapp-sticky-test .item-features-list {
    display: flex;
    grid-gap: 10px;
}

.pop-up-info-whatsapp-sticky-test .features-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #afafaf;
    flex: 1;
}

.pop-up-info-whatsapp-sticky-test .list-item-text {
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.pop-up-info-whatsapp-sticky-test .paragraph__container {
    border-top: none;
}

.pop-up-info-whatsapp-sticky-test .promo-tx-button-container {
    margin-top: auto;
}

.pop-up-info-whatsapp-sticky-test .promo-tx-button-container {
    box-shadow: none;
    background-color: #009900;
}

.pop-up-info-whatsapp-sticky-test .form-content .form-button {
    border-radius: 6px;
}

.pop-up-info-whatsapp-sticky-test .input-form-tlfn input {
    background: #fff;
    width: 100%;
    border: none;
}

.pop-up-info-whatsapp-sticky-test .input-form-tlfn {
    border-radius: 6px;
    border: solid 1px #666666;
    display: flex;
    align-items: center;
}

.pop-up-info-whatsapp-sticky-test .input-form-tlfn__icon {
    position: relative;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0;
}

.pop-up-info-whatsapp-sticky-test .form_paragraph {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 20px;
}

.pop-up-info-whatsapp-sticky-test .form-checks-container {
    margin: 16px 0 12px 0;
}

.pop-up-info-whatsapp-sticky-test .form-chekbox label[for=legal] {
    margin-bottom: 10px;
}

#section-doble-sticky-test {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 6;
    flex-wrap: wrap;
    font-family: 'VodafoneRegular', arial, sans-serif;
}

#section-doble-sticky-test.disabled {
    display: none;
}

#section-doble-sticky-test>div {
    width: 50%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

#section-doble-sticky-test>div>p {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section-doble-sticky-test .sticky-dark {
    background-color: #333;
    color: #fff;
}

#section-doble-sticky-test .sticky-green {
    background-color: #009900;
}

#section-doble-sticky-test .sticky-dark a {
    color: #fff;
}

.sticky-left {}

.sticky-rigth>button {
    border: none;
    background-color: #009900;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* footer.paddingGrow {
    padding-bottom: 100px;
} */