/* general styling */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #324e8a;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* button {
  border: none;
  padding: 12px 30px;
  font-size: 1.4em;
  border-radius: 60px;
  color: white;
  background-color: #324e8a;
  box-shadow: 6px 0px 15px 0px #0000003b;
  transition: background-color 0.5s;
  margin-top: 10px;
  opacity: 0.3;
  cursor: not-allowed;
}
button:hover {
  background-color: #324e8a;
} */

button {
  border: none;
  padding: 20px 30px;
  font-size: 1.4em;
  border-radius: 60px;
  color: white;
  background-color: #24bb22;
  box-shadow: 6px 0px 15px 0px #0000003b;
  transition: background-color 0.5s;
  margin-top: 10px;
  opacity: 1;
  cursor: pointer;
}
button:hover {
  background-color: #1aa117;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
}
.container {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

h1 {
  font-weight: normal;
}

li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span {
  display: block;
  font-size: 7.5rem;
}
.dateHour {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0px 0px 30px 0px;
}
.bgCountdown {
  background-color: #324e8a0f;
  width: 100%;
  padding: 20px 10px 20px 10px;
  border-radius: 3px;
}
.dateHour p {
  font-size: 3em;
}
.message {
  font-size: 4rem;
}

#content {
  display: none;
  padding: 1rem;
}

.logo {
  margin-top: 20px;
}
.logo img {
  width: 190px;
}
.logoCliente {
  margin: 22px 0px;
}
.logoCliente img {
  width: 100%;
  border: 1px solid #324e8a0f;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  li {
    font-size: 1.025rem;
    padding: 0.25rem;
  }

  li span {
    font-size: 3.375rem;
  }
  .dateHour p {
    font-size: 2em;
  }
  button {
    font-size: 1em;
  }
  .logo img {
    width: 150px;
  }
}

iframe {
  width: 100%;
  height: 100%;
  /* margin-top: -50px; */
}
a span {
  margin-top: 0px;
  margin-left: -104px;
  background-color: #324e8a;
  color: white;
  padding: 1px 14px;
  border-radius: 30px;
  position: absolute;
  font-size: 0.8em;
}
