* {
    outline: none;
}

*:focus {
    outline: none;
}

* html #geral {
    height: 100%;
}

html,
body {
    height: 100%;
    position: relative;
}

#geral {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

#conteudo {
    position: relative;
    background: url("../img/background.jpg") no-repeat top center;
    padding-bottom: 50px;
    min-height: 100vh;
}

.center {
    width: 100%;
    max-width: 1595px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.inner-center {
    padding: 0 20px;
}

.confetes {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}

.flex-topo {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 2;
}

.flex-topo .item-flex:nth-child(1) {
    flex-shrink: 0;
}

.flex-topo .item-flex:nth-child(2) {
    flex-shrink: 0;
    margin-left: -246px;
    margin-top: 93px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-topo .item-flex:nth-child(2) img:first-child {
    margin-right: -40px;
    margin-bottom: 14px;
}

.flex-topo .carros-mobile {
    display: none;
}

.flex-center {
    display: flex;
    align-items: flex-end;
    margin-top: -90px;
    position: relative;
    z-index: 2;
    max-width: 1127px;
    margin: 0 auto;
    margin-top: -265px;
}

.flex-center .item-flex:nth-child(2) {
    padding-left: 13px;
    padding-bottom: 5px;
}

.flex-center .item-flex:nth-child(3) {
    position: absolute;
    right: -16px;
    bottom: 24px;
}

.flex-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 20px;
    max-width: 1080px;
    margin: 0 auto;
}

/* Responsivo */
@media screen and (max-width: 1440px) {
    .flex-topo .carros-desktop {
        display: none;
    }

    .flex-topo .carros-mobile {
        display: block;
    }

    .flex-topo .item-flex:nth-child(1) {
        flex-shrink: unset;
    }

    .flex-topo .item-flex:nth-child(2) {
        flex-shrink: unset;
        margin-left: 0;
        margin-top: 40px;
        padding-right: 40px;
    }

    .flex-center .item-flex:nth-child(3) {
        right: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .flex-center {
        margin-top: -200px;
    }

    .text {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    #conteudo {
        background-size: cover;
        padding-top: 50px;
    }

    .flex-topo {
        position: relative;
        display: flex;
        z-index: 2;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .flex-center {
        margin-top: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flex-center .item-flex:nth-child(3) {
        right: 0;
        bottom: 80px;
    }

    .text {
        width: 100%;
    }

    .flex-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}