.fundoSendForm {
    background: url(https://static.wixstatic.com/media/7343dd_31eb68c4f93a4ce7998d22cc75987c43~mv2.jpg/v1/fill/w_1800,h_900,al_c,q_30,usm_0.66_1.00_0.01/HDR-Lagoa-dos-patos-mg-barragem_edited_j.jpg);
    background-size: cover;
    background-attachment: fixed;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
}
.fundoSendFormObito {
    background: url(/falecimento/auxilio-funeral.jpg);
    background-size: cover;
    background-attachment: fixed;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
}
#preview {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.divulgue {
    
    
    display: flex;
    width: 100%;
    margin: auto;
    
    
}
.divulgue .esquerdo {
    background-color: rgba(255, 255, 255, 0.733);
    width: 100%;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: black 0px 0px 10px 0px;
    
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
}
.esquerdo div {
    width: 100%;
    align-items: flex-end;
    margin: auto;
}
.esquerdo div a button {
    width: fit-content;
    align-items: center;
    margin: 10px auto;
    padding: 10px;
    font-size: 20px;
}
.esquerdo div a button:active {
    box-shadow: inset black 0px 2px 2px 0px;
    background-color: wheat;
}
.esquerdo div form > p{
    margin-top: 12px;
    margin-bottom: 5px;
    font-weight: 700;
    
}
.esquerdo div form > input{
    width: 100%;
    font-size: 17px;
    padding: 5px;
    padding-left: 10px;
    border-bottom: black solid 1px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background-color: rgba(240, 248, 255, 0.151);
    box-shadow: inset rgba(0, 0, 0, 0.274) 0px 0px 2px 0px, rgba(0, 0, 0, 0.171) 0px 0px 2px 0px;
    border-radius: 3px;

    
}
.btnEnviarForm input{
    width: 100%;
    font-size: 25px;
    padding: 10px 5px;
    background-color: rgb(243, 174, 83);
    border: none;
    cursor: pointer;
    
}
.divulgue .direito {
    background-color: rgb(253, 233, 214);
    width: 100%;
    padding: 20px;
    margin: 20px;
   
    border-radius: 8px;
    box-shadow: black 0px 0px 10px 0px;
    
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    line-height: 2.5rem;
}
.direito div a button {
    padding: 10px;
    background-color: orange;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.direito div a button:hover {
    filter: brightness(110%);
}
.btnEnviarForm input:hover {
    filter: brightness(110%);
}
.tgratis {
    color: rgb(121, 78, 0);
    font-size: 25px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .divulgue {
        display: block;
        width: 100%;
    }
    .divulgue .esquerdo {
        margin: 10px auto;
    }
    .divulgue .direito {
        margin: 10px 0;
    }
    
}