.beije_bg {
    background: #E9E7D7;
    position: static;
}

body {
    color: #231f20;
    font-family: Roboto;
}

.dropdown-menu {
    width: 67vw;
    right: 0;
    left: auto!important;
    background: #E9E7D7;

    /* margin-left: auto */
    /* margin-right: auto */
}
.navbar-nav .dropdown-menu.show{
    position: absolute;
}

@media (min-width: 576px) {
    .dropdown-menu {
        width: 35vw;
    }
}

a.nav-link {
    color: #009ADE;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 0;
    border-bottom: 4px solid #e9e7d7;
}

a.nav-link:hover {
    color: 4px solid #e9e7d7;
    border-bottom: 4px solid #009ade;
}

.header {
    position: static;
}

.banner {
    display: flex;

    /* height: 100vw */
}


a.dropdown-item:hover {
    background: none;
}

.topic {
    padding-top: 110px;

    /* font-size: 0.9em */
}

footer {
    background-color: #009ADE;
}

.crossfade>figure {
    animation: imageAnimation2pics 12s linear infinite 0s;
    backface-visibility: hidden;
    background-size: cover;
    color: transparent;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;

    /* z-index: -1 */
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#vidas .crossfade>figure {
    animation: imageAnimation3pics 18s linear infinite 0s;
}


@keyframes imageAnimation2pics {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }

    25% {
        animation-timing-function: ease-out;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes imageAnimation3pics {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }

    25% {
        animation-timing-function: ease-out;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.crossfade {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#direito .crossfade > figure:nth-child(1) {
    background-image: url('assets/img/d01.jpg');
    background-position: center top;
}

#direito .crossfade > figure:nth-child(2) {
    background-image: url('assets/img/d02.jpg');
    animation-delay: 6s;
    background-position: center center;
}

#construir .crossfade > figure:nth-child(1) {
    background-image: url('assets/img/const01.jpg');
    background-position: center top;
}

#construir .crossfade > figure:nth-child(2) {
    background-image: url('assets/img/const02.jpg');
    animation-delay: 6s;
    background-position: center center;
}

#casa .crossfade > figure:nth-child(1) {
    background-image: url('assets/img/casa01.jpg');
    background-position: center top;
}

#casa .crossfade > figure:nth-child(2) {
    background-image: url('assets/img/casa02.jpg');
    animation-delay: 6s;
    background-position: center center;
}

#vidas .crossfade > figure:nth-child(1) {
    background-image: url('assets/img/vidas01.jpg');
    background-position: center top;
}

#vidas .crossfade > figure:nth-child(2) {
    background-image: url('assets/img/vidas02.jpg');
    animation-delay: 6s;
    background-position: center center;
}

#vidas .crossfade > figure:nth-child(3) {
    background-image: url('assets/img/vidas03.jpg');
    animation-delay: 12s;
    background-position: center center;
}

#estrategia .crossfade > figure:nth-child(1) {
    background-image: url('assets/img/e01.jpg');
    background-position: center center;
}

#estrategia .crossfade > figure:nth-child(2) {
    background-image: url('assets/img/e02.jpg');
    animation-delay: 6s;
    background-position: center center;
}

#25abril .crossfade > figure:nth-child(1) {
    background-image: url('assets/img/07.jpg');
    background-position: center top;
}

#25abril .crossfade > figure:nth-child(2) {
    background-image: url('assets/img/d02.jpg');
    animation-delay: 6s;
    background-position: center center;
}