/* planos */

.black {
    margin-top: 100px;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.black img {
    width: 160px;
}

.black h1 {
    margin-left: 30px;
}

.p-linha {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.p-plano {
    padding: 15px;
    width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.div-plano {
    width: 1005;
    text-align: center;
}

.img-plano {
    width: 100px;
}

.p-plano {
    border-radius: 35px;
    background-color: #f2f0fd;
}

.p-plano hr {
    color: #000 !important;
    background-color: #000 !important;
    width: 100%;
}

.p-titulo {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
}

.p-valor {
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    color: var(--lilas);
    font-size: 25px;
    font-weight: 800;
}

.botao-teste-gratis {
    padding-top: 40px;
    padding-bottom: 40px;
}

.table td {
    font-size: 14px;
}

.p-item {
    text-align: start;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.p-extra {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.p-colab {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}

.banner-btn {
    margin-top: 30px;
    font-family: var(--fonte-normal) font-weight: 600;
    padding: 10px 30px 10px 30px;
    border-radius: 6px;
    font-size: 16px;
    background-color: #00f;
    display: inline-block;
    color: #ffffff;
}

.banner-btn:hover {
    text-decoration: none;
    color: #fe4066;
}

@media (max-width: 360px) {
    .p-plano {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .black {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .black img {
        width: 280px;
        margin-bottom: 20px;
    }

    .black h1 {
        width: 90%;
        margin-left: 5%;
    }

}

@media (max-width: 780px) {
    .p-linha {
        width: 90%;
        margin-left: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        font-size: 14px;
    }

    .p-plano {
        width: 100%;
        margin-bottom: 30px;
    }

    .black {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .black img {
        width: 280px;
        margin-bottom: 20px;
    }

    .black h1 {
        width: 90%;
        margin-left: 5%;
    }

}