.top-bar-sec{
    background-color: #fdbd10;
}
.pix-whatsapp-color{
    color: green;
}
.pix-content img {    
    border-radius: 10px;
}
.pix-box{
    border-radius: 10px;
    background-color: #f4f4f4;    
    box-shadow: 0px 0px 7px -3px #000000;
}
.pix-content .icon{
    /* border: 2px solid #fdbd10; */
    box-shadow: 0px 0px 7px -3px #000000;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 60px;
}
@media (max-width:768px){
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
}