<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Renault Light";
    src: url("../fonts/RenaultLife-Light.woff2");
}

@font-face {
    font-family: "Renault Regular";
    src: url("../fonts/RenaultLife-Regular.woff2");
}

@font-face {
    font-family: "Renault Bold";
    src: url("../fonts/RenaultLife-Bold.woff2");
}


h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1rem;
}

body {
    overflow-x: hidden;
    font-family: "Renault Regular", sans-serif;
}

@media (max-width: 767px) and (orientation: portrait) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    body {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    body {
        font-size: 15px;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1367px) {
    body {
        font-size: 17px;
    }
}

.super-gold span {
    background: #DAA520 none repeat scroll 0 0;
    !important;
}

.gold span {
    background: #FFD700 none repeat scroll 0 0;
    !important;
}

.custom-padding {
    padding-top: 20px;
}

footer.footer-bg {
    border-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.footer-bg .footer-top {
    padding-top: 0px;
    padding-bottom: 0px;
}

footer.footer-bg {
    background: none;
}

.footer-imagem {
    padding-bottom: 2px;
    text-align: center;
}

.footer-top .rowB {
    padding: 1rem 0;
    background-color: #c4170c;
}

.footer-top .rowC {
    padding: 1rem 0;
    font-size: .7rem;
    text-transform: uppercase;
    background-color: #A7140A;
}

.footer-top .rowC p {
    font-size: 11px;
    text-transform: uppercase;
}

.rowC .grid-1-1 {
    width: 49.45%;
    margin-right: 1.1%;
    margin-bottom: 1.1%;
    float: left;
}

.rowC .grid-1-2 {
    width: 49.45%;
    margin-right: 1.1%;
    float: left;
    color: #fff;
}

.rowC .grid-1-2 a {
    color: #fff;
}


.rowC .grid-1-2 span {
    line-height: 1.6em;
    font-size: 11px;
}

.rowC .grid-1-2:nth-child(2n) {
    margin-right: 0;
}

.box-full {
    width: 100%;
}

.box-full h5 {
    font-size: 2rem;
}

.box-full .box-full__header {
    width: 100%;
    margin-bottom: 1rem;
}

.box-full .box-full__header h5 {
    padding: 10px 15px;
    margin: 0 -24px 24px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
    text-transform: uppercase;
}

.box-full .box-full__header .color-white {
    color: #fff;
}

.box-full .box-full__content {
    width: 100%;
}

.box-full .box-full__content li {
    margin-bottom: .5rem;
    list-style: none;
    list-style-position: inside;
    color: #FFF;
    padding-right: 5px;
    list-style: square !important;
    margin-left: 0px;
}

.services ul li {
    margin-left: 10px !important;
}

.box-full .box-full__content li a {
    color: #FFF;
    text-decoration: none;
}

.box-full .box-full__content li a:hover {
    text-decoration: underline;
}

.menu-logo {
    width: 190px !important;
}

.header-top ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    margin-top: -45px;
    padding-top: 55px;
    border-radius: 0px;
}

@media (max-width: 1376px) {


    .menu-logo {
        width: 190px !important;
    }


}

@media (max-width: 1024px) {

    .rowC .grid-1-2 {
        width: 100% !important;
        text-align: center !important;
    }

    .menu-logo {
        width: 90% !important;
    }



}

@media (max-width: 768px) {
    .menu-logo {
        width: 100% !important;
    }

    .botaoAnunciar .pull-right {
        margin-top: 40px;
        display: block;
        width: 100%;
    }

}

.short-description-1 h3 {
    height: 60px;
    overflow: hidden;
}

.category-grid-box-1 .image {
    height: 192px;
    overflow: hidden;
}

.featured-ribbon span {
    font: 600 12px/30px "Renault Regular", sans-serif;
}


.custom-padding {
    padding-bottom: 0px;
}

.vejaMais {
    width: auto;
    padding: .81rem 1rem;
    background-color: #ffffff;
    border: 1px solid #A7140A;
    color: #A7140A;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Renault Bold";
    font-size: 1.8rem;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    transition: all 200ms linear;
    cursor: pointer;

}

.vejaMais:hover {
    background-color: #A7140A;
    color: #ffffff;
}


.search-anuncie {
    padding: .8rem 2rem;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-family: "Renault Bold";
    background-color: #ff5a00;
    transition: background-color 500ms ease;
    text-decoration: none;
    z-index: 3;
}

.search-anuncie:hover {
    background-color: #FF8C00;
}

.scroll {
    width: 40px;
    height: 40px;
    background-color: #A7140A;
    border: none;
    border-radius: 50%;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.scroll .arrow {
    border: solid #ffffff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    animation: elastic 600ms ease infinite;
}

@keyframes elastic {
    0% {
        top: 40%;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 40%;
    }
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.ad-info-1 ul li i {
    color: #c4170c;
    padding-top: 12px;
}

.main-search-interno {
    height: auto !important;
    margin-top: 60px;
}

.main-search-interno {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.main-search-interno p {
    display: none;
}

.search-anuncie-interno {
    display: none;
}

.scroll-interno {
    display: none;
}

.row-interno {
    padding: 15px 0;
}


.pagination {
    border-radius: 0;
    margin: 0;
}

#pagination&gt;li:first-child&gt;a,
.pagination&gt;li:first-child&gt;span,
#pagination&gt;li:last-child&gt;a,
#pagination&gt;li:last-child&gt;span {
    border-radius: 0;
}

#pagination li {
    box-shadow: none;
    display: inline-block;
    margin-right: 10px;
}

#pagination a {
    background-color: #fff;
    border-color: #d1d1d1;
    color: #777;
    font-size: 20px;
    font-weight: 800;
    padding: 10px 14px;
}

#pagination&gt;.active&gt;a:hover,
#pagination li:hover&gt;a,
#pagination&gt;.active&gt;a {
    background-color: #E52D27;
    border-color: #B31217;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    padding: 8.8px 14px;
}

