body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding-bottom: 100px;
  background: #f9f9f9;
  color: #333;
}

header {
  background: #ff6600;
  color: white;
  padding: 20px;
  text-align: center;
}

.logo-centered-small {
  width: 200px;
  display: block;
  margin: 0 auto 10px;
}

.subtitulo {
  margin-top: 5px;
  font-size: 1.1em;
}

.urgente {
  background: #ffe6e6;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #ff0000;
}

.whatsapp-top {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 22px;
  background-color: #25d366;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  animation: pulse 2s infinite;
  font-size: 1.1em;
}

.icon-wsp-small {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

.servicios {
  padding: 20px;
}

.servicios h2 {
  color: #ff6600;
}

.servicios ul {
  list-style: none;
  padding: 0;
}

.servicios li {
  margin: 10px 0;
  font-size: 1.1em;
}

footer {
  text-align: center;
  padding: 15px;
  background: #222;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.llamar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ff4444;
  color: white;
  padding: 10px 16px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
