.itemDistribuicao-detalhes{
    background-color: #DFE2E6;
    padding: 8px;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 5px;
    font-size: 12px;
}

.img-produto{
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.produto-detalhes .content{
    display: flex;
    width: 100%
}

.produto-detalhes .imagem{
    width: 40%;
    padding-right: 50px;
    max-height: 400px;
}

.produto-detalhes .descricao{
    width: 60%;
    color: #000;
    font-size: 1rem;
}

.diferenciais{
    margin-top: 4rem;
}

.bg-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #DFE2E6;
    color: #324A5F;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.checkout-content{
    display: flex;
    justify-content: center;
}

.checkout-content .checkout-body{
    width: 90%;
}

.checkout-content .price{
    font-size: 2rem;
    font-weight: bolder;
    color: #000;
}

.checkout-content .copy{
    color: #161616
}

.container-checkout{
    width: 85%;
}

.pricing8 {
color: #8d97ad;
font-weight: 300;
}

.pricing8 .card{
    border: 1px #DFE2E6 solid;
}

.pricing8 h1,
.pricing8 h2,
.pricing8 h3,
.pricing8 h4,
.pricing8 h5,
.pricing8 h6 {
color: #3e4555;
}

.pricing8 h5 {
    line-height: 22px;
    font-size: .8rem;
}

.pricing8 .subtitle {
color: #8d97ad;
line-height: 24px;
}

.pricing8 .display-5 {
font-size: 1.2rem;
}

.pricing8 .font-14 {
font-size: 14px;
}

.pricing8 .pricing-box sup {
font-size: .7rem;
}

.pricing8 .tachado{
    text-decoration: line-through;
}

.pricing8 .btn-info-gradiant {
background: #188ef4;
background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing8 .btn-info-gradiant:hover {
background: #316ce8;
background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing8 .btn-danger-gradiant {
background: #ff4d7e;
background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

.pricing8 .btn-danger-gradiant:hover {
background: #ff6a5b;
background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}


.ml-plano-0{
    margin-left: 0px !important;
}

@media(max-width:767px){
    .mobile {
        position: absolute;
        top: 90;
        width: 100%;
        height: auto !important;
        background: #fff;
        padding: 20px 20px 10px 15px;
        border-left: 1px #eee solid;
        z-index: 3;
    }
    .mobile-content{
        width: 100%;
        margin-top: 10px !important;
    }
    .produto-detalhes .content{
        display: table;
        width: 100%
    }
    .produto-detalhes .imagem{
        width: 100%;
        padding: 5px;
        max-height: 400px;
    }
     .produto-detalhes .descricao{
        width: 100%;
        color: #000;
        font-size: 1rem;
        margin-top: 10px;
        padding: 5px;
    }
    .buttom-comprar{
        position: fixed;
        top: 85px;
        text-align: center;
        left: 0px;
        z-index: 3;
        margin-top: 1px !important;
    }
    .mobile-pt-20{
        padding-top: 20px;
    }

    .diferenciais{
        margin-top: 3rem;
    }

    .txt-blue{
        color: #324a5f;
        font-weight: 600;
        font-size: 16px;
    }
}
@media(min-width:767px){
    .mobile {
        display: none;
    }

    .desktop-none{
        display: none;
    }
}

.side-plans-fixed {
    scroll-behavior: smooth;
    position: fixed;
    top: 90px;
    z-index: 100;
    padding-right: 40px;
}