#pagination li {
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    padding: 20px 0px;
}

#pagination .active {
    background-color: #E52D27;
    border-color: #B31217;
    font-size: 20px;
    padding: 6.8px 14px;
}

.heading-panel h1 {
    text-transform: none;
}

.tagcloudActive {
    color: #FFF !important;
    background-color: #E52D27 !important;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .blog-sidebar-sub {
        overflow: visible;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .blog-sidebar-sub {
        overflow: visible;
    }
}

.space-btn {
    margin-right: 20px;
}

@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    display: inline-block;
    font-size: 4em;
    height: 1em;
    line-height: 1;
    margin: .5em;
    animation: anim-rotate 2s infinite linear;
    color: #fff;
    text-shadow: 0 0 .25em rgba(255, 255, 255, .3);
}

.spinner--steps {
    animation: anim-rotate 1s infinite steps(8);
}

.spinner--steps2 {
    animation: anim-rotate 1s infinite steps(12);
}

.blog-sidebar {
    margin-bottom: 20px;
}

.blog-sidebar .widget {
    border: none;
    padding: 10px 10px;
}

.blog-sidebar .widget {
    padding-top: 0px;
}

.blog-sidebar .widget .widget-heading h4 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    border-bottom: 0px;
}

.blog-sidebar .widget .widget-heading h4::before {
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}

.blog-sidebar .widget .widget-heading h4::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}

.heading-text {
    display: inline-block;
    line-height: 26px;
    width: 55%;
    margin-top: 20px;
}

.panel-title&gt;a {
    font-weight: 700;
}

.submit-form small {
    color: #a94442;
}

.submit-form h1 {
    position: relative;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

.submit-form h1::before {
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}

.submit-form h1::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}

.spinner-menor {
    display: inline-block;
    font-size: 2em;
    height: 1em;
    line-height: 1;
    margin: .5em;
    animation: anim-rotate 2s infinite linear;
    color: #fff;
    text-shadow: 0 0 .25em rgba(255, 255, 255, .3);
}


.submit-form h4 {
    position: relative;
    padding-bottom: 20px;
}

