/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.coming-soon-container {
  background: url(/assets/fondo-proximamente-fundacion-1a0140535c7ad4d7aed65006f141891977e6ece137775405d2bae854dd22b73e.webp) no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}

.coming-soon-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 500px;
  width: 90%;
}

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

.coming-soon-card h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #fff;
}

.coming-soon-card p {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 30px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-unit span {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}

.time-unit p {
  font-size: 0.8em;
  color: #fff;
  margin: 0;
}
