/* Minification failed. Returning unminified contents.
(87,16): run-time error CSS1039: Token not allowed after unary operator: '-dark-color-light'
(100,17): run-time error CSS1039: Token not allowed after unary operator: '-dark-color-light'
(144,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-1'
 */
main header.single-page {
    margin-top: 100px !important;
    height: auto;
}

header.header2:after{
position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 0;
    left: 0;
    top: 0;
    content: "";
}
main .pricing .subtitle {
    text-align: center;
    padding-bottom: 65px;
}

main .pricing  h3 {
    color: #898175;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align:center;
}
main .pricing ul {
    text-align: left;
}

.pricing p {
    font-weight: 400;
}
.pricing .table-row {
    padding-top: 3px;
}

.pricing ul li {
    color: #000;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 12px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border: 5px solid #fff;
}

.pricing .no-horizontal-padding {
    padding-right: 0;
    padding-left: 0;
}

.single-page img.top-img {
    margin-top: -50px;
    width:550px;
}
.single-page h1 {
    text-align: center;
}

          /*  main.inner section.pricing ul li:nth-child(even) {
                background: rgba(233, 233, 233, 0.5);
            }*/
        .pricing ul li i{margin-right:10px;}

.pricing .product-image {
    width: 40%;
}

    .pricing .product-image img {
            width: 45%;
            position: absolute;
            margin-top: 60px;
            overflow: hidden;
        }

.pricing .title-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
    padding-bottom:5px; 
    color:var(--dark-color-light); 
    font-size: 20px; 
    font-weight: bold;
}

.pricing .description-section-container {
    margin-top: 15px; 
}

.pricing .description-section {
    padding: 0 15px; 
    font-size: 18px; 
    line-height:25px;
    color: var(--dark-color-light);
}

.pricing .price {
    font-size:70px; 
    margin:0px; 
    font-weight:bold;
}

.titleareafuncionalidade{
    font-size:20px!important;
    color:black!important;
    font-weight:bold!important;
    padding-left: 0 !important;
    margin-top:50px;
}

.margin-top-50 {
    margin-top:50px;
}
.margin-bottom-50 {
    margin-bottom:50px;
}

@media only screen and (max-width: 1366px) {
    .single-page img.top-img {
        margin-top: -50px;
        width: 450px;
    }
}
@media only screen and (max-width: 997px) {
    .single-page img.top-img {
        margin-top: -25px;
        width: 350px;
    }
    header.single-page h1 {
        font-size: 35px!important;
    }
    .pricing.container {
        padding-left: 0;
        padding-right: 0;
    }
    .pricing button {
        font-size: 14px !important;
        padding: var(--spacing-1) !important;
    }
}




@media only screen and (max-width:776px) {
    .pricing .subtitle {
        padding-bottom: 20px;
        padding-top: 30px;
        text-align: center;
    }
    .single-page img.top-img {
        display: block !important;
        margin-top: -0px;
        width: 270px;
    }
    .pricing .description-section {
        font-size: 14px;
    }
   
}
