@media(max-height: 700px) {
    #banner .conteudo {
        height: 600px;
    }
    #banner h2, #banner h2 span {
        font-size: 40px !important;
        line-height: 65px !important;
    }
    #banner h2 span {
        font-size: 80px !important;
    }
}
@media(max-height: 620px) {
    #banner .conteudo {
        height: 535px;
    }
    #banner h2, #banner h2 span {
        font-size: 35px !important;
        line-height: 55px !important;
    }
    #banner h2 span {
        font-size: 70px !important;
    }
}
@media(max-width: 1680px) {
    header .centro,
    #chamada .conteudo,
    footer .top .centro {
        max-width: calc(100% - 120px);
    }
    #banner h2, #banner h2 span {
        font-size: 45px;
        line-height: 70px;
    }
    #banner h2 span {
        font-size: 90px;
    }
}
@media(max-width: 1551px) {
    header .centro,
    #chamada .conteudo,
    footer .top .centro {
        max-width: calc(100% - 80px);
    }
    #sobre article .esquerda, #sobre article .direita {
        row-gap: 30px;
    }
    #sobre p {
        font-size: 18px;
        line-height: 30px;
    }
    footer .top .centro {
        grid-template-columns: 146px 1fr 330px 170px 190px;
    }
}
@media(max-width: 1466px) {
    header nav {
        column-gap: 55px;
    }
    #institucional .centro,
    #sobre .centro,
    #servicos .centro,
    #experiencias .centro,
    #instagram .centro {
        max-width: 1100px;
    }
    #institucional p {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    #institucional .barra p {
        font-size: 18px;
        line-height: 32px;
    }
    #institucional .bottom p {
        font-size: 19px;
        line-height: 32px;
    }
    #institucional .top {
        grid-template-columns: 1fr 380px;
        column-gap: 80px;
    }
    #institucional .top .mask_img {
        height: 520px;
    }
    #institucional .bottom {
        grid-template-columns: 520px 1fr;
    }
    #institucional .bottom .mask_img {
        height: 320px;
    }
    #sobre article .mask_img {
        height: 320px;
    }
    .listagem_servicos {
        column-gap: 25px;
    }
    .listagem_servicos .mask_img {
        height: 260px;
    }
    .listagem_insta .mask_img {
        height: 260px;
    }
    footer .top .centro {
        grid-template-columns: 146px 1fr 310px 170px 190px;
    }
}
@media(max-width: 1366px) {
    header nav {
        margin-right: 80px;
    }
    .listagem_experiencias .passador span {
        background-size: contain;
        width: 18px;
        height: 45px;
    }
    .listagem_experiencias .anterior {
        left: -60px;
    }
    .listagem_experiencias .proximo {
        right: -60px;
    }
}