.submit-form h4::before {
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}

.submit-form h4::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}

.submit-form .btn-file {
    padding: 6px 12px !important;
}

.flexslider .slides img {
    max-height: 409px;
}

#carousel li {
    max-height: 90px;
}



.anuncio .anuncio__info {
    /* padding: 2rem;
     background-color: #f1f1f1;
    */

    margin-bottom: 2.18rem;

}

@media (max-width: 767px) and (orientation: portrait) {
    .anuncio .anuncio__info {
        padding: 2rem 0;
    }
}

.anuncio .anuncio__info .row {
    margin-bottom: 1.18em;
    padding-bottom: 1.18em;
    border-bottom: 1px solid #DDD;
}

@media (max-width: 767px) and (orientation: portrait) {
    .anuncio .anuncio__info .row {
        width: 93%;
        margin: 0 auto;
        border-bottom: 0;
    }
}

.anuncio .anuncio__info .row .col {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}

.anuncio .anuncio__info .row .col:nth-child(2n) {
    margin-right: 0;
}

.anuncio .anuncio__info .row .col:first-child {
    border-right: 1px solid #CCCCCC;
}

.anuncio .anuncio__info .row .col:first-child h4 {
    margin-bottom: .5rem;
}

.anuncio .anuncio__info .row .col:first-child span {
    font-size: 1.3rem;
    color: #666666;
}

.anuncio .anuncio__info .row .col:first-child p {
    margin-top: 1.18rem;
    line-height: 1.4;
}

.anuncio .anuncio__info .row .col:last-child .preco {
    width: auto;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    color: #FFFFFF;
    background-color: #A7140A;
    display: inline-block;
}

.anuncio .anuncio__info .row .col:last-child .preco h3 {
    letter-spacing: -1px;
    font-size: 3.5rem;
    margin: 5px 0;
}

.anuncio .anuncio__info .row .col:last-child .preco h3 span {
    font-size: 3rem;
}

.anuncio .anuncio__info .row .col:last-child p {
    margin: .5rem 0;
}

@media (max-width: 767px) and (orientation: portrait) {
    .anuncio .anuncio__info .row .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        float: left;
    }

    .anuncio .anuncio__info .row .col:nth-child(1n) {
        margin-right: 0;
    }

    .anuncio .anuncio__info .row .col:first-child {
        margin-bottom: 2.18rem;
        border-right: 0;
    }
}

.anuncio .anuncio__info .anuncio__info__form {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 767px) and (orientation: portrait) {
    .anuncio .anuncio__info .anuncio__info__form {
        width: 93%;
    }
}

.anuncio .anuncio__info .anuncio__info__form form fieldset {
    width: 100%;
    padding: 3rem;
    border: 1px solid #CCCCCC;
}

@media (max-width: 767px) and (orientation: portrait) {
    .anuncio .anuncio__info .anuncio__info__form form fieldset {
        padding: 1rem;
    }
}

.anuncio .anuncio__info .anuncio__info__form form fieldset .form-row {
    padding: 1rem 0;
    clear: both;
    overflow: hidden;
}

.anuncio .anuncio__info .anuncio__info__form form fieldset .form-row:before,
.anuncio .anuncio__info .anuncio__info__form form fieldset .form-row:after {
    content: '';
    display: table;
}

.anuncio .anuncio__info .anuncio__info__form form fieldset .form-row:after {
    clear: both;
}

.anuncio .anuncio__info .anuncio__info__form form fieldset .form-row .form-col {
    width: 50%;
    float: left;
}

.anuncio .anuncio__info .anuncio__info__form form fieldset .form-row label {
    text-transform: uppercase;
    font-family: "Renault Bold";
    font-size: .8rem;
    color: #666666;
}

.anuncio .anuncio__info .anuncio__info__form form fieldset .form-row input {
    width: 100%;
    padding: .6rem 1.1rem;
    font-size: 1.2rem;
    font-family: "Renault Regular";
}

