header#header-site .logo img#logo_topo {
    max-height: 86px;
}

header#header-site {
    background: #0a4525;
}

header#header-site a.nav-link:hover,
header#header-site a.nav-link.active {
    color: #ffdd00;
    border-bottom: 1px solid #ffdd00;
}

.titulo-slide {
    font-size: 100px !important;
    font-weight: 800 !important;
}

#section-produtos .card-produtos .card-content:before {
    opacity: 1;
}

section#section-produtos h5 {
    color: #fff;
    text-transform: uppercase;
}

section#section-html-modulo_2 h2 {
    text-align: center;
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.items img {
    width: 95px;
    margin-bottom: 15px;
    border: 10px solid #fff;
    background: #fff;
}

section#section-html-modulo_2 {
    position: relative;
}

section#section-html-modulo_2:before {
    content: "";
    position: absolute;
    left: 132px;
    top: calc(60% - 5px);
    width: 81%;
    height: 1px;
    background: #00aa46;
    z-index: -1;
    opacity: 1;
}

.items h3 {
    font-size: 23px;
    font-weight: 400;
}

#section-servicos .card.card-servicos .card-body .card-title {
    transition: 0.2s ease-in-out !important;
    padding: 15px;
    text-align: center;
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    outline: 4px solid rgb(0 0 0 / 15%);
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
    background: #0a4525;
}

#section-servicos .card.card-servicos .card-body .section-card-title:before {
    background: #29472b00;
}

.btn-primary {
    border-radius: 30px;
    outline: 4px solid #33333321;
}

#section-produtos .card-title a {
    text-decoration: none !important;
    color: #202428;
    text-transform: uppercase;
    font-weight: 600;
}

#section-produtos p.card-description {
    color: #fff !important;
}

#section-produtos .card-produtos {
    background: #fff;
    border-radius: 10px !important;
    height: calc(440px);
}

#section-produtos .card-content {
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    top: 260px;
    width: -webkit-fill-available !important;
    margin-left: 15px;
    margin-right: 15px;
    padding: 1rem;
    box-shadow: 0px 0px 18px #0003;
    height: 140px;
    overflow: hidden;
}

#section-produtos img.card-img-top {
    max-height: 260px;
    object-fit: contain;
    height: 100%;
}

#section-produtos .card-body:before {
    content: "";
    width: 100%;
    height: 140px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.objetivo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background: #0a4525;
    height: 100%;
    margin: 20px;
    padding: 0px 20px;
    border-radius: 30px;
}

.objetivo img {
    width: 110px;
    background: #fff;
    border-radius: 60px;
    margin-bottom: 20px;
}

.objetivo p {
    text-align: center;
}

.objetivo h3 {
    color: #fff;
    font-size: 25px;
}

.objetivo p,
ul {
    color: #fff;
}

#section-html-modulo_1 {
    position: relative;
    padding: 1px;
}

#section-html-modulo_1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    background-image: url(/https://images.tcdn.com.br/img/img_prod/694460/bocuda_plataforma_para_colheita_de_milho_633_1_20250404182659.jpg);
    background-color: #000000;
    opacity: 0.2;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;
}

#section-html-modulo_3 .col-md-8 h2 {
    font-size: 44px;
}

#section-html-modulo_3 p {
    font-size: 24px;
}

#section-html-modulo_3 .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-html-modulo_3 .col-md-4 a {
    font-size: 20px;
    font-weight: 600;
    background: #0cb544;
    padding: 13px 45px;
    color: #fff;
    border-radius: 30px;
    outline: 4px solid #ddd;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
}

#section-html-modulo_3 .col-md-4 a:hover {
    background: #0bcc4a;
    outline: 4px solid #51bafa9c;
}

#section-html-modulo_3 {
    background: url(/arquivos/img-chamada_2.jpg?no-cache=1698067170583);
    padding: 1px;
    background-position: center;
    background-repeat: no-repeat;
}

#section-html-modulo_3 h2 {
    color: #fff;
}

#section-html-modulo_3 p {
    color: #fff;
}

.btn-primary:hover {
    background-color: #367f3b;
    border-color: #367f3b;
    outline: 4px solid #24d11c85;
}

#section-servicos .card.card-servicos .card-body .card-title:hover {
    outline: 4px solid #24d11c85;
}

.section-capa {
    background-size: auto;
}

.section-capa h1 {
    background: #29472be0;
    color: #fff;
    padding: 8px 80px;
    border-radius: 30px;
}

.botao-slide a {
    border-radius: 30px;
}

header .social-icons.social-icons-medium a:hover i {
    color: transparent;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

@media(max-width:720px) {
    .titulo-slide {
        font-size: 75px !important;
        line-height: 63px;
    }

    #section-html-modulo_1 .col-md-4 {
        margin-bottom: 20px;
    }

    #section-html-modulo_3 .col-md-8 h2 {
        font-size: 23px;
        text-align: center;
    }

    #section-html-modulo_3 p {
        color: #fff;
        text-align: center;
        font-size: 15px;
    }

    #section-html-modulo_3 .col-md-4 a {
        font-size: 15px;
        padding: 10px 24px;
    }

    section#section-html-modulo_2:before {
        visibility: hidden;
    }
}

.colheita {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

p.sub-text {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    margin-top: -21px;
    margin-left: 4px;
}

small {
    display: none;
}

/**/

nav.categoria-de-pecas {
    display: flex;
    margin-top: 110px;
    justify-content: center;
}

.categoria-de-pecas ul {
    display: flex;
    margin-bottom: 0;
}

.categoria-de-pecas li {
    margin: 1em 4em;
}

.nav-pecas.d-flex.justify-content-center {
    margin-top: 111px;
}

.nav-pecas.d-flex.justify-content-center {
    background: linear-gradient(360deg, rgba(10, 69, 37, 1) 0%, rgba(16, 115, 60, 1) 100%);
}

.nav-pecas nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: transparent !important;
}

.nav-pecas .nav-item a {
    color: #fff !important;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-pecas .dropdown-menu {
    max-height: 45vh;
    overflow: auto;
}

.nav-pecas a.dropdown-item {
    color: #212529 !important;
    text-transform: none !important;
}

.nav-pecas p.categorias.txt {
    margin: 0em !important;
    color: #fff !important;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

p.ver-categorias {
    line-height: normal !important;
    margin: 0 !important;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-pecas button.navbar-toggler.collapsed {
    border-color: #fff;
    padding: 0.25rem 0.75rem;
}

div#navbarSupportedContent {
    font-size: 1.20rem;
}