@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	margin: 0;
	padding: 0;
}

* {
    font-family: "Inter", sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Inter", sans-serif !important;
    color: #303030;
}

footer {
	    background-color: #525f8c !important;
}

p:last-child {
    margin-bottom: 0px;
}
.sherlock-styles .home {
    padding: 0px !important;
}
.sherlock-styles .component_OfferSearcher {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #000000 !important;
    background-size: auto !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: #303030 !important;
}

.sherlock-styles .home>section p {
    font-size: 18px !important;
    color: #000000 !important;
    line-height: 24px !important;
}

.sherlock-styles .home>section:nth-child(2n+3) {
    background-color: #000000 !important;
}

.sherlock-styles .home>section:nth-child(2n+3) {
    background-color: #000000 !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: "Inter", sans-serif !important;
    color: #000000;
    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: #000000;
    font-weight: 600;
}


body {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
	margin: 0px !important;
	padding: 0px !important;
}
.sec-titulo {
    display: block;
    margin: 0px 0px 20px !important;
    font-family: "Inter", sans-serif;
    font-size: 30px !important;
    font-weight: 600 !important;
	text-align: center !important;
    color: #303030 !important;
}
.sec-texto {
    display: block;
    margin: 0px 0px 20px !important;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-align: center !important;
    color: #000000 !important;
}
.sec-texto2 {
    display: block;
    margin: 0px 0px 20px !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: left !important;
    color: #000000 !important;
}
.sec-texto:last-child,
.sec-texto2:last-child {
    margin-bottom: 0px !important;
}

.sec-texto p, .sec-texto2 p {
    margin: 0px 0px 10px !important;
}
.sec-texto p:last-child, .sec-texto2 p:last-child {
    margin: 0px 0px 0px !important;
}
.t_azul {
    color: #0057A0 !important;
}
.t_branco {
    color: #ffffff !important;
}
.sec_color {
    background-color: #639AC1 !important;
}
@media screen and (max-width: 600px) {
.sec-titulo {
    font-size: 22px !important;
}
.sec-texto {
    font-size: 16px !important;
	text-align: center !important;
}
}
.custom_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 10px;
    /**max-width: calc(100% - 40px);**/
}
.container_in {
    display: block;
    width: 100% !important;
    max-width: 1200px !important;
    height: auto !important;
    margin: auto !important;
    padding: 0px;
}

#OfferSearcher_Top_0 {
    height: 450px;
}

.home > section:nth-child(2n+3) {
    background-color: inherit;
}
.home>section:nth-child(2n+3), .home>section:nth-child(2n+3) h2, .home>section:nth-child(2n+3) h3 {
    color: inherit;
}
section#LastOffersHorizontal_Left_2 {
    background-color: #639ac1 !important;
}
section#LastOffersHorizontal_Left_2 h2 {
    display: block;
    margin: 0px 0px 20px !important;
    font-family: "Inter", sans-serif;
    font-size: 30px !important;
    font-weight: 700 !important;
	text-align: center !important;
    color: #ffffff !important;
}
section#AddCvDB_Right_4 h2 {
    display: block;
    margin: 0px 0px 20px !important;
    font-family: "Inter", sans-serif;
    font-size: 30px !important;
    font-weight: 700 !important;
	text-align: center !important;
    color: #303030 !important;
}
section#AddCvDB_Right_4 .box {
    background-color: #fff;
    padding: 0px !important;
    border-radius: 0px !important;
    box-shadow: 0 0 0px 0px rgba(8,9,10,0);
    position: relative;
}
section#AddCvDB_Right_4 p {
	display: block;
    margin: 0px auto 20px !important;
    font-family: "Inter", sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
	text-align: center !important;
}

@media screen and (max-width: 600px) {
section#LastOffersHorizontal_Left_2 h2,
section#AddCvDB_Right_4 h2  {
    font-size: 22px !important;
}
section#AddCvDB_Right_4 p  {
    font-size: 16px !important;
	text-align: center !important;
}
}
button.b_primary.w25.fs17.js_hide.js_show_buttons_send_cv {
    background-color: #00463F !important;
    border-radius: 100px !important;
}


