html {
    font-size: 62.5%;
}
@font-face {
    font-family: 'frizquaregregular';
    src: url('../fonts/friz-quadrata-regular-webfont.woff2') format('woff2'),
         url('../fonts/friz-quadrata-regular-webfont.woff') format('woff'),
         url('../fonts/friz-quadrata-regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'frizquabold';
    src: url('../fonts/friz_quadrata_bold-webfont.woff2') format('woff2'),
         url('../fonts/friz_quadrata_bold-webfont.woff') format('woff'),
         url('../fonts/friz_quadrata_bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 2.4em;
    line-height: 1;
    font-weight: 400;
    font-family: 'frizquaregregular';
    color: #ffffff;
}
section#pre {
    min-height: 100vh;
    overflow: hidden;
    background-image: url("../images/bg-age-of-unreason.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-color: #000000;
}
.age-of-unreason {
    height: 50%;
    position: fixed;
    top: 30px;
    left: 30px;
}
.age-of-unreason img {
    height: 100%;
    width: auto;
}
h1 {
    font-family: 'frizquabold';
    margin-bottom: 0;
    letter-spacing: -4px;
    line-height: 1;
}
h4 {
    color: #c53123;
    margin-bottom: 25px;
    letter-spacing: -1px;
    line-height: 1;
    font-family: 'frizquabold';
}
.update {
    font-size: 12px;
    color: #c53123;
    font-weight: 600;
}
.containerTemp {
    background: rgba(0, 0, 0, 0.6);
}
.sa2023 {
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 20px auto;
}
.t2023 {
    padding: 30px;
}
.t2023:hover {
    background: rgba(0, 0, 0, 0.3);
}
.t2023Data {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.t2023Cidade {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.t2023Local {
    font-size: 18px;
    margin-bottom: 5px;
}
.t2023Link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.t2023BLink {
    font-size: 18px;
    padding: 5px 25px;
    background-color: #c53123;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.t2023BAguarde {
    font-size: 18px;
    padding: 5px 25px;
    background-color: #353535;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.t2023BEsgotado {
    font-size: 18px;
    padding: 5px 25px;
    background-color: #303030;
    color: #939393;
    text-decoration: none;
    font-weight: 600;
}
.t2023BLink:hover,
.t2023BLink:active {
    background-color: #3e0b06;
    color: #ffffff;
}
div.socials {
    text-align: center;
    padding-bottom: 15px;
}
div.socials a {
    color: #c53123;
}
div.socials a:hover,
div.socials a:active {
    color: #ffffff;
}
i.socials {
    margin-bottom: 15px;
}