/*Cuntdown styles*/
   /*# div del contador */
  .contador{
	  
	  min-height: 20vh;
	  left: 0;
	  right: 0;
  }
  /*estilo id cuenta */
  #cuenta {
	  display: flex;
	  justify-content: center;
	  margin-bottom: 100px;
  }
  /*estilo contador */
  .simply-section{
	  background: #7dcce5;
	  width: 150px;
	  height: 150px;
	  margin: 0 7px;
	  border-radius: 100px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  
  .simply-amount{
	  display: block;
	  font-size: 40px;
	  font-weight: 400;
	  color: #fff;
  }
  
  .simply-word{
	  font-weight: 400;
	  font-size: 15px;
	  color: #8f8c95;
	  
  }