#parceiros {
    margin-bottom: 155px;
}
#parceiros .btn-border{
    --border-color: #EE3831;
  --color: #EE3831;
  --color-hover: #fff;
  --bg-icon: #EE3831;
  --bg-hover: #EE3831;
  --width:200px;
}
#parceiros .container-title .title {
  margin-bottom: 30px;
  color: var(--PRINCIPAL-RED, #ee3831);
  text-align: center;

  /* Head/H2 */
  font-family: var(--font);
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px; /* 100% */
  text-transform: uppercase;
}
#parceiros .container-title .sub-title-section {
  color: var(--principal-00416-a, #00416a);
  text-align: center;

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
#container-logistica{
    padding: 100px 0;
}
#logistica {
    padding: 60px 0;
  --wh: 35px;
  --ftz-title: 20px;
  --ftz-text: 16px;
}
#logistica .item {
  position: relative;
}
#logistica .item::after {
  --width: var(--wh);
  --height: var(--wh);
  content: " ";
  background: url("../img/icons/icn_seta.png") no-repeat center;
  background-size: contain;
  width: var(--width);
  height: var(--height);
  display: inline-block;
  position: absolute;
  top: calc(50% - calc(var(--width) / 2));
  right: calc(100% - calc(var(--height) / 2));
  z-index: 1;
}
#logistica .item:first-child::after {
  display: none !important;
}
#logistica .bg {
  min-height: 251px;
  border-radius: 12px;
  background: var(--principaldde-5-ed, #dde5ed);
  padding: 24px 15px;
}
#logistica .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#logistica .icon .icn {
  border-radius: 128px;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 56px;
  height: 56px;
  background: #ffffff var(--img) no-repeat center;
  padding: 12px 12.5px 12px 11.5px;
  display: block;
}
#logistica .icon .fone {
  --img: url("../img/icons/icn_fone.png");
}
#logistica .icon .paper {
  --img: url("../img/icons/icn_paper.png");
}
#logistica .icon .paper_search {
  --img: url("../img/icons/icn_paper_search.png");
}
#logistica .icon .cart_check {
  --img: url("../img/icons/icn_cart.png");
}
#logistica .icon .delivery {
  --img: url("../img/icons/icn_entrega_24.png");
}
#logistica .icon .numero {
  display: flex;
  padding: 1px 7.5px 3px 8.5px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 128px;
  background: var(--principal-00416-a, #00416a);
  color: var(--principaldde-5-ed, #dde5ed);
  text-align: center;
  font-family: var(--font);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  height: 32px;
  width: 32px;
  margin-top: 9px;
}
#logistica .container-descricao {
}
#logistica .container-descricao h3 {
  color: var(--principal-00416-a, #00416a);

  /* Head/H3 */
  font-family: var(--font);
  font-size: var(--ftz-title);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  line-height: 24px; /* 120% */
}
#logistica .container-descricao .text {
  color: var(--principal-00416-a, #00416a);
  text-align: center;
  /* Body/Body_02 */
  font-family: var(--font-second);
  font-size: var(--ftz-text);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


#container-setores{
    margin-bottom: 100px;
}
/* #container-setores .title-section{
    margin-bottom: 30px;
} */
#container-setores .items-muito-mais{
        min-height: 250px;
    max-width: 210px;
}
#container-setores .items-muito-mais .quadro{
    border-radius: 16px;
    background: var(--principaldde-5-ed, #DDE5ED);
    height:270px !important;
}
#container-setores .item .title{
  font-size: 23px;
}
#container-setores .item{
  margin-top:20px
}
#container-setores .items-muito-mais h4{
    color: var(--principal-00416-a, #00416A);
    /* Head/H4 */
    font-family: var(--font);
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
#container-avaliacoes .item{
    padding: 0 24px;
    margin-left: -24px;
}
#container-avaliacoes .quadro{
    padding: 24px;
    border-radius: 16px;
    background: var(--principaldde-5-ed, #DDE5ED);
    min-height: 300px;
}
#container-avaliacoes .quadro .crase {
    margin-right: 20px;
}
#container-avaliacoes .quadro .crase{
    width: 70px;
    height: 44px;
    background: url('../img/icons/icn_crase.png') no-repeat center;
    display: block;
}

#container-avaliacoes .container-img{
    margin-right: 20px;
}
#container-avaliacoes .img-cliente{
    border-radius: 50%;
    width: 72px;
    height:72px;
}
#container-avaliacoes .texto{
    color: var(--principal-00416-a, #00416A);

    /* Body/Body_01 */
    font-family: var(--font-second);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 30px;
}
#container-avaliacoes .nome{
    color: var(--principal-00416-a, #00416A);

    /* Head/H5 */
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 120% */
}
#container-avaliacoes .cargo{
    color: var(--PRINCIPAL-RED, #EE3831);

    /* Head/H5 */
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

#container-avaliacoes .owl-nav {
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: 60px;
}
#container-avaliacoes .owl-nav button {
  background: var(--img) no-repeat center;
  width: 30px;
  margin: 0 6px;
}
#container-avaliacoes .owl-nav .owl-prev {
  --img: url("../img/icons/icn_arrow_right.svg");
  rotate: -180deg;
}
#container-avaliacoes .owl-nav .owl-next {
  --img: url("../img/icons/icn_arrow_right.svg");
}

#owl-parceiros .owl-nav {
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: 60px;
}
#owl-parceiros .owl-nav button {
  background: var(--img) no-repeat center;
  width: 30px;
  margin: 0 6px;
}
#owl-parceiros .owl-nav .owl-prev {
  --img: url("../img/icons/icn_arrow_right.svg");
  rotate: -180deg;
}
#owl-parceiros .owl-nav .owl-next {
  --img: url("../img/icons/icn_arrow_right.svg");
}



@media (max-width: 1024px) {
   #logistica .item {
    margin-bottom: 16px;
  }
  #logistica .item::after {
    rotate: 90deg;
    bottom: calc(100% - calc(var(--width) / 2));
    right: inherit;
    left: calc(50% - calc(var(--width) / 2));
    top: inherit;
  }
}