* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside,
footer,
figure,
header,
section,
img,
object,
embed {
    display: block;
}
img,
object,
embed {
    max-width: 100%;
}
[data-columns]::before {
    position: absolute;
    right: 9999em;
    bottom: 9999em;
    visibility: hidden;
}
@font-face {
    font-family: 'Fjalla One';
    /*src: url('./assets/franchise.eot');
    src: url('./assets/franchise.eot?#iefix') format('embedded-opentype'), url('./assets/franchise.woff') format('woff'), url('./assets/franchise.ttf') format('truetype'), url('./assets/franchise.svg#franchiseregular') format('svg');*/
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}
::selection {
    background: #743117;
}
::-moz-selection {
    background: #743117;
}
.topnav {
    width: inherit; !important;
    min-width: 640px !important;
}
@viewport {
    width: 640px;
}
body {
    -webkit-text-size-adjust: none;
    font: 18px/1.5 Palanquin;
    color: #30221e;
    min-width: 640px;
}
h1,
.button,
.intro-grid .item {
    text-transform: uppercase;
    font: 32px/1 'Fjalla One', sans-serif;
}
h1 {
    font-size: 4em;
}
ul,ol {
    margin-left:24px;
}
#dicclengua {
    list-style-type: lower-alpha;
    font-family: 'Roboto Mono', monospace;
}
a {
    color: #e9632f;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #f2ad94;
    border-color: rgba(255, 255, 255, 0.5);
}
p,
pre {
    margin-bottom: 1em;
}
section {
    margin-bottom: 2em;
}
code,
pre,
.intro-grid .column::before {
    font-family: 'Roboto Mono', monospace;
    color: #74321d;
    background: #c8c19e;
    border-radius: 2px;
    text-shadow: none;
    tab-size: 4;
}
pre {
    overflow: scroll;
    padding: 1.5em;
}
pre .highlight {
    background: #fff;
    border-bottom: 1px solid #e25126;
    border-bottom-color: rgba(229, 87, 41, 0.3);
    border-radius: 2px;
}
p:last-child,
pre:last-child,
section:last-child {
    margin-bottom: 0;
}

.mini {
    font-family: Arial;
    font-size: 12px;
    line-height: 150%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #808080;
}
/* HELPERS */

.hide {
    display: none;
}
.clear:before,
.clear:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear:before,
.clear:after {
    clear: both;
}
/* BUTTONS */

.button {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 4px;
    padding: 0.25em 0.5em;
    color: #fff;
    background: #30221e;
    border: none;
    border-radius: 2px;
}
.button.download {
    color: #fff;
    background: #743115;
    ;
}
/*.button.download::before {
    content: '<>\00a0\00a0';
}*/
/* SITE: LAYOUT REDUX */

