.grecaptcha-badge {
    /* visibility: collapse !important;   */
}



.overlay-loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #e6bc005b;
}

.overlay-loading img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


a#baixar {
    background-color: #E6BB00;
    font-weight: 700;
    color: white;
    border-radius: 100px;
    width: 80%;
    max-width: 320px;
    padding: 12px 32px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    transition: all 0.3s ease-in-out;
}

/*Modal de sucesso formulário*/
#midiaModal .modal-content {
    height: auto;
    border-radius: 20px;
}

#midiaModal p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */

    text-align: center;

    color: #323232;
}