@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Rochester&display=swap');

.countdown-section {
  padding: 30px 0 60px;
  background: #2980b9;
  background: -webkit-linear-gradient(to right, #114357, #2980b9);
  background: linear-gradient(to right, #114357, #2980b9);
  color: #ffffff;
  text-align: center;
}

.actividades{
 font-family: 'Rochester';
 font-size: 50px;
}


.actividades_text{
 font-family: 'Roboto';
 font-size: 15px;
}

.actividades_datos{
 font-family: 'Roboto';
 font-size: 20px;
}


.countdown-header {
  margin: 20px 0 30px;
}

.countdown-header > * {
  margin: 10px 0 0;
}

.big-countdown .number-days, .big-countdown .number-hours, .big-countdown .number-minutes, .big-countdown .number-seconds {
  margin-top: 30px;
  font-size: 60px !important;
  display: block;
  line-height: 1;
}

.big-countdown .txt-countdown {
  font-size: 22px;
  display: block;
  line-height: 1;
}

.boxed-countdown :not(.countdown-header) p {
  display: inline-block;
}

.boxed-countdown .number-days, .boxed-countdown .number-hours, .boxed-countdown .number-minutes, .boxed-countdown .number-seconds {
  padding: 20px 15px;
  min-width: 140px;
  background: rgba(255,255,255,.8);
  color: #000;
  border-radius: 10px 10px 0 0;
  text-shadow: 1px 1px 0 #fff;
}

.boxed-countdown .txt-countdown {
  padding: 10px;
  background: #fff;
  color: #000;
  border-radius: 0 0 10px 10px;
  margin-top: 1px;
}

.snowflakes {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.snowflake {
  position: absolute;
  background: #fff;
  opacity: .5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: fall linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100vh);
  }
}


.modal {
  display: none; /* Ocultar modal por defecto */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255,255,255,0.4);
}

.modal-content {
  background-color: #930016;
  margin: 15% auto;
  padding: 20px;
  border: 0px solid #888;
  width: 60%;
  height: 30%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Estilos para el botón */
.myButton {
  background-color: #fffff;
  border: none;
  color: #930016;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}

/* Estilos al pasar el cursor por encima del botón */
.myButton:hover {
  background-color: #b69e60;
}

.invitacion{font-size:30px;}
.textof1{font-size:calc(1rem + 1.5vw);}



