/* *************************************** */
/* ********* SECCIÓN IMAGEN EXPORTACIÓN **** */
/* *************************************** */

.diagramaSAT {
    width: 100%;
    padding: 1.25rem 0;          /* SOLO vertical */
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    box-sizing: border-box;
  }
  
  /* CONTENEDOR MAESTRO 996px */
  .minotariacfdi {
    max-width: 62.25rem;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  /* TÍTULO */
  .main-titlecfdi {
    font-weight: 700;
    font-size: 3.5625rem;
    line-height: 1;
    color: #003899;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  
  /* IMAGEN – OCUPA LOS 996px COMPLETOS */
  .imgsat {
    display: block;
    width: 59.75rem;
    height: 539.27px !important;
    opacity: 1;
            /* 🔥 ocupa TODO el contenedor */
    height: auto;
    border-radius: 1.25rem;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25); /* 4px */
  }



  
  @media (max-width: 30rem) {        /* 480px */
  
    .main-titlecfdi{
      font-size: 22px;
      margin-bottom: 2rem;
    }
    

    .imgexpediente{
      width: 319px;
      margin: 0 auto;
      
    }

  }


  @media (max-width: 23.4375rem) {        /* 375px */
  
    .main-titlecfdi{
      font-size: 22px;
      margin-bottom: 2rem;
    }
    

    .imgexpediente{
      width: 319px;
      margin: 0 auto;
      
    }

  }