.container-produto {
  margin-top: 75px;
}

body {
  background-color: #f1f1f1;
}

.col-info h4 {
  font-size: 28px;
  color: #0b5f2b;
  margin-top: 10px;
  margin-bottom: 20px;
  margin: 0px;
  margin-top: 36px;
}

.col-info p {
  font-size: 14px;
  color: #171717;
  font-family: "Inter", sans-serif;
}

.localizar-revendedor {
  width: 70%;
  height: 310px;
  padding: 0px;
  background: #22468e;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.localizar-revendedor h2 {
  text-align: center;
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}

.localizar-revendedor .input-group {
  width: 70%;
  margin: 10px auto;
}

.localizar-revendedor .input-group input {
  border: none;
  font-family: "Bebas Neue", sans-serif !important;
  text-transform: capitalize !important;
}
.localizar-revendedor .input-group input:hover {
  border: none;
}

.localizar-revendedor .btn {
  background-color: white;
  border: none;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.usar-localização {
  margin-bottom: 15px;
  cursor: pointer;
}

.form-check-label {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: white;
  line-height: 26px;
  font-weight: normal;
  text-transform: lowercase !important;
}

.form-control::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.grid-revendedor {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
}

.grid-revendedor p {
  padding: 0;
  margin: 0;
}

.cep-form {
  width: 100%;
}

.card {
  border: none;
  background-color: transparent !important;
  margin: 20px;
}

.card-header {
  background: #22468e;
  border-radius: 8px !important;
  color: white;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  min-height: 47px;
  z-index: 99;
}

.card-header img {
  margin-left: auto;
  height: 30px;
  padding-right: 10px;
}

.card-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #666666;
  text-align: left;
}

.grid-lojista {
  border-radius: 10px;
  background-color: white;
  padding: 20px 15px 5px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -10px;
  z-index: 1;
}

.grid-lojista a {
  display: grid;
  grid-template-columns: 1fr 0.2fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.grid-lojista h4 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}

.grid-lojista p {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #666666;
}

.grid-lojista img {
  margin-left: auto;
  height: 30px;
  padding-right: 10px;
}
.grid-lojista svg {
  margin-left: auto;
  margin-right: 15px;
  fill: #0a831e;
}

.grid-lojista p:hover {
  color: black;
}

.mensagem {
  font-size: 34px;
  color: #22468e;
  margin: 0px;
  margin-top: 50px;
  margin-bottom: 28px;

  text-align: center;
}
