.elementor-466 .elementor-element.elementor-element-c0c69c2{--display:flex;--background-transition:0.3s;}.elementor-466 .elementor-element.elementor-element-c0c69c2.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-466 .elementor-element.elementor-element-c0c69c2{--width:508px;}}/* Start custom CSS for html, class: .elementor-element-2532439 *//* VERSÃO CHATGPT 3.0 – NOVEMBRO – FULLSCREEN */

/* Variáveis principais */
:root {
  --accent: #00B686;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Fundo da página */
body {
  font-family: "Poppins", sans-serif;
  overflow: hidden; /* impede rolagem */
  background:
    linear-gradient(to bottom, rgba(0,43,91,0.85), rgba(0,119,200,0.85)),
    url('https://deluxecleanbrasil.com.br/wp-content/uploads/2024/02/BG-Sec-1-Mobile.png') center/cover no-repeat;
  color: #fff;
}

/* Sessão principal em tela cheia */
.hero {
  height: 100vh;
  width: 100%;
  padding: 26px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

/* LOGO */
.logo img {
  height: 52px;
  width: auto;
  display: block;
  margin: 0 auto 8px;
}

/* Conteúdo */
.content {
  max-width: 90%;
  margin: 0 auto;
}

h1 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
}

p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.95);
  margin-bottom: 18px;
}

/* BOTÃO */
.btn {
  background: #25D366;
  padding: 15px 26px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  max-width: 320px;
  min-height: 50px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* Avaliação */
.trust {
  font-size: 14px;
  opacity: 0.9;
}

/* Rodapé */
footer {
  font-size: 12px;
  opacity: 0.85;
  line-height: 1.35;
}/* End custom CSS */