@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body {
  /* Opcional: Asegúrate de que el body o el contenedor padre ocupe el 100% de la altura de la ventana (viewport) */
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
}

.construccion {
  display: flex;
  justify-content: center;
  text-align: center;
}
.construccion .contenido .logo {
  width: 95%;
  max-width: 450px;
  margin-bottom: 30px;
}
.construccion .contenido h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #FF3300;
}
.construccion .contenido p {
  margin: 0;
  line-height: 1.6;
}
.construccion .contenido .whats {
  margin-top: 30px;
}
.construccion .contenido .whats a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8) !important;
}
.construccion .contenido .whats a i {
  color: #25D366;
  font-size: 20px;
  font-weight: bold;
}
.construccion .contenido .whats a:visited, .construccion .contenido .whats a:hover, .construccion .contenido .whats a:active {
  color: rgba(0, 0, 0, 0.8) !important;
}/*# sourceMappingURL=style.css.map */