.box_certificado{
    background: #4284cf;
    background-size: cover;
}
.box_certificado .box_body p {
    color: #fff;
}
p {
    letter-spacing: 1px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.box_certificado .input_form {
    width: 100%;
    display: block;
    padding: 20px;
    border: 0;
    border-radius: 30px;
}
.btn_form {
    display: block;
    text-decoration: none;
    line-height: 70px;
    font-weight: 700;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 35px;
    border: none;
    cursor: pointer;
    padding: 0 50px;
    width: 100%;
    font-size: 30px;
    background-color: #f88e1e;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 20px;
    z-index: 2;
}
h1 {font-size: 3em;}

@media screen and (max-width: 1920px) {
    h1 {
        font-size: 2.5em;
      }
     .box_certificado .box_body p {
        font-size: 2.5em;
    }
    .box_certificado{
        padding: 50px;
    }
    .imagencabecera{
        max-width: 50%;  
        height: auto;
    }
    
    }
@media screen and (max-width: 1600px) {
        h1 {
            font-size: 2.5em;
          }
         .box_certificado .box_body p {
            font-size: 2.5em;
        }
        .box_certificado{
            padding: 50px;
        }
        .imagencabecera{
            max-width: 50%;  
            height: auto;
        }
        
        }
@media screen and (max-width: 1024px) {
h1 {
    font-size: 2.0em;
  }
 .box_certificado .box_body p {
    font-size: 2.0em;
}
.box_certificado{
    padding: 40px;
}
.imagencabecera{
    max-width: 60%;  
    height: auto;
}

}

@media screen and (max-width: 800px) {
h1 {
    font-size: 2em;
  }
  .box_certificado .box_body p {
    font-size: 1.5em;
}
.box_certificado{
    padding: 30px;
}
.imagencabecera{
    max-width: 60%;  
    height: auto;
}
}

@media screen and (max-width: 480px){
h1 {
    font-size: 1.3em;
  }
  .box_certificado .box_body p {
    font-size: 1em;
}
.box_certificado{
    padding: 20px;
}
.imagencabecera{
    max-width: 100%;  
    height: auto;
}
.btn_form{
    font-size: 20px;
   text-align: center;
}
.input_form{
    font-size: 12px;
}
.table{
    font-size: 12px; 
}
.mitabla{
    font-size: 10px;
    font-family: 'Times New Roman', Times, serif;
    
}
}
@media screen and (max-width: 20em){
    h1 {
        font-size: 1em;
      }
      .box_certificado .box_body p {
        font-size: 0.8em;
    }
    }