@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

html .custom-container {
    height: 100% !important;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.navbar-nav a {
    color: #473A37;
}

.btn-custom {
    background-color: #FC4100;
    color: #FFF !important;
    border-color: #FC4100;
}

.btn-custom-op {
    background: #fed9cc;
    border-radius: 2px;
    color: #FC4100 !important;
}


.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #FC4100 !important;
    background-color: #FC4100 !important;
}





.custom-checkbox input:checked ~ .checkmark {
  background-color: #fc4100;
}

.signIn {
    top: 20px;
}
.signInIcon {
    top: 23px;
    left: 1197px;
    width: 35px;
    height: 40px;
    text-align: left;
    font: normal normal normal 40px/48px Font Awesome 5 Free;
    letter-spacing: 0px;
    color: #FF8B63;
    opacity: 0.8;
}


#ok_card {
  background: #01AE5B 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1;
  border-color: #01AE5B;
}

#boleto_generate {
  background: #01AE5B 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1;
  border-color: #01AE5B;
}
/*.backgroundImgQrCreate{
    background-image: url("/static/shutterstock_1806040348.png");
    opacity: 0.26;
    max-width: 1685px;
    max-height: 828px;
    min-height: 500px;
    width: auto;
    height: auto;
}

.idQrcodeGenerate {
    top: 200px;
}*/

@media screen and (max-width: 1367px) {
  .menuHeaderFont {
    font-size: 1rem;
   }
}