
*{
    margin: 0;
	padding: 0; 

	box-sizing: border-box
}


        @font-face {
        font-family: 'Sofia Pro';
        src: url('Sofia Pro Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    body {
       background-color: black;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Container{
        max-width: 1600px;
        min-width: 300px !important;
         width: 100%;      /* ocupa todo el ancho posible */
  
        
    }

    .banner {
        position: relative;
        width: 100%;
        
       
        
    }
    .encabezado{
        
        min-height: 650px;
        

    }

    .banner img {
        width: 100%;
        
        display: block;
    }

    /* Texto principal */
    .texto-overlay {
        position: absolute;
        top: 75%;
       
       
        width: 100%;
        text-align: center;
        
        
    }

    .texto-overlay h1 {
        font-size: 4.6rem;
        font-weight: bold;
        color: #42DAFA;
        margin: 0;
   
       
    }

    .texto-overlay p {
        font-size: 1.85rem;
        font-style: italic;
        margin: 0;
        margin-bottom: 1.3rem;
      
        
        
    }

    .detalles {
       
        display: flex;
        text-align:left;
        justify-content: center;
        align-items: left;
        gap: 4.2rem;
        margin: 15px 0;
        font-size: 1.1rem;
         
        margin-bottom: 1.3rem;
        
      
     
    }

    .detalles span {
        display: flex;
        
        align-items: center;
        gap: 8px;
    }

     .detalles i {
        color: #8a2be2;
        font-size: 30px;
    }

    /* Bot¨®n */
    .btn-registro {
        display: inline-block;
        background:linear-gradient(to top, #3350E0, #592FC3);
        color: #fff;
        padding: 10px 48px;
        font-size: 1.6rem;
        font-weight: bold;
        border-radius: 20px;
        text-decoration: none;
        margin-top: 0;
        transition: 0.3s;
      
     
        
    }

    .btn-registro:hover {
          transform: scale(1.05);
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    }

    /* Contador */
    .contador {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
        font-size: 5rem;
         
       
        
    }

    .contador div {
        background: #0b0b0b;
        border-radius: 10px;
        
        text-align: center;
        border: 2px solid  #8a2be2;
        width: 7rem;
        height: 9rem;
         margin-top: 2rem;
         padding: 8px 0;
        
       
    }

    .contador div span {
        display: block;
        
        font-weight: bold;
        color: #fff;
       
        
    }

    .contador div small {
        display: block;
        font-size: 14px;
        color: #ccc;
       
    }

.input-container{
    position: relative;
    margin-bottom: 20px;
}
  .icon-input {
    padding: 10px 15px 10px 45px; 
    border: 1px solid #2196F3; 
    border-radius: 10px; 
    width: 100%;
    font-size: 16px;
    color: #333;
    background-color: #f7f7f7; 
    outline: none; 
  }
  .input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #777;
    font-size: 20px;
  }
  .formulario{
    margin: 40px auto;
    border: 1px solid gray; 
    border-radius: 10px;
    padding: 20px 30px;
    
    max-width: 700px;

  }
  
    .demo {
        
       
          position: relative;
        width: 100%;
        height: 100vh;
             
        
    }
    .demo1 h2{
    text-align: center;
    color:#40cfff;
    margin: 20px 0;
    font-size: 2rem;
    
  }



    .estilosformulario{
        position: absolute;
        top: 27%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        top:13rem ;
       
        
    }


    .demo1 {
        
       
        position: relative;
        width: 100%;
     
                     
        
    }
    
 .demo1 img {
        width: 100%;
        
        display: block;
    }

    .footer{
        margin-top: 30px;
        margin-bottom: 30px;
        
        text-align: center;
    }

/*




*/


  .evento_form_enviar_caja{
    width: 100%;
    text-align: center;
}
  .evento_form_enviar{ 
 
    border:solid 1px #009BF0;
        background:linear-gradient(to top, #3350E0, #592FC3);
        color: #fff;
        padding: 10px 48px;
        font-size: 1.4rem;
        font-weight: bold;
        border-radius: 20px;
        text-decoration: none;
        margin-top: 0;
        transition: 0.3s;
}

#thankYouModal{

 display: none;
  max-width: 4700px;
 position: fixed; 
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.7);
 z-index: 1000;
 justify-content: center;
 align-items: center;
}

@media (max-width: 418px) {
       .banner_img {
        content: url('mobile2.png');
        
    }
       .texto-overlay {

        top: 75%;
      

        
    }
        .texto-overlay h1 {
        font-size: 2rem;
 
    }
 

      .texto-overlay p {
        font-size: 1.1rem;
        margin-bottom: 50px;
      
        
        
    }

    .detalles {

        flex-direction: column;
        font-size: 1rem;
          text-align:center;
        

    }
 



    .detalles span {
        flex-direction: column;
       
    }

     .contador {
        gap: 15px;
        font-size: 45px; 
        margin-top: 0;
       
        
        
    }
    .contador div {
    
        width: 70px;
        height: 90px;
        padding: 8px 0;
       
    }
    .contador div small {
       
        font-size: 12px;
        margin-top: 0px;
     
       
    }

    .banner_img1 {
        content: url('mobile3.png');
        
    }

  

      .formulario{
    margin: 0 0;
    
    
    width: 90vw;
  

  }
  .encabezado{
    min-height: 800px;
  }

     .detalles i {
        
        font-size: 20px;
    }

    .btn-registro{
        margin-top: 30px ;
        margin-bottom: 0;
    }

        .estilosformulario{
      
        top:8rem ;
       
        
    }

}

@media (min-width: 419px) and (max-width: 768px) {
      .formulario{
    margin: 0 0;
    
    
    width: 90vw;
  

  }
    .contador {
        gap: 15px;
        font-size: 45px; 
        margin-top: 0;
       
        
        
    }
    .contador div {
    
        width: 70px;
        height: 90px;
        padding: 8px 0;
       
    }
    .contador div small {
       
        font-size: 12px;
        margin-top: 0px;
     
       
    }
      .banner_img {
        content: url('mobile2.png');
        
    }

    .texto-overlay h1 {
        font-size: 2.5rem;
 
    }
 
  .Container{
    min-height: 2000px !important;
  }
      .texto-overlay p {
        font-size: 1.1rem;
       
 
    }
    .detalles {

        flex-direction: column;
        font-size: 1rem;
         align-items: left;

    }
        .banner_img1 {
        content: url('mobile3.png');
        
    }

      .btn-registro{
        margin-top: 3px ;
        margin-bottom: 30px;
    }
    .contador{
        margin-top: 30px;
        padding-top: 100px;
    }

    
    .detalles {

        flex-direction: column;
        font-size: 1rem;
        text-align:center;
        

    }
 
  .encabezado{
    min-height: 800px;
  }

    .detalles span {
        flex-direction: column;
       
    }
}

/* Mediano (Tablets en horizontal) */
@media (min-width: 769px) and (max-width: 992px) {


}

/* Grande (Laptops y monitores HD) */
@media (min-width: 993px) and (max-width: 1200px) {

}

/* Extra grande (Pantallas Full HD o m¨¢s) */
@media (min-width: 1201px) {

}

