

 .event_title__countdown_registrarse{
      position:absolute;
      display: flex;
      justify-content:space-around;
      flex-direction: column;
      text-align: center;
      align-self: center;
      top: 55%;
      bottom: 0%;
      z-index: 10;   
}
   .event_title__countdown_registrarse h4{
    color: rgb(255, 255, 255);
    font-weight: lighter;
    font-family: "DynaPuff", system-ui;
    font-size: clamp(1rem, 2.2vw, 1.4rem);
    /* filter: drop-shadow(0px 0px 1px #48ff00)
    drop-shadow(0px 0px 1px #9dff00e1); */
    text-shadow: 1px 1px 1px #000000, 1px 1px 1px #000000,
    1px 1px 10px #ffffff,1px 1px 10px #06ffde;
      
}
/* =========================
   CONTACTO (MOBILE FIRST)
========================= */
.form__registarse {
    position: absolute;
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr ;
         top: 64%;
        width: 97%;
 
        margin-bottom: 10%;
        justify-self: center;
        grid-template-areas:
            "name lastname"
            "email email"
            "message message"
            "button button";
        gap: 12px;
        background-image: linear-gradient(#143447ee, #78ffb0de);
        border-radius: 12px;
        padding: 30px;
        box-shadow: 6px 6px 40px rgba(0, 247, 255, 0.836);
            font-family: "Lucida Sans Unicode";
    }
.form__title__registrarse {
    font-size: 30px;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 8%;
    color: #ffffff;
    font-weight: lighter;
    text-shadow: -1px 1px 1px black, -6px 6px 40px rgba(0, 247, 255, 0.836);
    
   

}
    .form__input-container:first-child {
        grid-area: name;
    }

    .form__input-container:nth-child(2) {
        grid-area: lastname;
    }

    .form__input-container:nth-child(3) {
        grid-area: email;
    }

    .form__input-container:nth-child(4) {
        grid-area: message;
    }

    .form__input-container:nth-child(5) {
        grid-area: button;
    }

    .form__input-container :is(input, textarea) {
        box-shadow: 0;
        border-radius: 4px;
      
     
    }

    .form__registarse label {
    color: #ffffff;
    font-weight: lighter;
    text-shadow: -1px 1px 1px black;
    margin-top: 5%;
    }

    .form__registarse ::placeholder {
        color: #6e7896af;
    }

.btn_send{
  background-color: #00f94fc5;
  color: rgba(255, 255, 255, 0.888);
  outline: 1px solid rgba(255, 255, 255, 0.809);
  text-shadow: -1px 1px 1px #000000,-1px 1px 1px #000000;
  font-weight:lighter;
  text-decoration: none;
  padding: 6px 35px  6px 35px;
  margin-top: 5%;
align-self: center;
  width: 80%;
  border-radius: 10px;
  transition: background-color 1s, border-radius 0.8s, outline 0.7s,
  outline-offset 0.5s;
  outline: 0;
  outline-offset: 0;
  font-size: 16px;
 

}

.btn_send:hover  {
   background-color: rgba(0, 0, 0, 0.242);
  outline: 2px solid rgba(0, 255, 94, 0.596);
  color: rgb(22, 255, 119);
  text-shadow: -1px 1px 1px #000000;
  border-radius: 25px;
  box-shadow: 0px 0px  20px rgb(84, 250, 134);
  padding: 7px 39px  7px 39px;


}




/* FORM – tablet / desktop */
@media screen and (min-width: 600px) {

 .event_title__countdown_registrarse{
  
      top: 100%;
       
}
.event_title__countdown_registrarse h4{
    font-size: clamp(1rem, 2.2vw, 1.6rem);
}

.form__registarse {
        width: 30%;
        margin-top: 12%;
    }
.form__title__registrarse {
    font-size: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
}
   
    .form__registarse label {
   font-size: large;

    }

    .form__registarse ::placeholder {
        color: #6e7896af;
    }

.btn_send{
  width: 50%; 
  font-size: 17px;
}
}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.contador {
 position: absolute;
  bottom:-38%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  align-self: center;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 45%;
  background-color:#001a35c4;
 box-shadow:-1px 0px 0.5px 1px #ccccccde;
  width:fit-content;
  height: 18px;
  min-height: max-content;
  padding: 10px;
  border-radius:7px;
  gap: 0;

}

.contador--item{
  position: relative;
  display: flex;
  flex-direction:row;
  justify-content:center;
align-items: center;
  width: min-content;
  height: min-content;
  min-width:60px;
  min-height:20px;
  padding:10px;
  gap:8px;
  margin: 5px;
  background-color: #001120bb;
  outline: 1px solid #b6fff9e0;
  outline-offset: 1px solid #cfcfcfd0;
  border-radius:5px;



}
.contador--item:hover{
  
 
  outline: 1px solid #cfcfcfd0;
   outline: 1px solid   rgba(0, 255, 234, 0.966);
  color: rgb(0, 0, 0);
  background-color: #ffffffea;


  }
  

.date--item{

  text-shadow: -2px 1px 1px #000000;
   font-family: 'Pristina';
   color: rgba(255, 255, 255, 0.87);
   font-size: clamp(0.9rem, 2.2vw, 1.2rem);
   font-weight: lighter;
   margin: 0;
   padding: 0;
 

 
}
.date--item:hover{
 
  text-shadow: -2px 1px 1px #fffb00;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 2px;
  
}





.numbers{
position: relative;
bottom: 2px;
  font-size: clamp(0.8rem, 2.2vw, 1rem);
  color: #0ffc86;
  text-shadow: -1px 1px 1px #000000;
  font-weight: lighter; 
   
}



/*----------> <<< QUERIES >>> <-----------*/
  
@media screen and (min-width: 600px){


.contador {
 
bottom: -117%;

}

    .contador--item{
      
      width: min-content;
      height: min-content;
      min-width:70px;
      min-height:30px;
      padding: 8px 10px;
    }

    .date--item {
     
 
   font-weight: lighter;
   margin: 0;
   padding: 0;

     
    }
   
    
    
}

/* <---- H <<< QUERIES /ENDS >>> ----->*/
/*________________________________________________________*/




