/*@import url('https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:300');
html,
body,
button,
input,
p,
textarea,
select {
    font-family: 'Roboto', sans-serif;
}

snippet *,
code,
samp,
pre {
    font-family: 'Roboto Mono', monospace;
}*/


/*fuente*/


@font-face {
    font-family: 'Roboto-Light';
    src: url('../font/Roboto-Light_0.ttf') format('truetype');
}

html,
body,
button,
input,
p,
textarea,
select {
    font-family: 'Roboto-Light', sans-serif;
} 

calendar {
    margin-bottom: 1rem;
}

#Color-burger span,
#Color-ellipsis span {
    background-color: red;
}

#layout-field field:not(.is-horizontal) control,
#layout-input field:not(.is-horizontal) control,
#layout-textarea field:not(.is-horizontal) control,
#layout-input .input,
#layout-textarea textarea {
    margin-bottom: 1rem;
}

#layout-menu menu menu-item:not(.is-title) {
    padding: 1rem;
}

#layout-menu menu menu-item.is-title {
    padding: 0.5rem 1rem;
}

.overflow-y {
    overflow-y: auto;
}

color {
    margin-right: 0.25rem;
}

.is-flex, .is-flex-column {
    display: flex;
}

.is-flex-column {
    flex-direction: column;
}

#nav-main {
    background-color: #fff;
    box-shadow: none;
}


.close-menu-btn {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin-right: 1rem;
}

#close-menu-btn icon {
    margin: 0 !important;
    padding-right: 0.25rem;
}


/* menu content */

.menu_content {
    display: none;
}

.menu_content.is-visible {
    display: block;
}


/* search list components */

#searchList {
    border-radius: 0 0 .4rem .4rem;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 10px 20px -1px rgba(0, 0, 0, .1);
    max-height: 0;
    transition: max-height .2s linear;
    overflow: hidden;
    justify-content: flex-start;
}

#searchList.is-visible {
    max-height: 300px;
    overflow-y: auto;
}

#searchList list-item {
    min-height: 3rem;
    max-height: 3rem;
    padding: 0 1rem;
    cursor: pointer;
    transition: all .15s ease;
}

#searchList list-item:hover {
    background-color: whitesmoke;
    color: #692ABF;
}

#layout-field field {
    margin-bottom: 0.5rem;
}

#demoField {
    max-width: 100px;
}

#modal-demo-table table {
    margin: 0 auto;
}

b,
strong,
a {
    margin: 0 4px;
}

#navbar-aling navbar navmenu {
    max-height: 100vh;
}

#demo-doce column span {
    display: none;
}

#map-sass pre span {
    line-height: 2;
}

#show-password {
    cursor: pointer;
}

#show-password:hover {
    color: #000;
}

.input {
    color: #333;
}

layout.collapse {
    max-height: 100px;
    margin-bottom: 1rem;
}

layout.collapse * {
    padding: 1rem;
}

#homedemo1 {
    color: #333;
}

buttons:not([addons])>button {
    margin: .5em;
}

#demo-form {
    background-color: #fff;
    padding: 2em;
}

#layout-home h3.subtitle {
    margin-bottom: 4em;
}

#layout-home navbar {
    margin-bottom: 1rem;
}

#homedemo1 {
    text-align: justify;
}

#homedemo1 blockquote {
    padding: 1rem;
    overflow: hidden;
    color: #333;
    margin-bottom: 2rem;
    height: 3rem;
}

#homedemo1 blockquote.transparent {
    background-color: transparent;
}

.mac icon {
    opacity: .6;
    margin: 0 .25rem;
    cursor: pointer;
}

.mac icon:hover {
    opacity: 1;
}

#homedemo1 menu item {
    min-height: 0;
    padding: .75rem 1rem;
}

#img-mac {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 8rem;
    border-radius: 5px;
}

#img-mac img {
    height: 100%;
}

navbar {
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.05);
}

