.items-categoria {
  margin: 0 20px;
}
.container-title {
  margin-top: 60px;
  margin-bottom: 60px;
  --color-title: #ee3831;
  --color-btn-color: #fff;
  --bg-btn-color: #00416a;
  --color-sub-title: #101820;
}
.container-title .btn-color {
  max-width: 180px;
  color: var(--color-btn-color);
  padding: 8px 16px;
  /* Subtitle/Subtitle */
  font-family: var(--font-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 100% */
  border-radius: 16px;
  background: var(--bg-btn-color);
}
.container-title .title {
  color: var(--color-title);
  text-align: center;
  width: 100%;
  /* Head/H2 */
  font-family: var(--font);
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px; /* 100% */
  text-transform: uppercase;
  margin: 10px 0;
}
.container-title .sub-title-section {
  color: var(--color-sub-title);
  font-family: var(--font-second);
  font-weight: 400;
  font-size: 16px;
}

#inicio {
  position: relative;
  width: var(--width-container);
  margin-top: 100px;
}
#banner {
  margin-top: 0;
  --frt-banner: 48px;
  --img: url("../img/bg_banner.jpg");
  --height-banner: 552px;
  --width-container-text: 100%;
  --position-bg: center;
}
#banner .bg-banner {
  background-image: var(--img);
  background-repeat: no-repeat;
  background-position: var(--position-bg);
  background-size: cover;
  min-height: var(--height-banner);
  border-radius: 12px;
}
#banner .title {
  color: var(--PRINCIPAL-RED, #ee3831);
  /* Head/H1 */
  font-family: var(--font);
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 8px;
}
#banner .sub-title {
  border-radius: 96px;
  background: var(--PRINCIPAL-RED, #ee3831);
  color: var(--principaldde-5-ed, #dde5ed);
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
}
#banner .descricao {
  color: var(--principaldde-5-ed, #dde5ed);
  font-family: var(--font-second);
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px; /* 142.105% */
  margin-bottom: 32px;
}
#banner .btn-border {
  --border-color: #ee3831;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --color: #ffffff;
  --radius: 4px;
}

#inicio .ctn-dot {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 11px;
}
#inicio .owl-dots {
  display: flex !important;
  position: relative;
  top: -50px;
  justify-content: center;
  align-items: center;
}
#inicio .owl-dot {
  background-color: #fff;
  width: 11px;
  height: 11px;
  margin: 0 3px;
  border-radius: 50%;
  border: none;
}
#inicio .owl-dot.active {
  background-color: #ee3831;
}


#owl-setores .items-setores img{
  width: auto;
}
#owl-setores .items-setores{
  max-width: inherit !important;
}
#owl-setores .owl-nav {
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: 60px;
}
#owl-setores .owl-nav button {
  background: var(--img) no-repeat center;
  width: 30px;
  margin: 0 6px;
}
#owl-setores .owl-nav .owl-prev {
  --img: url("../img/icons/icn_arrow_right.svg");
  rotate: -180deg;
}
#owl-setores .owl-nav .owl-next {
  --img: url("../img/icons/icn_arrow_right.svg");
}

#setores .btn-border {
  margin-top: 60px;
  --border-color: #ee3831;
  --color: #ee3831;
  --color-hover: #fff;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --radius: 4px;
}

#mapa {
  margin-top: 90px;
}
#mapa .bg {
  background-color: #00416a;
  padding: 100px 0;
  min-height: 650px;
  max-width: var(--width-container);
  border-radius: 20px;
  width: 100%;
}
#mapa .container-title {
  margin-top: 60px;
  margin-bottom: 60px;
  --color-title: #dde5ed;
  --color-btn-color: #fff;
  --bg-btn-color: #ee3831;
  --color-sub-title: #dde5ed;
}
#owl-parceiros .owl-stage{
  display: flex;
  align-items: center;
}
#owl-parceiros .container-img{
	display: flex;
  justify-content: center;
}
#parceiros .btn-border {
  margin-top: 60px;
  --width: 185px;
  --border-color: #ee3831;
  --color: #ee3831;
  --color-hover: #fff;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --radius: 4px;
}

#noticias {
  margin-top: 90px;
}
#noticias .bg {
  background: var(--principaldde-5-ed, #dde5ed);
  padding: 100px 0;
  min-height: 650px;
  max-width: var(--width-container);
  border-radius: 20px;
  width: 100%;
}
#noticias .container-title {
  margin-top: 60px;
  margin-bottom: 0px;
  --color-title: #ee3831;
  --color-btn-color: #fff;
  --bg-btn-color: #00416a;
  --color-sub-title: #101820;
}
#noticias .items-noticias {
  margin-top: 60px;
}

