.icones {
    width: 45px;
    height: 45px;
    fill: #007bff;
}

.plan-block.primary {
    background-image: url(../images/hero-bg.png) !important;
    background-repeat: round !important;
}

.pricing-table .plan-block {
    padding: 4.8rem 0rem 5.4rem !important;
}

.pricing-table .plan-block .plan-block-features {
    font-size: 1.45rem;
}

.service-content p:first-of-type {
    margin-bottom: 1rem;
}

.pace {
    background-image: url(../images/logo-carregando.gif);
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    z-index: 999;
}

.emoji {
    font-size: 2.8em;
}

#features,
.funcionalidade {
    background-color: #111111;
}

.stackable {
    height: 100lvh;
    top: 0;
    text-align: center;
    position: sticky;
    z-index: 1;
    padding-top: 92px;
}

.funcionalidade {
    padding: 20px;
    margin-top: -11px;
}

.funcionalidade h3 {
    color: #FFF;
    margin-bottom: 10px;
}

.funcionalidade p {
    padding-bottom: 0;
    line-height: 1.4em;
}

.print {
    border-radius: 10px;
    height: calc(100vh - 300px);
    object-fit: contain;
}

.first .print {
    box-shadow: 5px -5px 15px -5px rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 1024px) {
    .print {
        height: calc(100vh - 220px) !important;
    }
}