navbar.color-black nav-item:not(.clear):hover {
    box-shadow: inset 0 0 100px 1px rgba(255, 255, 255, 0.1);
}

navbar nav-item:not(.clear):hover {
    box-shadow: inset 0 0 100px 1px rgba(0, 0, 0, 0.05);
}

#demo-form small {
    opacity: .6;
}

#demo-form form {
    max-width: 500px;
    min-width: 320px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    padding: 1rem;
    padding-top: 5rem;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .1);
    background-color: white;
    margin-bottom: 2em;
}

#user-form-demo {
    width: 125px;
    height: 125px;
    position: absolute;
    color: white;
    font-size: 5rem;
    border-radius: 1000em;
    top: -60.25px;
    left: 50%;
    transform: translateX(-50%);
}

#layout-home buttons {
    align-items: center;
    padding: 1rem;
}

#layout-home .color-black-lighten-4 {
    border-radius: 5px;
}

#layout-home dropdown {
    margin: 10px;
}


/* demo image*/

.demo-image {
    background-color: #ddd;
    color: #777;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
}

blockquote {
    margin-bottom: 1rem;
}

.demo-image.large {
    height: 200px;
}

#m1 icon {
    margin: 0 0.8rem 0 0.5rem;
}

#m1 {
    height: 100vh;
    overflow-y: auto;
}

#m1 content {
    height: 100vh;
}

#m1 content header {
    height: 15%;
}

#m1 content section {
    height: 85%;
    overflow-y: auto;
}

#m1 menu-item.is-title {
    pointer-events: none;
    height: 2rem;
}

#m1 menu-item:not(.is-title) {
    min-height: 2.5rem;
    opacity: 0.7;
}

#m1 menu-item::before {
    content: '';
    display: block;
    pointer-events: none;
    background-color: #692ABF;
    transition: all .2s ease-out;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#m1 menu-item:not(.is-active):hover {
    color: #692ABF;
    z-index: 1;
    opacity: 1;
}

#m1 menu-item.is-active,
#m1 menu-item.is-active * {
    background-color: #fff;
    color: #692ABF;
}

#m1 menu-item:not(.is-active):hover::before {
    width: 100%;
}

#m1 a {
    color: inherit;
    display: block;
    margin: 0;
}

#intro-header.is-fluid {
    min-height: 70vh;
    padding-top: 3rem;
    align-items: center;
    justify-content: center;
}

#intro-header {
    color: #666;
}

#intro-header p,
#intro-header row {
    margin: 2em 0;
}

#intro-header h1 {
    font-size: 2.5rem;
    margin: 1rem 0;
}

#intro-header snippet pre {
    padding: 1rem;
    font-size: 1rem;
}

#features column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
}

#features column icon {
    margin: 0;
    margin-bottom: 2rem;
    width: auto;
    font-size: 2.5rem;
}

#features column:nth-child(1) icon i:nth-child(2) {
    margin: 0 .65rem;
}

#features {
    flex-flow: row wrap;
    justify-content: space-around;
}

#portafolio {
    padding: 2em 1rem;
    background-color: whitesmoke;
}

#portafolio box.color-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 2em;
    border-radius: 500px;
    padding: 0.5rem 2rem;
}

#portafolio row {
    flex-flow: row wrap;
}

#portafolio row column {
    padding: 0.75rem;
}

#portafolio row box {
    position: relative;
    background-color: #fff;
    padding: 0;
}

#portafolio row box content {
    padding: 1rem;
}

#portafolio row box content button {
    margin: 1rem 0;
}


/*documentacion de colors*/

.docs-colors {
    margin: 1rem 0;
}

.docs-colors>column {
    display: flex;
    flex-direction: column;
}

.docs-colors>column span {
    display: block;
    padding: 1.25rem;
    font-weight: bold;
    margin: 1px;
    border-radius: 4px;
}

#footer-intro {
    align-items: center;
    justify-content: space-between;
}

#footer-intro column:nth-child(2) {
    text-align: right;
    padding-right: 1rem;
}

