/* Estilos personalizados */
#cover {
    /* background-image: url("https://picsum.photos/1200/800"); */
    /* background-image: url("/images/back2.webp"); */
    background-image: url("/images/back3.jpg");
    min-height: 80vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* max-width: 100%;
    height: auto; */
}


.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #feb5c5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    opacity: 0.7
}

.timer>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

.timer>div:last-child {
    margin-right: 0;
}

.timer>div>span {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.message {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .countdown-container {
        flex-direction: column;
    }

    .timer {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.footer {
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f6dadb;
    color: rgb(88, 4, 55);
    text-align: center;
  }



/* CSS */
.button-19 {
  appearance: button;
  background-color: #feb5c5;
  border: solid transparent;
  border-radius: 20px;
  border-width: 2px 2px 7px;
  /* box-sizing: border-box; */
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  /* text-transform: uppercase; */
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  /* width: 100%; */
  opacity: 0.7;
  margin-right: 40%;
  margin-left: 40%;
}

.button-19:after {
  background-clip: padding-box;
  background-color: #feb5c5;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 .5px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19:main,
.button-19:focus {
  user-select: auto;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 1px 1px 1px;
  background: none;
}
a.button-19 {
  color: rgb(52, 9, 15);
  /* background-color: transparent; */
  text-decoration: none;
}

.disabled { 
  pointer-events: none;
  opacity: 0.4;
}

