
/*  MONITOR Extra grande */
@media (min-width: 1800px) and (max-width: 3200px) {

  .alto-pdf{
    min-height: 700px !important;    
    width: 100% !important;    
  }

}

/*   MONITOR regular cliente */
@media (min-width: 1200px) and (max-width: 1799px) {

  .alto-pdf{
    min-height: 430px !important;    
    width: 100% !important;    
  }

}

/* MONITOR tamaño IPAD */
@media (min-width: 700px) and (max-width:1199px) {

  .alto-pdf{
    min-height: 555px !important;
    width: 100% !important;
  }

}

/*  MONITOR tamaño FIRE 7" */
@media (min-width: 200px) and (max-width: 699px) {
 
  .alto-pdf{
    min-height: 440px !important;
    width: 100% !important;
  }
  .hideText{
    display:none;
  }

}

/*  MONITOR minimo */
@media (min-width: 1px) and (max-width:199px) {

  .alto-pdf{
    min-height: 400px !important;
    width: 10% !important;
  }
  .hideText{
    display:none;
  }


}