#footer-intro column:nth-child(2) a {
    color: rgba(0, 0, 0, .5);
    font-size: 0.8rem;
    padding: 0 .5rem;
}

#footer-intro column:nth-child(2) a:hover {
    color: #555;
}


/*layout demo*/

layout>.demo {
    justify-content: center;
    align-items: center;
}

control>* {
    margin: 0 !important;
}

body {
    padding: 0;
    margin: 0;
}

#principal {
    justify-content: space-between;
}


/*general*/
.title {
    color: #692ABF;
}
.title,
.subtitle {
    padding: 2rem 1rem;
}

h4.subtitle {
    opacity: 0.7;
}

.bloque {
    padding: 2em 0;
    width: 100%;
}

.bloque-text {
    padding: 1rem;
    text-align: justify;
}

row.bloque column {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bloque column button,
.bloque column .button {
    margin: 2px 4px;
}

.bloque column buttons.is-addons>button,
.bloque column buttons.is-addons>.button,
.bloque column dropdown *,
.bloque column dropdown * {
    margin: 0;
    margin-right: -1px;
}


/*column {
	padding: 0.25em;
}*/

.demo {
    padding: 1em .25em;
    text-align: center;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 2px white;
    overflow: hidden;
}

#demo-doce column {
    padding: 1em 0;
    box-shadow: inset 0 0 0 1px white;
}

.tags {
    margin-right: .5rem;
}

.image {
    width: 40%;
    margin: 1rem auto;
}

.shadow-y {
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .05);
}

.menu_footer {
    background-color: #fff;
    height: 2rem;
    margin: 1rem 0 .5rem 0;
    padding: 0 .5rem;
    font-size: .7rem;
}

.app {
    display: block;
    width: 100%;
    padding: 0 2rem;
}

.close-menu-btn.floating {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -1.5em;
    z-index: 200;
    width: 3em;
    height: 3em;
    justify-content: flex-end;
    padding-right: 0.25rem;
}

.animation-onda {
    animation: onda 4s ease;
    animation-iteration-count: infinite;
}

@keyframes onda {
    0% {
        box-shadow: 0 0 0 10px rgba(0, 204, 255, 0.5);
    }
    30% {
        box-shadow: 0 0 0 20px rgba(0, 204, 255, 0.3), 0 0 0 5px rgba(0, 204, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 40px rgba(0, 204, 255, 0.1), 0 0 0 20px rgba(0, 204, 255, 0.2), 0 0 0 5px rgba(0, 204, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 45px rgba(0, 204, 255, 0), 0 0 0 35px rgba(0, 204, 255, 0), 0 0 0 15px rgba(0, 204, 255, 0);
    }
}


/*menu principal*/

#menu-principal.is-visible {
    left: 0;
    transition: all .2s ease-in;
}

.docs-responsive {
    padding: 1.5rem .5rem;
    border-radius: .3rem;
    text-align: center;
}

#responsive-map thead th {
    border-radius: .3rem;
    padding: 1rem .5rem;
    text-align: center;
}

#responsive-map td,
#resposive-map th {
    min-width: 10rem;
    width: 10rem;
}

.docs-responsive:not([class*='color-']) {
    background-color: #CCC;
    color: #ccc;
}

#opc-download .box {
    min-height: 150px;
    margin: 0.5rem;
}

#layout-notify notify {
    margin-bottom: 0.5rem;
}

.link-fonts {
    width: 100%;
}

.link-fonts snippet pre {
    padding: 0.2rem 0;
    overflow-y: hidden;
}

.hide {
    display: none !important;
}

.demo-helper {
    width: 8rem;
    height: 8rem;
    background-color: #ff3860;
}

.demo-helper div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
}

#layout-mega mega {
    border-radius: 10px;
}

#layout-menu menu {
    min-height: 300px;
    max-width: 20em;
    border-radius: 5px;
    padding: .5rem;
}

