<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,35): run-time error CSS1046: Expect comma, found '0'
(16,39): run-time error CSS1046: Expect comma, found '/'
(31,32): run-time error CSS1039: Token not allowed after unary operator: '-url-imagem-fundo-site-mobile'
(188,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
 */
:root{
  --text-color: #545454;
}

.btn:hover {
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

#videohome {
    background-color: #eeeeee;
    text-align: center;
    padding: 60px 0;
}

#videohome .wrap &gt; div &gt; div {
    box-shadow: 0 0 0.25rem rgb(0 0 0 / 60%);
    border-radius: 0.5rem;
    width: 560px;
    height: 315px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    #videohome .wrap &gt; div &gt; div {
        width: 100%;
        height: 180px;
    }

    #bem-vindo {
        background-size: 190%;
        background-image: var(--url-imagem-fundo-site-mobile) !important;
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {

    #bem-vindo {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}


.textarea-empregos {
    height: 50px !important;
}

.tamanho_botoes {
    width: 200px;
    margin-right: 5px;
}

.label-curriculo {
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
}

.left-vitrine {
    height: 250px !important;
    padding: 20px;
}

#bem-vindo .btn.btn-success {
    background-color: transparent;
    margin-left: 15px;
}

.subtitulo-section {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 138px;
    padding-bottom: 138px;
}

.item-page &gt; .wrap &gt; h3 {
    margin-top: 5px;
}

.box-cta {
    width: 100%;
    padding-top: 30px;
}

.box-cta .btn.btn-warning {
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    max-width: 260px;
    margin-bottom: 0;
}

.spacer {
    display: inline-block;
    width: 25px;
    height: 1px;
}

#vagas, #videohome, .box-quemsomos {
    padding-top: 60px;
}

.title-section{
    color: #333333;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 60px;
}

.descricao-vaga {
    color: var(--text-color);
}

.localizacao-vaga {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

.wrap h2 {
    text-align: center;
}

.btn.inscrever {
    margin-right: 15px;
    margin-bottom: 5px;
    color: #fff;
    display: block;
    margin: 15px 0;
    max-width: 250px;
}

.item-vaga {
    margin-bottom: 1.875rem;
}

.item-vaga .box {
    display: block;
    height: 100%;
    text-decoration: none;
}

.item-vaga a:hover {
    text-decoration: none;
}


.imagem {
    width: 100%;
    height: 100%;
}

.item-quemsomos {
    margin-bottom: 1.8rem;
}

.item-quemsomos .icon {
    align-items: center;
    border-radius: 100%;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    height: 50px;
    justify-content: center;
    margin: 0 auto;
    width: 50px;
}

.item-quemsomos p {
    color: #888
}

@media only screen and (min-width: 576px) {
    .box-cta .btn.btn-warning {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .box-cta .btn.btn-warning {
        max-width: 260px;
    }
}
</pre></body></html>