.background_white_1{
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 36px 0px;
  margin-top: 30px;
  height: max-content;
  background-color: #ffffff;
}
.background_white_2 {
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 36px 0px;
  margin-top: 30px;
  margin-bottom: 48px;
  height: max-content;
  background-color: #ffffff;
}
.background_white {
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 36px 0px;
  margin-top: 48px;
  height: max-content;
  background-color: #ffffff;
  box-shadow: 0px 1px 22px 0px #e5e5e5;
  border-radius: 3px;
}
/* Carrosel de banners  */
.banners_carousel{
  box-shadow: none !important;
  border: none !important;
}
/* Banner menor  */
.secondary_banner{
  position: relative;
  height: 350px;
  border:1px solid #d5d5d5;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.secondary_banner:hover img{
  transform: scale(1.06);
}
.secondary_banner img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
/* Diferenciais  */
.father_differentials{
  background-color:var(--tertiary-color);
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 10px #8787874F; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.father_differentials:hover{ box-shadow: 0px 11px 30px #8787874F; }
.differential{
  min-width: 25%;
  height: 155px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color:#2b2b2b
}
.differential h6{
  margin-top:10px;
  font-weight: 500;
  color:var(--subtitle-color);
}
.differential span{
  position: relative;
  bottom:6px;
  font-size:14px;
  color:var(--highlighted-text-color);
}


/* INICIO DEFAULT.CSS KANGUU */
/* INICIO DEFAULT.CSS KANGUU */
/* INICIO DEFAULT.CSS KANGUU */
/* INICIO DEFAULT.CSS KANGUU */
.arrow-slick-df{
  position: absolute;
  top:58px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width:100%;
  pointer-events: none;
  opacity:1;
}
.arrow-slick-df span{
  background-color: #fff;
  opacity: 1;
  padding: 0px;
  margin: 0px;
  width: 52px;
  height: 52px;
  border:none;
  box-shadow: 0px 0px 2px 0px #505050;
  pointer-events: all;
  transition: all 0.2s ease;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  color:var(--color-main);
}
.arrow-slick-df span:hover{
  color:#fff;
  background-color: var(--color-main);
}
.slick-arrow{	display: none !important;}
.ft-slick-cards{
  position: relative;
  width:calc(100% - 50px);
  left:24px;
}
.card-df{
  cursor: pointer;
}
.img-card-df{
  position: relative;
  width: calc(100% - 14px);
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-left:7px;
  margin-left:7px;
}
.img-card-df img{ 
  transition: all 1s ease;
  width: 100%;
  height: 100%;
}
.name-card-df{
  text-align: center;
  width: 100%;
  font-size: 22px;
  padding-top:15px;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.3s ease;
}
.img-card-df:hover.img-card-df img{
  transform: scale(1.07);
}
.img-card-df:hover ~ .name-card-df{
  color: var(--color-main);
}
.slick-dots{
  top:234px !important;
}
.slick-dots li{
  width: 12px !important;
  height: 12px !important;
  margin: 0 4px !important
}
.slick-dots li button{
  width: 12px !important;
  height: 12px !important;
}
.slick-dots li button::before{
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  border-radius:50%;
  opacity: 1 !important;
  background: var(--color-main);
}
.slick-dots .slick-active button::before{
  opacity: 1 !important;
  border:2px solid var(--color-main) !important;
  background: none;
}
/* FIM DEFAULT.CSS KANGUU */
/* FIM DEFAULT.CSS KANGUU */
/* FIM DEFAULT.CSS KANGUU */
/* FIM DEFAULT.CSS KANGUU */


/* Titulo e subtitulo das seções */
.tt-stt-df{
  font-size: 32px !important;
  text-align: center;
  font-family: var(--title-source);
}
.tt-stt-df h1{font-size: 32px;}
.tt-stt-df p{
  font-size:16px;
  font-family:var(--text-source);
  color:#A4A4A4;
  padding-top: 10px;
  margin: 0;
}
.tt-stt-df::after{
  position: relative;
  content: "";
  width: 10%;
  max-width: 100px;
  height: 2px;
  display: inline-block;
  background-color: var(--secondary-color);
}
.container_title_featured_products h1{
  font-size: 28px;
  text-align: left;
  }
.container_title_featured_products::after{
  content: none;
}
.view_more_products{
  --transition-buttom:all 0.3s ease;
  position: relative;
  width:100%;
  height:48px;
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 24px;
  border:1px solid var(--title-color);
  cursor:pointer;
  transition: var(--transition-buttom);
}
.view_more_products:hover{
  background-color: var(--title-color);
}
.view_more_products:before{
  color:var(--title-color);
  content: 'VER MAIS';
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size:20px;
  transition: var(--transition-buttom);
}
.view_more_products:hover:before{ top:-30px; }
.view_more_products:after{
  color:#ffffff;
  content: 'PRODUTOS';
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  top:140%;
  font-size:20px;
  transition: var(--transition-buttom);
}
.view_more_products:hover:after{ top:50%; }
#banner_main{
  display: block !important;
}
#banner_main_phone{
  display: none !important;
}

