body {
    background: #F5F5F5 ;
}

body, .not-found-item-text, .not-found-characteristics-text, .not-found-item-title {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

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

.not-found-banner-desktop .not-found-banner-gradient {
    background-color: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

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

.not-found-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;
}

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

.not-found-bread-crumb-category p {
    line-height: 5px;
    color: #707070;
}



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

  .not-found-bread-crumb {
    align-self: baseline;
    padding-left: calc(6.2% + 219px);
    bottom: 121px;
    padding-top: 110px
  }

  .protutos-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;
}

.not-found-banner-title {
    color: #094DA4;
    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;
}

.not-found-banner-line {
    width: 60px;
    height: 3px;
    background-color: #094DA4;
    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;
}

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

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

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

.not-found-flag-color.white {
    background-color: #F5F5F5; /* Branco */
    border: 1px solid #D5D5D5;
}

.not-found-flag-color.red {
    background-color: #CE0E2D; /* Vermelho */
}

.centralized-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.centralized-content {
    width: 840px;
    text-align: left;
    padding: 0 15px;
}

/* Estilos para a seção de Características */
.not-found-characteristics-section {
    margin-bottom: 20px;
}

.not-found-characteristics-text {
    width: 538px;
    color: #094DA4;
    text-align: center;
    font-family: Lobster, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto; /* Centraliza horizontalmente */
    padding-top: 50px; /* Ajusta o espaçamento superior para centralizar verticalmente */
    display: flex;
    justify-content: center; /* Centraliza horizontalmente dentro do flexbox */
    height: 150px; /* Ocupa a altura total da viewport para centralização vertical */
}

/* Estilos para a seção de texto */
.not-found-item-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.not-found-item-section p {
    color: #252525;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.not-found-item-section ul {
    padding-left: 17px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.not-found-item-section a {
    color: #094DA4;
    font-weight: 700;
}

.not-found-item-title {
    color: #094DA4;
    font-family: "space-grotesk";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: left;
}

.not-found-item-text {
    color: #252525;
    text-align: start;
    font-family: 'space-grotesk';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding-top: 15px;
}

.banner-svg-right {
        width: 281px;
    position: absolute;

    left: 67%;
    height: 215px;
    z-index: 0;
}

.not-found-return-home {
    color: #094DA4;
    font-family: Lobster, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-top: 20px;
}

/* Ajuste no container para centralizar imagem e texto usando Flexbox */
.not-found-characteristics-section {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza a imagem e o texto horizontalmente */
    justify-content: center; /* Centraliza verticalmente, se necessário */
    text-align: center;
    gap: 80px;
}

.not-found-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 17px;
    padding-bottom: 61px;
}


@media (max-width: 768px) {
    .not-found-item-section, .not-found-characteristics-section, .centralized-content {
        padding: 15px; /* Reduzindo o padding para se adequar a telas menores */
        margin: 0 auto;
    }

    .not-found-item-text, .not-found-characteristics-text, .not-found-item-title {
        padding: 0; /* Remove padding extra */
        margin: 0; /* Remove margin extra */
    }

    .not-found-item-section {
        padding: 20px;
    }
    .not-found-banner-title {
        font-size: 34px;
        bottom: 45px;
    }

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

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

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

    .not-found-banner-line {
        bottom: 30px;
    }

    .not-found-characteristics-section{
        width: 100%;
      }

      .not-found-characteristics-text{
        width: 100%;
        height: 150px;
        align-content: center;
        padding: 20px;
      }

      .banner-svg-right {
        width: 200px;
        position: absolute;
        left: 69%;
        top: -23%;
        height: 215px;
        z-index: 0;
    }

      }


      @media (max-width: 689px) {
        .not-found-item-text, .not-found-characteristics-text {
            width: 100%;
            padding: 0 10px; /* Certifica-se de que haja algum espaço interno, mas sem exagero */
        }
    
        .not-found-item-section, .not-found-characteristics-section {
            padding: 10px; /* Reduz o padding ainda mais para telas menores */
        }

        .not-found-banner-title {
            font-size: 28px;
            text-align: center;
        }
    
        .not-found-banner-subtitle {
            font-size: 14px;
            text-align: center;
            margin-top: 10px;
        }
    
        .not-found-bread-crumb,
        .not-found-bread-crumb-category {
            text-align: center;
            justify-content: center;
            padding-left: 0;
        }
    
        .not-found-banner-line {
            bottom: 20px;
        }
    
        .not-found-characteristics-section {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center; /* Centraliza o texto */
            width: 100%;
            padding: 20px;
            gap: 37.81px;
        }
    
        .not-found-characteristics-text {
            width: 308px; /* Centraliza o texto */
            padding: 0 ;
            height: 113px;
            margin-top: 48px;
            font-size: 30px;
        }
    
        .not-found-item-section {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 20px;
        }
    
        .not-found-item-title {
            font-size: 22px;
            padding: 0;
            margin-bottom: 15px;
        }
    
        .not-found-item-text {
            width: 100%;
            padding: 0 20px;
        }
    
        .centralized-content {
            width: 100%;
            padding: 0 20px;
        }

        .banner-svg-right {
            width: 150px;
            position: absolute;
            left: 70%;
            top: -38%;
            height: 215px;
            z-index: 0;
        }

        .not-found-image {
            width: 303px;
            height: 141.733px;
        }

        .not-found-return-home {
            font-size: 20px;
        }

        .button {
            width: 180px;
            height: 40px;
        }
    }