

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.sherlock-styles h2 {
    display: block;
    margin: 0px 0px 20px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 30px !important;
    font-weight: 700 !important;
	text-align: center !important;
    color: #0057A0;
}


body {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
	margin: 0px !important;
	padding: 0px !important;
}
.custom_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px;
    /**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: #0057a0 !important;
}
section#LastOffersHorizontal_Left_2 h2 {
    display: block;
    margin: 0px 0px 20px !important;
    font-family: "Montserrat", 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: "Montserrat", sans-serif;
    font-size: 30px !important;
    font-weight: 700 !important;
	text-align: center !important;
    color: #0057a0 !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 0px 20px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 18px !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: #0d3878 !important;
    border-radius: 100px !important;
}


/** Banner **/
.banner-head {
	display: block;
	width: 100%;
}
/** Banner **/

/** quadro de texto + 6 imagens **/

.quadro-6img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
}
.q6i-g {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 33%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.q6i-p {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 33%;
    object-fit: cover;
    aspect-ratio: 1/1;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 10px;
}
.q6i-p img {
    width: 47%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}

@media screen and (max-width: 600px) {
.quadro-6img {
    flex-direction: column;
}
.q6i-g {
    width: 100%;
    height: 100%;
}
.q6i-p {
    flex-direction: row;
    width: calc(100% - 20px);
    aspect-ratio: 2/1;
}
}

@media screen and (max-width: 600px) {
.quadro-6img {
    flex-direction: column;
}
.q6i-g {
    width: 100%;
    height: 100%;
}
.q6i-p {
    flex-direction: row;
    width: 100%;
}
}



/** quadro de 4 imagens **/
.quadro-img {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.quadro-img img {
    object-fit: contain;
    width: calc(25% - 20px);
}
@media screen and (max-width: 600px) {
.quadro-img img {
    object-fit: contain;
    width: calc(50% - 20px);
}
}


/** video **/
.vid-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 1080px;
    aspect-ratio: 16/9;
}
.vid-sec iframe {
    width: 100% !important;
    aspect-ratio: 16/9;
    height: 100%;
}


/** valores **/
.block_valores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}
.v-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: calc(20% - 20px);
    min-width: 100px;
    padding: 20px 14px 14px;
    background-color: #EBEBEB;
    border-radius: 10px;
    gap: 10px;
}
.v-img {
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
}
.v-tit {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.v-txt {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #2D3D70;
    font-weight: 300;
}
.v-txt p {
	margin: 0px 0px 10px;
}

@media screen and (max-width: 600px) {
.v-item {
    width: calc(100% - 40px);
}
}


/** Beneficios **/
.block_beneficios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}
.bene-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 155px;
    min-width: 100px;
    padding: 20px 14px 14px;
    background-color: #fff;
    border-radius: 2px;
    gap: 10px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}
.bene-img {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    overflow: hidden;
    border-radius: 6px !important;
}
.bene-item:nth-child(2n+1) .bene-img {
    background-color: #0057a0;
    box-shadow: 4px 4px 0px #C8DA22;
}
.bene-item:nth-child(2n+2) .bene-img {
    background-color: #C8DA22;
    box-shadow: 4px 4px 0px #0057a0;
}
.bene-tit {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.bene-txt {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #0057a0;
    font-weight: 600;
    line-height: 110%;
}
.bene-txt p {
	margin: 0px 0px 10px;
}
.bene-txt span {
    display: block;
    line-height: 12px !important;
    font-size: 10px !important;
}

@media screen and (max-width: 600px) {
.bene-item {
    width: calc(100% - 40px);
}
}


/** Imagem esquerda + texto **/
.img-text_e-in {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 20px;
}
.it-img {
    display: block;
    width: 55%;
    height: auto;
    object-fit: contain;
}
.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: #050708;
}
.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_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_e-in .sec-texto2 {
	text-align: center !important;
}
.img-text_e-in .sec-texto2 ul {
	text-align: left !important;
}
}
/** Imagem esquerda + texto **/



/** Desenvolvimente **/

.block_desenvolvimento {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 20px auto;
}
.d-item {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px;
    margin: 10px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    align-items: center;
    height: auto;
    max-width: 200px;
}
.d-item:before {
    display: block;
    position: absolute;
    content: ' ';
    top: -20px;
    left: -20px;
    border: 20px solid #C8DA22;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.d-item:nth-child(6n+1):before {
	opacity:1.0;
}
.d-item:nth-child(6n+2):before {
	opacity:0.85;
}
.d-item:nth-child(6n+3):before {
	opacity:0.7;
}
.d-item:nth-child(6n+4):before {
	opacity:0.5;
}
.d-item:nth-child(6n+5):before {
	opacity:0.35;
}
.d-item:nth-child(6n+6):before {
	opacity:0.2;
}
.d-img {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
}
.d-img img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.d-txt {
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #501716;
    letter-spacing: -1px;
}

@media screen and (max-width: 700px) {
.d-item {
    min-width: 110px;
}
.d-txt {
    font-size: 14px;
}
}


#OfferSearcher_Top_0 {
    background-size: contain !important;
    height: 540px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #b2ca36;
}
.sherlock-styles .field_group {
    margin-top: 0px !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 {
    display: none;
}
.sherlock-styles .intro .container {
    padding: 10px !important;
}
.field_group.w70.mAuto.mt30 {
    margin: 0px auto !important;
    background-color: #fff !important;
    padding: 10px 10px 0px !important;
    border-radius: 20px 100px 100px 20px !important;
    display: flex !important;
    align-items: flex-start !important;
}
.sherlock-styles [class*=field_] {
    margin-bottom: 0px !important;
    margin-left: 20px !important;
}
.b_primary:not([disabled]) {
    color: #fff!important;
    border-radius: 100px !important;
}
.box.pr0.pl0 {
    background-color: #fff !important;
	padding: 20px !important;
}
.sherlock-styles .home>section {
    color: #050708 !important;
}
section#LastOffersHorizontal_Left_2 {
    background-color: #0057A0 !important;
}
.sherlock-styles footer a {
    color: #fff !important;
}
.sherlock-styles .box {
    -webkit-box-shadow: 0 0 9px 2px rgba(8,9,10,.0);
    box-shadow: 0 0 9px 2px rgba(8,9,10,.0);
}
@media screen and (max-width: 700px) {

.sherlock-styles [class*=field_] {
    margin-top: 20px !important;
    margin-left: 0px !important;
}
}

.vid-sec iframe {
    display: block;
    width: 100vw;
    max-width: 1080px;
    aspect-ratio: 16/9;
    height: 50vw;
    max-height: 600px;
}
.component_AddCvDB p {
    font-family: 'Montserrat' !important;
    font-size: 22px !important;
    color: #000000 !important;
}



.sec-titulo {
    display: block;
    margin: 0px 0px 20px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 30px !important;
    font-weight: 700 !important;
	text-align: center !important;
    color: #0057A0 !important;
}
.sec-texto {
    display: block;
    margin: 0px 0px 20px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-align: center !important;
    color: #000000 !important;
}
.sec-texto p {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.sec-texto2 {
	display: block;
    margin: 0px 0px 20px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
	text-align: left !important;
    color: #000000 !important;
	text-align: justify !important;
}
.sec-texto2 p {
    font-size: 16px !important;
    font-weight: 400 !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;
}
.t_branco p {
    color: #ffffff !important;
}
.sec_color {
    background-color: #0057A0 !important;
}
@media screen and (max-width: 600px) {
.sec-titulo {
    font-size: 22px !important;
}
.sec-texto {
    font-size: 16px !important;
	text-align: center !important;
}
}