/* RESPONSIVIDADE */
@media(orientation:portrait){
  #banner_main{
    display: none !important;
  }
  #banner_main_phone{
    display: block !important;
  }
}
@media(max-width: 767px) {
  .father_content_box_primary{
    margin-bottom: 20px;
  }
  .father_contain_new_products{
    margin-bottom: 20px;
  }
  .secondary_banner{
    margin-bottom: 20px;
  }
}
@media(max-width: 564px) {
  .arrow-slick-df {
    top: 38%;
  }
}
@media(max-width: 768px) {
  .arrow-slick-df {
    top: 32%;
  }
}
@media(max-width: 1024px) {
  .arrow-slick-df {
    top: 26%;
  }
}
@media(max-width: 768px){
    .align_input_header_main {
      margin: 0px 10px;
    }
}




#banners_primarys{
}
#carousel_categorys{
}
#products{
}
#banners_secondarys{
}
#institucional{
}
#subscribe{
}






/* CONTEÚDO INSTITUCIONAL */
/* CONTEÚDO INSTITUCIONAL */
/* CONTEÚDO INSTITUCIONAL */
.container_subscribe{
  width: 100%;
  height: 350px;
  padding: 34px 0px;
  background-image: url(../../files/background_subscribe.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.container_white{
  width: 100%;
  /* height: 360px; */
  /* margin: 34px 0px; */
  padding: 34px 0px;
  background-color: #ffffff;
}
.container_left{
  width: 100%;
  /* border: 1px solid red; */
}
.container_right{
  position: relative;
  width: 100%;
  /* height: 200px; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
  /* border: 1px solid red; */
}
.text_content_subscribe{
  width: 100%;
  /* border: 1px solid blue; */
}
.text_content_subscribe h3{
  font-size: 28px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  color: var(--title-color);
  font-weight: 700 !important;
}
.container_input{
  max-width: 550px;
  display: flex;
  /* border: 1px solid green; */
}
.container_input input{
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  background-color: #ffffff;
  border: 1px solid #DCDCDC;
}
.container_input button{
  width: 250px;
  height: 48px;
  border: none;
  color: #ffffff;
  background-color: #101412;
}
.container_ligh_text{
  width: 100%;
  /* padding: 0px 0px 0px 30px; */
  /* border: 1px solid red; */
  color: #C6C6C6;
}
.container_ligh_text p{
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
  
}
.container_ligh_text span{
  text-decoration: underline;
}
.logo_content{
  width: 100%;
  margin-left: 60px;
}
/* CONTEÚDO INSTITUCIONAL */
/* CONTEÚDO INSTITUCIONAL */
/* CONTEÚDO INSTITUCIONAL */
@media(orientation:portrait) {
  .container_subscribe{
    height: max-content;
  }
  .container_white{
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px;
  }
  .text_content_subscribe h3{
    font-size: 14px;
    padding-bottom: 20px;
  }
  .container_input input{
    height: 32px;
  }
  .container_input button{
    width: 200px;
    height: 32px;
    font-size: 12px;
  }
  .container_ligh_text p{
    font-size:8px;
  }
  .logo_content{
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .logo_content{
    display: block ; 
  }
}