Bootstrap Estructura CSS
/* ==========================================================================
Global custom styles
========================================================================== */
/* ==========================================================================
SMALL devices (tablets, 768px and up)
========================================================================== */
@media (min-width: 768px) {
}
/* ========================================================================== */
/* ==========================================================================
MEDIUM devices (desktops, 992px and up)
========================================================================== */
@media (min-width: 992px) {
}
/* ========================================================================== */
/* ==========================================================================
LARGE devices (large desktops, 1200px and up)
========================================================================== */
@media (min-width: 1200px) {
}
/* ========================================================================== */