#search_section_home { 
  width: 100%;
  /* height: 450px; */
  height: 27em;
  padding: 8.5em 0;
  background: url("https://img.imageboss.me/semexe-gcp/cover:center/2000x714/dpr:2,quality:auto,fill-color:ffffff,format:auto/images/nova_home/banner/desktop-avancini.webp") center no-repeat;
  /* background: url("https://img.imageboss.me/semexe-gcp/cdn/images/nova_home/banner/desktop-avancini.webp") center no-repeat; */
  background-size: cover;
  position: relative;
}

#search_section_home .tagbar_description {
  background: #27b67d;
  padding: 0.7em 11em;
  color: white;
  font-size: 15px;
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

#search_section_home .tagbar_description:before {
  content: "";
  position: absolute;
  bottom: 4em;
  right: 40em;
  width: 100%;
  height: 12em;
  background-color: #00694a;
  transform-origin: right;
  transform: skewY(-70deg);
  z-index: 2;
}

#search_section_home .tagbar_description:after {
  content: "";
  position: absolute;
  top: 0;
  right: 42em;
  width: 100%;
  height: 100%;
  background-color: #00694a;
  transform-origin: left bottom;
  transform: skewY(0deg);
  z-index: 1;
}

#search_section_home .container_geral_semexe {
  max-width: 1100px;
  position: relative;  
}

#search_section_home h1 {
  font-weight: 400;
  color: var(--whiteColor);
  font-size: var(--sizeText36);
  line-height: 40px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

#search_section_home form {
  width: 100%;
  height: 40px;
  border-radius: 100px;
  position: relative;
  margin: 15px auto 20px auto;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  background: var(--whiteColor);
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

#search_section_home form input,
#search_section_home form button {
  width: 100%;
  height: 35px;
  border: 0;
  background: transparent;
}

#search_section_home form input {
  width: 90%;
}

#search_section_home form button {
  width: 10%;
  line-height: 50px;
  cursor: pointer;
}

#search_section_home .btn_default {
  max-width: 250px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
}

#tags_search {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

#tags_search .tags_gray {
  width: auto;
  display: inline-flex;
  padding: 7px 20px;
  margin: 5px;
  margin-left: 0;
  border-radius: 8px;
  color: #ffff;
  border: 1px solid rgba(153, 153, 153, 0.164);
  font-size: var(--sizeText14);
  transition: .3s;
  background: #a29f9fb0;
  font-weight: 300;
  gap: 10px;
}

/* ============================= */
/* FIM BUSCA */
/* ============================= */


#banner_highlights {
  width: 100%;
  height: auto;
  padding: 40px 0;
  overflow: hidden;
}

#banner_highlights .owl-nav .owl-next,
#banner_highlights .owl-nav .owl-prev {
	position: absolute;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	cursor: pointer;	
	display: block;
	z-index: 99999;
  width: 33px;
  height: 33px;
  top: calc(50% - 16px);
}

#banner_highlights .owl-nav .owl-prev {
	left: 2%;
}

#banner_highlights .owl-nav .owl-next {
	right: 15%;
}

#banner_highlights .owl-stage-outer {  
  width: 100%;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}

#items_banner_highlights {
  width: 115%;
  z-index: 9;
  padding-left: 5%;
}

.item_banner_highlights {
  width: 950px;
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
  display: inline-block;
  margin: 0 0 0 0;
}

.item_banner_desk {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
}

.item_banner_mobile {
  display: none;
}

@media (max-width: 1100px) {

  .item_banner_highlights {
    width: 900px;
    height: 120px;
    margin: 0 0 0 0;
  }
}

@media (max-width: 1000px) {
  .item_banner_highlights {
    width: 100%;
    height: auto;
  }

  #banner_highlights .owl-stage-outer {  
    width: 100%;
    height: auto;
  }

  .item_banner_desk {
    display: none;
  }

  .item_banner_mobile {
    display: block;
  }

}

@media (min-width: 1500px) {
  #banner_highlights {
    background: #fff;
    max-width: 1240px;
    margin: 0 auto;
    overflow: visible;
  }

  #items_banner_highlights {
    width: 100%;
    padding-left: 0;
  }

  #banner_highlights .owl-nav .owl-prev {
    left: -3%;
  }
  
  #banner_highlights .owl-nav .owl-next {
    right: -3%;
  }

  
}



