/** RESPONSIVE **/

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


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


@media (min-width: 1245px) {
}

@media (max-width: 1245px) {
   
}


@media (max-width: 1140px) {
   
}

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

}


@media(max-width: 1010px){
    
    
    
}

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

    
}


@media (max-width: 990px) {
    
}

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

@media (max-width: 935px) {
   
}


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


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

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


/* NAVEGADORES ENTRE 768px y 979px */
@media (max-width: 768px) {
    
}

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

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

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

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

/* NAVEGADORES 530px */
@media (max-width: 530px) {
}

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

   
}

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


/* NAVEGADORES 375px */
@media (max-width: 375px) {
    
}

/* Retina Display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}