.layout-redux {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}
/* SITE: HEADER */
.site-header {
    padding: 20px 20px 15px;
    padding-top: 20px !important;
}
.site-header,
.site-footer {
    color: #fff;
    background: #e9632f url('./assets/body.gif') center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.site-header a,
.site-footer a {
    color: #fff;
}
.site-header .title {
    margin-bottom: 10px;
    font-size: 175px;
    line-height: 0.75;
    color: #EEEECC;
    text-shadow: 0px 2px 3px #000 !important;
}
.site-header .subtitle {
    margin-bottom: 50px;
    font-size: 22px;
}
.site-header .subtitle > code {
    display: inline-block;
    padding: 0 0.5em;
    font-size: 0.9em;
}
.site-header i {
    color: #cccccc;
}
/*.site-header > nav {
    float: right;
}*/
.site-header code {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* GRIDS */

.intro-grid {
    margin: 0 -10px;
}
.column {
    float: left;
}
.size-1of1 {
    width: 100%;
}
.size-1of2 {
    width: 50%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of4 {
    width: 25%;
}
.item {
    margin: 0 10px 20px;
}
/* GRIDS: INTRO GRID */

.intro-grid {
    position: relative;
}
.intro-grid .column {
    position: relative;
    padding-top: 5px;
}
/*.intro-grid .column::before {
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    padding: 0 7px;
    border-radius: 3px 0 3px 0;
    content: 'class="'attr(class)'"';
    font-size: 14px;
    background: #30221e;
    color: #fff;
    z-index: 1;
}*/
/*.intro-grid .column::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 5px;
    bottom: 15px;
    left: 5px;
    border: 1px dashed #30221e;
    border-radius: 3px;
}*/
.intro-grid .item {
    position: relative;
    padding: 20px;
    font-size: 26px;
    background: #743117;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    line-height: 150%;
}
.intro-grid .item img {
    border-radius: 6px;
}

.intro-grid .item p {
    font: 18px/1 'Palanquin', sans-serif;
    text-transform: none;
    padding-top: 8px;
}

@media screen and (max-width: 999px) {
    .site-header .subtitle br {
        display: none;
    }
}
@media screen and (max-width: 1299px) {
    /*.site-header nav {
        float: none;
        margin-bottom: 20px;
    }*/
    .site-header .title {
        font-size: 126px;
    }
    .site-header .subtitle {
        font-size: 18px;
    }
}
@media screen and (max-width: 640px) {
    .site-header .title {
        font-size: 56px;
    }
    .site-header .subtitle {
        font-size: 14px;
    }
    .intro-grid[data-columns]::
    .site-header,
    .layout-redux {
        width: inherit;
        padding: 10px 15px;
    }
    .intro-grid[data-columns]::before,
    #intro-settings::before {
        content: '1 .column.size-1of1';
    }
}
@media screen and (min-width: 641px) and (max-width: 999px) {
    .site-header{
        padding-top: 40px !important;
    }
    .layout-redux {
        width: inherit;
        padding: 20px 30px;
    }
    .site-header .title {
        font-size: 76px;
    }
    .intro-grid[data-columns]::before,
    #intro-settings::before {
        content: '2 .column.size-1of2';
    }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
    .site-header{
        padding-top: 40px !important;
    }
    .intro-grid[data-columns]::before,
    #intro-settings::before {
        content: '3 .column.size-1of3';
    }
}
@media screen and (min-width: 1300px) {
    .site-header{
        padding-top: 40px !important;
    }
    .intro-grid[data-columns]::before,
    #intro-settings::before {
        content: '4 .column.size-1of4';
    }
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#sharers {
    background-color: #eee;
    border-radius: 6px;
    border:1px solid black;
    padding: 12px;
    display: inline-block;
}
#sharers img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
    border-radius: 6px;
}
#sharers img:hover {
    width: 35px;
    padding: 4px;
    border: 1px solid black;
    box-shadow: 0;
    display: inline;
    background-color: #cccccc;
}
#comentarios {
    border-top:5px dotted #999;
    padding: 12px;
}
#sharers a,#comentarios a, #followus a {
    border: none;
    margin:0;
}
.comentario {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 5px solid #743115;
    border-top:1px dotted #743115;
}
#ultimocomentario {
    background-color: #FFFFCC;
}
.comentario span {
    font-weight: normal;
    font-style: italic;
    color: #808080;
}
.comentario textarea {
    resize: none;
    height: 160px;
    width: 100%;
    border: 1px solid #999;
    font-family: "Palanquin";
    padding: 6px; 
}
#waitloading {
    position: fixed;
    top:0px;
    left: 0px;
    display: none;
    text-align: center;
    width: 99vw;
    height: 100vh;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
}
#waitloading div {
    display: inline-block;
    width: 250px;
    margin: 50vh auto auto;
    background-color: #404040;
    border-radius: 6px;
    border: 3px solid black;
}
#followus {
    padding: 0;
    padding-left: 20px;
    display: inline-block;
    margin: 0;
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}