/*
@media (max-width: 1200px) {
  #banner_highlights {
    background: #f00;
    overflow: hidden;
  }

  #banner_highlights .container_geral_semexe {
    max-width: 110%;
    width: 110%;
    margin-left: 5%;
  }
  
  .item_banner_highlights {
    width: 100%;
    height: 120px;
    margin: 0 0 0 0;
  }


}


@media (max-width: 1100px) {
  #banner_highlights {
    background: #f0f;
    overflow: hidden;
  }

  #banner_highlights .container_geral_semexe {
    max-width: 110%;
    width: 110%;
    margin-left: 5%;
  }
  
  .item_banner_highlights {
    width: 100%;
    height: 250px;
    margin: 0 0 0 0;
  }

  #banner_highlights .owl-stage-outer {  
    height: auto;
  }
  
  .item_banner_desk {
    display: none;
  }

  .item_banner_mobile {
    display: block;
  }
  


}


/*
@media (max-width: 1200px) {
  .item_banner_highlights {
    width: 900px;
    margin-right: 0;
  }
}

@media (max-width: 1100px) {
  #banner_highlights {
    background: #ff0;
    overflow: hidden;
  }

  #banner_highlights .container_geral_semexe {
    max-width: 110%;
    width: 110%;
    margin-left: 5%;
  }

  #banner_highlights .owl-stage-outer {  
    width: 100%;
    height: auto;
  }

  .item_banner_highlights {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .item_banner_desk {
    display: none;
  }
  
  .item_banner_mobile {
    width: 100%;
    display: block;
  }

}
*/

/* ============================= */
/* FIM BANNER HOME */
/* ============================= */



#category_section {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

#category_section .title_default_main {
  margin-bottom: 20px;
}

.card_category {
  width: 19%;
  margin: 0.5%;
  height: 105px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--gray);
  position: relative;
}

.card_category .icon {
  width: 50px;
  height: 45px;
  margin: 0 auto 7px auto; 
  transition: .3s;
}

.card_category .text {
  position: absolute;
  inset: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.card_category .text h2 {
  color: var(--gray);
  font-size: var(--sizeText20);
  font-weight: 400;
}

.img_category {
  width: 100%;
  height: 105px;
}

.img_category img {
  opacity: 0;
  transition: .5s;
}

.card_category:hover .img_category img {
  opacity: 1;
}

.card_category:hover .text h2 {
  color: var(--whiteColor);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.card_category:hover .icon {
  height: 0;
  overflow: hidden;
}

/* ============================= */
/* FIM CATEGORIAS */
/* ============================= */

#benefits_home {
  aspect-ratio: 1920 / 500;
  position: relative;
  width: 100%;
  margin: 20px 0 5px 0;
  overflow: hidden;
}

#benefits_home picture,
#benefits_home img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.benefits-height,
.banner-content {
  position: relative;
  z-index: 1; /* conteúdo acima da imagem */
}

.banner-content {
  text-align: center;
  color: white;
  padding: 1rem;
  max-width: 90%;
  margin: 0 auto;
}

#benefits_home .title_default_main h1,
#benefits_home .title_default_main h2 {
  color: var(--whiteColor);
  margin: 0;
}

#benefits_home .title_default_main h2 {
  margin-top: 10px;
}

#benefits_home .flex_row_between {
  align-items: stretch;
}

.card_benefits {
  width: 48%;
  height: auto;
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
}

.carousel_quem_compra,
.carousel_quem_vende {
  width: 100%;
  position: relative;
}

.carousel_quem_compra p,
.carousel_quem_vende p {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 0px 0;
  font-size: var(--sizeText17);
  line-height: var(--sizeText24);
  font-weight: 400;
  color: var(--grayDark);
  height: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.carousel_quem_compra span,
.carousel_quem_vende span {
  display: block;
}

.card_benefits h3 {
  font-weight: 400;
  font-size: var(--sizeText28);
  margin: 20px 0 10px 0;
  color: #3f8ea2;
}

.card_benefits .btn_default { background: #3f8ea2; }

.card_benefits .btn_default,
.card_benefits .btn_border {
  max-width: 270px;
  margin: 15px auto 0 auto;
  font-weight: 300;
}

.arrows_carousel_beneficios .owl-nav .owl-next,
.arrows_carousel_beneficios .owl-nav .owl-prev {
	position: absolute;
	opacity: 1;
	cursor: pointer;	
	display: block;
	z-index: 99999;
  width: 33px;
  height: 33px;
  top: calc(50% - 30px);
}

.arrows_carousel_beneficios .owl-nav .owl-prev {
	left: 0;
}

.arrows_carousel_beneficios .owl-nav .owl-next {
	right: 0;
}

/* Vitrine */
.product_image_slider .owl-dots {
  display: flex;
  justify-content: center;
  margin-bottom: -7px;
}

@media (min-width: 2000px) {
  #benefits_home {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 50px 0;
  }

  #benefits_home .container_geral_semexe {
    max-width: 1200px;
  }
}


