#pesquisar {
    display: none!important;
}

.sessao .container-xl {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.sessao .container-xl img {
    width: auto;
    height: calc(100px + 4rem);
    object-fit: contain;
    padding: 2rem 0;
}

.sessao .container-xl p {
    padding: 1rem 2rem;
}

.sessao .conheca-nossa-historia {
    background-color: #f68c00;
}

.sessao .conheca-nossa-historia iframe {
    box-shadow: 0 0 0.3rem #00000064;
    margin-bottom: 3rem;
}

.sessao .valor-do-artesao {
    background-color: #fb3e00;
}

.sessao .valor-do-artesao .d-flex {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem 0 3rem;
}

.sessao .valor-do-artesao .d-flex img {
    height: 150px;
    object-fit: cover;
    padding: 0 0 8px;
}

.sessao .valor-do-artesao .d-flex img:nth-of-type(1), .sessao .valor-do-artesao .d-flex img:nth-of-type(4) {
    width: calc(.2 * 100% - .25rem);
}

.sessao .valor-do-artesao .d-flex img:nth-of-type(2), .sessao .valor-do-artesao .d-flex img:nth-of-type(3) {
    width: calc(.8 * 100% - .25rem);
}

.sessao .familia {
    background-color: #006e69;
}

@media only screen and (max-width:999px) {
    .sessao .valor-do-artesao .d-flex {
        max-width: calc(100% - 2rem);
    }
}

@media only screen and (max-width:499px) {
    .sessao .container-xl img {
        height: calc(80px + 4rem);
    }
    .sessao .conheca-nossa-historia iframe {
        max-width: 100%;
        max-height: 245px;
    }
}

@media only screen and (max-width:374px) {
    .sessao .container-xl img {
        height: calc(60px + 4rem);
    }
    .sessao .conheca-nossa-historia iframe {
        max-width: 100%;
        max-height: 176px;
    }
}