@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0;
	padding: 0;
}

* {
    font-family: "<strong>Roboto</strong>", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto", sans-serif;
}


p:last-child {
    margin-bottom: 0px;
}

.sherlock-styles .home {
    padding: 0 0px !important;
}

.sherlock-styles .component_OfferSearcher {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #000000 !important;
    background-size: auto !important;
}
#OfferSearcher_Top_0 {
    height: 450px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}
.sherlock-styles .intro .container {
    padding-top: 200px !important;
}
.sherlock-styles .component_OfferSearcher .b_primary {
    background-color: #EB262C !important;
}
@media screen and (max-width: 600px) {
#OfferSearcher_Top_0 {
    background-image: none !important;
    background-color: #EB262C !important;
    background-size: auto 100% !important;
    background-position: center !important;
    height: auto !important;
}
.container {
    padding: 0px !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;
    background-color: #238ede;
}

.sherlock-styles input, .sherlock-styles select {
    height: 48px !important;
}

.component_LastOffersHorizontal h2 {
    color: #fff !important;
}
.component_AddCvDB h2  {
    color: #026BD4 !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: "Roboto", sans-serif !important;
    color: #000000;
    font-weight: 400;
    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: #5AAFCD;
    font-weight: 600;
}


body {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
	margin: 0px !important;
	padding: 0px !important;
}
.sec-titulo,
section#LastOffersHorizontal_Left_2 h2, 
section#AddCvDB_Right_4 h2 {
    display: block;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 110% !important;
    width: 100% !important;
	margin-top: 0px !important;
	margin-bottom: 40px !important;
}
.sec-texto,
.sec-texto p {
    display: block;
    margin: 0px !important;
    font-family: "Roboto", sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
	line-height: 130%  !important;
}
.sec-texto2,
.sec-texto2 p {
    display: block;
    margin: 0px !important;
    font-family: "Roboto", sans-serif;
    font-size: 22px !important;
    font-weight: 400 !important;
	line-height: 130%
}

.sec-texto p, .sec-texto2 p {
    margin: 0px 0px 20px !important;
}
.sec-texto p:last-child, .sec-texto2 p:last-child {
    margin: 0px 0px 0px !important;
}
.t-black,
.t-black p {
    color: #000000 !important;
}
.t-vermelho,
.t-vermelho p {
    color: #EB262C !important;
}
.t-cinza,
.t-cinza p {
    color: #747577 !important;
}
.t-branco,
.t-branco p {
    color: #ffffff !important;
}


.sec_color {
    background-color: #EB262C;
}


.t-left {
    text-align: left !important;
}
.t-center {
    text-align: center !important;
}
.t-right {
    text-align: right !important;
}

.bt-vermelho {
    display: flex;
    width: fit-content;
    background-color: #EB262C;
    padding: 14px 30px;
    border-radius: 200px;
    color: #fff !important;
    font-size: 22;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
	transition: 0.5s ease;
}
.bt-vermelho:hover {
    background-color: #EB262C;
    color: #fff !important;
}

.bt-left {
    margin: 0 auto 20px 0px !important;
}
.bt-center {
    margin: 0 auto 20px !important;
}
.bt-right {
    margin: 0 0px 20px auto !important;
}

.align-left {
    margin: 0 auto 0px 0px !important;
}
.align-center {
    margin: 0 auto 0px !important;
}
.align-right {
    margin: 0 0px 0px auto !important;
}
@media screen and (max-width: 600px) {
.sec-titulo {
    font-size: 22px !important;
}
.sec-texto {
    font-size: 16px !important;
	text-align: center !important;
}
.t-left,
.t-center,
.t-right {
    text-align: center !important;
}

.bt-left, 
.bt-center,
.bt-right {
    margin: 0 auto 20px !important;
}
.align-left, 
.align-center,
.align-right {
    margin: 0 auto 0px !important;
}
}




.custom_section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 30px;
    /**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: #747577 !important;
}
.box.pr0.pl0 {
    padding: 20px !important;
    background-color: #ffffff !important;
}
.mtB.cp {
    color: #2B2D8B !important;
}
.sherlock-styles .home>section.component_LastOffersHorizontal .link_icon {
    color: #552373 !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: "Roboto", sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
	text-align: center !important;
}

@media screen and (max-width: 600px) {
.custom_section {
    padding: 40px 10px;
}

section#LastOffersHorizontal_Left_2 {
    background-color: #ffffff !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: #026BD4 !important;
    border-radius: 100px !important;
}
	



/** quadro de texto + 6 imagens **/
.quadro-6img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
	padding: 30px 0px;
}
.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;
	padding: 0px;
}
.quadro-img img {
    object-fit: contain;
    width: calc(25% - 20px);
}
@media screen and (max-width: 600px) {
.quadro-img {
    gap: 10px;
}
.quadro-img img {
    object-fit: contain;
    width: calc(50% - 5px);
}
}
/** quadro de texto + 6 imagens **/


/** Imagem esquerda + texto **/
.img-text_e-in {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 20px;
}
.img-text_d-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse;
}
.img-text_d-in .sec-titulo {
    text-align: right !important;
}
.img-text_d-in .sec-texto, .img-text_d-in .sec-texto p {
    text-align: right !important;
}
.it-img {
    display: block;
    width: 55%;
    height: auto;
    object-fit: contain;
}
.it-img img {
    width: 100%;
    height: auto;
}
.full-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.full-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;
}

.it-vid {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    height: auto !important;
    max-width: 800px;
}


#OfferSearcher_Top_0 .intro:before {
    display: none;
}


@media screen and (max-width: 600px) {
.img-text_d-in, 
.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 direita + texto **/


/** Princípios  **/
.block_principios {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}
.prin-item {
    display: flex;
    width: 150px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
}
.prin-img {
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
}
.prin-tit {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
	line-height: 100%;
}

@media screen and (max-width: 600px) {
.prin-item {
    width: 45%;
}
.prin-tit {
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
}
}

/** Princípios  **/


/** Benefícios  **/
.block_beneficios {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}
.bene-item {
    display: flex;
    width: 150px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
}
.bene-img {
    display: flex;
    width: 73px;
    height: 73px;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
}
.bene-tit {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}

@media screen and (max-width: 600px) {
.bene-item {
    width: 45%;
}
.bene-tit {
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
}
}

/** Benefícios  **/

footer a {
    color: #fff !important;
}