a {
  text-decoration : none !important;
  color: rgba(132, 148, 167, 1);
}

/* /marcas/[marca]: keep the same bottom spacing as all banners. */
body.single-marcas .banner-dividido-layout.banner-linha-layout {
  margin-bottom: 0 !important;
}

/* /marcas/[marca]: override base banner-dividido bottom padding from component CSS. */
body.single-marcas .banner-dividido-layout__bg {
  padding-bottom: 0 !important;
}

/* /marcas/[marca]: spacing above line banner carousel */
body.single-marcas .linhas-slider.carrossel-linha-slider {
  margin-top: 100px;
}

/* Classe para mostrar elementos apenas em telas maiores que 768px */
.show-on-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .show-on-desktop {
    display: block !important;
  }
}

/* Classe para mostrar elementos apenas em telas menores que 768px */
.show-on-mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  .show-on-mobile {
    display: none !important;
  }
}

.produtos-header {
  color: white;
  background-color: #054887;
  margin-top: -5px;
  margin-bottom: 35px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;

  .produtos-header-side-image {
    display: none;
    right: 0px;
  }
}

.header-desktop {
  display: block;
}

.produtos-header-wrapper {
  overflow: hidden;
  padding-bottom: 48px;
}

.produtos-header-bottom-image-desktop {
  display: none;
  top: 200px;
  margin-bottom: -160px;
  margin-top: -165px;
  width: 100%;
}

.wave-background {  
  margin-bottom: -160px;
  margin-top: -165px;
  width: 100%;
}

.image-container-header {
  display: flex;
  flex-direction:column;
  justify-content: end;
  align-items:end;  
  width:100%;
}

.wave-image-desktop {    
  max-width:980px;
  /* max-height:490px; */
  margin-top: 0px;
  width: 100%;  
}


@media screen and (min-width: 1450px) {
  .wave-image-desktop {
    max-width:980px;
    /* max-height:490px; */
    margin-top: 50px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1449px)  {
  .wave-image-desktop {
    max-width:700px;
    /* max-height:350px; */
    margin-top: -50px;
    width: 100%;    
  }
}


.produtos-header-text-wrapper {
  h1 {
    font-family: 'ff5';
    font-size: 40px;
  }
  
  p {
    font-family: 'ff3';
    font-size: 18px;
    margin-top: 17px;
    margin-bottom: 100px;
  }
}

.produtos-page button {
  cursor: pointer;
}

.produtos-page button:disabled {
  cursor: initial;
}

 /* --------------- Breakpoints --------------- */

 @media screen and (min-width: 1600px) {
  .produtos-header-wrapper {
   
    padding-bottom: 0px  !important;
    margin-bottom: -120px !important;
  }
}

@media screen and (min-width: 1200px) {
  .produtos-header-wrapper {
    margin-bottom: -50px;

  }
}
@media screen and (min-width: 768px) {
  .produtos-header {
    width: 100vw;
    border-radius: 0px;
    margin-bottom: 210px;

    .produtos-header-side-image {
      display: initial;
      width: 100%;
    }
  }

  .produtos-header-wrapper {
  
    padding-bottom: 0px;
    position: relative;
  }



  /* .produtos-header-inner {
    display: flex;
  } */

  .produtos-header-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;      
  }

  @media screen and (min-width: 1450px) {
    .produtos-header-inner {
      display: flex;
      flex-direction: row;
      justify-content: space-around;  
      gap:20px;
    }
  }

  .produtos-header-bottom-image-desktop {
    display: initial;
  }

  .produtos-header-text-wrapper {
    

    h1 {
      font-family: 'ff4';
      font-size: 64px;
    }

    p {
      font-family: 'ff2';
      font-size: 20px;
    }
  }
}
.produtos-header-wrapper {
  padding-top: 5%;
}

@media (max-width: 1680px) {
  .produtos-header-wrapper {
    padding-top: 7%;
  }
}

@media (max-width: 1215px) {
  .produtos-header-wrapper {
    padding-top: 11%;
  }
}

@media (max-width: 792px) {
  .produtos-header-wrapper {
    padding-top: 11%;
  }
}

