@media (min-width: 992px) {
    .containerCustom {
        width: 100% !important;
        padding: 0 125px 0 125px !important;
    }
    .megamenuCustom {
        max-width: 85% !important;
    }
    .menu-post-item-profil {
        width: 32% !important;
    }
    .navbar-default .menu-post-item-profil .title {
        font-size: 17px !important;
        text-align: center !important;
    }
    .sub-menu-right-profile{
        min-height: 125px !Important; 
        padding: 10px 20px 20px 20px !important;
        background-color: #f7f7f7 !important;
    }
    #featured .featured-box .box-inner {
        height: 255px !Important;
    }
    .news-ticker-cnt{
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    #featured{
        margin-bottom: 25px !important;
    }
    .post-item-horizontal{
        margin-top: 30px !important;
    }
}
#wrapper{
    margin-bottom: 20px;
}
body {
    background-color:  #f2f2f2 !important;
    font-family: 'AdobeGaramondW01-Regula' !important;
}
#footer{
    margin-top: 0px !important;
    background-color: #5f140f !important;
    color: white !important;
}
.nav-footer li a {
    color: white !important;
}
.newsletter input{
    background-color: white !important;
}
.f-widget-follow ul li a{
    background-color: white !important;
    color: black!important;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 20px;
}
a.cta_button {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle;
}
a#cta_button_2312 {
    text-transform: unset;
}
a#cta_button_2312 {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    margin-left: 25px;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #5f140f;
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 10px 100px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 2em;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 20px 0 rgb(67 72 86 / 15%);
    width: auto;
}
@media (min-width: 1025px)
.cta_button {
    font-size: 14px !important;
}
.bn-p-b-20{
    padding-bottom: 20px;
}
.bn-p-t-40{
    padding-top: 40px;
}

.sidebar-cor {
    background-color: #f0f0f0;
    color: black;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 10px;
    border: 1px solid #C7C7C7;
    padding-bottom: 20px;
}
.p-0 {
    padding: 0 !important;
}
.menu-cor {
    background-color: #FAFAFA;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.flex-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}
.nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.menu-cor .nav-item {
    border-bottom: 1px solid #C7C7C7;
}
.menu-cor .nav-item:last-child {
    border-bottom: none;
}
.item-product, .item-services {
    padding: 4px 24px;
    text-align: center;
}
.text-product{
    width: auto !important;
    white-space: normal !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
.logo-product img {
    min-height: 20px;
}