@font-face {
    font-family: MKStencilSansBlack;
    src: url(https://localhost:8000/themes/quito2023/css/MKStencilsansBlack.ttf);
}

body.typography {
    background: black;
}

html, p, a {
    font-family: 'Allerta Stencil', sans-serif;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
}

a {
    outline: 0;
}

::selection, ::-moz-selection, ::-webkit-selection {
    background: #d51e26;
    color: #fff;
}

h1, h2, h3, h4 {
    font-family: 'Allerta Stencil', sans-serif;
    color: white;
    font-variant: small-caps;
    clear: both;
    font-weight: normal;
    margin: 0;
}

h1 {
    color: #ffffff;
    font-size: 300%;
    text-shadow: 0.03em 0.03em 0 #500, -0.03em -0.03em 0 #501, 0.03em -0.03em 0 #500, -0.03em 0.03em 0 #500;
    text-align: center;
}

h2 {
    color: #000;
    font-size: 150%;
    display: inline-block;
    background: #d51e26;
    padding: 0 0.1em;
    line-height: 1em;
    letter-spacing: -0.1em;
    word-spacing: 0.5em;
    font-variant: normal;
    text-transform: uppercase;
}

h3 {
    text-shadow: 0.03em 0.03em 0 #500, -0.03em -0.03em 0 #501, 0.03em -0.03em 0 #500, -0.03em 0.03em 0 #500;
}

p {
    text-indent: 2em;
    text-align: justify;
    font-size: 18px;
    margin: 0 0 1em;
}

p::first-letter {
    font-size: 130%;
}

strong {
    letter-spacing: -0.1em;
    color: #ddd;
}

.nombre {
    color: white;
}

#menu a {
    font-family: 'Allerta Stencil', sans-serif;
    text-shadow: 0 0 2px #666, 1px 1px 2px black;
    font-size: x-large;
    font-variant:small-caps;
    font-weight: bold;
    display: inline-block;
}

#logo a {
    text-decoration: none;
}

#logo span {
    text-shadow: 0.025em 0.025em 0 #000;
}

#logo .arrow {
    font-size: 400%;
    font-family: 'Allerta Stencil', sans-serif;
}

#logo .text {
    font-size: 150%;
}

#logo a:hover {
    color: white;
}

#video a {
    display: block;
    font-family: 'Allerta Stencil', sans-serif;
    text-shadow: 0 0 2px #666, 1px 1px 2px black;
    font-size: x-large;
    font-variant:small-caps;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in, border 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, border 0.2s ease-in;
    -o-transition: color 0.2s ease-in, border 0.2s ease-in;
    transition: color 0.2s ease-in, border 0.2s ease-in;
    color: #555;
}

#video a:hover, #video a:active, #video a:focus {
    color: white;
}

.threecol {
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;
    margin-bottom: 2em;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);
    padding: 1em;
    border-radius: 20px;
}

#ficha-tecnica, #ficha-tecnica-pt-br {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    display: inline-block;
    vertical-align: middle;
}

/******************************
 * Creditos
 ******************************/

.creditos {
    text-shadow: 0 0 0.1em #999, 0.1em 0.1em 0.1em black;
    color: #999;
    text-align: center;
}

.creditos > span {
    font-family: 'Allerta Stencil', sans-serif;
    white-space: nowrap;
    padding-left: 5px;
    text-transform: uppercase;
}

.creditos > span > span {
    font-family: 'Allerta Stencil', sans-serif;
    font-size: 40%;
    display: inline-block;
    text-align: right;
    line-height: 1em;
    text-transform: uppercase;
    color: #666;
    text-shadow: 0 0 0.05em #666, 0.1em 0.1em 0.05em black;
}

.creditos-completos {
    text-align: center;
}

.creditos-completos h1 {
    margin-top: 7em;
    margin-bottom: 2em;
}

.creditos-completos h2 {
    margin-top: 5em;
    margin-bottom: 1em;
    font-weight: bold;
}

.creditos-completos img {
    display: block;
    margin: 0 auto;
    padding: 1em;
}

.creditos-completos h1, .creditos-completos h2, .creditos-completos h3, .creditos-completos h4 {
    font-family: 'Allerta Stencil', sans-serif;
    letter-spacing: 0;
}

.creditos-completos .slate h2 {
    margin-top: 1em;
}

.creditos-completos h3 {
    margin-top: 3em;
    margin-bottom: 1em;
    font-weight: bold;
}

.creditos-completos .credito {
    text-align: right;
}

.creditos-completos .credito > span {
    font-family: 'Allerta Stencil', sans-serif;
    padding: 0.5em;
    vertical-align: top;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    font-variant: small-caps;
}

.creditos-completos .credito > span:first-child {
    text-align: right;
    font-variant: small-caps;
    font-size: 80%;
    margin-top: 0.3em;
    color: #999;
}

.creditos-completos .credito > span:last-child, .creditos-completos .credito > span:only-child {
    text-align: left;
    color: white;
    font-size: 100%;
    margin-top: 0;
}

.creditos-completos .slate .credito > span:only-child {
    text-align: center;
    width: 100%;
}

.creditos .idealizado {
    margin-bottom: 1em;
    display: block;
}

.creditos .idealizado > span {
    color: #d51e26;
}
