.elementor-304 .elementor-element.elementor-element-08d8063{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-304 .elementor-element.elementor-element-08d8063:not(.elementor-motion-effects-element-type-background), .elementor-304 .elementor-element.elementor-element-08d8063 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://rwrobots.com.br/wp-content/uploads/2025/10/Design-sem-nome-11.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-304 .elementor-element.elementor-element-24ab151{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-304 .elementor-element.elementor-element-24ab151:not(.elementor-motion-effects-element-type-background), .elementor-304 .elementor-element.elementor-element-24ab151 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://rwrobots.com.br/wp-content/uploads/2025/10/Apresentacao-Comercial-RW-Robots.pdf-4.png");background-repeat:no-repeat;background-size:cover;}.elementor-304 .elementor-element.elementor-element-ad92804{--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-304 .elementor-element.elementor-element-340e80a .flipster__button{display:flex !important;background-color:#605BE5;-webkit-transition:all 1s ease;transition:all 1s ease;height:35px;width:35px;}.elementor-304 .elementor-element.elementor-element-340e80a .flipster__button i{color:#FFF;-webkit-transition-duration:1s;transition-duration:1s;font-size:20px;}.elementor-304 .elementor-element.elementor-element-340e80a .flipster__button svg{fill:#FFF;-webkit-transition-duration:1s;transition-duration:1s;width:20px;height:20px;}.elementor-304 .elementor-element.elementor-element-340e80a .flipster__button:hover{background-color:#423EC0;}.elementor-304 .elementor-element.elementor-element-340e80a button.flipster__button{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-304 .elementor-element.elementor-element-411ed15{--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-304 .elementor-element.elementor-element-411ed15:not(.elementor-motion-effects-element-type-background), .elementor-304 .elementor-element.elementor-element-411ed15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FF6300;}.elementor-304 .elementor-element.elementor-element-91bcf59{--display:flex;}.elementor-304 .elementor-element.elementor-element-9987d58{--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-304 .elementor-element.elementor-element-56aa315{--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;}@media(max-width:1366px){.elementor-304 .elementor-element.elementor-element-340e80a .flipster__button{display:flex !important;}}@media(max-width:1200px){.elementor-304 .elementor-element.elementor-element-340e80a .flipster__button{display:flex !important;}}@media(max-width:1024px){.elementor-304 .elementor-element.elementor-element-340e80a .flipster__button{display:flex !important;}}@media(max-width:767px){.elementor-304 .elementor-element.elementor-element-ad92804{--min-height:100vh;}.elementor-304 .elementor-element.elementor-element-340e80a .flipster__button{display:flex !important;}}@media(min-width:768px){.elementor-304 .elementor-element.elementor-element-08d8063{--width:100%;}.elementor-304 .elementor-element.elementor-element-24ab151{--width:100%;}}@media(min-width:1367px){.elementor-304 .elementor-element.elementor-element-08d8063:not(.elementor-motion-effects-element-type-background), .elementor-304 .elementor-element.elementor-element-08d8063 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for container, class: .elementor-element-08d8063 *//* Substitua .sua-classe pelo seletor da sua section/container */
.sobre {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* força proporção 16:9 (1920x1080) */
  background-image: url('URL-DA-SUA-IMAGEM.jpg');
  background-size: cover;        /* preenche sem distorcer */
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}

/* Conteúdo interno absoluto para ficar sobre o fundo */
.sua-classe .conteudo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* use padding aqui para controlar espaçamento interno */
  padding: 40px; /* ajustar por breakpoint com media queries */
  box-sizing: border-box;
}

/* Ajustes para mobile (opcional) */
@media (max-width: 767px) {
  .sua-classe .conteudo { padding: 12px; }
  .sua-classe { background-position: center top; } /* ex.: focar topo em mobile */
}/* End custom CSS */