/*   MONITOR X-GRANDE */
@media (min-width: 2201px) and (max-width: 4200px) {
  .HideinSmall{
    display: block !important;
  }
  .HideinBig{
    display: none !important;
  }
  .logoFluid{
    width: 18% !important;
  }
  .subTitulo{
    font-size: 16px !important;
  }  
}


/*   MONITOR GRANDE */
@media (min-width: 1800px) and (max-width: 2200px) {
  .HideinSmall{
    display: block !important;
  }
  .HideinBig{
    display: none !important;
  }
  .logoFluid{
    width: 18% !important;
  }
  .subTitulo{
    font-size: 14px !important;
  }    
}

/*   MONITOR REGULAR CLIENTE */
@media (min-width: 1200px) and (max-width: 1799px) {
  .HideinSmall{
    display: block !important;
  }
  .HideinBig{
    display: none !important;
  }
  .logoFluid{
    width: 18% !important;
  }
  .subTitulo{
    font-size: 14px !important;
  }     
}

/* tamaño IPAD */
@media (min-width: 700px) and (max-width:1199px) {
  .HideinSmall{
    display: block !important;
  }
  .HideinBig{
    display: none !important;
  }
  .logoFluid{
    width: 30% !important;
  }
  .subTitulo{
    font-size: 12px !important;
  }   
}

/*  TAMAÑO FIRE 7" y MOTO */
@media (min-width: 200px) and (max-width: 699px) {
  .HideinSmall{
    display: none !important;
  }
  .HideinBig{
    display: block !important;
  }
  .logoFluid{
    width: 100% !important;
  }
  .subTitulo{
    font-size: 12px !important;
  }     
}

/*  MICRO */
@media (min-width: 50px) and (max-width:199px) {
  .HideinSmall{
    display: none !important;
  }
  .HideinBig{
    display: block !important;
  }
  .logoFluid{
    width: 80% !important;
  }  
  .subTitulo{
    font-size: 12px !important;
  }     
}