/* Start custom CSS *//* CORREÇÃO: COLUNA VAZIA / LARGURA ERRADA NO MOBILE (ELEMENTOR) */
@media (max-width: 767px){

  /* força containers do Elementor a ocuparem 100% */
  .elementor-section,
  .elementor-container,
  .elementor-row,
  .elementor-column,
  .elementor-widget-wrap{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* garante que colunas empilhem e não fiquem lado a lado */
  .elementor-container,
  .elementor-row{
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  /* remove qualquer padding que “encolha” a área útil */
  .elementor-section{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* seu bloco específico também ocupa tudo */
  #bloco-resultados{
    width: 100% !important;
    max-width: 100% !important;
  }
}/* End custom CSS */