@import url("escritorio.css") screen and (min-width: 961px);


/* Trae CSS de celu */
@import url("celular.css") screen and (min-width: 100px) and (max-width: 500px);

@import url("tablet.css") screen and (min-width: 501px) and (max-width: 960px);