/* ============================= */
/* FIM BENEFICIOS */
/* ============================= */


#semexe_midia {
  width: 100%;
  height: auto;
  padding: 70px 0;
  position: relative;
}

.carrossel_na_midia {
  width: 100%;
  position: relative;
}

.card_midia {
  width: 95%;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  margin: 15px auto;
  -webkit-box-shadow: 0px 3px 13px 0px rgb(50 50 50 / 40%);
  -moz-box-shadow: 0px 3px 13px 0px rgb(50 50 50 / 40%);
  box-shadow: 0px 3px 13px 0px rgb(50 50 50 / 40%);
}

.card_midia h3 {
  color: var(--grayDark);
  font-size: var(--sizeText18);
  font-weight: 300;
  line-height: var(--sizeText24);
  -webkit-line-clamp: 4;
  height: 65px;
  overflow: hidden;
}

.cover_midia {
  width: 100%;
  height: 50px;
  background: #fff;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.cover_midia img {
  max-width: 100px !important;
  max-height: 100%;
  position: absolute;
  margin: auto 0;
  inset: 0;
}

.card_midia .text_ellipsis {-webkit-line-clamp: 3;}


/* ============================= */
/* FIM NA MIDIA */
/* ============================= */



#marcas_home {
  margin-top: 30px;
  padding: 30px 0px 50px 0px;
  background-color: #f2f2f2;
}

@media (max-width: 900px) {

  #marcas_home {
    padding: 15px 0px 20px 0px;
    background-color: #f2f2f2;
  }

}

.cover_marcas {
  width: 100%;
  height: 45px;
  position: relative;
  overflow: hidden;
}

.cover_marcas img {
  max-height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}

/* ============================= */
/* FIM MARCAS PARCEIRAS */
/* ============================= */


.blog_section { 
  padding: 40px 0; 
}

#carousel_blog {
  min-height: 570px;
}

.box_blog {
  width: 100%;
  height: auto;
}

.box_blog .cover {
  width: 100%;
  height: 450px;
  background: #eee;
  overflow: hidden;
  border-radius: 10px;
  transition: .2s;
}

.box_blog h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: var(--grayDark);
  margin: 10px 0 15px 0;
  transition: .5s;
  display: block; 
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

/* #carousel_blog .owl-item.active.center .box_blog .cover {
  width: 100%;
  height: 470px;
  transition: .5s;
  margin: 0;
} */


@media (max-width: 900px) {

  #benefits_home .col8 {
    width: 100%;
  }
    
}


@media (max-width: 600px) {
  #benefits_home {
    height: 800px;
  }

  .banner-content {
    top: auto;
    bottom: 20px;
  }

  .card_benefits {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px;
    margin: 10px auto;
  }

  #semexe_midia {
    padding: 30px 0;
  }

  .card_midia {max-width: 90%;}

  .blog_section .owl-item {
    width: 300px!important;
  }

  #tags_search .tags_gray {
    width: auto;
    display: inline-flex;
    padding: 7px 20px;
    margin: 5px;
    border-radius: 8px;
    color: #ffff;
    border: 1px solid rgba(153, 153, 153, 0.164);
    font-size: var(--sizeText14);
    transition: .3s;
    background: #a29f9fb0;
    font-weight: 300;
    gap: 10px;
  }
}


