.elementor-6336 .elementor-element.elementor-element-cfacfa4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:2rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6336 .elementor-element.elementor-element-295ab6c{font-family:"Inter", Sans-serif;font-size:0.7rem;font-weight:400;color:var( --e-global-color-text );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6336 .elementor-element.elementor-element-209ce3d{text-align:start;}.elementor-6336 .elementor-element.elementor-element-209ce3d .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:32px;font-weight:600;}.elementor-6336 .elementor-element.elementor-element-956b5d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6336 .elementor-element.elementor-element-79a8a51{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6336 .elementor-element.elementor-element-c49cc5e{padding:0px 0px 10px 0px;border-style:solid;border-width:0px 0px 1px 0px;border-color:#EEEEEE;text-align:start;}.elementor-6336 .elementor-element.elementor-element-c49cc5e .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var( --e-global-color-04eb59e );}.elementor-6336 .elementor-element.elementor-element-39ba729{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-6336 .elementor-element.elementor-element-2d13041{padding:0px 0px 10px 0px;border-style:solid;border-width:0px 0px 1px 0px;border-color:#EEEEEE;text-align:start;}.elementor-6336 .elementor-element.elementor-element-2d13041 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var( --e-global-color-04eb59e );}.elementor-6336 .elementor-element.elementor-element-4c8da37{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:1.2rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-6336 .elementor-element.elementor-element-659ecbc{padding:0px 0px 10px 0px;border-style:solid;border-width:0px 0px 1px 0px;border-color:#EEEEEE;text-align:start;}.elementor-6336 .elementor-element.elementor-element-659ecbc .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var( --e-global-color-04eb59e );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6336 .elementor-element.elementor-element-cb1da92{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-6336 .elementor-element.elementor-element-181912b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0rem;--margin-bottom:3rem;--margin-left:0rem;--margin-right:0rem;}.elementor-6336 .elementor-element.elementor-element-3339407{font-family:"Inter", Sans-serif;font-weight:400;}/* Start custom CSS for shortcode, class: .elementor-element-74209c8 */.elementor-6336 .elementor-element.elementor-element-74209c8 .elementor-shortcode .e-grid {
  margin-bottom: 2rem !important;
  padding: 0;
}

/* 2. CARD INDIVIDUAL */
.card-categoria {
    max-width: none !important;
    position: relative;
    margin: 0 !important;
}

/* 3. ÁREA DA IMAGEM */
.card-categoria__media {
    height: 160px !important;
    display: flex;
}

.card-categoria__img {
    transition: transform 0.3s ease;
}

.card-categoria:hover .card-categoria__img {
    transform: scale(1.05);
}

.card-categoria__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.8) 0%,
        rgba(0,0,0,0.2) 60%,
        transparent 100%
    );
    pointer-events: none;
}

@media (max-width: 767px) {
    .card-categoria__media {
        height: 140px; /* Menor no celular */
    }

    .card-categoria__titulo {
        font-size: 14px !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3339407 */.elementor-6336 .elementor-element.elementor-element-3339407 h2 {
  font-size: 13px;
}

.elementor-6336 .elementor-element.elementor-element-3339407 h2::first-letter {
  text-transform: uppercase;
}

.elementor-6336 .elementor-element.elementor-element-3339407{
    background: #fdfdfd;
    border: 1px solid #d0d0d0;
    border-radius: 14px;
    padding: 28px 32px;
}

.elementor-6336 .elementor-element.elementor-element-3339407 p{
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 4px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://wordpress.picjob.com.br/wp-content/uploads/inter-v20-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://wordpress.picjob.com.br/wp-content/uploads/inter-v20-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('http://wordpress.picjob.com.br/wp-content/uploads/inter-v20-latin-700.woff2') format('woff2');
}
/* End Custom Fonts CSS */