body {
    font-family: PontanoSans-Bold;
    line-height: 1.6;
    margin: 0;
    background-color:  #000000;
    background-size: cover;

}

.sidenav {
  height: 100%;
 width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right:  0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  visibility: hidden;
 
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  visibility: hidden;
}

.menuboto {
  position: fixed;
  font-size: 50px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  color: #f1f1f1;
  visibility: visible;
}

/* Estilo para ocultar el logo cuando el menú está desplegado */
.sidenav-open .menuboto {
  visibility: hidden;
}

.sidenav-open .sidenav {
  margin-right: 0px;
}

.sidenav-open .sidenav a{
  visibility: visible;
}

.sidenav-open .closebtn  {
  visibility: visible;
}


#clockdiv{
	font-family: sans-serif;
	color: #fff;
	font-weight: 100;
	font-size: 50px;
  margin-bottom: 20px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #000000;
	display: inline-block;
}

#clockdiv div > span{
	padding: 4px;
	border-radius: 3px;
	background: #000000;
	display: inline-block;
}






.smalltext{
	padding-top: 5px;
	font-size: 16px;
}


/* Animation */
.seconds {
  position: relative;
  width: 80px;
  height: 93px;
  overflow: hidden;
}

.seconds span{
  
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  transform: translateY(150%);
  animation: fly 1.65s ease forwards;
  text-align: center;
  width: 100%;
  min-width: 65px;
  height: 45px;
}

.days ,.hours,.minutes,.seconds, .countdownLetras{
  display: inline;

}




@keyframes fly{
  20%{
    transform: translateY(0);
    opacity: 1;
  }
  65%{
    transform: translateY(0);
    opacity: 1;
  }
  80%{
    transform: translateY(-150%);
    opacity: 0;
  }
  100%{
    transform: translateY(-150%);
    opacity: 0;
  }
}


  #beta{
    font-size: 50px;
    font-family: 'Pontano Sans', sans-serif;
    font-weight: bold;
    color: white;
    padding: 5px;
    text-align: center;
  }

  .correo{
    color: aliceblue;
    
   
  }


  /* Estilo de diseño */
  #container {
    width: 100%;
    height: 10px;
    margin: 0 auto;
    padding: 50px 0 150px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .button {
    display: inline-flex;
    height: 60px;
    width: 180px;

    margin: 20px 20px 20px 20px;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  a {
    color: #000000;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
  }
  
  /* Tercer botón */
  #button-3 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  #button-3 a {
    position: relative;
    transition: all .45s ease-Out;
  }
  
  #circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
  }
  
  #button-3:hover{
    border: 2px solid white;
  }

  #button-3:hover #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
   
  }
  
  #button-3:hover a {
    color: white;
    text-decoration: none;
  }
  

  footer{
    margin-top: 230px;
    background-color: #000000;

  }

  .section-social-media .fab {
    font-size: 30px; /* Puedes ajustar este valor según tus preferencias */
}
.btn.btn-outline-light {
  border: none;
}


#copyright{
  margin-right: -320px;
 
}

#redes{
  margin-left: -380px;
  margin-top: 20px;

}

@media only screen and (min-width: 767px) and (max-width: 1300px) {

      .countdown {
        font-size: 70px;
      }
     
      #copyright{
        margin-right: -70px;
       
      }
      
      #redes{
      margin-left: -100px;
      
      }


}


@media (max-width: 767px) {
    
  .menuboto{
    margin-top: 30px;
  }
  



  footer{
    margin-top: 120px;
    background-color: #000000;
  }


  #logo {
        text-align: center; /* Centrar el logo en pantallas más pequeñas */
       
     
    }

    #copyright{
      margin-right: 0px;
    
    }
    
    #redes{
    margin-left: 0px;
    }

      #beta{
        font-size: 20px;
      
      }

      
      #clockdiv{
          font-size: 24px;
          
         
        } 

    
  
}