body {
    background: #F5F5F5 ;
}

.produtos-template-banner-desktop {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produtos-template-banner-desktop .produtos-template-banner-gradient {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.produtos-template-banner-desktop .produtos-template-banner-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0.00) 2.72%, rgba(0, 0, 0, 0.75) 127.36%);
    z-index: 1;
}

.produtos-template-banner-desktop img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 290px;
    object-fit: cover;
    z-index: 0;
}

.produtos-template-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.produtos-template-bread-crumb-category {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
    align-self: baseline;
    padding-left: calc(6.2% + 220px);
    bottom: 72px;

    column-gap: 5px;
}

.produtos-template-bread-crumb-category a {
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.produtos-template-bread-crumb-category p {
    line-height: 5px;
    color: #FFF;
}



.produtos-template-bread-crumb {
    display: flex;
    justify-content: center;
  
    position: relative;
    z-index: 10;
    column-gap: 5px;
    
  
    a {
      color: #fff;
      text-align: center;
      font-size: 10px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-decoration: none;
    }
  
    p {
      line-height: 5px;
      color: #FFF;
    }
  }

  .produtos-template-bread-crumb {
    align-self: baseline;
    padding-left: calc(6.2% + 219px);
    bottom: 121px;
  }

  .produtos-template-banner-subtitle {
    color: #F49811;
    text-align: center;
    font-family: "space-grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-top: 45px;
}

.produtos-template-banner-title {
    color: #FFF;
    text-align: center;
    font-family: Lobster, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    z-index: 3;
    position: absolute;
    bottom: 55px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produtos-template-banner-line {
    width: 60px;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    bottom: 35px; /* 30px de distância do bottom */
    left: 50%; /* Centraliza horizontalmente */
    transform: translateX(-50%); /* Ajuste para centralização exata */
    z-index: 3;
}

.produtos-template-italy-flag-bar {
    display: flex;
    width: 100%;  /* Ocupa a largura total da tela */
    height: 5px;  /* Altura de 5px */
}

.produtos-template-flag-color {
    flex: 1; /* Cada parte ocupa 1/3 da largura */
}

.produtos-template-flag-color.green {
    background-color: #008B44; /* Verde */
}

.produtos-template-flag-color.white {
    background-color: #FFF; /* Branco */
}

.produtos-template-flag-color.red {
    background-color: #CE0E2D; /* Vermelho */
}


/* Seção de características */
.produtos-template-characteristics-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 212px;
    flex-shrink: 0;
    background-color: #fff; 
  }
  
  .produtos-template-characteristics-text {
    width: 840px;
    height: 141px;
    flex-shrink: 0;
    color: #252525;
    text-align: center;
    font-family: 'space-grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding-top: 15px;
  }

.produtos-template-category-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  
    position: relative;
  
    padding-bottom: 50px;
  
    overflow: hidden;
  }

  .produtos-template-category-container-left-image, .produtos-template-category-container-right-image {
    position: absolute;
    z-index: 5;
  }
  
  .produtos-template-category-container-left-image {
    right: 80vw;
    top: 120px;
  
    width: 326.53px;
    height: 215px;
  }
  
  .produtos-template-category-container-right-image {
    left: 82vw;
    top: 80px;
  
    width: 237px;
    height: 261px;
  }

  .produtos-template-category-list-title {
    color: #F49811;
    font-size: 40px;
    width: fit-content;
    /* font-weight: 400; */
    position: relative;
    padding-bottom: 15px;
  }
  
  .produtos-template-category-list-title::after {
    position: absolute;
    display: block;
    content: "";
    top: calc(auto + 10px);
    bottom: 0;
    left: 40%;
    right: auto;
    width: 60px;
    height: 3px;
    background-color: #F49811;
  }

  .produtos-template-category-list-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 290px);
    justify-content: center;
    gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  
    width: 100%;
    max-width: 980px;
  
    position: relative;
    z-index: 10;
    padding-top: 43.4px;

  }

  .produtos-template-category-list-flex-container {
    display: flex;
    grid-template-columns: repeat(auto-fill, 400px);
    justify-content: center;
    gap: 35px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1500px;
    position: relative;
    z-index: 10;
    padding-top: 43.4px;
    flex-wrap: wrap;
  }

  .produtos-template-tip-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  
    position: relative;
  
    padding-bottom: 50px;
  
    overflow: hidden;
  }
  

  .produtos-template-tip-list-title {
    color: #F49811;
    font-size: 40px;
    width: fit-content;
    position: relative;
    padding-bottom: 15px;
  }
  
  .produtos-template-tip-list-title::after {
    position: absolute;
    display: block;
    content: "";
    top: calc(auto + 10px);
    bottom: 0;
    left: 5%;
    right: auto;
    width: 60px;
    height: 3px;
    background-color: #F49811;
  }

  .produtos-template-tip-list-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 689px);
    justify-content: center;
    gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  
    width: 100%;
    max-width: 1050px;
  
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
  }

  .home-tip-see-more-button {
    margin-top: 30px;
  }


@media (max-width: 768px) {
    .produtos-template-banner-title {
        font-size: 34px;
        bottom: 45px;
    }

    .produtos-template-banner-subtitle {
        font-size: 12px;
        line-height: normal;
        margin-top: 80px;
    }

    .produtos-template-bread-crumb {
        align-self: center;
        justify-content: center;
        padding-left: calc(5.2% + -36px);
        top: calc(5.2% + -100px)
      }

      .produtos-template-bread-crumb-category {
        align-self: center;
        justify-content: center;
        padding-left: calc(5.2% + -36px);
        top: calc(5.2% + -51px)
    }

    .produtos-template-banner-line {
        bottom: 30px;
    }

    .produtos-template-category-container {
        row-gap: 0px;
        padding-bottom: 30px;
      }
    
      .produtos-template-category-container-left-image {
        right: 75vw;
        top: 180px;
      
        width: 471.2px;
        height: 311.4px;
      }
      
      .produtos-template-category-container-right-image {
        left: 80vw;
        top: 120px;
      
        width: 376.19px;
        height: 415px;
      }

      .produtos-template-tip-section {
        padding-top: 44px;
      }

      .produtos-template-tip-list-title {
        font-size: 30px;
      }
    
      .produtos-template-tip-list-title::after {
        left: 12%;
      }

      .produtos-template-tip-list-container {
        grid-template-columns: repeat(auto-fill, 309px);
        gap: 40px;
        max-width: 1320px;
      }

      .produtos-template-characteristics-section{
        width: 100%;
        height: 100%;
      }

      .produtos-template-characteristics-text{
        width: 100%;
        height: 307px;
        align-content: center;
        padding: 20px;
      }

}

@media (max-width: 658px) {
    .produtos-template-characteristics-section{
        width: 100%;
        height: 390px;
      }

      .produtos-template-characteristics-text{
        width: 360px;
        height: 307px;
        align-content: center;
        padding: 20px;
      }
}