body {
  background-color: #f8f2e2;
  color: #333;
  font-family: Verdana, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

#flrd-noscript {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
#flrd-noscript #flrd-noscript-c {
  display: block;
  width: 100%;
  height: auto;
  background-color: #f8f2e2;
  padding: 30px 0;
}
#flrd-noscript p {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: #333333;
}

.wrapper {
  padding: 15px 5px;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 15px;
  }
}
.wrapper footer {
  text-align: center;
  font-size: 10px;
  opacity: 0.75;
  padding-top: 1rem;
}
.wrapper footer a {
  color: #333;
  font-weight: bold;
}

.flrd-cont {
  background-color: #fefcf9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

#flrd-consulta, #flrd-produtora, #flrd-correspondencia, #flrd-fazenda, #flrd-amostra, #flrd-confirmacao {
  display: none;
}

.flrd-form.cons #flrd-consulta {
  display: flex;
}
.flrd-form.comp #flrd-consulta, .flrd-form.comp #flrd-produtora, .flrd-form.comp #flrd-correspondencia, .flrd-form.comp #flrd-fazenda, .flrd-form.comp #flrd-amostra, .flrd-form.comp #flrd-confirmacao {
  display: flex;
}

.flrd-radio input {
  display: none;
}
.flrd-radio input:checked + label {
  border-color: #d24569;
  box-shadow: 0 0 0 0.25rem rgba(210, 69, 105, 0.25);
  opacity: 1;
}
.flrd-radio label {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 95px;
  color: #544837;
  font-size: 1rem;
  border: 1px solid #544837;
  opacity: 0.4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.flrd-radio label:hover {
  opacity: 0.8;
}
.flrd-radio label img {
  position: absolute;
  width: auto;
  height: 100px;
  top: -15px;
  left: -15px;
}

.form-check-input {
  border-color: #544837;
}
.form-check-input:checked {
  background-color: #544837;
  border-color: #544837;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(84, 72, 55, 0.25);
  border-color: #544837;
}

.flrd-main {
  padding: 45px 15px 30px 15px;
}
@media (min-width: 768px) {
  .flrd-main {
    padding: 45px 30px 30px 30px;
  }
}
.flrd-main .row {
  padding-bottom: 30px;
}
.flrd-main .form-control {
  border-color: #cbcbcb;
}
.flrd-main .form-control:focus {
  border-color: #d24569;
  box-shadow: 0 0 0 0.25rem rgba(210, 69, 105, 0.25);
}
.flrd-main .form-control[readonly] {
  color: #a9a39b;
  background-color: #f6f3eb;
  pointer-events: none;
}
.flrd-main h1 {
  color: #d91378;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.flrd-main h2 {
  color: #544837;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
}
.flrd-main h3 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #544837;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.25rem;
  background-color: #eee8d7;
}
.flrd-main h4 {
  color: #544837;
  font-size: 1rem;
  font-weight: bold;
}
.flrd-main .flrd-form-obs {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f2eb;
  padding: 15px;
}
.flrd-main .flrd-form-obs.destaque {
  background-color: #544837;
}
.flrd-main .flrd-form-obs.destaque h4, .flrd-main .flrd-form-obs.destaque p {
  color: #f5f2eb;
}
.flrd-main .flrd-form-obs p, .flrd-main .flrd-form-obs label {
  font-size: 0.8rem;
  margin: 0;
}
.flrd-main .flrd-form-obs p a, .flrd-main .flrd-form-obs label a {
  color: #544837;
  font-weight: bold;
  text-decoration: underline;
}

#flrd-check-btn, #flrd-submit {
  background-color: #d91378;
  border-color: #d91378;
}
#flrd-check-btn:hover, #flrd-submit:hover {
  background-color: #bd1068;
}

#flrd-check-btn {
  display: block;
}

