@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "EC Square Sans Pro Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ECSquareSansPro-Medium.eot?") format("eot"),
    url("../fonts/ECSquareSansPro-Medium.woff") format("woff"),
    url("../fonts/ECSquareSansPro-Medium.woff2") format("woff2"),
    url("../fonts/ECSquareSansPro-Medium.eot") format("eot");
    font-display: swap
}

@font-face {
    font-family: "EC Square Sans Pro Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ECSquareSansPro-Bold.eot?") format("eot"),
    url("../fonts/ECSquareSansPro-Bold.woff") format("woff"),
    url("../fonts/ECSquareSansPro-Bold.woff2") format("woff2"),
    url("../fonts/ECSquareSansPro-Bold.eot") format("eot");
    font-display: swap
}

@font-face {
    font-family: "EC Square Sans Pro";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ECSquareSansPro-Regular.eot?") format("eot"),
    url("../fonts/ECSquareSansPro-Regular.woff") format("woff"),
    url("../fonts/ECSquareSansPro-Regular.woff2") format("woff2"),
    url("../fonts/ECSquareSansPro-Regular.eot") format("eot");
    font-display: swap
}


:root {
    --bs-primary: #6f2f86;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5 {
    word-wrap: break-word;
}

ul {
    padding-left: 14px;
}

html {
    font-size: 18px;
}

body {
    background-color: #fcfcfc;
    font: 1rem/1.3 'EC Square Sans Pro', sans-serif;
    padding: 5px 0;
    text-rendering: optimizelegibility;
    color: #000;
    margin: 0;
    position: relative;
    height: auto;
    overflow-y: scroll;
    width: 100%;
    padding: 60px 0 0;
}

.container {
    max-width: 980px;
}

.header {
    background-color: #6f2f86;
    padding: 0px 20px;
    height: 40px;
    padding-top: 0px;
}

h1 {
    text-align: center;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    color: #6f2f86;
    font-family: "EC Square Sans Pro Bold";
}

h2, .h2 {
    font-size: 2.5rem;
}

strong {
    font-family: "EC Square Sans Pro Bold";
}

p {
    text-align: justify;
}

p:nth-last-child(n+2) {
    margin-bottom: 20px;
}

li:nth-last-child(n+2) {
    margin-bottom: 5px;
}

.first {

    color: #6f2f86;
    margin-bottom: 25px;
    font-style: italic;
    font-family: "EC Square Sans Pro Bold";
}

blockquote {
    max-width: 780px;
    color: #fff;
    font-size: 23px;
    font-family: "EC Square Sans Pro Bold";
}

.blockquote-img {
    position: relative;
    z-index: 50;
    margin-bottom: -91.5px;
}

blockquote .inner {
    position: relative;
    z-index: 40;
    padding-top: calc(91.5px + 1rem);
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
}

blockquote cite {
    position: relative;
}

blockquote cite:before {
    content: "\275D";
    margin-right: 1rem;
    color: #e3e262;
    font-size: 3em;
    line-height: 0;
    vertical-align: bottom;
}

blockquote cite:after {
    content: "\275E";
    margin-left: .5rem;
    color: #e3e262;
    font-size: 3em;
    line-height: 0;
    vertical-align: bottom;
}

blockquote .blockquote-author {
    font-size: 16px;
}

.lead {
    color: var(--bs-primary);
    font-family: "EC Square Sans Pro Medium";
}

.display-6 {
    color: var(--bs-primary);
}

ol li {
    display: flex;
    align-items: center;
    counter-increment: ol-counter;
    font-family: "EC Square Sans Pro Bold";
}

ol li::before {
    content: counter(ol-counter);
    flex: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 0.5rem .5rem 0;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.loadin {
    opacity: 0;
    transform: translateY(45px);
    transition: transform 0.6s, opacity 0.9s;
}
.loadin.loaded {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.download {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 1000;
    background-color: transparent;
}

ul {
    list-style: none;
    padding-left: 1.5rem;
}

ul:not(.social) li {
    margin: 0 !important;
}

ul:not(.social) li::before {
    content: "";
    border-color: transparent #6f2f86;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1.5rem;
    top: 1rem;
    position: relative;
}

ul.social li svg {
    margin-right: 10px;
}

a {
    color: #0083c6;
}

footer {
    font-size: 12px;
}

.issn {
    font-size: 12px;
}