@keyframes fade-anim {
    from {
        opacity: 0;
    }
    top {
        opacity: 1;
    }
}
@keyframes container-anim {
    from {
        bottom: -72vh;
        opacity: 0;
    }
    to {
        bottom: 7.03vh;
        opacity: 1;
    }
}
@keyframes fade-vertical {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.title h1 img {
    height: 4.53vh;
    width: auto;
    object-fit: contain;
}
.foreground {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 86.11vh;
}
.foreground-image, .foreground-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.foreground-image {
    animation: fade-vertical 750ms ease-out;
}
.foreground-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(169, 79, 27, 1) 100%);
    animation: fade-vertical 1.2s ease-out;
}
.setorizacao-container {
    position: absolute;
    right: 14.68vw;
    bottom: 7.03vh;
    z-index: 6;
    animation: container-anim 750ms ease-in-out;
}
.setorizacao-item {
    width: 34.89vw;
    height: 6.48vh;
    margin-bottom: 0.64vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.setorizacao-item p {
    text-transform: uppercase;
    font-size: 1.57vh;
}
.setorizacao-item:nth-child(1) {
    animation: fade-anim 1s ease;
}
.setorizacao-item:nth-child(2) {
    animation: fade-anim 1.2s ease;
}
.setorizacao-item:nth-child(3) {
    animation: fade-anim 1.4s ease;
}
.setorizacao-item:nth-child(4) {
    animation: fade-anim 1.6s ease;
}
.setorizacao-item:nth-child(5) {
    animation: fade-anim 1.8s ease;
}
.setorizacao-item:nth-child(6) {
    animation: fade-anim 2s ease;
}
.setorizacao-item:nth-child(7) {
    animation: fade-anim 2.2s ease;
}
.setorizacao-item:nth-child(8) {
    animation: fade-anim 2.4s ease;
}
.setorizacao-item:nth-child(9) {
    animation: fade-anim 2.8s ease;
}
.setorizacao-item:nth-child(10) {
    animation: fade-anim 3s ease;
}
.flag {
    position: absolute;
    width: 6.25vw;
    height: 18.61vh;
}
.flag-background {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flag-logo-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8.24vh;
}
.flag-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4.16vh;
    width: auto;
    object-fit: contain;
}