*{
    
        font-family: 'Farro', sans-serif;
}

body{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
   padding: 0;


}

#banner{
     
 padding-top: 100px;
   width: 100%;
  height: 100vh;
  background-image: url('../img/por.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 
}




form{
    
    width: 450px;
    margin: auto;
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translateX(-50%) translateY(-80%);
   display: block;
  color: white;
    padding: 10px 20px;

}



#logo{
   position: relative;
    width: 50%;
   
    left: 50%;
    transform: translateX(-50%);   
    
    
}
form p {
  
    text-align: center;
    font-size: 32px;
    color: #ffff;
}

#boton{
    position: absolute;
    width: 30%;
    color: #000;
    text-decoration: none;
    background: #F2AB02;
    text-align: center;
    transform: translateX(80%);
    padding: 15px;
   border-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 8px;
    font-size: 20px;
}

#boton:hover{
    
    cursor: pointer;
     color: #F2AB02;
    background: #000;

}



#go{
    position: absolute;
    left: 50%;
    top: 90%;
  transform: translateX(-50%) translateY(-90%);
}


    @media (max-width:480px) {
        
        form{
            width: 100%;
        }
        
        
        
body{
   
    width: 100%;
    margin: 0;
   

   
}
#banner{
     
 padding-top: 100px;
   width: 100%;
  height: 100vh;
  background-image: url('../img/por2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 
}
        

        form{
    
    width: 100%;;
    margin: auto;
    position: absolute;
            
    top: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
   display: block;
 
    padding: 10px 20px;
    font-family: Typografix;
    src: url(../Typografix-demo.otf);
}

  

        
    }


 @media (max-height:620px)
{
        
        form{
            width: 100%;
        }

        form{
    
    width: 100%;
    margin: auto;
    position: absolute;
            
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
   display: block;
 
    padding: 10px 20px;

}

  

        
    }


 @media screen and (max-width:480px)and ( max-height:320px)
{
        
        form{
            width: 100%;
        }

        form{
    
    width: 100%;
    margin: auto;
    position: absolute;
            
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20%);
   display: block;
 
    padding: 10px 20px;

}

  

        
    }




 @media (max-width:480px max-height:830px)
{
        
        form{
            width: 100%;
        }

        form{
    
    width: 100%;
    margin: auto;
    position: absolute;
            
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-130%);
   display: block;
 
    padding: 10px 20px;

}

  

        
    }



