/* 
Theme Name: Garage Manager Pro
Theme URI: 
Description: Tema creado por Alain Figueroa
Author: Alain Figueroa 
Author URI: 
Template: hello-elementor
Version: 1.0.0
Text Domain: garage-manager
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

/*************************/
/*GENERAL*/
/*************************/


:root{
  --blue_light: #0097CE;
}
.hide {
    display: none !important;
}
.movil-no600, .movil-no767, .movil-no, .movil-no899  {
    display: flex;
}
.movil-si600, .movil-si767, .movil-si, .movil-si899  {
    display: none;
}


/*************************/
/*HEADER*/
/*************************/

/*************************/
/*FOOTER*/
/*************************/

/*************************/
/*HOME*/
/*************************/


@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
.movil-no899 {
    display: none;
}
.movil-si899 {
    display: flex;
}
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
.movil-no899 {
    display: none;
}
.movil-si899 {
    display: flex;
}
}

@media only screen and (max-width: 768px) {
.movil-no {
    display: none;
}
.movil-si {
    display: flex;
}
}

@media only screen and (max-width: 767px) {
.movil-no767 {
    display: none;
}
.movil-si767 {
    display: flex;
}
}

@media only screen and (max-width: 600px) {
.movil-no600 {
    display: none;
}
.movil-si600 {
    display: flex;
}
}

