@font-face {
    font-family: "Fieldwork Hum";
    src: url('../fonts/Fieldwork-HumLight.otf');
    font-weight: 100;
}
@font-face {
    font-family: "Fieldwork Hum";
    src: url('../fonts/Fieldwork-HumRegular.otf');
    font-weight: normal;
}
@font-face {
    font-family: "Fieldwork Hum";
    src: url('../fonts/Fieldwork-HumDemiBold.otf');
    font-weight: 600;
}
@font-face {
    font-family: "Fieldwork Hum";
    src: url('../fonts/Fieldwork-HumBold.otf');
    font-weight: 700;
}
@font-face {
    font-family: "Fieldwork Hum";
    src: url('../fonts/Fieldwork-HumBlack.otf');
    font-weight: bold;
}

.font-light{
    font-weight: 100!important;
}
.font-demi-bold{
    font-weight: 600!important;
}
.font-bold{
    font-weight: 700!important;
}
.font-black{
    font-weight: bold!important;
}

.font-size-14{
    font-size: 14px;
}

body {
    font-family: 'Fieldwork Hum', sans-serif;
    font-weight: normal!important;
    color: #373737;
}

footer {
    background-color: #ECA500;
}

a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}

.btn-green {
    background-color: #355320;
    color: #FFFFFF;
}

.text-strong-gray {
    color: #373737 !important;
}

.text-green {
    color: #355320 !important;
}


#hr-footer {
    border: 2px solid #f0561e;
}

#assinatura {
    font-size: 13px;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.page-item.selected .page-link {
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}

.bg-agroasa {
    background: url('../images/bg-footer.png') no-repeat center bottom;
}

.hr {
    width: 30px;
    border: 1px solid #355320;
    margin: 0px 0px 5px;
}

.bg-fluid-produtos {
    background-image: linear-gradient(to right, #daa423, #daa423);
    background-size: auto 300px;
    background-repeat: no-repeat;
}

.bg-nossos-produtos {
    background: url('../images/bg-nossos-produtos.png') no-repeat;
    background-position: center 30px;
}

.bg-orange{
    background-color: #daa428;
}
.bg-topo-interna{
    background: url('../images/bg-topo-interna.png') center center no-repeat;
    background-size: cover;
}
.breadcrumb{
    justify-content: center;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">"
}
.bootstrap-filestyle .form-control:disabled{
    background-color: #FFF!important;
}