/**** Carrossel Produtos ****/
.toolset_divi_view_2 .nat-swiper-outer {
    position: relative;
    max-width: 1280px;
    margin: 48px auto 0 auto;
}

.toolset_divi_view_2 .nat-swiper {
    overflow: hidden;
}

.toolset_divi_view_2 .swiper-button-next,
.toolset_divi_view_2 .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    color: #62bb46;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 10;
    border: none;
    background-image: none !important;
}

.toolset_divi_view_2 .swiper-button-next {
    right: -32px;
}

.toolset_divi_view_2 .swiper-button-prev {
    left: -32px;
}

.toolset_divi_view_2 .swiper-button-next:after,
.toolset_divi_view_2 .swiper-button-prev:after {
    font-size: 1em;
    font-weight: bold;
}

.toolset_divi_view_2 .nat-slide {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    text-align: center;
}

.toolset_divi_view_2 .nat-imgwrap {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 220px;
    max-height: 320px;
    overflow: hidden;
    margin-bottom: 1em;
}

.toolset_divi_view_2 .nat-imgwrap img {
    width: auto;
    height: 100%;
    max-height: 320px;
    object-fit: contain;
    object-position: bottom center;
    display: block;
}

.toolset_divi_view_2 .nat-slide-titulo {
    font-size: 34px;
    font-weight: bold;
    color: #4ea543;
    margin-bottom: 0.3em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.toolset_divi_view_2 .nat-slide-desc {
    color: #33260c;
    font-size: 26px;
    margin-bottom: 5px;
}

.toolset_divi_view_2 .nat-slide-linha {
    color: #33260c;
    font-size: 26px;
    margin-bottom: 1em;
}

.toolset_divi_view_2 .nat-botao {
    font-family: 'Monsterrat', sans-serif;
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background: #57ab4e;
    color: #f9ecd0;
    padding: 0.75em 2em;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background 0.2s;
    margin-bottom: 1.2em;
}

.toolset_divi_view_2 .nat-botao:hover {
  background: #3e7a29;
}
@media (max-width: 1100px) {
  .toolset_divi_view_2 .nat-slide { height: 360px; }
}
@media (max-width: 700px) {
  .toolset_divi_view_2 .nat-slide { height: auto;  }
  .toolset_divi_view_2 .nat-imgwrap { max-height: 100%; }
    .toolset_divi_view_2 .nat-imgwrap img {max-width: 90%;}

}

/* Tablet e mobile: esconder setas */
@media (max-width: 980px) {
  .toolset_divi_view_2 .swiper-button-next,
  .toolset_divi_view_2 .swiper-button-prev {
    display: none !important;
  }
}