@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/omnes-2");

:root {
  --predominante: #fff;
  --secundario: #fff;
  --fonte-secundario: #11121b;
  --link-secundario: #11121b;
  --terciario: #d6d6d6;
  --headerColor: #11121b;
  --link: #11121b;
  --fundoPredominante: #f7f7f7;
  --fonte-destaque: #11121b;
  --fb-title: #212121;
}

body {
  line-height: 1.5em;
  font-family: "Omnes", sans-serif;
  font-weight: 400;
  background-color: var(--fundoPredominante);
  width: 100%;
}

h1,
strong {
  font-weight: 600;
}

input,
button {
  font-family: inherit;
}

.g-header {
  width: 100%;
}

.g-header .linha-1 {
  border-bottom: 1px solid var(--terciario);
  color: var(--headerColor);
  background-color: var(--predominante);
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  display: none !important;
}

.g-header .linha-1.background-img {
  background-image: url(header-linha1-background-desktop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 200px;
  min-height: initial !important;
  width: 100%;
  height: 206px;
  background-color: #000;
}

.g-header .linha-1 .logo-link {
}
.g-header .linha-1 .logo-link img {
  filter: invert(1) saturate(0) brightness(3);
  max-width: 70px;
}

.g-header h1 {
  margin: 0;
  color: var(--headerColor);
}

.g-header .linha-1 h1 {
  display: none !important;
}

.g-header svg {
  display: block;
}

.g-header img {
  height: auto;
  max-width: 100%;
}

.g-header .linha-2 {
  display: none !important;
}

.g-header .linha-3 {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  background-color: var(--predominante);
}

.g-header .full-banner {
  display: flex;
  justify-content: center;
}

.g-header .linha-1 .colunas {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.g-header .linha-1 .site {
  padding: 10px 30px;
  border: 1.5px solid var(--link);
  border-radius: 13px;
  color: var(--link);
}

.g-header .linha-1 .site a {
  color: var(--link);
  font-size: 1.2em;
  text-decoration: none;
}

.g-header .linha-1 .site a:hover {
  text-decoration: underline;
}

.g-header .linha-1 .site a strong {
  font-weight: inherit;
}

.g-header .linha-2 h2 {
  display: none !important;
}

.full-banner-text {
  position: relative;
  color: #fff;
}

.full-banner-text .text {
  position: absolute;
  top: 50px;
  left: 15%;
  width: 100%;
  max-width: 500px;
}

.full-banner-text .text h1 {
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.1;
  color: var(--fb-title);
}

.full-banner-text .text small {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 8px;
  display: inline-block;
}

body main.container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}

.rastreio-wrapper {
  max-width: 1024px;
  margin: 5px auto;
  display: flex;
  gap: 40px;
}

.rastreio-wrapper .rastreio-aside,
.rastreio-wrapper .resume-container,
.rastreio-wrapper .resume-container .resume-content h1,
.rastreio-wrapper .resume-container .resume-content h1 .text-secondary {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: normal;
}

.rastreio-wrapper .rastreio-aside {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1;
}

.rastreio-wrapper .rastreio-aside .status-entrega-container .linha-1 {
  width: 280px;
  border: 1px solid #000;
  border-radius: 13px;
  padding: 10px 20px;
  font-size: 1rem;
}

.rastreio-wrapper .rastreio-aside a {
  color: #ee4458;
  font-weight: 600;
}

.rastreio-wrapper .rastreio-aside .status-entrega-container .status-entrega-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.rastreio-wrapper .rastreio-aside .status-entrega-container .status-entrega-content .linha-1 {
  font-size: 1em;
}

.rastreio-wrapper .resume-container .resume-content h1 strong {
  font-weight: 400;
}

.rastreio-wrapper .resume-container .resume-content h1 .text-secondary {
  margin-top: 10px;
}

.rastreio-content .rastreio-container .grid-collumn.g-data small {
  font-weight: 300;
}

.g-footer {
  background-color: var(--secundario);
  margin-top: 25px;
}

.g-footer .text-secondary {
  font-size: 0.9rem;
  color: var(--fonte-secundario);
  line-height: 1.5;
  margin: 0;
}

.g-footer a {
  color: var(--link-secundario);
  text-decoration: none;
}

body.sem-objeto .rastreio-wrapper {
  justify-content: center;
}

body.sem-objeto .rastreio-wrapper .resume-container,
body.sem-objeto .rastreio-wrapper .rastreio-aside,
body.sem-objeto .rastreio-wrapper .rastreio-container form label {
  display: none !important;
}

body.sem-objeto .rastreio-wrapper .rastreio-container form {
  font-size: 1rem;
}

body.sem-objeto .rastreio-wrapper .rastreio-container form .linha-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

body.sem-objeto .rastreio-wrapper .rastreio-container form .heading {
  font-weight: 400;
  font-size: 1.9em;
}

body.sem-objeto .rastreio-wrapper .rastreio-container form input,
body.sem-objeto .rastreio-wrapper .rastreio-container form button {
  border-radius: 80px;
}

body.sem-objeto .rastreio-wrapper .rastreio-container form input {
  border: 1px solid #bdbdbd;
  padding: 13px 50px 13px 40px;
  font-size: 1em;
  text-align: center;
}

body.sem-objeto .rastreio-wrapper .rastreio-container form button {
  padding: 12px 20px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  background-color: var(--fonte-destaque);
  border: none;
  margin-left: -45px;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .g-header .linha-1.background-img {
    background-image: url(header-linha1-background-mobile.png);
    background-size: auto 40px;
    min-height: initial !important;
    width: 100%;
    height: 40px;
    background-color: #000;
  }

  .g-header .linha-1 {
    padding: 10px 0;
  }

  .g-header .linha-1 .colunas > :nth-child(1) {
    max-width: 120px;
    margin: 0;
  }

  .g-header .linha-1 .colunas > :nth-child(2),
  .g-header .linha-1 .colunas > :nth-child(4),
  .g-header .linha-1 .colunas > :nth-child(5) {
    display: none;
  }

  .g-header .linha-1 .site {
    padding: 10px 20px;
  }

  .g-header .linha-1 .logo-link img {
    max-width: 60px;
  }

  .full-banner-text .text {
    top: 50px;
    left: 10%;
    width: 100%;
    max-width: 280px;
  }

  .full-banner-text .text h1 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
  }

  .full-banner-text .text small {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.1;
    margin-top: 8px;
    display: inline-block;
  }

  .rastreio-wrapper {
    gap: 40px;
    flex-direction: column;
  }

  .rastreio-wrapper .rastreio-aside {
    width: initial;
    flex-direction: column-reverse;
  }

  .rastreio-content .rastreio-container .grid-collumn.g-data .datahora {
    display: flex;
    flex-direction: column;
  }

  .g-footer .text-secondary {
    font-size: 0.9em;
  }

  .rastreio-content .rastreio-container .g-mensagem {
    font-size: 1.1em;
  }

  body.sem-objeto .rastreio-wrapper .rastreio-container form .heading {
    font-size: 1.2em;
  }

  body .whatsapp {
    bottom: 45px;
    right: 30px;
  }
}
body.sem-objeto .g-header .linha-1 {
  min-height: initial;
}
