body {
    font-family: 'Open Sans', sans-serif;
}

.bg-gradient {
    background: #005C97 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #363795, #005C97) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #363795, #005C97) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.business {
    text-align: center;
    cursor: pointer;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 0;
}


.business img {
    height: 50px;
}

.business  p {
    margin-top: 12px;
    margin-bottom: 0px !important;
    font-weight: bold;
}

.bg-image {
    background-image: url('./background-img.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.price {

    border: 2px dashed red;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    display: inline-block;

}

.label-package {

    position: absolute;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    position: absolute;
    background: #db3d4a;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    color: white;
    top: -1% !important;
    right: 20px;
}


.axtra-feature{
    display: none;
}

.feature-list p {
    margin-bottom: 2px;
    font-size: 0.9rem;
}

.feature-list {
    padding: 10px;
    border-top: 1px solid rgb(207, 207, 207);
    border-bottom: 1px solid rgb(207, 207, 207);
    margin-bottom: 20PX;
}


.feature-list .small {
    
    color: gray;
    font-size:0.8rem;
}

.feature-item {
    
    margin-bottom: 8px;
}


#whyWoc{
    background: rgba(11, 11, 14, 0.842);
    padding: 50px 0;
}

#whySocial {
    padding: 100px 0;
}

#socialNetwork {
    padding: 80px 0;
}

#priceTable {
    padding: 60px 0;
}


#Testimonials {
    padding: 60px 0;
}



@media (max-width: 576px) { 

    #whySocial {
        padding: 40px 0;
    }

    #socialNetwork {
        padding: 60px 0;
    }

    #priceTable {
        padding: 40px 0;
    }

    #Testimonials {
        padding: 40px 0;
    }
 }


footer a {
    
    text-decoration: none;
    color: inherit;
    
}


footer a:hover {
    
    text-decoration: none;
    color: inherit;
}

.left-menu {
    position: fixed;   
    bottom: 80px;
    left: 15px;
    z-index: 99999;
}


.left-menu a.btn {
    color: white;
    height: 55px;
    width: 55px;
    display: block;
    background: #42275a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #734b6d, #42275a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #734b6d, #42275a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 50rem;
    margin-bottom: 6px;
    line-height: 2.5;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.left-menu .bi {
    font-size: 18px;
}