// HEADER MOBILE 
 .header-mobile-s-marca  {
  display: none !important;
}

 .background-color-mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #054887;    
  width: 100%;
  height: 300px;  
}

@media screen and (max-width: 767px){
  .header-desktop {
    display: none;
  }
  .header-mobile-s-marca {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .header-wrapper-mobile {
    min-height: 222px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    overflow: hidden;    
  }
  .header-inner-mobile {
    display: flex;  
  }
  
  .header-text-wrapper-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;    
    gap: 32px;
    
    h1 {
      font-family: 'ff4';
      font-size: 40px;
      color: #054887;
    }

    p {
      font-family: 'ff2';
      font-size: 18px;
      color: #065cac;
    }
    
  }
  .breadcrumb-text a {  
    font-family: 'ff2';
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: rgba(132, 148, 167, 1);
    text-decoration: none;   
    display: block ;
  }
  .breadcrumb span {    
    margin: 3px 5px;
  }

  .banner-header-mobile {
    position: absolute;
    top: 200px;    
    width: 100%;
    max-width: 480px;
  }

  .breadcrumb-highlight {      
    line-height: 27px;
    text-align: left;
    color: rgba(10, 60, 112, 1) !important;
  }
  
}



/* HEADER SECTION */
  .breadcrumb {    
    margin-bottom: 10px;  
    align-self: baseline;
  }

  .breadcrumb-highlight {      
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #FFF
  }
  
  .breadcrumb-text {  
    font-family: 'ff2';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    
    text-decoration: none;   
    display: block  
  }

    
  
  .breadcrumb span {    
    background-image: url("../img/breadcrumb-rightpointer.svg");
    width: 20px;
    height: 20px;    
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin: 6px 10px;
}
.breadcrumb span :hover {
    filter: saturate(3);
}

.header-marca {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.text-content-header{
    width:500px;    
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start !important;
    gap:30px;

}
.title {
    font-family: "ff4";
    font-size: 64px;
  }

.subtitle {
  max-width: 596px;
  font-family: "ff2";
  font-size: 19px;
  line-height: 28px;
}

/* @media screen and (min-width: 768px) and (max-width: 900px){
  .subtitle {
    max-width: 74%;    
    
  }
  
} */

.wave {
  display: inline;
  margin-top: -5px;  
}
      
/* SECTION GALLERY */


.gallery-section-background {
    background:  url("../img/marcas-Wave.png")  no-repeat center right;    

}

.container-s-marca {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 40px 0px;
    border-bottom: 1px solid rgba(221, 229, 232, 1) !important;
    border-size: 1px;
    border-color: ;
}
@media screen and (max-width: 768px) {
  .container-s-marca {
      border-bottom: none !important;
  }
}

.brand-logo-s-marca {
    flex: 1;
    text-align: left;
}

.brand-logo-image-s-marca{
    max-width: 150px;
    height: auto;
}

.brand-description-s-marca {
    display:flex;
    flex-direction: column;    
    max-width: 483px;
    max-height: 478px;
    padding: 0px 0px 56px 0px;
    gap: 20px;    
}

.brand-description-s-marca h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-family: "ff4";
    color: #054887;
}

.brand-description-s-marca p {
    font-size: 1.2em;
    line-height: 1.5;
    font-family: "ff2";
    color: #065cac;
}

.brand-gallery-s-marca {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 981px;
    max-height: 525px;
    gap: 8px;
    opacity: 0px;    
}

.gallery-container-s-marca {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap: 24px;
    min-width: 300px;
    min-height: 255px;
}

.gallery-item-s-marca {
    text-align: center;    
    gap: 0px;
    border-radius: 56px;
    opacity: 0px;
}

.gallery-item-s-marca-bg-color-1 {
    background: rgba(255, 252, 237, 1);
}
.gallery-item-s-marca-bg-color-2 {
    background: rgba(240, 247, 255, 1);
}
.gallery-item-s-marca-bg-color-3 {
    background: rgba(245, 238, 255, 1);
}
.gallery-item-s-marca-bg-color-4 {
    background: rgba(255, 240, 223, 1);
}