#noticias .btn-border {
  margin-top: 60px;
  --width: 170px;
  --border-color: #ee3831;
  --color: #ee3831;
  --color-hover: #fff;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --radius: 4px;
}

#owl-produtos .item-produto-destaque{
  max-width: inherit !important;
}
#owl-produtos .item-produto-destaque img {
	object-fit: contain;
	width: 250px;
	height: 210px;
	max-width: 100%;
}
#produto .bg {
  background: var(--principaldde-5-ed, #dde5ed);
  padding: 100px 0;
  min-height: 650px;
  max-width: var(--width-container);
  border-radius: 20px;
  width: 100%;
}
#produto .btn-border {
  margin-top: 60px;
  --width: 158px;
  --border-color: #ee3831;
  --color: #ee3831;
  --color-hover: #fff;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --radius: 4px;
}
#produto .separador {
  border-top: 1px solid #fff;
  margin-top: 105px;
  margin-bottom: 105px;
}
.btn-conheca.btn-border {
  margin-top: 60px;
  --width: 190px !important;
}
#produto .items-categoria .container-img {
	--bg-icon: #00416a;
	border-radius: 104px;
	background: var(--bg-icon);
	width: 110px;
	height: 110px;
	padding: 25px;
}

#container-produto-destaque .owl-nav {
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: 60px;
}
#container-produto-destaque .owl-nav button {
  background: var(--img) no-repeat center;
  width: 30px;
  margin: 0 6px;
}
#container-produto-destaque .owl-nav .owl-prev {
  --img: url("../img/icons/icn_arrow_right.svg");
  rotate: -180deg;
}
#container-produto-destaque .owl-nav .owl-next {
  --img: url("../img/icons/icn_arrow_right.svg");
}

.item-produto-destaque {
  max-width: 240px;
}
.item-produto-destaque .title {
  color: var(--principal-00416-a, #00416a);
  text-align: center;

  /* Head/H4 */
  font-family: var(--font);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.item-produto-destaque .sub-title {
  color: var(--principal-00416-a, #00416a);
  text-align: center;

  /* Subtitle/Subtitle_02 */
  font-family: var(--font-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.item-produto-destaque .container-img {
  min-height: 210px;
  display: flex;
  justify-content: center;
}


#owl-categoria .owl-nav {
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: 60px;
}
#owl-categoria .owl-nav button {
  background: var(--img) no-repeat center;
  width: 30px;
  margin: 0 6px;
}
#owl-categoria .owl-nav .owl-prev {
  --img: url("../img/icons/icn_arrow_right.svg");
  rotate: -180deg;
}
#owl-categoria .owl-nav .owl-next {
  --img: url("../img/icons/icn_arrow_right.svg");
}



#logistica {
  padding: 100px 0;
  --wh: 52px;
  --ftz-title: 28px;
  --ftz-text: 16px;
}
#logistica .container-title{
  margin-top:0;
}
#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: 144px;
  border-radius: 12px;
  background: var(--principaldde-5-ed, #dde5ed);
  padding: 24px;
}
#logistica .icon {
  margin-right: 16px;
}
#logistica .icon .icn {
  border-radius: 128px;
  background: var(--PRINCIPAL-WHITE, #fff);
  width: 56px;
  height: 56px;
  background: var(--img) no-repeat center;
  background-size: contain;
  display: block;
}
#logistica .icon .cart {
  --img: url("../img/icons/icn_cart_ok.png");
}
#logistica .icon .box {
  --img: url("../img/icons/icn_preparacao.png");
}
#logistica .icon .car {
  --img: url("../img/icons/icn_entrega.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-transform: uppercase;
}
#logistica .container-descricao .text {
  color: var(--principal-00416-a, #00416a);

  /* Body/Body_02 */
  font-family: var(--font-second);
  font-size: var(--ftz-text);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


#home-sobre {
    margin: 100px 0;
}
#home-sobre .btn-border {
  --border-color: #ee3831;
  --bg-icon: #ee3831;
  --bg-hover: #ee3831;
  --color: #ee3831;
  --radius: 4px;
}
#home-sobre .container-title{
    margin-left: 24px;
}
#home-sobre .sub-title-section{
    margin-top: 36px;
    margin-bottom: 36px;
}


@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;
  }
}

@media (max-width: 560px) {
 #banner .bg-banner {
  background-image: var(--img_mobile);
}
}

