/* ********************************************************* /*
/* 2000 **************************************************** /*
/* ********************************************************* /*

/* HD and more (large desktops, 2000px and up) */
@media (min-width: 2000px) {
    

    
}  /* End 2000px */




/* ********************************************************* /*
/* 1600 **************************************************** /*
/* ********************************************************* /*

/* Extra large devices (large desktops, 1600px and 2000px) */
@media (min-width: 1600px) and (max-width:1999px) {
    

    
}  /* End 1600px */




/* ********************************************************* /*
/* 1260 **************************************************** /*
/* ********************************************************* /*

/* Solo para control de container (1260px) */
@media (max-width:1259px) {
    

    
}  /* End 1260px */


/* ********************************************************* /*
/* 1200 **************************************************** /*
/* ********************************************************* /*

/* Large devices (1200px and 1599px) */
@media (min-width: 1200px) and (max-width:1599px) {

    
    
}  /* End 1200px */


/* Excepcion para el manejo del menu */
@media (min-width: 1024px) and (max-width:1259px) {
    

    
}


/* ********************************************************* /*
/* Tablet Wide ********************************************* /*
/* ********************************************************* /*

/* Mini Large devices (desktops, some tablets) */
@media (min-width: 1024px) and (max-width:1199px) {
    
    
    
    
} /* End 1024 */




/* ********************************************************* /*
/* Tablet Narrow ******************************************* /*
/* ********************************************************* /*

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:1023px) {

    
} /* End 768px */



/* ********************************************************* /*
/* Mobile ************************************************** /*
/* ********************************************************* /*

/* Small devices (landscape phones, 767px and low) */
@media (max-width: 767px) { 


    
    

}
