
.qr-form p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #333;
    margin-bottom: 17px;
}

.qr-form .linha-fina,
.qr-form p {
    font-family: "Dosis", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    margin-bottom: 20px;
    display: block;
}



.qr-form .linha-fina span{
    font-weight: 600 ;
}

.qr-forminput {
    max-width: 100%;
    padding: 18px 32px;
    border: 1px solid #c1c1c1;
    border-radius: 50px;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333;
    width: calc(100% - 64px);
}

.qr-formsubmit,
.qr-forminput[type="submit"] {
    border: 2px solid #0f68b9;
    color: #0f68b9;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    padding: 16px 32px;
    border-radius: 50px;
    display: block;
    width: fit-content;
    font-weight: bold;
    margin-bottom: 40px;
    cursor: pointer;
}

.qr-formhr {
    margin: 26px 0;
}

.qr-formspan.sucesso {
    color: #0f68b9;
}

.desktop-qr .qr-form{
    /* margin-top: 25px; */
    display: none;
}

.desktop-qr .qr-form h2{
    font-family: "Dosis", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0 !important;
}

.desktop-qr .qr-form .qr-code{
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 15px;
    width: max-content;
    display: block;
    margin: 15px auto;
}

#copy-text{
    cursor: pointer;
}

.txtarea {
    position: relative;
    height: fit-content;
    margin-bottom: 15px;
}
.txtarea textarea {
    margin-bottom: 0;
}
.copy {
    font-family: 'Dosis', sans-serif;
    color: #00D26A;
    position: absolute;
    bottom: 10px;
    text-align: center;
    transition: all ease 1s;
    opacity: 0; 
    background-color: rgba(255, 255, 255, 0.3);
    width: fit-content;
    right: 10px;
    padding: 5px;
    border-radius: 10px;
}

#copy-text-qr {
    resize: none
}

#clique-copiar{
    text-align: center;
    margin-top: 5px;
    background-color: #efefef; 
    border-color: #efefef; 
    padding: 18px 30px; 
    width: fit-content; 
    border-radius: 50px; 
    color: #333;
    text-transform: uppercase; 
    display: block;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 auto;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 15px;
}

.qr-form .linha-fina{
    text-align: center;
    margin-bottom: 15px;
    display: block;
    color: #e28827 !important;
    font-size: 1.1em !important;
}

@media screen and (max-width: 550px) {
 
}
