/*estilo del AFIP CERT*/

/*estilos form*/
body {
    text-align: center;
    border: 40px solid #1f1f1f;
    font-family: 'Montserrat', sans-serif;
    background-color: #1f1f1f;
    color: #fff;
  }
  form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #consultar-cuit {
    font-size: 0.8em;
    padding: 5px 10px;
    background-color: #333 ;
    border: none;
    color:#fff;
    padding: 1px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
  p {
    margin-left: 30%;
    margin-right: 30%;
  }
  
  input[type="text"] {
    /*font-size: 1.2em;*/
    background-color: #333;
    color: white;
    border: solid;
    border-color:rgba(255,105,0,1);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  label[for="cuit"], label[for="razon-social"] {
    display: inline-block;
    width: 40%;
    text-align: right;
    margin-right: 2%;
    text-align: center;
  
  }
  
 #Generar-Claves {
 
  background-color: #333 ;
  border: none;
  color:#fff;
  padding: 1px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    
  }
  
  
  
  @media only screen and (max-width: 768px) {
    /* Estilos para dispositivos móviles */
    p {
      margin-left: 5%;
      margin-right: 5%;
    }
    input {
      width: 80%;
      margin-left: 10%;
    }
    button {
      margin-left: 10%;
    }
  }
  #consultar-cuit:hover {
    background-color:rgba(255,105,0,1);
  }
  #Generar-Claves:hover {
    background-color:rgba(255,105,0,1);
  }

  footer {
    background-color:rgba(255,105,0,1);
    position: fixed ;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: black;
    position: relative;
  }
  
  footer div {
    padding: 20px;
  }

  #linkpdf {
    color: white;
    
    
  }
  #logo-header {
    display: flex;
    align-items: center;
    height: 60px;
  }

  #logo-header img {
    margin-right: 10px;
  }

