* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f4f4;
}

section {
  padding: 40px 20px;
}

h1, h2 {
  color: #333;
}

ul {
  list-style-type: none;
}

a {
  color: #fff;
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f90;
  color: white;
  border-radius: 5px;
  margin: 10px 0;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #e08e00;
}

.whatsapp {
  background-color: #25D366;
}

.hero-content {
  background: url('hero-bg.jpg') no-repeat center center/cover;
  height: 100vh;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#servicios ul, #faq ul {
  margin-top: 20px;
}

blockquote {
  font-style: italic;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #f90;
}

footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

footer ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 10px 0;
}

footer ul li {
  margin: 0 10px;
}
