
/*
Theme Name: RC Climatização
Theme URI: https://rcclimatizacao.com/
Author: Você
Description: Tema personalizado para empresa RC Climatização
Version: 1.0
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
}
header, section, footer {
  padding: 20px;
}
nav {
  background: #005b9f;
  padding: 10px;
  text-align: center;
}
nav a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
}
.hero {
  color: white;
  text-align: center;
  padding: 100px 20px;
}
.hero.home { background: url('imagens/bg-home.jpg') center/cover no-repeat; }
.hero.servicos { background: url('imagens/bg-servicos.jpg') center/cover no-repeat; }
.hero.contato { background: url('imagens/bg-contato.jpg') center/cover no-repeat; }

.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: #25d366;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
}

form input, form select, form button, form textarea {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
}

footer {
  background: #f0f0f0;
  text-align: center;
  padding: 20px;
}