.anuncio .anuncio__info .anuncio__info__form form fieldset .form-row textarea {
    width: 100%;
    padding: .6rem 1.1rem;
    font-size: 1.2rem;
    font-family: "Renault Regular";
}


.zoom-image a img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.zoom-image img {
    width: 100%;
    /* height: 232px;*/
}

.zoom-image a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-ad-form {
    margin-bottom: 4rem;
}

.category-list-icon i {
    padding: 5px 15px !important;
}

.category-list-title {
    padding: 5px 0 0 15px;
}


.category-list-title h5 {
    font-family: "Renault Regular", sans-serif;
}

.recent-ads {
    margin-bottom: 20px;
}

.modal-body .form-control {
    font-size: 15px;
}

.modal-body .form-group label {
    font-size: 15px;
}


.grid-style-2 .col-md-4 .category-grid-box-1 .image {
    height: 155px;

}


.box-publicidade {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    padding: 5px;
}

.padding-zero {
    padding: 0px !important;
    margin: 15px 0;
}

.anuncio__info .btn-lg {
    font-size: 16px;
}

.box-publicidade-entre {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}



.empregos {
    text-transform: capitalize !important;
    font-size: 14px !important;
    position: relative !important;
    margin-top: -45px !important;
    padding-top: 55px !important;
    border-radius: 0px !important;
}


.dropdown-menu&gt;li&gt;a {
    padding: 15px 20px !important;
    margin-top: 0px !important;
}


.funcoAbas {
    background-color: rgba(255, 255, 255, 0.25);
    border-bottom: 2px #E52D27 solid !important;
}

.funcoAbas li {
    border-bottom-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    cursor: default;
    background-color: #fff;
}

#form-panel-empregos {
    background-color: transparent !important;
    padding: 40px;
}

.profile-edit-empregos {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.main-search .main-search-title {
    padding-top: 30px;
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:hover,
.nav-tabs&gt;li.active&gt;a:focus {
    background: #f1f1f1 none repeat scroll 0 0 !important;
}

.ad-listing .content-area {
    padding: 10px 0;
}

.publicidade {
    padding-right: 30px;
    padding-left: 30px;
}

.ad-listing .content-area h3 a {
    font-weight: 700;
}

.main-search-interno-vagas {
    background: rgba(0, 0, 0, 0) url("../images/bg-003.jpg") no-repeat scroll center center / cover;
}

.main-search-interno-curriculos {
    background: rgba(0, 0, 0, 0) url("../images/bg-002.jpg") no-repeat scroll center center / cover;
}


.blog-post a {
    color: #fff;
}

.alert-box-container h3 {
    font-weight: 800;
}

.dl-horizontal dt {
    white-space: initial !important;
}

.topoSite {
    margin-top: 120px;
}

.modal-footer {
    padding: 15px;
}

.profile-edit {
    padding: 20px;
}

.radio-inline,
.checkbox-inline {
    padding-left: 0px;
}

.skin-minimal .list li label {
    font-size: 14px;
}

.radio,
.checkbox {
    margin: 0px;
}


.col-md-6:nth-child(1) .user-stats {
    background: #1abc9c;
}

.col-md-6:nth-child(2) .user-stats {
    background: #3498db;
}

.user-stats {
    padding: 15px 20px 15px 10px;
}

.dashboard-menu-container ul li {
    width: 24% !important;
}

@media (max-width: 767px) and (min-width: 320px) {
    .dashboard-menu-container ul li {
        width: 50% !important;
        float: left;
        border-bottom: 1px solid #f1f1f1;
    }
}

.search-result-item {
    border-radius: 0px;
}

.dashboard-menu-container ul {
    border-bottom: 2px solid #E52D27;
}

.ad-history {
    margin: 0px;
}

.image-empresa {
    margin-top: 0px !important;
}


.search-result-item .info span {
    line-height: 17px;
}

.box-publicidade-entre {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}


.carousel-inner .item {
    transition-property: opacity;
}

.box-publicidade-desktop {
    height: auto;
}

.box-publicidade-mobile {
    height: auto;
}


.form-control:focus {
    border: 1px solid #555;
}</pre></body></html>