html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: #071D49;
  background-color: transparent;
}

a:hover {
  color: #17203b;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: "HelveticaB";
  src: url("fonts/Helvetica_cyr-Bold.woff2") format("woff2"),
    url("fonts/Helvetica_cyr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  padding: 20px;
  gap: 10px;
}

.time-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22%;
}

.time-group {
  display: flex;
  gap: 0px;
  width: 100%;
}

.flip-card {
  position: relative;
  width: 49%;
  height: 132px;
  margin: 1%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.5rem;
  font-weight: bold;
  color: white;
  background: #333;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
  font-stretch: ultra-condensed;
}

.flip-card-front {
  background: #555;
}

.flip-card-back {
  background: #555;
  transform: rotateX(180deg);
}

.flip-card-top,
.flip-card-bottom {
  position: absolute;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.flip-card-top {
  background-color: #555;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #000;
}

.flip-card-bottom {
  bottom: 0;
  background-color: #333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.label {
  font-size: 1.4em;
  color: #007EB6;
  text-transform: uppercase;
  margin-top: 10px;
}

.separator {
  font-size: 2rem;
  font-weight: bold;
  color: #0088cc;
  margin-top: -40px;
  width: 1%;
}

.number {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card-top .number {
  bottom: 0%;
}

.flip-card-bottom .number {
  top: -50%;
}

.target-date {
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 20px;
  font-family: "HelveticaB";
}


body {
  position: relative;
  /* margin: 7rem 0 0 0;*/
  padding: 0;
  font-family: "Roboto", sans-serif;
  background-color: #EDEDED;
  font-weight: bold;
  background-image: url(../img/fondo.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.altototal {
  /*min-height:100vh;*/
}



@media (max-width: 991.98px) {

  .flip-card-front,
  .flip-card-back {
    font-size: 3em;
  }
}