a { text-decoration: none; }
a:hover { color: gray; }
  
#comEdu {font-family: 'Pacifico', cursive;font-size:16px;color:rgb(17, 151, 240)}
  
.mySlides {display:none;}

  /* --- CountDown --- */
  .cdown {
	display: flex;
	width: 350px;
	height: 30px;
	font-size: 16px;
	color: #808B96;
	line-height: 40px;
	/*position: absolute;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-bottom: 7px;
	overflow: hidden;
  }

#before, #after {
  font-size: 18px;
  line-height: 40px;
  color: brown;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;  
}

.cdown-ul {
	list-style: none;
	padding-left: 10px;
	animation: cambiar 7s infinite;
}
.cdown-ul, p {
	margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {opacity:0;}
  50% {opacity:1;}
}

@keyframes cambiar {
	0%{ margin-top: 0;}
	20%{ margin-top: 0;}
	25% {margin-top: -40px;}
	50% {margin-top: -40px;}
	55% {margin-top: -80px;}
	80% {margin-top: -80px;}
	85% {margin-top: -40px;}
	95% {margin-top: -40px;}
	100% {margin-top: 0;}
}