@media (max-width: 900px) {

  #search_section_home {
    padding: 20px 0 0 0;
    background: url("https://img.imageboss.me/semexe-gcp/cover:center/400x200/dpr:2,quality:auto,fill-color:ffffff,format:auto/images/nova_home/banner/banner-mobile-avancine-v2.webp") center no-repeat;    background-size: cover;
    /* background: url("https://img.imageboss.me/semexe-gcp/cdn/images/nova_home/banner/banner-mobile-avancine-v2.webp?quality=60") center no-repeat;    background-size: cover; */
    text-align: center;
    height: 22em;
    background-position-x: 100% !important;
    position: relative;
  }

  #search_section_home .tagbar_description {
    background: #00694a;
    padding: 8px 0;
    color: white;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  #search_section_home .col6 {
    width: 100%;
  }

  #search_section_home h1 {
    font-size: var(--sizeText28);
    margin-bottom: 3em;
    margin-top: 2%;
    font-size: 23.5px;
  }

  h1.visible-phone.empty {
    margin-bottom: 5em !important;
  }

  #search_section_home .btn_default {
    margin: 0 auto;
  }

  /* ============================= */
  /* FIM BUSCA */
  /* ============================= */


  .card_category {
    width: 46%;
    margin: 2%;
    height: 110px;
    border-radius: 16px;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 1px, rgb(0 0 0 / 5%) 0px 2px 4px, rgb(0 0 0 / 5%) 0px 0px 8px;
    overflow: hidden;
    border: 0;
    position: relative;
  }
  
  .card_category .icon {
    display: none;
  }
  
  .card_category .text {
    inset: auto;
    background: transparent;
    width: 100%;
    bottom: -1px;
    height: 100%;
    background: #00000070;
  }
  
  .card_category .text h2 {
    color: white;
    font-weight: 500;
    padding: 17px 0;
  }
  
  .img_category {
    width: 100%;
    height: 100%;
    filter: blur(1px);
  }
  
  .img_category img {
    opacity: 1;
  }
  
  .card_category:hover .text h2 {
    /* color: var(--grayDark); */
    text-shadow: none;
  }
    
  /* ============================= */
  /* FIM CATEGORIAS */
  /* ============================= */





  .product_lists {
    max-width: 95%;
    margin: 0 auto;
  }

.blog_section { 
  padding: 30px 0; 
  overflow: hidden;
}

.blog_section .container_geral_semexe {
  width: 100%;
  max-width: 100%;
}

.blog_section .title_default_main {
  max-width: 90%;
  margin: 0 auto 20px auto;
}

#carousel_blog {
  width: 115%;
  padding-left: 5%;
  min-height: 100px;
}

.box_blog .cover {
  width: 100%;
  height: 370px;
}

.box_blog h2 {
  font-size: var(--sizeText20);
  line-height: var(--sizeText24);
}



}

/* Ajustes home CSCART */

.flex_row_between {
  height: inherit!important;
  align-items: center;
  margin-bottom: 15px;
}

body, html {
  scroll-behavior: smooth;
}

.card_benefits ul {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.benefits_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 240px;
  margin: 30px 0;
  margin-top: 60px;
}

.benefit_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benefit_item:not(:last-child) {
  border-right: 1px solid white;
}

.benefit_item img {
  width: 100px;
}

.benefit_item p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.ou_button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ou_button span {
  color: #fff;
}

#search_section_home form button {
  border-left: 1px solid #ddd;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#busca-header form button {
  border-left: 1px solid #ddd;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .ou_button {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
  }
  .ou_button span {
    margin-left: -30px;
  }
}

@media only screen and (max-width: 600px) {
  .benefits_items {
    grid-template-columns: 1fr!important;
    gap: 80px;
    margin-top: 100px!important;
  }
  .benefit_item {
    width: 100%!important;
    border: none!important;
    padding: 0!important;
    gap: 40px;
    flex-direction: row!important;
    justify-content: start;
  }
  .benefit_item p {
    text-align: start!important;
  }
}

li.image-content.bike_friday_line {
  position: relative;
}

li.image-content.bike_friday_line::before {
  position: absolute;
  content: 'Bike Friday';
  z-index: 1;
  background: black;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px;
  top: 25px;
  right: -100px;
  transform: rotate(45deg);
}

li.image-content.seminovos_line {
  position: relative;
}

li.image-content.seminovos_line::before {
  position: absolute;
  content: 'Flash Sale';
  z-index: 1;
  background: #ecb42b;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px;
  top: 25px;
  right: -100px;
  transform: rotate(45deg);
}

li.image-content.seminovos_line.flashsale_polar::before {
  background: #e11228;
  content: 'Open Box';
}

.cover_hover, .product_image_slider li {
  width: 100% !important;
  margin-top: 0 !important;
}

.tags_red {
  background: #e53631!important;
  border-color: #e53631!important;
}

span.envio_express {
  font-size: 12px;
  display: inline-flex;
  gap: 5px;
  background: #000;
  padding: 4px 5px;
  color: white;
  border-radius: 10px;
}

div.info_product strong {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

/* div#hubspot-messages-iframe-container {
  display: none !important;
} */