@import url("https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&display=swap");
* {
  font-family: "Exo", sans-serif;
}

/** HEADER **/

.header {
  background-color: #fff4f4;
}

.header img {
  width: 35%;
}

.header p {
  color: #434343;
  font-size: 14px;
  font-weight: 500;
}

.botao-whatsapp {
  background: transparent linear-gradient(180deg, #37ba3f 0%, #25842c 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 30px;
  font-weight: 600;
}

.botao-whatsapp:hover {
  background: transparent linear-gradient(180deg, #37ca41 0%, #318837 100%) 0%
    0% no-repeat padding-box;
  color: white;
}

.fa-whatsapp {
  font-size: 20px;
}

/** BANNER **/

.banner {
  background: url(https://goldclubgroup-images.s3.us-east-1.amazonaws.com/websites/goldlog/novo/fundo_desktop2.webp),
    url(https://goldclubgroup-images.s3.us-east-1.amazonaws.com/websites/goldlog/novo/fundo_desktop2.png);
  background-size: cover;
  height: 100vh !important;
  background-repeat: no-repeat;
  background-position-y: -38px;
}

.banner h1 {
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
  font-size: clamp(32px, 4vw, 48px);
}

.banner h6 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #434343;
  line-height: 1.6;
}

.dourado {
  color: #f9b133;
}

.box-rastreio {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px #00000014;
  border-radius: 15px;
  padding: 20px;
  margin-top: 30px;
}

.input-group {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
}

.form-control {
  border: none;
  border-radius: 10px;
  color: #b4b4b4;
  font-size: clamp(12px, 3vw, 14px);
}

.form-control:focus {
  box-shadow: none;
}

.fa-truck {
  color: #f9b133;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b4b4b4;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b4b4b4;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b4b4b4;
}

.btn-rastreio {
  background: transparent linear-gradient(180deg, #f9b133 0%, #c6891e 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 20px);
  width: 100%;
}

.btn-rastreio:hover {
  color: #fff;
  background: transparent linear-gradient(180deg, #ecc175 0%, #eea322 100%) 0%
    0% no-repeat padding-box;
}

.banner p {
  color: #434343;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: clamp(8px, 3vw, 10px);
  padding-top: 10px;
  margin-bottom: 0;
}

/** RASTREAR PEDIDO **/

.rastrear-pedido h1 {
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 600;
  color: #f9b133;
  letter-spacing: 0;
}

.rastrear-pedido h2 {
  font-size: clamp(20px, 3vw, 24px);
  color: #000000;
  font-weight: 600;
}

.icone1 {
  width: 50%;
}

.rastrear-pedido p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #434343;
  font-weight: 500;
}

.borda {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px #00000014;
  border: 2px dashed #f9b133;
  border-radius: 15px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 10px #0000001a;
}

.footer img {
  width: 8%;
}

.footer span,
.footer p {
  letter-spacing: 2.1px;
  color: #434343;
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 500;
}
#whatsbottom > div{
    max-width: 100%;
  }

@media (max-width: 767px) {
  /** HEADER **/
  .header img {
    width: 50%;
  }
  /** BANNER **/
  .banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100% !important;
    background-position-y: 0;
    background: #fff5f4;
  }
  .form-control {
    padding: 1.8rem 0.75rem;
  }
  /** RASTREAR PEDIDO **/

  .icone1 {
    width: 35%;
  }
  /** FOOTER **/
  .footer img {
    width: 12%;
  }

}