menu.reset {
    min-height: 3rem !important;
}

#layout-menu menu menu-item.is-active {
    background-color: #045fe0;
    color: #fff;
    pointer-events: none;
}

menu menu-item:not(.is-active):hover {
    background-color: rgba(0, 0, 0, .025);
}

#layout-menu menu-item:not(.is-label):hover {
    background-color: rgba(0, 0, 0, .025);
}

menu menu-list {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

#conectado {
    position: absolute;
    right: -.3rem;
    bottom: -.3rem;
}

#layout-block blockquote {
    max-width: 100%;
}

#layout-table table thead th {
    color: #000;
}

#layout-table table tfoot {
    opacity: 1;
}

#layout-table table td:hover {
    color: #045fe0;
}

#licences tooltip[is-up]:hover>data {
    bottom: 2.5rem;
    left: 40%;
}

date:not(:last-child) {
    margin-bottom: 1rem;
}

[id*="layout-"] row.bloque.is-separated:last-of-type {
    flex-direction: row;
}


/*page alignment*/

#layout-align row-mobile.bloque {
    background-color: whitesmoke;
    padding: 1rem;
    min-height: 150px;
}

#layout-align row-mobile.bloque column {
    background-color: #6D12EC;
    padding: 1em;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
    color: white;
    max-height: 80px;
}

#layout-align row-mobile.bloque.is-up column,
#layout-align row-mobile.bloque.is-center-v column,
#layout-align row-mobile.bloque.is-down column {
    flex: 1 1 auto;
}

#layout-align row-mobile.bloque.is-left,
#layout-align row-mobile.bloque.is-center-h,
#layout-align row-mobile.bloque.is-right,
#layout-align row-mobile.bloque.is-separated,
#layout-align row-mobile.bloque.is-distributed {
    min-height: auto;
}

#layout-align row-mobile.bloque.is-left column,
#layout-align row-mobile.bloque.is-center-h column,
#layout-align row-mobile.bloque.is-right column,
#layout-align row-mobile.bloque.is-separated column,
#layout-align row-mobile.bloque.is-distributed column,
#layout-align row-mobile.bloque.is-center column {
    flex: 0 1 auto;
}

#layout-group group,
#layout-group listgroup {
    border-radius: 5px;
    margin: 0.25rem;
}

#layout-group group group-item,
#layout-group listgroup list-item {
    padding: .25rem .5rem;
}

#layout-group group group-item:hover,
#layout-group listgroup list-item:hover {
    box-shadow: inset 0 0 10em -1px rgba(0, 0, 0, .1);
}

.demo-box-icon {
    min-width: 5rem;
    min-height: 5rem;
    width: 5rem;
    height: 5rem;
    font-size: 6rem;
    overflow: hidden;
    border-radius: 50%;
}

.demo-layout-size {
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}

row.demo-layout-dist {
    flex-direction: column;
}

.demo-layout-size column {
    padding: 1rem;
    word-break: break-all;
}

.demo-Layout-size column:last-of-type {
    flex: auto;
}

.demo-layout-dist column.color-dark,
.demo-layout-dist column.color-info-lighten-4 {
    height: 150px;
}

.demo-layout-dist column {
    margin: 0 !important;
    word-break: break-all;
}

mobile navbar,
mobile navbar.is-rtl,
mobile navbar navmenu,
mobile navbar.is-rtl navmenu {
    flex-direction: column;
    align-items: stretch;
}

mobile navbar navmenu {
    max-height: 0;
    overflow: hidden;
}

mobile navbar navmenu.is-visible {
    max-height: 100vh;
}

mobile navbar .is-toggle-navbar {
    display: flex;
}

modal buttons {
    padding: 0 !important;
}

modal buttons button {
    margin: 0 !important;
}

social.structure {
    padding: .25em;
    border-radius: .25rem;
    background-color: rgba(0, 0, 0, .2);
}

social.structure media {
    height: 40px;
    width: 40px;
}

