@media (min-width: 380px) {
    .dropdown-menu.dropdown-menu-lg {
      width: 550px !important;
    }
  }


#kt_header_mobile {
    background: #131212;
}

.fade-categoria {
    display: none;
    position: relative;
}

.btn.btn-beje-1 {
    color: #131212;
    background-color: #ece5db;
    border-color: #ece5db;
}

.btn.btn-beje-1:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-beje-1:focus:not(.btn-text),
.btn.btn-beje-1.focus:not(.btn-text) {
    color: #131212;
    background-color: #DBCCB8;
    border-color: #DBCCB8;
}

.degrade-1 {
    background: rgb(229, 229, 229);
    background: -webkit-linear-gradient(rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.degrade-2 {
    background: rgb(0, 0, 0);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8267682072829132) 22%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.8267682072829132) 22%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.8267682072829132) 22%, rgba(0, 0, 0, 0) 100%);
}

.bt-box-bd1 {
    display: block;
    text-align: center;
    padding: 25px 10px;
    background: #F5A51D;
    position: relative;
}

.bt-box-bd1:hover {
    background: #f78000;
}

.bt-box-bd1 p {
    font-size: 20px;
    line-height: 20px;
}



.lista-numerada-1 li {
    background: none;
    border: none;
    border-bottom: solid 1px #1f1e1d;
    padding: 8px 0;
}

.lista-numerada-1 li a {
    font-size: 14px;
    color: #1f1e1d;
    display: block;
}

.lista-numerada-1 li a:hover {
    color: #494847;
}

.box-contador {
    display: inline-block;
    background: #e9a742;
    padding: 5px 13px;
    font-weight: bold;
    margin-right: 5px;
    border-radius: 5px;

}

.lista-numerada-1 li:last-child {
    border: none;
}

@media only screen and (min-width: 768px) {
    body {

        background-size: 100% !important;
    }

    .pg-home .header {
        border: none;
    }

    .bg-black-opacity {
        /*background: RGBA(0,0,0,0.5);*/

    }

    h1.display-4 {
        font-size: 2.8rem !important;
    }

    .pt-md-50, .py-md-50 {
        padding-top: 12.5rem !important;
    }

    #box-sobrepoe-1 {
        margin-top: -100px;
    }

    .mt-neg-md-70 {
        margin-top: -70px;
    }

    .bt-box-bd1:before {
        content: '';
        display: block;
        border-left: solid 1px #F5A51D;
        height: 15px;
        position: absolute;
        top: -15px;
        left: 50%;
    }


}

/*@media only screen and (min-width: 768px) {*/



@media only screen and (max-width: 1366px) {
    .bt-box-bd1 p {
        font-size: 16px;
        line-height: 16px;
    }

}

/*@media only screen and (max-width: 1366px) {*/


@media only screen and (max-width: 1200px) {
    .bt-box-bd1 p {
        font-size: 12px;
        line-height: 12px;
    }

}

/*@media only screen and (max-width: 1200px) {*/


@media only screen and (max-width: 767px) {
    h1.display-4, h2.display-4 {
        font-size: 1.6em !important;
    }

}

/*@media only screen and (max-width: 1200px) {*/




/****************************************************/