.gallery-image-s-marca-1 {
    max-width: 184px;
    height: 184px;    
}

.gallery-image-s-marca-2 {
    max-width: 152px;
    height: 152px;    
}

@media screen and (min-width: 501px)  and (max-width: 768px) {
  .gallery-section-background {
    background: #FFF;
  }
  .container-s-marca {
    gap: 80px;
    padding: 40px 20px 40px 20px;

  }
  .container-s-marca {
    border-bottom: none;
  } 
}

@media screen and (max-width: 500px) {
  ,.brand-logo-image-s-marca{
    margin-left: -10px;
    width: 140px;
    height: 80px;
}
  .brand-description-s-marca {
    padding: 00px 0px 0px 0px ; 
}
  .gallery-section-background {
    background: #FFF;

  }
  .container-s-marca {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 40px 20px;
    gap: 40px;
    border-bottom: none;

  }
  .brand-description-s-marca h1 {
    font-size: 32px;
    margin-bottom: 24px;
    font-family: "ff4";
}

.brand-description-s-marca p {
    font-size: 18px;
    line-height: 1.5;
    font-family: "ff2";
    

}
}

/* ----------------------- SECTION DESCRIPTION */

.description-section-container {
 padding: 60px 0 60px 0; 
}
.description-section-images  img {
  width: 100%;
  max-width: 450px;
}
.description-section-background {
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
  max-width: 1480px;
  height: 362px;
  padding: 18px 18px 34px 18px;
  gap: 0px;
  border-radius: 48px;        
  background: rgba(240, 247, 255, 1);
  column-gap: 18px;
}

.brand-description-text-s-marca {
  display: flex;
  flex-direction: column;        
  max-width: 483px;
  max-height: 478px;
  padding: 56px 0px 56px 0px;
  gap: 20px;    

  h1 {
    color: #054887;
  }

  p {
    color: #065cac;
  }
}

.column-1 .image-principal {
  max-width: 404px;
  max-height: 324px;
  border-radius: 25px;


}
.column-2 .image-secundaria {
  width: 320px;
  height: 294px;
  border-radius: 28px
}

.column-2 .image-terciaria {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 28px;
}


.description-text-container-s-marca h1{    
    font-size: 2.5em;
    margin-bottom: 20px; 
}
.description-text-container-s-marca p{    
    font-size: 1.2em;
    line-height: 1.5; 
}

.description-section-images {
    display: flex;
    flex-direction: row; 
    justify-content: start;
    gap:16px;
}
.description-section-images .column-1 {
    
}
.description-section-images .column-2 {
    display: flex;
    flex-direction: row; 
    justify-content: start;
    gap: 16px;
}

.description-section-images .column-2 {
    margin-top: -50px;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
}

/* Media Queries */
@media screen and (max-width: 1224px) {  
  .description-section-background {
    display: flex;
    flex-direction: column; 
    justify-content: start;    
    align-items: center;
    margin: 0 auto;
    min-width: 300px;    
    height: auto;
    padding: 40px 32px 40px 32px;
    gap: 24px;
    border-radius: 48px;        
    background: rgba(240, 247, 255, 1);
  }

  .brand-description-text-s-marca {
    display: flex;
    flex-direction: column;    
    justify-content: center;    
    align-items: center;
    margin: 0 auto;    
    max-width: 483px;
    max-height: 478px;
    padding: 0px;
    gap: 20px;    
  }  
}

@media screen and (max-width: 768px) {
  .description-section-container{
    padding: 0px 20px;
  }
  .brand-description-text-s-marca {
    max-width: 275px;
    max-height: 320px;  
  }  
  .column-1 .image-principal {
    width: 154px !important;
    height: 207px !important;
    display: flex;
    object-fit: cover;
    border-radius: 7.76px;
  }
  .column-2 .image-secundaria {
    width: 110px;
    height: 114px;
    border-radius: 36px;
  }

  .column-2 .image-terciaria {
    width: 85px;
    height: 85px;
  }
  .description-section-images .column-2 {
    margin-top: 0px;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
  }

  .description-text-container-s-marca h1{  
    text-align: start;  
    font-size: 32px;
    margin-bottom: 20px; 
  }

  .description-text-container-s-marca p{    
      text-align: start;  
      font-size: 18px;
      line-height: 1.5; 
  }

}

