/* Marbust Technology Company Framework CSS 5.1.0 */
/* Freedom in your design and power for your layout */
/* Update September 12th, 2022 */
/* 2022 - We work together for a better world */
/* ------------News-------------------*/
/* We fixed flexbox with 100% native and rest 5px each block*/
/* We have included 4 breakpoints (break, break-s, break-m-, break-i) */
/*------------Main Files-----------------------------------*/
/* framework.marbust.com/marbust-framework.scss <- SASS*/
/* framework.marbust.com/marbust-framework.css <- CSS*/
/*en: This framework it's auto-update, so you can add to your top of your html, or import with the code below, and obtain the new updated features */
//1.- Main Style Decisions
@import 'framework-partials/mainstyle';
//2.- Media Queries Variables and Setup
@import 'framework-partials/mediaqueries';
//3.- General Mixins
@import 'framework-partials/mixins';
//4.- General Functions
@import 'framework-partials/functions';
//5.- Flex Box Grid Setups, by default it's 12 columns, you can deactivate
@import 'framework-partials/flexboxsetups';
//6.- Layout General Sections
@import 'framework-partials/layouts';
//7.- Bucles for width, margin, padding, etc.
@import 'framework-partials/bucles';
//8.- Shadows for projects.
@import 'framework-partials/shadows';
//9.- Text Aligns.
@import 'framework-partials/textsetups';
//10.- Hover Effects
@import 'framework-partials/hovers';

/*To import to your web site, in your css file add the next line:
@import url("https://framework.marbust.com/marbust-framework.css");
*/

/* Licensed by: Marbust Technology Company® - All Rights Reserved | You're able to use, modify, but always giving credit to the author: FSWD. Marco Antonio Bustillos Quiroz (Marbust CEO) */