/* Importando fontes do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Open+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



@media (max-width: 801px) and (max-height: 1103.33px) {
  body, html {
    display: block;
  }
}



#tracking-form label {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Segoe UI", sans-serif;
}


#tracking-form {
  text-align: center;
}


#tracking-form input,
#tracking-form button {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 12px auto;
  display: block;
  text-align: center;
}



body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;  
    background-color: #ffffff;    
    color: #333;
    font-family: 'Roboto', sans-serif;  
}

/* Cabeçalho */
.header {
    padding: 20px;
    text-align: center;
    position: absolute;  
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/* Logo */
.logo {
    width: 100%;  
    max-width: 455px; 
    display: block;
    margin: 0 auto; 
    padding: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}



.main-container {
    width: 80%;
    margin: 100px auto 0; 
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}


h2 {
    margin-bottom: 20px;
    color: #004776;  
    font-family: 'Open Sans', sans-serif;
}


.tracking-box {
    background-color: #e9ecef;  
    padding: 60px;  
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-top: 20px;
    width: 100%;  
    max-width: 400px;  
    margin-left: auto;
    margin-right: auto;  
}


.tracking-box input {
    width: 100%;
    padding: 15px;  
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

.tracking-box button {
    padding: 15px;
    font-size: 16px;
    background-color: #0070ba;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.tracking-box button:hover {
    background-color: #0051d4;
}


.tracking-box small {
    color: #6c757d;  
    text-align: center;  
    display: block;  
    margin-top: 10px;  
    margin-bottom: 20px;  
    font-size: 14px;  
}

.process-steps {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.process-steps h3 {
    color: #0033A0;
    margin-bottom: 20px;
}

.step-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.step-item p {
    font-size: 16px;
    color: #555;
}

.step-item img {
    width: 25px;
    height: 25px;
}


.release-order-btn {
    background-color: #0070ba;
    color: white;
    font-size: 16px;
    padding: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.release-order-btn:hover {
    background-color: #0051d4;
}

/* Imagem Meio */
.middle-image {
    margin-top: 20px;
    width: 90%;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Rodapé */
.footer {
    background-color: #FFCC00;  
    color: #0033A0;
    text-align: center;
    padding: 30px 20px;
    margin-top: 30px;
}


.footer-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.footer-section {
    width: 30%;
    text-align: left;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.footer-section ul {
    list-style-type: none;
}

.footer-section ul li {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; 
}

.footer p {
    margin-top: 20px;
    font-size: 14px;
}


.logo-flat {
  width: 50%;
  max-width: 370px;
  display: block;
  margin: 10px auto 20px auto;
  padding: 0;
  top: 8%;
}

.header-flat {
  text-align: center;
  margin-top: 0px;
  background-color: #cacbcc; 
  padding: 6px 0; 
}

.breadcrumb a:nth-child(1),
.breadcrumb a:nth-child(3) {
  color: #000; 
  text-decoration: none;
}

.breadcrumb a:nth-child(5) {
  color: #2681c7; 
  text-decoration: none;
}

.tributada-titulo {
  color: red;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 16px;
  text-align: left;
}


.status-entrega {
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
  text-align: left;
}

.status-entrega .azul {
  color: #003366;
  font-weight: bold;
}


.encomenda-retida {
  font-size: 16px;
  margin-bottom: 16px;
  color: #232323;
  font-weight: 700;
}


.dados-painel {
  background: #f5f7fa;
  border-radius: 6px;
  padding: 18px;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
.dados-painel .cinza-label { 
  color: #616161;
}
.dados-painel .bold {
  color: #003366;
  font-weight: bold;
}


.imagem-container {
  position: relative;
  width: 100%;
  max-width: 600px; 
  margin: 0 auto;
}


.imagem-caixa {
  width: 100%;  
  display: block;
}


.texto-nome {
  position: absolute;
  left: 22%; 
  color: black;
  font-size: 2vw; 
  font-weight: bold;
  z-index: 2;
  white-space: nowrap; 
}

.texto-cpf {
  position: absolute;
  left: 25%; 
  color: black;
  font-size: 2vw; 
  font-weight: bold;
  z-index: 2;
  white-space: nowrap; 
}

.texto-nome {
  top: 44%; 
}

.texto-cpf {
  top: 58.7%; 
}


.texto-receber {
  position: absolute;
  top: 7%;
  left: 19.4%;
  color: #4a4a4b;
  font-size: 1.8vw; 
  font-weight: bold;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap; 
}

.botao-liberar {
  display: inline-block;
  background-color: #2196F3;
  color: white;
  font-weight: bold;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  margin: 30px auto 5px;
  display: block;
  max-width: 300px;
}

.centralizar {
  position: relative;
  width: 50%;
  max-width: 400px;
  margin: 0 auto;
}

.imagem-rastreio {
  width: 100%;
  display: block;
}

.imagem-final {
  width: 110%;
  max-width: 430px;
  display: block;
  margin: 30px auto 0 auto; 
}




/* Importando fontes do Google Fonts 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Open+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



@media (min-width: 801px) {
  body, html {
    display: none; 
  }
}

@media (min-height: 994px) {
  body, html {
    display: none; 
  }
}






body, html {
    margin: 0;
    padding: 0;
    width: 100%x;
    height: 100%;  
    background-color: #ffffff;    
    color: #333;
    font-family: 'Roboto', sans-serif;  
}


.header {
    padding: 20px;
    text-align: center;
    position: absolute;  
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}


.logo {
    width: 100%;  
    max-width: 455px; 
    display: block;
    margin: 0 auto; 
    padding: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}


.main-container {
    width: 80%;
    margin: 100px auto 0; 
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}


h2 {
    margin-bottom: 20px;
    color: #004776;  
    font-family: 'Open Sans', sans-serif; 
}

 Caixa com fundo cinza suave 
.tracking-box {
    background-color: #e9ecef;  
    padding: 50px;  
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-top: 20px;
    width: 85%;  
    max-width: 500px;  
    margin-left: auto;
    margin-right: auto;  
}


.tracking-box input {
    width: 100%;
    padding: 15px;  
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

.tracking-box button {
    padding: 15px;
    font-size: 16px;
    background-color: #0070ba;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.tracking-box button:hover {
    background-color: #0051d4;
}


.tracking-box small {
    color: #6c757d;  
    text-align: center;  
    display: block;  
    margin-top: 10px;  
    margin-bottom: 20px; 
    font-size: 14px;  
}


.process-steps {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.process-steps h3 {
    color: #0033A0;
    margin-bottom: 20px;
}

.step-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.step-item p {
    font-size: 16px;
    color: #555;
}

.step-item img {
    width: 25px;
    height: 25px;
}


.release-order-btn {
    background-color: #0070ba;
    color: white;
    font-size: 16px;
    padding: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.release-order-btn:hover {
    background-color: #0051d4;
}


.middle-image {
    margin-top: 20px;
    width: 80%;
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.footer {
    background-color: #FFCC00; 
    color: #0033A0;
    text-align: center;
    padding: 30px 20px;
    margin-top: 30px;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.footer-section {
    width: 30%;
    text-align: left;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; 
}

.footer-section ul {
    list-style-type: none;
}

.footer-section ul li {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.footer p {
    margin-top: 20px;
    font-size: 14px;
}


.logo-flat {
  width: 50%;
  max-width: 350px;
  display: block;
  margin: 0px auto 20px auto;
  padding: 0;
}


.header-flat {
  text-align: center;
  margin-top: 40px;
}



.painel-flat {
  margin: 20px auto;
  padding: 0 16px;
  max-width: 540px;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
}


.breadcrumb {
  font-size: 15px;
  margin-bottom: 12px;
}
.breadcrumb a {
  color: #2681c7;
  text-decoration: none;
}


.tributada-titulo {
  color: red;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 16px;
  text-align: left;
}


.status-entrega {
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
  text-align: left;
}

.status-entrega .azul {
  color: #003366;
  font-weight: bold;
}



.encomenda-retida {
  font-size: 16px;
  margin-bottom: 16px;
  color: #232323;
  font-weight: 700;
}


.dados-painel {
  background: #f5f7fa;
  border-radius: 6px;
  padding: 18px;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
.dados-painel .cinza-label {
  color: #616161;
}
.dados-painel .bold {
  color: #003366;
  font-weight: bold;
}


.imagem-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}


.imagem-caixa {
  width: 100%;  
  display: block;
}


.texto-nome {
  position: absolute;
  left: 22%; 
  color: black;
  font-size: 2vw;
  font-weight: bold;
  z-index: 2;
  white-space: nowrap; 
}

.texto-cpf {
  position: absolute;
  left: 25%; 
  color: black;
  font-size: 2vw; 
  font-weight: bold;
  z-index: 2;
  white-space: nowrap; 
}

.texto-nome {
  top: 44%; 
}

.texto-cpf {
  top: 57.2%; 
}


.texto-receber {
  position: absolute;
  top: 7%;
  left: 19.4%;
  color: #4a4a4b;
  font-size: 1.8vw; 
  font-weight: bold;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap; 
}


@media (min-width: 801px) {
  body, html {
    display: none; 
  }
}


@media (min-height: 994px) {
  body, html {
    display: none; 
  }
}



.botao-liberar {
  display: inline-block;
  background-color: #2196F3;
  color: white;
  font-weight: bold;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  margin: 30px auto 10px;
  display: block;
  max-width: 400px;
}

.centralizar {
  position: relative;
  width: 50%;
  max-width: 400px;
  margin: 0 auto;
}

.imagem-rastreio {
  width: 100%;
  display: block;
}


/* Estilos específicos para flat.html */
.painel-flat {
    text-align: center;
}

.breadcrumb,
.tributada-titulo,
.status-entrega,
.encomenda-retida,
.dados-painel {
    text-align: center !important;
}



