.boxPacotes {
    float: left;
    width: 100%;
    background-color: #0F1A2A;
}

.boxPacotes h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px 0;
    line-height: 36px;
    font-size: 26px;
    text-align: center;
}

.boxPacotes .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.boxPacotes .boxBaixo figure {
    text-align: center;
}

.boxPacotes .boxBaixo ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.boxPacotes .boxBaixo ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.boxPacotes .boxBaixo ul li span {
    color: #fff;
    margin-left: 10px;
}

.boxPacotes .boxBaixo a {
    float: left;
    width: 100%;
    background: #C98400;
    color: #fff;
    font-weight: bold;
    padding: 14px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
}

.boxPacotes .boxBaixo small {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 11px;
}

@media only screen and (max-width: 1000px) {

    .boxPacotes .boxBaixo {
        flex-direction: column;
    }

    .boxPacotes .boxBaixo .col-sm-8,
    .boxPacotes .boxBaixo .col-sm-4 {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .boxPacotes .boxBaixo .col-sm-4 {
        margin-top: 40px;
    }

}

@media only screen and (max-width: 1000px) {

    .boxPacotes h2 {
        font-size: 22px;
        line-height: 32px;
    }

}