
		
	body {
	background: red;
	 }
	 
	 p {
	font-size: ;
	font-size: ;
	line-height: ;
	margin-bottom: ;
	margin-bottom: ;
	text-align: center;
	height:;
	}
	
  .logo {
	 border-bottom: 8px solid white;
	 }
	 .medidaslogo{
	  height: 180px;
		width: 180px;
		border-radius: 1px solid white;
		} 	
		
  .countdown-timer {
    animation: fadeIn 2s ease-in-out;
    align-items: center;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
		border-top: 8px solid white;
		border-bottom: 8px solid white;
  }
  .countdown-timer .countainer-ul {
    display: flex;
    justify-content: space-evenly;
  }
  .countdown-timer-ul {
    border-radius: 25px;
    color: #000;
    margin: auto auto 15px auto;
    position: relative;
    text-align: center;
    transition: opacity 0.7s ease-in-out;
    width: 40%;
  }
  .countdown-timer-ul .deadline-label {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 10%;
    text-align: right;
    text-transform: uppercase;
  }
  .countdown-timer .date-item {
    background-color: black;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size:;
    width: 88px;
		font-size: 12px;
		font-family: 'Audiowide', cursive;
		
  }
  .countdown-timer ul {
    margin-bottom: 0px;
    padding: 0px;
  }
  .countdown-timer ul li span {
    display: block;
    font-size: 3rem;
  }
  li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 0.5em;
    text-transform: uppercase;
  }
  @keyframes fadeIn {
      0% {opacity: 0;}
      100% {opacity: 1;}
  }
	
			.texto_dire_pres {
		   font-size: 48px;
		   font-family: 'Audiowide', cursive;
   		 color: white;
			 }
	
		 .direccion {
      color: white;
  	  font-family: 'Audiowide', cursive;
		  font-size: 18px;
		  }
			
			.texto_dire_b {
		   font-size: 18px;
		   font-family: 'Audiowide', cursive;
   		 color: white;

 			 border-left: 2px dotted red;
 		   border-right: 2px dotted red;
			 }
			 
					 .powered {
      color: white;
  	  font-family: 'Audiowide', cursive;
		  font-size: 18px;
		  }
			
			.texto_power {
		   font-size: 12px;
		   font-family: 'Audiowide', cursive;
   		 color: white;

 			 border-left: 2px dotted red;
 		   border-right: 2px dotted red;
			 } 

