[data-segment='varejo'] .bg-image .title-d-container.color-default .title-d-container__title {
  color: #EC7000;
}

[data-segment='empresas'] .bg-image .title-d-container.color-default .title-d-container__title,
[data-segment='cartoes'] .bg-image .title-d-container.color-default .title-d-container__title {
  color: #003767;
}

[data-segment='uniclass'] .bg-image .title-d-container.color-default .title-d-container__title,
[data-segment='private'] .bg-image .title-d-container.color-default .title-d-container__title,
[data-segment='personnalite'] .bg-image .title-d-container.color-default .title-d-container__title {
  color: #252220;
}

[data-segment] .bg-image .title-d-container.color-default .title-d-container__subtitle {
  color: #252220;
}

@media only screen and (min-width: 320px) {
  [data-segment] .page-not-found img {
    height: 266.6px;
  }
}

@media only screen and (min-width: 576px) {
  [data-segment] .page-not-found img {
    height: 180.5px;
  }
}

@media only screen and (min-width: 768px) {
  [data-segment] .page-not-found img {
    height: 249.5px;
  }
}

@media only screen and (min-width: 992px) {
  [data-segment] .page-not-found img {
    height: 268.5px;
  }
}

@media only screen and (min-width: 1200px) {
  [data-segment] .page-not-found img {
    height: 324px;
  }
}

[data-segment] .page-not-found h1 {
  font-family: "ItauDisplay-Bold", "Myriad Pro", Arial;
  font-size: 60px;
  line-height: 78px;
  color: #8C8C8C;
}

@media only screen and (max-width: 767px) {
  [data-segment] .page-not-found h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

[data-segment] .page-not-found h2 {
  font-family: "ItauDisplay-Light", "Myriad Pro", Arial;
  font-size: 40px;
  line-height: 52px;
  color: #252220;
}

@media only screen and (max-width: 575px) {
  [data-segment] .page-not-found h2 {
    font-size: 24px;
    line-height: 31px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  [data-segment] .page-not-found h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  [data-segment] .page-not-found h2 {
    font-size: 36px;
    line-height: 47px;
  }
}

[data-segment] .page-not-found hr {
  border-top: 1px solid #969290;
  margin: 24px 0 16px 0;
}

[data-segment] .page-not-found p {
  font-family: "ItauDisplay-Light", "Myriad Pro", Arial;
  line-height: 27px;
  font-size: 18px;
  color: #312D2B;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  [data-segment] .page-not-found p {
    font-size: 16px;
    line-height: 27px;
  }
}

[data-segment] .page-not-found a {
  font-family: "ItauDisplay-Light", "Myriad Pro", Arial;
  font-size: 18px;
  line-height: 27px;
  color: #007AB7;
}

[data-segment] .page-not-found a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  [data-segment] .page-not-found a {
    font-size: 16px;
    line-height: 27px;
  }
}
