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

body {
    background-color: #fcfbf5;
}

#page-sobre {
    background-color: #fcfbf5;
    height: auto;
}

.banner-fundo {
    width: 100%;
}
.banner {
    /* background-image: url("../img/black.png"); */
    background: url("../img/faq.jpg") black 70% / cover no-repeat;

    width: 100%;
    height: 333px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.15px;
    margin: 0;
    padding: 0;
}
.container {
    display: flex;
    justify-content: center;
    text-align: center;
}
#page-sobre .breve-desc {
    color: #0a243f;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.15px;
    max-width: 1200px;
}

.nossa-historia h2 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.15px;
}
.nossa-historia ul {
    display: flex;
    justify-content: center;
    text-align: center;
}
.nossa-historia ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    list-style-type: none;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 20px;
}

.nossa-historia ul li span {
    color: #000;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.15px;
}
.nossa-historia ul li .progresso {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    margin: 12px 0;
    display: grid;
    place-items: center;
    position: relative;
}

.progresso::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 5px;
    background-color: #000;
    right: 10px;
}
.zero::after {
    width: 0;
    height: 0;
}
.one::after {
    width: 0;
    height: 0;
}

/* responsividade timeline */
@media (max-width: 1030px) {
    .nossa-historia ul {
        flex-direction: column;
    }
    .nossa-historia ul li {
        flex-direction: row;
    }
    .progresso {
    }

    .progresso::after {
        width: 3px;
        height: 67px;
        bottom: 10px;
        left: 50%;
        justify-content: center;
        align-items: center;
        transform: translate(-50%);
    }
    .zero::after {
        height: 0;
    }
    .nossa-historia ul li {
        margin: 15px 0;
        justify-content: left;
        margin: 13px 0px;
        padding-left: 5px;
        padding: 5px;
    }
}

.conner {
    width: 1582px;
    height: 495px;
    flex-shrink: 0;
}

.conner h2 {
    padding: 40px 0 40px 0;
    color: #011b33;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.15px;
    margin: 0 10px 10px;
}

ul {
    display: flex;
    flex-direction: row;
    wrap: nowrap;
    justify-content: space-between;
}

.conner {
    width: 100%;
}
.conner .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.conner .m-card {
    display: flex;
    width: 20vw;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px;
}

@media screen and (max-width: 769px) {
    .conner .cards {
        gap: 10px;
    }

    .conner .m-card {
        width: 70vw;
    }
}

.conner .cards .m-card span,
p {
    align-self: stretch;
    color: #0a243f;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.15px;
    margin-top: 4px;
}

.conner .cards .m-card p {
    font-weight: 300;
}

#page-sobre .buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px !important;
    width: 100%;
}

#page-sobre .buttons button {
    border-radius: 100px;
    background: #fff;
    color: #000;
    text-align: center;
    font-family: "Open Sauce One";
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.15px;
    border: none;
    background-color: white;
    padding: 20px;
}

@media screen and (max-width: 1030px) {
    .banner {
        height: 183px;
    }
}
#page-sobre .timeline {
    width: 100%;
    padding: 20px 80px;
}

#page-sobre .timeline img {
    width: 100%;
    object-fit: contain;
}

.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: 0.8;
}

.btn button {
    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-style: normal;
    font-weight: 500;
    letter-spacing: -0.15px;
}

@media screen and (max-width: 768px) {
    .btn {
        flex-flow: column;
        margin-top: 220px;
    }
}

.nossa-visao {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0px;
}

.nossa-visao h2 {
    color: #011b33;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.15px;
}

@media (max-width: 1030px) {
    .btn button {
        padding: 5px 10px;
        justify-content: center;
    }

    #page-sobre .timeline {
        width: 100%;
        padding: 4px 4px;
    }

    .nossa-visao {
        margin-top: 40px;
    }

    .conner .cards {
        gap: 20px;
    }
}
