#search_section_home {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: url("../images/banner/bgs/bg-topo.png") center no-repeat;
  background-size: cover;
}

#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: 280px;
  -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;
}

#tags_search .tags_gray {
  background: var(--whiteColor);
}

/* ============================= */
/* 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;
}

#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 {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background: url("../images/banner/bgs/bg_beneficios_home.jpg") center no-repeat;
  background-size: cover;
}

#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;
}

.quem_compra h3 { color: var(--mainColor); }
.quem_vende h3 {color: #3f8ea2; }
.quem_vende .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;
}


@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;
  background: #f2f2f2;
  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 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.1);
}

.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 {
  padding: 70px 0;
}

.cover_marcas {
  width: 100%;
  height: 70px;
  position: relative;
  overflow: hidden;
}

.cover_marcas img {
  max-height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}

/* ============================= */
/* FIM MARCAS PARCEIRAS */
/* ============================= */


.blog_section { 
  padding: 0 0 30px 0; 
}

#carousel_blog {
  min-height: 570px;
}

.box_blog {
  width: 100%;
  height: auto;
}

.box_blog .cover {
  width: 100%;
  height: 370px;
  background: #eee;
  overflow: hidden;
  border-radius: 10px;
  transition: .2s;
}

.box_blog h2 {
  font-weight: 400;
  font-size: var(--sizeText28);
  line-height: var(--sizeText28);
  color: var(--grayDark);
  margin: 10px 0 15px 0;
  transition: .5s;
}

#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 {
    width: 100%;
    height: auto;
    min-height: 1115px;
    background: url("../images/banner/bgs/bg_beneficios_home_mobile_v3.png") center no-repeat;
    background-size: cover;
  }

  .card_benefits {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px;
    margin: 10px auto;
  }

  #semexe_midia {
    padding: 30px 0;
  }

  .card_midia {max-width: 90%;}
}


@media (max-width: 900px) {

  #search_section_home {
    padding: 20px 0;
    background: url("../images/banner/bgs/bg-topo-mobile-v2.png") center no-repeat;
    background-size: cover;
    text-align: center;
  }

  #search_section_home .col6 {
    width: 100%;
  }

  #search_section_home h1 {
    font-size: var(--sizeText28);
    margin-bottom: 100px;
  }

  #search_section_home .btn_default {
    margin: 0 auto;
  }

  /* ============================= */
  /* FIM BUSCA */
  /* ============================= */


  .card_category {
    width: 46%;
    margin: 2%;
    height: 180px;
    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: #fff;
    width: 100%;
    bottom: -1px;
  }
  
  .card_category .text h2 {
    color: var(--grayDark);
    font-weight: 300;
    padding: 17px 0;
  }
  
  .img_category {
    width: 100%;
    height: 100%;
  }
  
  .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: 0 0 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: 270px;
}

.box_blog h2 {
  font-size: var(--sizeText20);
  line-height: var(--sizeText24);
}



}