/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
/* ================== BREAKPOINTS (5 dispositivos) ==================
   Widescreen: ≥1921px
   Desktop:   1367–1920px
   Laptop:    1025–1366px
   Tablet:    768–1024px
   Mobile:    ≤767px
==================================================================== */

/* Desktop (1367–1920px): max 1280px + 6rem TB */
@media (min-width: 1367px){
  .elementor :not(.e-con) > .e-con{
    max-width: 1280px !important;
    margin-inline: auto !important;
    padding-block: 6rem !important;
    padding-inline: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1366px){ /* Laptop */
  .elementor :not(.e-con) > .e-con{
    width: 90% !important;
    margin-inline: auto !important;
    padding-block: 3rem !important;
    padding-inline: 0 !important;
  }
}
@media (max-width: 767px){ /* Mobile */
  .elementor :not(.e-con) > .e-con{
    padding: 2rem 20px !important; /* TB LR */
  }
}

/* 2) CONTÊINER INTERNO — zera padding por padrão (com exceção .pad) */
.elementor .e-con .e-con:not(.pad){
  padding: 0 !important;
}

/* 3) WIDGETS no MOBILE: 100% por padrão… */
@media (max-width: 767px){
  .elementor .elementor-widget:not(.fixo){
    width: 100% !important;
  }
}
/* (opcional, não atrapalha) contêiner "full width" sem padding */
.e-con.e-con-full{ padding: 0 !important; }

/* === BACKGROUND GLOBAL DO SITE === */
body {
  background: #0a0711; /* cor padrão para tablet e desktop #0a0711 */
}
