@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
	margin: 0;
	padding: 0;
}

* {
    font-family: "IBM Plex Sans", sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "IBM Plex Sans", sans-serif !important;
}

.sherlock-styles .component_OfferSearcher {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #232323 !important;
    background-size: auto !important;
}
#OfferSearcher_Top_0 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
}
.sherlock-styles .field_group {
    margin-top: 30px !important;
    background-color: #fff !important;
    padding: 8px !important;
    margin-bottom: 0 !important;
    border-radius: 8px 28px 28px 8px !important;
    display: flex !important;
    align-items: center !important;
}

.sherlock-styles .intro:before,
.sherlock-styles .home .img_txt:before {
    background-color: unset !important;
}

.sherlock-styles .field_group .field_input_icon,
.sherlock-styles .field_group .field_select_icon {
    margin-bottom: 0 !important;
}

.sherlock-styles .intro .field_help {
    margin-top: 0 !important;
}

.sherlock-styles .field_group .field_input_icon .cont input,
.sherlock-styles .intro .field_select_icon select {
    border: unset !important;
}

.sherlock-styles .component_OfferSearcher .b_primary {
    border-radius: 28px !important;
    margin-left: auto !important;
    float: none !important;
    font-size: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-transform: uppercase !important;
}

.sherlock-styles input, .sherlock-styles select {
    height: 48px !important;
}

.sherlock-styles .home>section h2 {
    font-weight: 600 !important;
    font-size: 32px !important;
    color: #232323 !important;
}

.sherlock-styles .home>section p {
    color: #232323 !important;
}

.sherlock-styles .home>section:nth-child(2n+3) {
    background-color: #232323 !important;
}

.sherlock-styles .home>section:nth-child(2n+3) {
    background-color: #232323 !important;
}
.sherlock-styles .home>section:nth-child(2n+3), .sherlock-styles .home>section:nth-child(2n+3):not(.component_AddCvDB) h2:not(.default-color) {
    color: #fff !important;
}
.sherlock-styles .b_primary.w25 {
    max-width: 120px;
}

.sherlock-styles .b_primary {
    font-weight: 600 !important;   
}

