
#mainPacotes{
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    justify-content:space-between;

}


.article-pacotes {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
}
.section-pacotes{
    box-shadow: 0 0 20px #ececec;

    border-radius: 10px;
    background-color: #fff;
    padding: 1rem;
    display:flex;
    justify-content:center;
}
@media (max-width:990px) and (min-width:500px) {
    .section-pacotes {
        flex-direction: column;
    }
}

.traco{
    height: 3px;
    width: 50%;
    background-color: #efefef;
    margin: 0 1rem;
    margin-bottom: 0.5rem;
}

.pacote-header{
    background-color: #fff;
    display: flex;
    justify-content:center;
    /*align-items: start;*/

    i{
        font-size: 5vh;
        color: #fff;

        border-radius: 50%;
        height: 100px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f0f9ff;
        background-color: #0192ef;
        /* color: #00C3FF;   cor do trunfo*/
    }
}

.pacote-body{
    height: 50%;
    h5{
        font-weight: bold;
    }
      h6{
          color:#808080
      }
}
