.menu {
    width: 100%;
}
.banner {
    background-image: url("/img/new-files/cidade.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.contra-banner {
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
}

.contra-banner .conteudo img {
    margin-top: 40px;
}

.contra-banner .conteudo h1 {
    color: #fff;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.15px;
}

.contra-banner .conteudo h3 {
    color: #fff;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
    letter-spacing: -0.15px;
    margin-top: 30px;
}

@media (max-width: 1030px) {
    .contra-banner .conteudo p {
        text-align: center;
    }
    .contra-banner .conteudo span {
    }
}

.conteudo p {
    color: #fff;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.15px;
}
.conteudo span {
    color: #fff;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.15px;
    max-width: 1066px;
    width: 61%;
}

.btn a {
    text-decoration: none;
}

.btn {
    display: flex;
    flex-flow: row;
    gap: 8px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

.btn button:hover {
    opacity: 1;
}

.btn button.abra-conta,
.btn button:hover {
    background-color: #bcae87;
    color: white;
}

.btn button {
    transition: 0.3s;
    background: none;
    border-radius: 100px;
    background: #fff;
    border: none;
    display: flex;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 500;
    line-height: 29.5px; /* 147.5% */
    letter-spacing: -0.15px;
}

@media screen and (max-width: 768px) {
    .contra-banner .conteudo h1 {
    }
    .contra-banner .conteudo h3 {
    }

    .btn {
        flex-flow: column;
        margin-top: 12px;
    }

    .btn button {
        width: 100%;
    }
}

@media (max-width: 1030px) {
    .btn button {
        padding: 5px 10px;
        font-size: 14px;
        justify-content: center;
    }
}
.passgem {
    width: 100%;
    height: 6.5vh;
    background-color: #bcae87;
}
.sobre {
    width: 100%;
    height: 100%;
}
.parceiro {
    width: 100%;
    height: auto;
    background: #f5f5f8;
}
.apoio {
    width: 100%;
    height: auto;
}
.especi {
    width: 100%;
    height: auto;
}
.investir {
    width: 100%;
    height: auto;
    background-color: #0a243f;
}
.boardBase {
    width: 100%;
    height: 100%;
    background: #bcae87;
    margin-bottom: 10px;
}
.saiba {
    width: 100%;
    margin-top: 100px;
    background-color: #bcae87;
    padding-bottom: 50px;
}

@media (max-width: 1100px) {
    .banner {
        height: auto;
    }
    .contra-banner {
        height: auto;
    }
    .passgem {
        height: auto;
    }
    .sobre {
        height: auto;
    }
    .boardBase {
        height: auto;
    }
    .saiba,
    .saiba-contra {
        height: auto;
    }
}

@media screen and (max-width: 445px) {
    .contra-banner .conteudo h1 {
        font-size: var(--font-size-xl);
    }

    .contra-banner .conteudo h3 {
        font-size: var(--font-size-xl);
    }

    .btn button {
        width: 100%;
    }
}
