
/*  MONITOR Extra grande */
@media (min-width: 1800px) and (max-width: 3200px) {

  .alto-chart-map{
    width: 100%; 
    height: 885px !important;    
  }
  .HideSMall{
    
  }

}

/*   MONITOR regular cliente */
@media (min-width: 1200px) and (max-width: 1799px) {

  .alto-chart-map{
    width: 100%; 
    height: 610px !important;
  }
  .HideSMall{
    
  }

}

/* MONITOR tamaño IPAD */
@media (min-width: 700px) and (max-width:1199px) {

  .alto-chart-map{
    width: 100%; 
    height: 610px !important;   
  }
  .HideSMall{
     /* display: none; */
  }

}

/*  MONITOR tamaño FIRE 7" */
@media (min-width: 200px) and (max-width: 699px) {
 
  .alto-chart-map{
    width: 100%; 
    height: 610px !important;   
  }
  .HideSMall{
    display: none;
  }

}

/*  MONITOR minimo */
@media (min-width: 1px) and (max-width:199px) {

  .alto-chart-map{
    width: 100%; 
    min-height: 1200px;
  }
  .HideSMall{
    display: none;
  }

}