social.structure media,
social.structure content,
social.structure .icon,
social.structure content header,
social.structure content section,
social.structure content footer {
    padding: .5em;
    margin: .25em;
    border-radius: .25rem;
    background-color: rgba(0, 0, 0, .1);
}

social.structure content {
    min-height: 100px;
    padding: 0 .5em;
}

social.structure content section {
    min-height: 50px;
}

social.structure content header,
social.structure content section,
social.structure content footer {
    margin: .25rem 0;
}

.img40x40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
    font-size: .5rem;
}

.is-x-jumbo {
    font-size: 2.5rem;
}

.is-x-jumbo+small {
    padding: .5em 0;
}


/*clases de padding*/

.test-hover *:hover {
    color: #692ABF;
    opacity: 1;
}

#layout-tabs tabs-content {
    display: block;
    overflow: hidden;
    padding: 1rem;
}

#cambios-imagen {
    position: relative;
    background-image: url(http://kimera.comli.com/img/fondo-version.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
    color: #fff;
}

#cambios-imagen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: random 8s linear;
    animation-iteration-count: infinite;
}

#version-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#cambios-versiones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
}

#button-github {
    display: inline-block;
    padding: 0 6px;
    border-radius: 4px;
    font-weight: bold;
    color: #444;
    background-color: #eee;
}

#button-github icon {
    margin-right: 0.2rem;
    width: auto;
}

#button-github+tag {
    position: relative;
    overflow: visible;
    background-color: #333;
    color: #fff;
}

#button-github+tag::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.35rem;
    left: -.35rem;
    width: 0.7rem;
    height: 0.7rem;
    transform: rotate(45deg);
    background-color: #333;
    z-index: -1;
}

@-webkit-keyframes random {
    0% {
        background-color: rgba(145, 45, 230, 0.2);
    }
    20% {
        background-color: rgba(31, 103, 204, 0.2);
    }
    40% {
        background-color: rgba(34, 200, 92, 0.2);
    }
    60% {
        background-color: rgba(255, 210, 50, 0.2);
    }
    80% {
        background-color: rgba(255, 0, 80, 0.2);
    }
}

@-moz-keyframes random {
    0% {
        background-color: rgba(145, 45, 230, 0.2);
    }
    20% {
        background-color: rgba(31, 103, 204, 0.2);
    }
    40% {
        background-color: rgba(34, 200, 92, 0.2);
    }
    60% {
        background-color: rgba(255, 210, 50, 0.2);
    }
    80% {
        background-color: rgba(255, 0, 80, 0.2);
    }
}

@keyframes random {
    0% {
        background-color: rgba(145, 45, 230, 0.2);
    }
    20% {
        background-color: rgba(31, 103, 204, 0.2);
    }
    40% {
        background-color: rgba(34, 200, 92, 0.2);
    }
    60% {
        background-color: rgba(255, 210, 50, 0.2);
    }
    80% {
        background-color: rgba(255, 0, 80, 0.2);
    }
}


/* snippet documentation*/

snippet {
    display: block;
    max-width: 100%;
    position: relative;
    background-color: whitesmoke;
    color: #444444;
    border-radius: 0.25rem;
    overflow: hidden;
    height: auto;
    text-align: left;
}

snippet pre {
    max-width: 100%;
    padding: 1.5rem;
    overflow: auto;
    max-height: 18rem;
    height: 100%;
    transition: max-height .2s ease-out;
}

snippet pre.is-expand {
    max-height: 500vh;
    overflow-y: hidden;
}

snippet cm {
    display: block;
    color: rgba(0, 0, 0, 0.3);
}

snippet tg {
    color: #0024FF;
}

snippet at {
    color: #F8064C;
}

snippet vat {
    color: #B500FF;
}

snippet.monokai,
snippet.monokai:not(.not-label)::after {
    background-color: #000041;
    color: #FFFFFF;
}

snippet.monokai cm {
    color: rgba(255, 255, 255, 0.6);
}

