body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  font-family: "Arial", sans-serif;
  background: url("enConstruccion.png") no-repeat center center fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.container {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  text-align: center;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

.logo {
  max-width: 100px;
  width: 100%;
  margin-bottom: 20px;
}

h1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 8px 0;
}

.contact-info {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.contact-info p strong {
  color: #222;
}

@media (max-width: 480px) {
  .container {
    padding: 20px;
  }

  h1 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .logo {
    max-width: 80px;
  }
}
