<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#inicioTopo {
    box-shadow: 0 8px 6px -6px #3c2f2f;
    width: 100%;
    height: 58px;
}

#inicioTopo a{
    display: inline-block;
}


.logotipo {
    background-position: 20px 13px;
    width: 200px;
    height: 37px;
}

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: Arial, Helvetica, "Open Sans";
}


.container {
    max-width: 90%;
}

.pad {
    padding-top: 20px;
}

.error-div p{
    border-radius: 15px;
    padding: 15px;
}


.thankyou-div,
.texto-descricao {
    max-width: 50%;
    margin: auto;
    display: table;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
}




.thankyou-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center;
    width: 70%;
    height: 93vh;
}

.error-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
}

.error-div {
    text-align: center;
}

.error-div .cinza {
    text-align: center;
}

.error-div {
    text-align: center;
}

.error-div .col-sm-12 {
    justify-content: center;
    margin: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.thankyou-div .cinza {
    text-align: center;
}

.thankyou-div h2 {
    text-align: center;
}

.thankyou-div .col-sm-12 {
    justify-content: center;
    margin: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.col-sm-12 {
    width: 100%;
    padding: 0;
}

.controle-label {
    margin: 20px 0px;
}

.margin-80 {
    width: 50%;
    margin: auto;
}

.col-sm-12,
.col-sm-6 {
    float: left;

}

textarea {
    height: 110px !important;
}

.centralizacao {
    text-align: center;
}

img {
    vertical-align: middle;
    border: 0;
}

.col-sm-12 p {
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 500;
    word-break: break-word;
}

.formulario-horizontal .formulario-grupo {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

.col-sm-6 {
    width: 50%;
}

.formulario-campo-exterior {
    padding: 10px 0px;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

h2 {
    padding: 20px 0px;
    font-weight: bold;
}


.form-control {
    padding: 1.07em .5em;
    line-height: 1.43;
    min-height: 3.5em;
    box-shadow: none;
}



.data-oportunidade h3 {
    height: 13px;
    font-weight: bold;
}

.formulario-controle:focus,
.formulario-controle:hover {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.000) inset, 0 0 0px rgba(102, 175, 233, 0.0);
    outline: 0 none;
}

.data-oportunidade {
    display: flex;
    align-items: center;
}

.botoes {
    display: flex;
    margin-top: 45px;
}

.formulario-grupo {
    padding: 0;
}

.formulario-controle:focus {
    outline: 0;
}

.botao_enviar,
.botao_limpar {
    height: 60px;
    width: 170px;
    margin: auto;
    font-weight: 500;
    transition: background 0.5s ease;
    display: block;
    border: none;
    border-radius: 10px;
}


@media (max-width: 880px) {
    .container {
        width: 90%;
    }

    .col-sm-6 {
        width: 100%;
    }

    .formulario-grupo {
        width: 100%;
        max-width: 100%;
    }

    table {
        display: flex;
        flex-direction: column;
    }

    .captcha {
        display: flex;
        height: 195px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .captcha img {
        float: left;
        height: 80px;
        width: 200px;
    }

    .botoes {
        flex-direction: column-reverse;
    }

    .botoes button {
        margin-bottom: 50px;
    }

    .botao_limpar{
        display: none;
    }
    
    .margin-80{
    
        width: 90%;
    }

    .texto-descricao{
        max-width: 90%;
    }

    .error-div{
        width: 90%;
    }

    main#conteudo {
        margin-top: 65px;
    }

    div.alternativas {
        display: inline-block;
    }
}

header.margin {
    margin-top: -511px;
}

main#conteudo {
    margin-top: 50px;
}

.blue {
    background-color: #00285f !important;
}</pre></body></html>