/* Pagina 404  */
.pagina_generica{
    padding-top: 0px;
      padding-bottom: 60px;
      padding-left: 40px;
      padding-right: 40px;
   
  }
  @media (min-width: 1025px) {
    .pagina_generica{
    padding-top: 80px;
    }

  }



 .cont_404 .container2 h2{
   color: #1D2955;
  font-size: 300px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
  height: 330px;
font-family: "Lufga-bold";
 } 

 .cont_404 .container2 p {
  text-align: center;
   
 }
 .cont_404 .container2 p span{
 
    font-size: 30px;
    font-weight: 600;
    color: #393939;

  }
  .cont_404 .container2 p a{
    background: #1D2955;
    color: white;
    height: 40px;
    padding: 9px 25px;
    display: grid;
    align-items: center;
    text-align: center;
    border: none;
    border-radius: 25px;
    font-size: 16px;
     
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    font-family: "Lufga-bold";
   }

   /* Pagina 404  */


   .wpcf7-checkbox{
    border: 1px solid #1D2955;
   }
   .libro-reclamaciones__submit input[type="submit"]{
    min-width: 140px;
    height: 36px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--lr-primary);
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
   }
 

 .wpcf7-checkbox{
  border: none;
 }
 .libro-reclamaciones__check input{
  display: inline;
 }
 .wpcf7-checkbox  .wpcf7-list-item-label{
  font-weight: bolder;
 }
 .libro-reclamaciones__check-box{
  display: none;
 }
 .libro-reclamaciones__check input:checked + span::after{
  display: none;
 }
  .wpcf7-checkbox input[type="checkbox"]{
        width: 15px;
    height: 15px;
  }

  .wpcf7-list-item{
    margin:0px
  }