.adopt-c-dRvrkH {
    right: 80px !important;
}

div.atendimento-fab {
    all: unset;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    z-index: 2147483647;
    right: 20px;
    left: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.atendimento-fab button {
    width: 50px;
    height: 50px;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    background-color: #1BD741;
    color: #FFF;
    opacity: .7;
}

div.atendimento-fab button:hover {
    opacity: 1;
}

.atendimento-light {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    display: none;
}

.atendimento-light-bg {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

.atendimento-light-container {
    max-width: 90vw;
    height: fit-content;
    min-height: 90vh;
    margin: 5vh 5vw;
}

.llc-content {
    background-color: #FFF;
    width: fit-content;
    height: fit-content;
    z-index: 1;
    margin: auto;
    border-radius: 15px;
    max-width: calc(100% - 15vw);
    padding: 30px 5vw;
    position: relative;
}

.llc-content .atendimento-controllers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    position: relative;
}

.llc-content .atendimento-content {
    max-width: 443px;
}

.llc-content .atendimento-content iframe {
    border: 0;
}

.llc-content .atendimento-content #retorno {
    padding-top: 30px;
}

.llc-content .atendimento-content #btnWhatsapp {
    text-decoration: none;
    text-transform: uppercase;
    font-family: Dosis, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 36px !important;
    border-radius: 30px;
    background: #1BD741 !important;
    word-spacing: 2px;
    width: 180px !important;
    display: block;
    margin: 20px auto 10px;
}

.llc-content .step .atendimento-content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #333;
    margin: 0;
}

.llc-content .close {
    background-color: #333333;
    width: 27px;
    height: 27px;
    text-decoration: none;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 50px;
    background-image: url('../img/svg/loginv2-cross-close.svg');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (min-width: 1110px) {
    .llc-content .atendimento-content iframe {
        min-width: 450px;
    }
}
