#home1_blur,
#original,
#losango {
    opacity: 0;
}
* {
    box-sizing: border-box;
    user-select: none;
}
.img {
    width: unset;
}
/* Ajustes de Fontes */
@font-face {
    font-family: "ScaniaSansHeadlineV1Bold";
    src: url("../fonts/ScaniaSansHeadlineV1-Bold.otf");
}
@font-face {
    font-family: "ScaniaSansHeadline";
    src: url("../fonts/ScaniaSansHeadlineV2-Bold.otf");
}
@font-face {
    font-family: "ScaniaSansHeadlineV2";
    src: url("../fonts/ScaniaSansHeadlineV2-Regular.otf");
}
@font-face {
    font-family: "ScaniaSansV1";
    src: url("../fonts/ScaniaSansV1-Regular.otf");
}
@font-face {
    font-family: "ScaniaSansV1Bold";
    src: url("../fonts/ScaniaSansV1-Bold.otf");
}
@font-face {
    font-family: "ScaniaSansV2";
    src: url("../fonts/ScaniaSansV2-Regular.otf");
}
@font-face {
    font-family: "ScaniaSansV2Bold";
    src: url("../fonts/ScaniaSansV2-Bold.otf");
}
@font-face {
    font-family: "nordling";
    src: url("../fonts/nordlingec.otf");
}
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    color: white;
    font-family: "ScaniaSansV2";
}
h2 {
    text-align: center;
    font-family: "ScaniaSansV2";
    /* letter-spacing: 0.5em; */
    margin-right: -0.5em;
    color: #cccccc;
    width: 90vw;
    max-width: 1200px;
}
header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    width: 100%;
    z-index: 3;
    height: 7em;
    font-family: "ScaniaSansV2", sans-serif;
    font-size: clamp(0.66rem, 2vw, 1rem);
    /* letter-spacing: 0.5em; */
}
section {
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    visibility: hidden;
}
section .outer,
section .inner {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
section .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
}
section .bgM {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
}
section .bg h2 {
    z-index: 2;
}
section .bgM h2 {
    z-index: 2;
    margin: 0;
}
section .bgM h3 {
    z-index: 2;
    margin: 10px;
}
section .bg .clip-text {
    overflow: hidden;
}
section .bgM .clip-text {
    overflow: hidden;
}
.centrarColuna {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img.bg,
img.bg2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.paraesquerda {
    margin-left: 160px;
    font-family: "ScaniaSansHeadlineV1Bold";
}
#imgcapa,
#modificada {
    z-index: -1;
}
.modal-body {
    color: black;
    text-transform: none;
    font-family: "ScaniaSansV1";
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}
.primeirafrase,
.segundafrase,
.terceirafrase,
.quartafrase {
    position: absolute;
    opacity: 0;
    z-index: 1000;
}
.terceirafrase {
    font-family: "ScaniaSansHeadlineV1Bold";
}
.quartafrase {
    font-family: "ScaniaSansV2";
}