/*************************************************************************************
* css/media.css                                                                      *
**************************************************************************************
* Software Name: MvSoft Estacionamiento                                              *
* Software URL: https://www.mvsoft.ar/software/mvsoft-estacinoamiento                *
* Software Support: soporte@mvsoft.ar                                                *
* Description: Software exclusivo de MvSoft · Todos los derechos reservados          *
* Author: MvSoft                                                                     *
* Author URL: https://www.mvsoft.ar                                                  *
* Copyright © 2020                                                                   *
*************************************************************************************/

@media screen and (min-width: 1450px) {}

@media screen and (min-width: 1120px) and (max-width: 1449px) {}

@media screen and (min-width: 960px) and (max-width: 1119px) {}

@media screen and (min-width: 760px) and (max-width: 959px) {}

@media screen and (min-width: 450px) and (max-width: 759px) {}

@media screen and (min-width: 300px) and (max-width: 449px) {}

@media screen and (max-width: 299px) {}