/* ----------------------- SECTION 3 */
.custom-bg {
    background-color: #F0F7FF;
}

/* ---------------------------------------------------------------------------------------------------------------------------------
OUR BRANDS SECTION */
.our-brands {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 80px;
  }

@media screen and (min-width: 992px) {
  /* Wider than default `.container` cap on single marca (section has `container our-brands`). */
  section.container.our-brands,
  .our-brands.container {
    max-width: 1660px;
  }
}

  .our-brands-header {
    display: flex;
    justify-content: space-between;
  
    h1 {
      font-family: 'ff4';      
      text-align: left;
      font-size: 48px;
      font-weight: 650;
      line-height: 52.8px;
      letter-spacing: -0.02em;
      color: #054887;
    }


  }
  
  .our-brands-show-all-btn {
    width: 174px;
    text-align: left;
    padding: 0;
    font-family: 'ff4';
    font-size: 18px;
    color: #0054A6;
    background: none;
    border: none;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .our-brands-direction-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #34A2FC;
    border: none;
  }
  
  .our-brands-left-btn {
    margin-right: 12px;
  }
  
  .our-brands-buttons-bar, .our-brands-buttons-bar-mobile {
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: space-between; 
  }
  .our-brands-buttons-bar-mobile {
    width: 100%;
  }
  
  .our-brands-controls-buttons-bar {
    display: flex;
    column-gap: 16px;
  }
  
  .our-brands-control-button {
    border: none;
    background-image: url("../img/right2.svg");
  }
  
  .our-brands-control-button:disabled {
    background-image: url("../img/right-gray.svg");
    background-color: transparent !important;
    cursor: not-allowed;
  }
  
  .our-brands-cards-container {
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 110vw;
    width: calc(100% + 24px);
  }
  
  .our-brands-inner {
    display: flex;
    transition: transform 0.5s ease;
    column-gap: 24px;
    height: 258px;
  
  }

.our-brands-card {
  width: 360px;
  height: 420px;
  padding: 10px 8px 40px 8px;
  gap: 32px;
  row-gap: 10px;
  border-radius: 48px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(245, 248, 248, 1);
  text-decoration: none;
  color: #23262A;
  transition: background-color 0.3s ease, color 0.3s ease; /* Adiciona transição */
}


.our-brands-card:hover {
  background-color: rgba(0, 84, 166, 1);
}

.our-brands-text-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.our-brands-text {
  overflow: hidden;
  text-overflow: ellipsis;
  height: fit-content;
  max-height: 110px;
}


.our-brands-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 24px;
  background: none;
}

.our-brands-card:hover .our-brands-text {
  color: white;
}

.our-brands-card .brands-card-image {
  width: 210px;
  height: 210px;
  min-width: 210px;
  min-height: 210px;
  max-width: 210px;
  max-height: 210px;
  object-fit: contain;
  overflow: hidden;
  display: block;
  gap: 0px;
  border-radius: 40px 0px 0px 0px;
  opacity: 1; /* Supondo que você queria que fosse visível */
}

.our-brands-card .our-brands-card-logo {
  width: 158px;
  height: 70px;
  gap: 0px;
  opacity: 1; /* Supondo que você queria que fosse visível */
}

.our-brands-card .our-brands-text {      
  font-family: 'ff2';
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: center;
  transition: color 0.3s ease; /* Adiciona transição para o texto */
}


  
  @media screen and (max-width: 991px) {
    .our-brands-cards-container {
      width: calc(100% + 48px);
    }
  }
  
  @media screen and (min-width: 768px) {
    .our-brands {
      padding-bottom: 40px;
    }
  
    .our-brands-buttons-bar {
      justify-content: flex-end;
    }
    
    .our-brands-buttons-bar-mobile {
      display: none;
    }
  }
  
  @media screen and (min-width: 768px) {
    .our-brands-inner {
      height: 450px;
    }
  }

  @media screen and (max-width: 768px) {
    .our-brands {
      padding: 0 20px;
      margin-top: 32px;
    }
  
    .our-brands-cards-container {
      width: calc(100% + 16px);
    }
  
    .our-brands-buttons-bar {
      display: none;
    }
  
    .our-brands-inner {
      column-gap: 16px;
      height: 100%;
    }
  
    .our-brands-card {
      width: 300px;
  
      .our-brands-card-image {
        width: 268px ;
        min-width: 268px;
        object-fit: contain;
      }
    }

    .our-brands-text {
      max-height: 110px;
    }

    .our-brands-header h1 {
      font-size: 32px;
      font-weight: 600;
      line-height: 38.4px;
      text-align: left;

    }
} 