.sherlock-styles .component_AddCvDB  .b_primary {
    height: 48px !important;
    border-radius: 28px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.sherlock-styles .component_LastOffersHorizontal h3 a {
    font-family: "IBM Plex Sans", sans-serif !important;
    color: #232323;
    font-weight: 600;
    font-size: 18px;
}

.sherlock-styles .home>section.component_LastOffersHorizontal p {
    font-size: 16px !important;
    display: flex !important;
    gap: 8px !important;
    flex-direction: column !important;
    margin-bottom: 10px !important;
}

.sherlock-styles .home>section.component_LastOffersHorizontal p span {
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.sherlock-styles .home>section.component_LastOffersHorizontal p strong{
    font-weight: 400;
}

.sherlock-styles .home>section.component_LastOffersHorizontal .link_icon{
    font-size: 18px;
    color: #ff460a;
    font-weight: 600;
}

.sherlock-styles .icon, .sherlock-styles .icon.i_close, .sherlock-styles .icon.i_close_w, .sherlock-styles .icon.i_field_search, .sherlock-styles .icon.i_next, .sherlock-styles .icon.i_next_w, .sherlock-styles .icon.i_prev, .sherlock-styles .icon.i_prev_w, .sherlock-styles .icon.i_search, .sherlock-styles .icon.i_search_w, .sherlock-styles .icon.i_tooltip {
    background-image: url(https://ncdn0.infojobs.com.br/imagesx/6857/70236.png) !important;
}

.sherlock-styles a {
    text-decoration: none;
    color: #ff460a;
}


@media (width <= 991px) {
    
    .sherlock-styles nav.menu > a.sel {
        color: #232323 !important;
        font-weight: 600 !important;
    }
    .sherlock-styles nav.menu > a {
        justify-content: center !important;
        font-family: "IBM Plex Sans", sans-serif !important;
        font-size: 14px !important;
        color: #232323 !important;
    }

    .sherlock-styles .component_TextImageProCuadrado1,
    .sherlock-styles .component_OfferSearcher,
    .sherlock-styles .component_TextImageProCuadrado2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sherlock-styles .component_TextImageProCuadrado1 h2,
    .sherlock-styles .component_AddCvDB h2,
    .sherlock-styles .component_TextImageProCuadrado2 h2 {
        text-align: center !important;
        font-size: 22px !important;
        color: #232323 !important;
        font-weight: 600 !important;
    }

    .sherlock-styles .component_TextImageProCuadrado1 p,
    .sherlock-styles .component_AddCvDB p,
    .sherlock-styles .component_TextImageProCuadrado2 p {
        text-align: center !important;
        font-size: 16px !important;
        color: #232323 !important;
        font-weight: 600 !important;
    }

    .sherlock-styles .component_TextImageProCuadrado1 .img_txt:before,
    .sherlock-styles .component_TextImageProCuadrado2 .img_txt:before {
        background-color: unset !important;
    }
    .sherlock-styles .b_primary.w25 {
        max-width: 100% !important;
        display: block !important;
    }
    .sherlock-styles .component_LastOffersHorizontal a.b_primary {
        border-radius: 28px !important;
    }
}
.sherlock-styles .home {
    width: 100%;
    background-color: #fff;
    padding: 0 0 0px !important;
}
main>.container {
    padding: 0px 0px 0px 0px !important;
}
.sherlock-styles .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: inherit !important;
    padding-right: inherit  !important;
    width: 100% !important;
}





.container h2 {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #232323;
    margin: 0px auto 20px;
    width: 100%;
}
.container p {
    margin: 0px 0px 10px;
}


.banner-head {
	display: block;
	width: 100%;
}

header .container {
    padding: 0px 0px !important;
	margin: 0px !important;
}
.container {
    padding: 50px 10px;
    margin: 0px auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block-in {
	display: block;
	width: 100%;
	max-width: 1200px;
}
.home>section:nth-child(2n+3) {
    background-color: #dcdcdc !important;
}
.home>section:nth-child(2n+3) h2, .home>section:nth-child(2n+3) h3 {
    color: #23282D !important;
}
button.b_primary.w25.fs17.js_hide.js_show_buttons_send_cv {
    background-color: #FF460A !important;
}
.box.pr0.pl0, .box.tc.ptB {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 0 0;
    background-color: #ffffff;
}
.box.tc.ptB {
    background-color: transparent!important;
}
.b_primary:not([disabled]), .field_search .b_search, .field_search .b_search:hover, .b_primary {
    background-color: #FF460A !important;
    border-radius: 0px;
}
section#OfferSearcher_Top_0 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.component_LastOffersHorizontal, .component_AddCvDB {
    background-color: #dcdcdc !important;
}
.field_group.w70.mAuto.mt30 {
    border-radius: 0px !important;
}
input#btnSearcherComponentSearchVacancies {
    border-radius: 0px !important;
}
.sherlock-styles .component_AddCvDB  .b_primary {
    height: 48px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    width: fit-content;
    white-space: nowrap;
    max-width: fit-content;
    padding: 0 30px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.intro .container {
    position: relative;
    padding-top: 0px;
    z-index: 1;
    margin-top: 100px;
}
.title-microsite {
    color: #ffc700!important;
}
.btn-blue, .btn-light-grey, .btn:not(.btn-dpdown-w) {
    background-color: #E2360E !important;
    border-color: #E2360E !important;
    color: #fff !important;
}






.quadro-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.quadro-img img {
    display: block;
    width: calc(30% - 20px);
    margin: 10px;
    max-width: 310px;
    min-width: 130px;
}
.quadro-img a {
    display: block;
    width: calc(30% - 20px);
    margin: 10px;
    max-width: 310px;
    min-width: 130px;
}
.quadro-img a img {
    width: 100%;
}
.t-texto, .t-texto p {
    margin: auto;
    font-size: 20px;
	color: #232323 !important;
}
.prop-texto {
    font-size: 30px;
    max-width: 800px;
    margin: auto;
	text-align: center;
	color: #fff !important;
}
.quatro-col-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.quatro-col-box-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: calc(23% - 20px);
    margin: 10px;
}
.quatro-col-tit {
    font-size: 18px;
    color: #E2360E !important;
}
.quatro-col-txt {
    font-size: 12px;
    color: #FFF !important;
}
.banner {
    display: block;
    width: 100%;
}
.dois-col-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.dois-col-box-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
h2.dois-col-tit {
    width: 100%;
    text-align: left;
    font-size: 36px;
}
.dois-col-txt {
    display: block;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
	color: #fff !important;
}
.dois-col-txt2 {
    display: block;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}
.dois-col-txt2 a {
    color: inherit;
    font-weight: 600;
}

.container.img-60 {
    background-image: url(http://www.infojobs.com.br/x.aspx?id=70231);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	padding: 0px;
}
.img-60-in {
    background-image: url(http://www.infojobs.com.br/x.aspx?id=70232);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    max-width: 1200px;
	padding: 70px 0px;
}
.img-60-texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    color: #232323 !important;
}
.img-60-texto * {
    text-align: left !important;
    color: #232323 !important;
}
.img-60-subtit {
    font-size: 32px;
	margin-bottom: 20px;
    color: #232323 !important;
}
.img-60-txt {
    font-size: 22px;
    color: #232323 !important;
}
.quatro-box {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.quatro-box-item {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    background-color: #f5f5f5 !important;
    width: calc(20% - 20px);
	min-width: 200px;
    margin: 10px;
    padding: 30px 20px;
    border-radius: 10px;
}
.quatro-box-tit {
    font-size: 22px;
    font-weight: 500;
    color: #FF460A !important;
    text-align: center;
	margin-bottom: 20px;
}
.quatro-box-txt {
    font-size: 16px;
    color: #232323 !important;
    text-align: center;
}
.link-bt-1 {
    display: block;
    font-size: 24px;
    color: #FF460A !important;
    font-weight: 600;
}


p.mt10.mb20 {
    font-size: 22px !important;
    color: #232323 !important;
    margin-bottom: 20px !important;
}
.d-flex.align-items-center {
    width: 100%;
    max-width: 1200px;
}
.d-flex.align-items-center.ml-auto {
    width: fit-content;
}





@media screen and (max-width: 600px) {
.container h2 {
    font-size: 26px !important;
}
.container h2 br {
    display: none;
}
.t-texto {
    font-size: 16px;
}
.quatro-col-box-item {
    width: calc(100% - 10px);
    margin: 0px 10px 20px;
}
.prop-texto {
    font-size: 20px;
}

.dois-col-box {
    flex-direction: column;
    margin: 20px;
}
h2.dois-col-tit {
    text-align: center;
}
.dois-col-txt {
    text-align: center;
    font-size: 16px;
}
.dois-col-txt2 {
    text-align: center;
    font-size: 16px;
}

.img-60-subtit {
    font-size: 22px;
}
.img-60-txt {
    font-size: 16px;
}
.quatro-box-tit {
    font-size: 18px;
}
.quatro-box-txt {
    font-size: 14px;
}


#OfferSearcher_Top_0 {
    background-image: none;
    background-size: cover;
}
.quatro-col-tit {
    font-size: 18px;
    color: #E2360E !important;
    text-align: center;
}
.quatro-col-txt {
    font-size: 14px;
    color: #FFF !important;
    text-align: center;
    padding: 10px;
}
.img-60-in {
    background-image: none;
    padding: 70px 20px;
}
.img-60-texto {
    width: 100%;
}
.img-60-texto * {
    text-align: center !important;
}
.quatro-box-item {
    width: calc(90% - 20px);
    padding: 10px 20px;
}
.bt1.mtB.tc.ptB {
    margin: 0px;
    padding: 40px 20px;
}
.sherlock-styles .component_AddCvDB  .b_primary {
    height: 48px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    width: fit-content;
    white-space: nowrap;
    max-width: fit-content;
    padding: 0 30px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}




}











.bg-blue {
    background-color: #000000!important;
}
#VacancySection .container {
    padding: 0px !important;
}
#VacancyFilters h2 {
    text-align: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}