@media (max-width: 767px) {
    section {
        display: flex;
    }
    .conhecaBanner1 {
        background: url(../img/conheca/estrelas.png) #002f50!important;
    }
    .conhecaBanner2 {
        background: url(../img/conheca/estrelas.png) #002f50!important;
    }
    .conhecaBanner3 {
        background: url(../img/conheca/banner3-c.jpg) top no-repeat;
        background-size: cover;
    }
    .conhecaBanner4 {
        background: url(../img/conheca/estrelas.png) #002f50!important;
    }
    .conhecaBanner5 {
        background: url(../img/conheca/estrelas.png) #002f50!important;
    }
    h2 {
        font-size: 28px;
        line-height: 30px;
    }
    h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .banner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .imgBanner img {
        padding-top: 20px;
    }
    .btnsConhecaLast {
        background: url(../img/conheca/estrelas.png) #002f50!important;
    }
    .btnsConhecaLast {
        display: block!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner {
        height: 314px;
    }
    .imgBanner img {
        height: 250px;
    }
    .banner h2 {
        font-size: 28px;
    }
    .banner p {
        font-size: 13px;
    }
    .btnLoja {
        height: 34px;
    }
    .conhecaBanner1>.content,
    .conhecaBanner3>.content,
    .conhecaBanner5>.content {
        background: url(../img/conheca/estrelas.png)
    }
    .textAlingCenter {
        text-align: center;
    }
    .paddingLeft {
        padding-left: 50px;
    }
    .paddingRight {
        padding-right: 50px;
    }
    .textAlingRight {
        text-align: right;
    }
    section {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .conhecaBanner1 {
        background: url(../img/conheca/banner1.jpg) top no-repeat;
        background-size: 100%;
    }
    .conhecaBanner2 {
        background: url(../img/conheca/estrelas.png) #002f50;
    }
    .conhecaBanner3 {
        background: url(../img/conheca/banner3.jpg) top no-repeat;
        background-size: 100%;
    }
    .conhecaBanner4 {
        background-color: #001742;
    }
    .conhecaBanner5 {
        background: url(../img/conheca/banner5.jpg) top no-repeat;
        background-size: 100%;
    }
    .btnsConhecaLast {
        background: url(../img/conheca/estrelas.png) #00184b!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner {
        height: 409px;
    }
    .imgBanner img {
        height: 350px;
    }
    .conhecaBanner1>.content,
    .conhecaBanner3>.content,
    .conhecaBanner5>.content {
        background: url(../img/conheca/estrelas.png)
    }
    .textAlingCenter {
        text-align: center;
    }
    .paddingLeft {
        padding-left: 50px;
    }
    .paddingRight {
        padding-right: 50px;
    }
    .textAlingRight {
        text-align: right;
    }
    section {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .conhecaBanner1 {
        background: url(../img/conheca/banner1.jpg) top no-repeat;
        background-size: 100%;
    }
    .conhecaBanner2 {
        background: url(../img/conheca/estrelas.png) #002f50;
    }
    .conhecaBanner3 {
        background: url(../img/conheca/banner3.jpg) top no-repeat;
        background-size: 100%;
    }
    .conhecaBanner4 {
        background-color: #001742;
    }
    .conhecaBanner5 {
        background: url(../img/conheca/banner5.jpg) top no-repeat;
        background-size: 100%;
    }
    .btnsConhecaLast {
        background: url(../img/conheca/estrelas.png) #00184b!important;
    }
}


/*lg*/

@media (min-width: 1200px) {
    .banner {
        height: 498px;
    }
    .conhecaBanner1>.content,
    .conhecaBanner3>.content,
    .conhecaBanner4>.content,
    .conhecaBanner5>.content {
        background: url(../img/conheca/estrelas.png)
    }
    .textAlingCenter {
        text-align: center;
    }
    .paddingLeft {
        padding-left: 50px;
    }
    .paddingRight {
        padding-right: 50px;
    }
    .textAlingRight {
        text-align: right;
    }
    section {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .conhecaBanner1 {
        background: url(../img/conheca/banner1.jpg) top no-repeat;
        background-size: 100%;
    }
    .conhecaBanner2 {
        background: url(../img/conheca/estrelas.png) #002f50;
    }
    .conhecaBanner3 {
        background: url(../img/conheca/banner3.jpg) top no-repeat;
        background-size: 100%;
    }
    .conhecaBanner4 {
        background-color: #001742;
    }
    .conhecaBanner5 {
        background: url(../img/conheca/banner5.jpg) top no-repeat;
        background-size: 100%;
    }
    .btnsConhecaLast {
        background: url(../img/conheca/estrelas.png) #00184b!important;
    }
}

.textAlingCenter {
    text-align: center;
}

section {
    margin-bottom: 30px;
}

.btnsConhecaLast {
    padding-top: 20px;
    padding-bottom: 20px;
}

.btnsConhecaLast>.row {
    padding-top: 20px;
}

section:nth-child(5) {
    margin-bottom: -6px;
}