/* normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: 'Nickname';
    src: url("assets/fonts/nickname.eot") format('embedded-opentype'), url("assets/fonts/nickname.woff2") format('woff2'), url("assets/fonts/nickname.woff") format('woff'), url("assets/fonts/nickname.ttf") format('truetype'), url("assets/fonts/nickname.svg") format('svg');
    font-weight: 400;
    font-style: 400
}

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.6 all ease;
    -moz-transition: 0.6 all ease;
    -o-transition: 0.6 all ease;
    -ms-transition: 0.6 all ease;
    transition: 0.6 all ease;
    margin: 0
}

a {
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
p,
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ul:first-child,
ol:first-child,
li:first-child,
dl:first-child,
dd:first-child,
p:first-child,
div:first-child {
    margin-top: 0
}

p {
    color: #000;
    margin: 15px 0;
    line-height: 1.25em
}

table,
ul,
ol,
li {
    color: #000;
    font-size: 16px
}

table {
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-style: 400;
    font-weight: 700;
    line-height: 1em;
    color: #000
}

h1 {
    margin: 1.5em auto
}

img {
    display: block;
    max-width: 100%;
    margin: 0
}

iframe {
    border: none
}

.dispTable {
    display: table;
    height: 100%;
    width: 100%
}

.dispCell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%
}

.block {
    display: block;
    font-size: 0;
    position: relative;
}

.block:after {
    content: '';
    display: block;
    clear: both
}

.block>div {
    font-size: 16px;
    display: inline-block;
    vertical-align: top
}

.block .b-full {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
}

.block .b-full:before,
.block .b-full:after {
    content: '';
    display: table
}

.block .b-full:after {
    clear: both
}

.block .b-full:last-child {
    margin-right: 0%
}

.block .b-half {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.050000000000004%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-half:before,
.block .b-half:after {
    content: '';
    display: table
}

.block .b-half:after {
    clear: both
}

.block .b-half:last-child {
    margin-right: 0%
}

.block .b-1of3 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 32.06666666666666%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-1of3:before,
.block .b-1of3:after {
    content: '';
    display: table
}

.block .b-1of3:after {
    clear: both
}

.block .b-1of3:last-child {
    margin-right: 0%
}

.block .b-2of3 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.03333333333332%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-2of3:before,
.block .b-2of3:after {
    content: '';
    display: table
}

.block .b-2of3:after {
    clear: both
}

.block .b-2of3:last-child {
    margin-right: 0%
}

.block .b-1of4 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.575000000000003%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-1of4:before,
.block .b-1of4:after {
    content: '';
    display: table
}

.block .b-1of4:after {
    clear: both
}

.block .b-1of4:last-child {
    margin-right: 0%
}

.block .b-3of4 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.52499999999999%;
    margin-left: 0%;
    margin-right: 1.9%;
}

.block .b-3of4:before,
.block .b-3of4:after {
    content: '';
    display: table
}

.block .b-3of4:after {
    clear: both
}

.block .b-3of4:last-child {
    margin-right: 0%
}

.a-center {
    text-align: center
}

.a-left {
    text-align: left
}

.a-right {
    text-align: right
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.clear {
    clear: both
}

.hidden {
    display: none
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

fieldset:first-child {
    margin-top: 0
}

fieldset .form-list {
    padding: 0
}

.form-list {
    display: block;
    margin: 0;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 0;
    list-style: none;
    font-size: 0;
}

.form-list .form-list {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.form-list.full {
    margin-left: 0 !important;
    padding: 0;
}

.form-list.full>li {
    display: block;
    margin-left: 0;
    width: auto
}

.form-list.full .hintTip {
    display: block;
    width: 100%
}

.form-list.full .currentInput .datepicker {
    width: 95% !important
}

.form-list.full .currentInput textarea {
    width: 100%
}

.form-list.compact>li {
    margin-bottom: 8px
}

.form-list.four>li {
    width: 23%
}

.form-list.center {
    text-align: center
}

.form-list.middle>li {
    vertical-align: middle !important
}

.form-list.half {
    padding: 0;
}

.form-list.half>li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
}

.form-list.half>li:before,
.form-list.half>li:after {
    content: '';
    display: table
}

.form-list.half>li:after {
    clear: both
}

.form-list.half>li:nth-child(2n) {
    margin-right: 0%;
    float: right
}

.form-list.half>li:nth-child(2n+1) {
    clear: both
}

.form-list.half>li.full {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-list.half>li.full:first-child {
    margin-left: auto
}

.form-list.half>li.full:last-child {
    margin-right: auto
}

.form-list.inline {
    margin-left: 0 !important;
    below(3)below(1)
}

.form-list.inline>li {
    display: inline-block;
    margin-left: 20px;
    width: auto;
    vertical-align: top;
    margin-top: 0;
}

.form-list.inline>li:first-child {
    margin-left: 0
}

.form-list.grid-4>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 20px 0;
    padding: 0 15px;
    vertical-align: bottom;
    width: 23%
}

.form-list.grid-3>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 20px 0 5px;
    padding: 0 15px;
    vertical-align: bottom;
    width: 33%
}

.form-list [type=text],
.form-list [type=password],
.form-list [type=email] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400
}

.form-list>li {
    display: inline-block;
    margin: 0 0 20px 2%;
    width: 48%;
    margin-top: 0;
    font-size: 16px;
    vertical-align: top;
    below(1)
}

.form-list>li.full {
    display: block;
    width: auto
}

.form-list>li.hidden {
    display: none
}

.form-list>li.margin {
    margin-right: 50px
}

.form-list>li .currentInput:nth-child(2) {
    margin-top: 50px
}

.form-list>li.doble>.currentInput {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-top: 0
}

.form-list>li.doble>.currentInput:before,
.form-list>li.doble>.currentInput:after {
    content: '';
    display: table
}

.form-list>li.doble>.currentInput:after {
    clear: both
}

.form-list>li.doble>.currentInput:last-child {
    margin-right: 0%
}

textarea {
    padding: 10px 15px;
    width: 100%;
    height: 65px;
    outline: none;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff !important;
    margin-top: 2px;
}

textarea.lineal {
    height: 15px;
    resize: none
}

textarea.medio {
    height: 65px;
    resize: none
}

textarea.full {
    height: 130px;
    resize: none
}

@font-face {
    font-family: 'Homestead';
    src: url("assets/fonts/homestead/Homestead-Regular.eot");
    src: url("assets/fonts/homestead/Homestead-Regular.eot?#iefix") format('embedded-opentype'), url("assets/fonts/homestead/Homestead-Regular.woff") format('woff'), url("assets/fonts/homestead/Homestead-Regular.ttf") format('truetype'), url("assets/fonts/homestead/Homestead-Regular.svg#Homestead-Regular") format('svg');
    font-weight: 400;
    font-style: 400
}

body {
    background: #e3ffe8;
    font-family: 'Roboto'
}

p {
    font-size: 1.5rem
}

.section {
    width: 100%;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin: 0 -15px;
}

.row:before,
.row:after {
    content: '';
    display: block;
    width: 100%;
    float: none;
    clear: both
}

[class*="col-"] {
    position: relative;
    width: 100%;
    padding: 0 15px
}

.col-1 {
    width: 8.333333333333334%;
    float: left
}

.col-2 {
    width: 16.666666666666668%;
    float: left
}

.col-3 {
    width: 25%;
    float: left
}

.col-4 {
    width: 33.333333333333336%;
    float: left
}

.col-5 {
    width: 41.666666666666664%;
    float: left
}

.col-6 {
    width: 50%;
    float: left
}

.col-7 {
    width: 58.333333333333336%;
    float: left
}

.col-8 {
    width: 66.66666666666667%;
    float: left
}

.col-9 {
    width: 75%;
    float: left
}

.col-10 {
    width: 83.33333333333333%;
    float: left
}

.col-11 {
    width: 91.66666666666667%;
    float: left
}

.col-12 {
    width: 100%;
    float: left
}

.pages {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.page {
    display: none;
}

.page:first-child {
    display: block
}

.page-panel {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.title {
    margin-bottom: 40px;
}

.title img {
    margin: 0 auto
}

.inst {
    margin-bottom: 20px;
}

.inst p {
    color: #3b7a56
}

.img {
    max-width: 260px;
    margin: 40px auto
}

.btn {
    background: #4faa78;
    min-width: 200px;
    margin: 10px 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn:hover {
    background: #348959
}

.btn:focus {
    outline: none
}

.example {
    max-width: 400px;
    margin: 30px auto;
    text-align: center
}

.line {
    width: 200px;
    height: 70px;
    margin: 5px auto;
    border: dashed 3px rgba(66, 66, 66, 0.6);
    border-bottom: 0;
    border-top-left-radius: 100% 200%;
    border-top-right-radius: 100% 200%
}

.box-drag,
.box-drop {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 1rem;
    cursor: pointer
}

.box-drag {
    background: #afe2b9;
    margin-right: 40px;
    border: solid 3px #4faa78;
}

.box-drag.current {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    pointer-events: none
}

.box-drop {
    position: relative;
    margin-left: 40px;
    color: #d66c69;
    border: dashed 3px #d66c69;
}

.box-drop:before {
    content: '+';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 4rem
}

.box-drop:after {
    content: '';
    position: absolute
}

.box-drop.current {
    border-color: transparent;
}

.box-drop.current:before {
    display: none
}

.box-drop .box-drag {
    width: 100%;
    height: 100%
}

.page-title {
    background: #f0f7f3;
    max-width: 600px;
    margin: 0 auto 40px;
    padding: 10px 15px;
    font-size: 2rem;
    color: #3b7a56;
    text-align: center;
    border: solid 2px #61a378
}

.exercise-group {
    display: none;
}

.exercise-group:first-child {
    display: block
}

.figure-wrap {
    width: 100%;
    overflow-x: auto
}

.figure {
    position: relative;
    max-width: 620px;
    min-width: 530px;
    width: 100%;
    margin: 0 auto 30px;
    overflow: auto
}

.bracket {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bracket:first-child>li {
    padding: 0
}

.bracket.nodes {
    display: block;
    margin: 10px 0;
    padding: 5px 0 5px 40px;
}

.bracket.nodes:before {
    content: '';
    position: absolute;
    width: 15px;
    top: 0;
    bottom: 0;
    border-top: solid 3px #4faa78;
    border-bottom: solid 3px #4faa78;
    border-left: solid 3px #4faa78;
    border-radius: .1rem
}

.bracket.nodes:after {
    content: '';
    position: absolute;
    background: #e3ffe8;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 34px;
    margin-top: -5px;
    border-top: solid 3px #4faa78;
    border-left: solid 3px #4faa78;
    border-radius: .1rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bracket li {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 30px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.box-node {
    position: relative;
    background: #fff;
    max-width: 160px;
    min-height: 55px;
    width: 100%;
    margin: 5px 0;
    padding: 15px 10px;
    color: #4c4c4c;
    text-align: center;
    border: 2px solid #4faa78;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-node.float {
    position: absolute;
    display: block;
    width: 100%;
    left: -200px;
    top: 20px;
}

.box-node.float:before {
    content: '';
    position: absolute;
    background: #d66c69;
    width: 42px;
    height: 1px;
    top: 49%;
    left: 102%
}

.box-node.float:after {
    content: '';
    position: absolute;
    background: #d66c69;
    width: 5px;
    height: 5px;
    top: 49%;
    right: -46px;
    margin-top: -2px;
    border-radius: 50%
}

.box-node.drop {
    background: #f7ead2;
    border: dashed 3px #d66c69;
    padding: 2px 1px
}

.box-node .element {
    height: 45px;
    margin: 0;
    font-size: .9rem;
    cursor: default
}

.elements {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

.elements.md {
    max-width: 700px
}

.element {
    position: relative;
    background: #afe2b9;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    height: 56px;
    margin: 0 10px 10px;
    padding: 5px 10px;
    font-size: 1rem;
    text-align: center;
    border: solid 2px #4faa78;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.element.current {
    background: transparent;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    pointer-events: none
}

.checks {
    background: #f2dfb3;
    text-align: center
}

.check {
    background: transparent no-repeat center/60px;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 20px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.check.true {
    background-image: url("assets/cuadro-sinoptico/verdadero.png")
}

.check.false {
    background-image: url("assets/cuadro-sinoptico/falso.png")
}

.check.current {
    border: dashed 2px #4c4c4c
}

.alert {
    position: fixed;
    background: rgba(97, 163, 120, 0.8);
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100
}

.aler-content {
    position: relative;
    max-width: 400px;
    top: 50%;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    border-radius: .5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aler-content img {
    margin-bottom: 20px
}

.aler-content .btn {
    background: #fff;
    color: #3b7a56
}

@media screen and (max-width:1000px) and (min-width:801px) {
    .container {
        padding: 20px 0;
        width: 90%
    }
}

@media screen and (max-width:800px) {
    /* .box-node {
        max-width: 140px;
    } */
    .box-node.float {
        left: -170px;
    }
    .box-node.float:before {
        width: 32px;
        left: 102%
    }
    .box-node.float:after {
        right: -36px
    }
}

@media screen and (max-width:600px) {
    p {
        font-size: 1.2rem
    }
    .page-title {
        font-size: 1.5rem
    }
    .bracket.nodes {
        padding-left: 30px;
    }
    .bracket.nodes:after {
        left: 24px
    }
    .bracket li {
        padding-left: 20px
    }
    .box-node {
        max-width: 94px !important;
    }
    .box-node.float {
        left: -107px;
    }
    .big{
        max-width: 120px !important;
    }
}

@media screen and (max-width:400px) {
    .box-drag,
    .box-drop {
        width: 90px;
        height: 90px
    }
    .line {
        width: 150px;
        height: 55px
    }
    .box-drag {
        margin-right: 20px
    }
    .box-drop {
        margin-left: 20px;
    }
    .box-drop:before {
        font-size: 3.5rem
    }
    .elements.md .element {
        max-width: 130px;
        margin-top: 5px
    }
    .element {
        max-width: 200px;
        margin: 5px auto
    }

    .box-node {
        max-width: 78px !important;
    }
    .box-node.float {
        position: absolute;
        display: block;
        width: 40%;
        left: -107px;
        top: 20px;
    }

    table, ul, ol, li {
        color: #000;
        font-size: 12px;
    }
}