.wrapper-fluid {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.wrapper-fluid:after {
  content: "";
  display: none;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .wrapper-fluid:after {
    display: block;
  }
}
.wrapper-fluid .container {
  z-index: 2;
}

#flrd-conf {
  background-color: #f8f2e2;
  display: none;
  text-align: center;
  z-index: 999;
}
#flrd-conf:after {
  background-color: #d91378;
}
#flrd-conf img {
  width: 100px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #flrd-conf img {
    width: 200px;
  }
}
#flrd-conf h1 {
  color: #d91378;
  font-size: 1.5rem;
}
#flrd-conf p {
  font-size: 0.8rem;
}
#flrd-conf a {
  margin: 0 10px 10px 0;
  font-size: 0.8rem;
}
#flrd-conf a.btn-primary {
  background-color: #d91378;
  border-color: #d91378;
}
#flrd-conf a.btn-primary:hover {
  background-color: #bd1068;
}
#flrd-conf a .bi-printer-fill {
  fill: #ffffff;
}

#flrd-conf-voltar {
  opacity: 0.8;
  font-size: 0.8rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#flrd-conf-voltar svg {
  vertical-align: sub;
}

#lgpd3c {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 5%;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
@media (min-width: 640px) {
  #lgpd3c {
    padding: 14px 30px 13px 30px;
  }
}
#lgpd3c p {
  color: #3e3938;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  padding-bottom: 10px;
}
@media (min-width: 640px) {
  #lgpd3c p {
    padding: 2px 0 0 0;
    width: calc(100% - 200px);
  }
}
#lgpd3c p a {
  color: #3e3938;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  padding-bottom: 0px;
  text-decoration: underline !important;
}
#lgpd3c span {
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #eb008b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ficha {
  display: none;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  padding: 1.5rem 0;
  z-index: 99;
}
.ficha h5 {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
}
.ficha h6 {
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 2px solid #000000;
  margin-bottom: 1.2rem;
}
.ficha p {
  margin-bottom: 0.25rem;
}
.ficha .matricula {
  margin-top: 1rem;
  font-size: 1.1rem;
}
.ficha .matricula b {
  font-size: 1.5rem;
}
.ficha .assinatura {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 4rem;
}
.ficha small {
  display: block;
  text-align: center;
}
.ficha .row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media print {
  .grecaptcha-badge {
    display: none !important;
  }

  html {
    font-size: 0.7rem;
  }

  body {
    background: none;
    color: black;
  }

  .assinatura {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background-color: black !important;
    margin-top: 4rem !important;
  }
}
#consulta {
  display: none;
}
#consulta:after {
  background-color: #ffffff;
}
#consulta img {
  width: 100px;
  margin-bottom: 0.5rem;
}
#consulta h1 {
  color: #d91378;
  font-size: 1.5rem;
}
#consulta label {
  font-size: 0.8rem;
  margin: 0;
}
#consulta .btn-primary {
  width: 100%;
  background-color: #d91378;
  border-color: #d91378;
}
#consulta .btn-primary:hover {
  background-color: #bd1068;
}

#consulta-lista a {
  display: block;
  width: 100%;
  margin: 1rem 0;
  position: relative;
  padding: 20px 15px 20px 95px;
  color: #544837;
  font-size: 1rem;
  line-height: 1.3;
  border: 1px solid #544837;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.15s ease;
  text-decoration: none;
}
#consulta-lista a:hover {
  border-color: #d24569;
  box-shadow: 0 0 0 0.2rem rgba(210, 69, 105, 0.25);
}
#consulta-lista a span {
  font-weight: bold;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  opacity: 0.5;
  pointer-events: none;
}
#consulta-lista a b {
  display: block;
  font-size: 1rem;
  pointer-events: none;
}
#consulta-lista a small {
  font-size: 0.75rem;
  opacity: 0.4;
  pointer-events: none;
}

#fichaPdf {
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 35px;
  background-color: #d91378;
  transition: all 0.15s ease;
  display: block;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
}
#fichaPdf:hover {
  background-color: #bd1068;
  box-shadow: 0 0 0 0.2rem rgba(210, 69, 105, 0.25);
}
#fichaPdf .bi-filetype-pdf {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}

.g-recaptcha {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=style.css.map */
