/**

 * @file

 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/

 *

 * When you turn on CSS aggregation at admin/config/development/performance, all

 * of these @include files will be combined into a single file.

 */

 /** Responsividades ****/
@import "layouts/r800-1024.css";

@import "layouts/r640-800.css";

@import "layouts/r320.css";

@import "layouts/r568.css";

@import "layouts/r960.css";

@import "layouts/lower-320-fix.css";