/* *************************************** */
/* ********* SECCIÓN IMAGEN EXPORTACIÓN **** */
/* *************************************** */

.imagenexportacion {
  width: 100%;
  padding: 1.25rem 0;          /* 20px */
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  box-sizing: border-box;
}

/* CONTENEDOR MAESTRO 996px */
.minotariacfdi {
  max-width: 62.25rem;         /* 996px */
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* TÍTULO */
.main-titlecfdi {
  font-weight: 700;
  font-size: 3.5625rem;        /* 57px */
  line-height: 1;
  color: #003899;
  text-align: center;
  margin-bottom: 2.5rem;       /* 40px */
}

/* IMAGEN – OCUPA LOS 996px COMPLETOS */
.calculofacilimg {
  display: block;
  width: 59.75rem;             /* 956px */
  height: 33.704rem !important;/* 539.27px */
  opacity: 1;
  border-radius: 1.25rem;      /* 20px */
  height: auto;
  box-shadow: 0 0 0.25rem 0 #000000; /* 4px */
}


  .calculocaracteristicas{
    font-size: 38px;
    font-weight: 700;
    color: #003899;
    margin: 0;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }