/*Estilo para laptop++*/
@media only screen and (min-width: 900px) and (max-width: 1440px) {
  
}

/*Estilo para notebook*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
}

/*Estilo para laptop*/
@media only screen and (min-width: 800px) and (max-width: 1280px) {
}

/*Estilo para tablets-pro*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  
}

/*Estilo para tablets*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/*Estilo para smartphone*/
@media only screen and (max-width: 767px) {

}