.elementor-3815 .elementor-element.elementor-element-4fb24bc{--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-3815 .elementor-element.elementor-element-f65c395 img{width:100%;}.elementor-3815 .elementor-element.elementor-element-e9eeea1{--display:flex;--margin-top:2rem;--margin-bottom:2rem;--margin-left:0rem;--margin-right:0rem;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7cd7006 */#jobShortcode > .elementor-shortcode > .job_listings{
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 1rem;
}

#jobShortcode .showing_jobs{
    display: none !important;
}

/* CSS SOLO PARA CELULAR */
@media (max-width: 768px) {
    #jobShortcode > .elementor-shortcode > .job_listings{
            grid-template-columns: 1fr !important;
        }
}/* End custom CSS */