/* Seção da linha de produtos */
.product-line-section {
  
}

/* Container da linha de produtos */
.container-product-line {
  background: #fff url("../img/wave4.svg")  no-repeat center center / cover;
  height: 180px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: inline-block;
}


/* Título principal */
.product-line-h2 {
  text-align: center; /* Substitui _tac */
  font-family: 'ff4', sans-serif; /* Substitui ff4 */
  /* color: black; Substitui _color-silver1 */
  color: #054887;
  letter-spacing: -2.5px; /* Substitui data-ls="-2.5px" */
  line-height: 52.8px; /* Substitui data-lh="52.8px" */
  font-size: 40px;  
  padding-top: 100px;
}

/* Descrição */
.product-line-description {
  text-align: center; /* Substitui _tac */
  font-family: 'ff2', sans-serif; /* Substitui ff2 */
  /* color: #5D6876; Substitui color-silver2   */
  color: #065cac;
  margin-top: 16px; /* Substitui data-mt="16px" */      
  font-size: 20px;
  font-weight: 550;
  line-height: 28px;  
}

/* Imagem da linha de produtos */
.product-line-image {
  margin-top: 23px; /* Substitui data-mt="23px" */
  text-align: center; /* Garante que a imagem seja centralizada */
}

.product-line-image img {
  width: 100%; /* Substitui data-w="100%" */
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Botão */
.product-line-button {
  text-align: center; /* Substitui _tac */
  margin-top: 60px; /* Substitui data-mt="60px" */
}

@media screen and (max-width: 768px) {
  .product-line-h2 {
    text-align: start; /* Substitui _tac */
    font-size: 32px;
    padding-top: 20px;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: -1px;
    margin-left: 20px;
  }
  
  /* Descrição */
  .product-line-description {
    text-align: start; /* Substitui _tac */
    font-size: 16px; /* Substitui data-fs="20px" */
    margin-top: 16px; /* Substitui data-mt="16px" */
    font-weight: 550;
    line-height: 20.8px;    
    margin-left: 20px;
  }

  .product-line-button {
    text-align: start; /* Substitui _tac */
    margin-top: 60px; /* Substitui data-mt="60px" */
    margin-left: 20px;
  }  
}






/* 
<!-- <section class="custom-bg _mt"
     data-mt="80px">
    <div class="container-product-line _w" data-w="100%" ></div>
    <div class="container">
        <h2 class="_tac ff4 _color-silver1 _ls _lh wow fadeInDown product-line-h2" data-ls="-2.5px" data-lh="52.8px">
                Tradição, Qualidade e o
                <br>
                Verdadeiro Sabor de Minas
        </h2>
        <p class="_tac ff2 color-silver2 _fs _mt wow fadeInDown" data-fs="20px" data-mt="16px" data-wow-delay="0.1s">
            Com sotaque mineiro e um jeitinho especial de cuidar do leite, nossa
            <br>
            tradição de mais de 70 anos traz qualidade e afeto para sua mesa.
        </p>
    </div>
    <div class="_mt wow fadeInDown" data-mt="23px" data-wow-delay="0.2s">
        <img src="<?= get_template_directory_uri() ?>/img/mosaic.png" class="_w" alt="Mosaico" data-w="100%">
    </div>
    <div class="_tac _mt wow fadeInUp" data-mt="60px" data-wow-delay="0.3s">
        <a href="" class="btn3">
            Conheça mais
        </a>
    </div>
    <?php get_footer(); ?>
</section> --> */