/** Imagem esquerda + texto **/
.img-text_d-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse;
}
.img-text_e-in {
    gap: 20px;
    flex-direction: row;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 1200px !important;
    margin: 0px auto 40px !important;
}
.it-img {
    display: block;
    width: 55%;
    height: auto;
    object-fit: contain;
    max-width: 710px;
    max-height: 420px;
    object-fit: cover;
}
.it-img img {
    width: 100%;
    height: auto;
}
.it-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 45%;
}
.it-titulo {
    
}
.it-texto {
    font-size: 16px;
    color: #00463F;
}
.it-texto p {
    margin: 0px 0px 20px;
}
.it-texto p:last-child {
    margin: 0px 0px 0px;
}

#OfferSearcher_Top_0 .intro:before {

    display: none;
}


@media screen and (max-width: 600px) {
.img-text_d-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
.img-text_e-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
.it-img {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
}
.it-txt {
    width: 100% !important;
}
.img-text_d-in .sec-texto2 {
	text-align: center !important;
}
.img-text_d-in .sec-texto2 ul {
	text-align: left !important;
}
}
/** Imagem esquerda + texto **/



.tres-img-in {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1200px !important;
    margin: auto !important;
    flex-wrap: wrap !important;
}
.tres-img-in img {
    display: block !important;
    max-width: 310px !important;
    width: 45% !important;
    min-width: 150px !important;
    margin: 20px !important;
}

@media screen and (max-width: 1100px) {
.tres-img-in {
    justify-content: center !important;
}
}

.valores-in {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 1200px !important;
    margin: 0px auto !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.valores-in h2 {
}
.val-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin: 20px !important;
    width: calc(24% - 40px) !important;
    min-width: 140px !important;
}
.val-item img {
    display: block !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}
.val-txt {
    font-family: "Inter", sans-serif !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #303030 !important;
}
@media screen and (max-width: 1100px) {
.val-txt {
    font-size: 16px !important;
}

}


.etapas-in {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 1200px !important;
    margin: 0px auto !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.etapas-in h2 {
	color: #fff !important;
}
.etp-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin: 20px !important;
    width: calc(19% - 40px) !important;
    min-width: 140px !important;
}
.etp-item img {
    display: block !important;
    margin-bottom: 20px !important;
    width: 100% !important;
	max-width: 100px !important;
}
.etp-txt {
    font-family: "Inter", sans-serif !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 500 !important;
	color: #fff !important;
}
@media screen and (max-width: 1100px) {
.etp-txt {
    font-size: 16px !important;
}

}

.pAllB .b_primary {
    padding: 10px 40px !important;
    border-radius: 50px !important;
    width: fit-content !important;
    background-color: #525f8c !important;
}
h2.mb0.fwB {
    display: block !important;
    text-align: center !important;
    margin: 0px auto 40px !important;
    color: #303030 !important;
}
p.mt10.mb20 {
    font-size: 20px !important;
    display: block !important;
    max-width: 570px !important;
    color: #303030 !important;
    margin: 0px auto 60px !important;
}

.component_AddCvDB  .pAllB {
    padding: 0px;
    background-color: #fff !important;
}
.component_AddCvDB  .box {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0px 0px rgba(8,9,10,.0);
    box-shadow: 0 0 0px 0px rgba(8,9,10,.0);
    padding: 30px;
    position: relative;
}
.sherlock-styles .b_primary.w25 {
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.sherlock-styles footer {
    font-size: 14px !important;
    color: #fff !important;
    width: 100%;
    padding: 0px 0px  !important;
}

.rodape-in {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 1200px !important;
    margin: 0px auto !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
}
.rodape-in p {
    font-family: "Inter", sans-serif !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #fff !important;
}
.rodape-in p strong {
    color: #fff !important;
}


.d-flex.align-items-center {
    max-width: 1200px;
    margin: auto;
}
.d-flex.align-items-center {
    max-width: 1200px;
    margin: 0;
}




#VacancySection {
    padding: 0px !important;
}
#VacancySection .container {
    padding: 20px 10px !important;
}
#VacancyFilters .container h2 {
    display: block !important;
    text-align: left !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    font-family: "Inter", sans-serif !important;
}
header a,
footer a {
    color: #ffffff !important;
}
footer .container {
    padding: 20px !important;
}

.rodape-in {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 1200px !important;
    margin: 0px auto !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
}
.sherlock-styles .home>section .rodape-in p {
    font-family: "Inter", sans-serif !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #fff !important;
}
.sherlock-styles .home>section .rodape-in p strong {
    color: #fff !important;
    font-weight: 600 !important;
}
.rodape-in * p {
    font-family: "Inter", sans-serif !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #fff !important;
}
.rodape-in * p strong {
    color: #fff !important;
    font-weight: 600 !important;
}