.popup-whatsapp {
    z-index: 99999;
    position: fixed;
    bottom: 32px;
    right: 32px;
}

.popup-whatsapp .content-form-popup-whatsapp {
    background-color: #ffffff;
    padding: 48px 24px;
    border-radius: 16px;
    position: relative;
    max-width: 360px;
    box-sizing: border-box;
    display: none;
}

.popup-whatsapp .icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    cursor: pointer;
}

.popup-whatsapp .title .text {
    color: var(--e-global-color-primary);
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
    padding-right: 22px;
}

.popup-whatsapp .title .line {
    background-color: #FFDE00;
    width: 80px;
    height: 4px;
    border-radius: 4px;
    margin-bottom: 32px;
}

.popup-whatsapp .btn-close {
    background-color: var(--e-global-color-primary);
    width: 32px;
    height: 32px;
    border-radius: 16px;
    position: absolute;
    top: -12px;
    right: -12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.popup-whatsapp .btn {
    display: block;
    padding: 16px 32px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    border: 0 solid transparent;
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    transition: all 500ms linear 0s;
    opacity: 1;
}

.popup-whatsapp .btn:hover {
    opacity: 0.7;
}

.popup-whatsapp .btn .text {
    flex-shrink: 0;
    display: flex;
    height: auto;
}

.popup-whatsapp .wpcf7-list-item {
    margin: 0;
}

.popup-whatsapp .wpcf7-list-item-label,
.popup-whatsapp .wpcf7-list-item-label a {
    color: #54585A;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.popup-whatsapp .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.popup-whatsapp .wpcf7-list-item label input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.popup-whatsapp input[type="text"],
.popup-whatsapp input[type="tel"],
.popup-whatsapp input[type="email"] {
    padding: 16px;
    height: 48px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(84, 88, 90, 0.2);
    color: rgba(84, 88, 90, 1);
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.popup-whatsapp :focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}

.popup-whatsapp .input-field {
    margin-bottom: 24px;
}

.popup-whatsapp .input-field-acceptance {
    margin-bottom: 32px;
}

.popup-whatsapp .input-field-submit {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.popup-whatsapp .wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.popup-whatsapp .col-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    gap: 6px;
    margin: 24px 0;
}

.popup-whatsapp .col-text .line {
    width: 110px;
    height: 1px;
    background-color: #E5E6E6;
}

.popup-whatsapp .col-text .text {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.popup-whatsapp .col-btn-wpp {
    display: flex;
}

.popup-whatsapp .col-btn-wpp .btn {
    display: flex;
    padding: 16px 32px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    gap: 16px;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    border: 0 solid transparent;
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    transition: 500ms all;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.popup-whatsapp .col-btn-contact {
    display: flex;
}

.popup-whatsapp .text-email {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 8px;
}

.popup-whatsapp .col-btn-contact .btn {
    display: flex;
    padding: 16px 32px;
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    gap: 16px;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    border: 0 solid transparent;
    background-color: #FFDE00;
    border-radius: 4px;
    transition: 500ms all;
    opacity: 1;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}