<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    #overlay {
        visibility: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1040;
        width: 100vw;
        height: 100vh;
        background-color: rgb(0, 0, 0, 0.5);
    }

  .modal {
        width: 90%;
        margin: 30px auto;
        overflow: scroll;
        height: 80vh;
            background-color: #fff;
        border-radius: 0.3rem;
    }
@media (min-width: 768px) {
.modal {
        width: 450px;
        margin: 60px auto;
         }
}
textarea.form-control { 
    min-height: 100px;
    font-family: inherit;
}

.modal-content {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 90%; margin: 0 auto;
      pointer-events: auto;
      background-clip: padding-box;
    }
.modal-content .form-group {
  margin: 8px auto;
}

.modal-content h3 {
    font-size: 26px;
    color: #feca01;
    font-weight: 700;
    margin: 19px 0 20px 0;
    }

.modal-content h4 {
    font-size: 24px;
    color: #33326D;
    font-weight: 700;
    margin: 19px 0 20px 0;
    }

.btn-close, .btn-close:visited {
    background: transparent;
    color: #ed6a4b;
    font-weight: bold;
    line-height: normal;
    border: none;
    font-size: 1.6em;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
    margin: 0;
     }
.btn-close:hover, .btn-close:focus { color: #dd5a3b; }

.terminos {
        font-size: 16px;
    }
.cf_captcha { margin:10px auto; text-align:center; }
.btn-enviar, .btn-enviar:visited {
        background: #E3B55B;
        border: none;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 8px 15px;
        color: #fff;
        cursor: pointer;
    }
.btn-enviar:hover, .btn-enviar:focus {
        background: #D3A54B;
        color: #fff;
        }
.modal-content label {
        font-size: 16px;
    }</pre></body></html>