snippet.monokai tg {
    color: #ffd438;
}

snippet.monokai at {
    color: #FFFFFF;
}

snippet.monokai vat {
    color: #ff0050;
}

snippet.monokai:hover {
    box-shadow: none;
}

snippet:not(.not-label)::after {
    content: 'HTML';
    display: block;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    font-size: 0.65rem;
    background-color: whitesmoke;
    color: #c2c2c2;
}

snippet:not(.not-label):not([value])::after {
    content: 'html';
}

snippet:not(.not-label)[value]::after {
    content: attr(value);
}

box.wrapper {
    background-color: #fff;
}

@media screen and (min-width: 300px) {
    /*estilos para el menu vertical*/
    #menu-principal {
        position: fixed;
        max-width: 100%;
        width: 100%;
        top: 0;
        height: 100vh;
        left: -200%;
        cursor: pointer;
    }
    #menu-principal {
        transition: left .2s ease-out;
        z-index: 1000;
        background-color: rgba(255, 255, 255, .95);
    }
    #m1 {
        width: 100%;
    }
    #mega-logo {
        width: 80%;
        max-width: 200px;
    }
    #footer-intro column:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
    }
    #footer-intro column:nth-child(2) a {
        width: 45%;
        padding: 1rem 0;
        text-align: center;
    }
}

@media screen and (min-width: 540px) and (max-width: 760px) {
    #mega-logo {
        width: 50%;
    }
    #menu-principal {
        width: 100%;
    }
    #m1 {
        width: 40%;
    }
}

@media screen and (max-width: 760px) {
    .bloque column {
        padding: 0;
    }
    .bloque column.bloque {
        padding: 1rem;
    }
    #intro-header p,
    #intro-header h1 {
        text-align: center;
        padding: 0 1rem;
    }
    .app {
        padding: 1.5rem;
    }
    [id*="valores-include"] content {
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        height: 100%;
        border-radius: 0;
    }
    #cambios close {
        color: #fff;
    }
    #cambios-imagen hgroup {
        padding: 2.5rem 0;
    }
    #nav-main navmenu.is-visible {
        height: 100vh;
    }
    snippet {
        border-radius: 0 !important;
    }
    #layout-block blockquote,
    #layout-box box,
    [id*="layout-"] row.bloque column:first-of-type {
        margin: 1rem;
    }
}

@media screen and (min-width: 761px) {
    row.bloque:not(.docs) column:not(:last-child) {
        margin-right: 1rem;
    }
    snippet {
        margin-right: 1rem;
    }
    #intro-header.is-fluid {
        align-items: flex-start;
    }
    #intro-header snippet {
        display: inline-flex;
    }
    #show-docs {
        margin-left: 1rem;
    }
    #suscrip {
        flex-direction: row;
        width: 100%;
    }
    #suscrip control:not(.is-expand) {
        margin-left: 1rem;
        width: auto;
    }
    navbar {
        border-radius: 3px;
    }
    #m1 {
        width: 35%;
        z-index: 10;
    }
    #mega-logo {
        width: 80%;
    }
    .aplication {
        padding: 2rem;
    }
    #footer-intro column:nth-child(2) {
        display: block;
        text-align: right;
    }
    #footer-intro column:nth-child(2) a {
        width: auto;
        padding: 0;
    }
    #demo-doce column span {
        display: block;
    }
    #cambios-versiones,
    #cambios-imagen {
        padding: 3rem;
    }
    .demo-layout-dist {
        margin-right: 1rem;
    }
}

@media screen and (min-width: 900px) {
    .demo-layout-dist {
        overflow: hidden;
        border-radius: 0.5rem;
    }
    #menu-principal {
        display: block;
        background-color: #fff;
        width: 250px;
        box-shadow: 10px 0 20px -10px rgba(0, 0, 0, .1);
    }
    #m1 {
        width: 100%;
        min-height: 100vh;
    }
    .wrapper {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
}