#page-loader {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: 0.3s opacity ease-in;
}

#page-loader .loader {
  size: 120px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}

#page-loader.active {
  display: block;
  opacity: 1;
}

.img-form {
  max-width: 500px;
  max-height: 500px;
}

.img-detalhes {
  width: 95px;
  height: 95px;
  background-color: white;
}

.img-qrcode {
  width: 400px;
  height: 400px;
}

.site-navbar {
  background: #F15D36 !important;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.3);
}

.navbar-site .navbar-nav .nav-link {
  font-size: 12pt;
  color: white !important;
}

.site-navbar .navbar-brand img {
  height: auto;
  width: 150px;
}

.features-area {
  padding-top: 120px;
  padding-bottom: 130px;
}

#section_02 .titulo {
  color: #EE643B;
  font-size: 70px;
}

#section_02 .sub-titulo {
  font-size: 28pt;
}

.texto {
  font-weight: 500;
  white-space: pre-line;
  font-size: 20pt;
  line-height: 130%;
}

#section_02 .card {
  background-color: #E6E7E8;
  border: 1px solid #969696;
}

.footer-distributed {
  background-color: #080416;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 50px 50px 20px 50px;
  /* padding-bottom: 20px; */
}

.footer-distributed ul {
  color: white;
  list-style-type: none;
}

/* Footer left */

.footer-distributed .footer-left .cnpj {
  font-family: "Consolas", monaco, monospace;
}

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px;
  margin: 0;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #e0ac1c;
  text-decoration: none;
}

.footer-distributed ul li a {
  text-decoration: none;
  color: white;
}

.footer-distributed ul li a:hover {
  color: #dbdbdb;
}

.infos-footer {
  font-size: 12px;
  color: white;
  text-align: right;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .infos-footer {
    font-size: 12px;
    color: white;
    text-align: center;
  }

  .footer-titulo {
    font-size: 10pt;
  }

  .footer-distributed ul {
    padding-left: 0;
  }
}

.footer-titulo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
}

.img-footer img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.logo-footer {
  width: 160px;
}

.logo-app-footer {
  height: 50px;
  width: auto;
}

@media (max-width: 768px) {
  .img-footer img {
    width: 45px;
    height: 40px;
    margin-right: 5px;
  }

  #coluna-footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-footer {
    width: 130px;
    height: 107px;
    margin-right: 30px;
  }
}

footer {
  position: relative;
  bottom: 0;
}

@media (max-height: 800px) {
  footer {
    position: static;
  }

  header {
    padding-top: 40px;
  }
}

.texto_quem_somos {
  font-size: 1.3vw;
  text-align: justify;
}

.img_quemSomos {
  width: auto;
  height: 400px;
}

@media (max-width: 768px) {
  .texto_quem_somos {
    font-size: 4vw;
    text-align: justify;
  }

  .img_quemSomos {
    width: auto;
    height: 230px;
    margin-bottom: 25px;
  }
}

.btn-sm-100-lg-50 {
  width: 50%;
}

@media (max-width: 768px) {
  .btn-sm-100-lg-50 {
    width: 100%;
  }
}

.link-card {
  text-decoration: none;
  color: inherit;
}

.link-card:hover {
  text-decoration: none;
  color: inherit;
}

.link-card:visited {
  text-decoration: none;
}

.link-card:active {
  text-decoration: none;
}

#spinner {
  z-index: 100000;
  width: 100%;
  height: 100%;
  position: fixed;
}

#spinner .spinner-border {
  color: #c3320b;
  width: 4rem;
  height: 4rem;
  border-width: 0.4em;
  position: relative;
  top: 50%;
  margin-top: -50px;
}

#toast-container > div {
  opacity: 1 !important;
}

.form-instituicao .img-form img {
  width: 150px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.form-instituicao .img-form .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.form-instituicao .img-form #upload-imagem {
  display: none;
}

.form-instituicao .img-form .form-group label::after {
  content: "Escolher imagem";
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-instituicao .img-form .form-group label:hover::after {
  background-color: #f1f1f1;
}

.form-instituicao .img-form .form-group label:active::after {
  background-color: #e1e1e1;
}

.form-instituicao .custom-control-label::before,
.form-instituicao .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.form-instituicao .custom-control-label::before {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.form-instituicao .custom-control-label::after {
  background-color: #fff;
  border-radius: 1rem;
}

.form-instituicao .custom-control-input:checked ~ .custom-control-label::before {
  transform: translateX(1rem);
}

.form-instituicao .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0);
}

.form-instituicao .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(19, 112, 233, 0.25);
}

.switch {
  font-size: 1rem;
  position: relative;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input + label {
  position: relative;
  min-width: calc(2.4em + 1.2rem + 3.2px);
  border-radius: calc(1.2em + .6rem + 1.6px);
  height: calc(1.2em + .6rem + 1.6px);
  line-height: calc(1.2em + .6rem + 1.6px);
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(2.4em + 1.7rem + 3.2px);
}

.switch input + label:after,
.switch input + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(2.4em + 1.2rem + 3.2px);
  bottom: 0;
  display: block;
}

.switch input + label:before {
  right: 0;
  background-color: #adb5bd;
  border-radius: calc(1.2em + .6rem + 1.6px);
  transition: all 0.2s;
}

.switch input + label:after {
  top: 2px;
  left: 2px;
  width: calc(1.2em + .6rem - 2.4px);
  height: calc(1.2em + .6rem - 2.4px);
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s;
}

.switch input:checked + label:before {
  background-color: #45307e;
}

.switch input:checked + label:after {
  margin-left: calc(1.2em + .6rem + 1.6px);
}

.switch input:focus + label:before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(69, 48, 126, 0.25);
}

.switch input:disabled + label {
  color: #6c757d;
  cursor: not-allowed;
}

.switch input:disabled + label:before {
  background-color: #e9ecef;
}

.switch.switch-sm {
  font-size: 0.875rem;
}

.switch.switch-sm input + label {
  min-width: calc(2.4em + .8rem + 3.2px);
  height: calc(1.2em + .4rem + 1.6px);
  line-height: calc(1.2em + .4rem + 1.6px);
  text-indent: calc(2.4em + 1.3rem + 3.2px);
}

.switch.switch-sm input + label:before {
  width: calc(2.4em + .8rem + 3.2px);
}

.switch.switch-sm input + label:after {
  width: calc(1.2em + .4rem - 2.4px);
  height: calc(1.2em + .4rem - 2.4px);
}

.switch.switch-sm input:checked + label:after {
  margin-left: calc(1.2em + .4rem + 1.6px);
}

.switch.switch-lg {
  font-size: 1.25rem;
}

.switch.switch-lg input + label {
  min-width: calc(2.4em + 1.6rem + 3.2px);
  height: calc(1.2em + .8rem + 1.6px);
  line-height: calc(1.2em + .8rem + 1.6px);
  text-indent: calc(2.4em + 2.1rem + 3.2px);
}

.switch.switch-lg input + label:before {
  width: calc(2.4em + 1.6rem + 3.2px);
}

.switch.switch-lg input + label:after {
  width: calc(1.2em + .8rem - 2.4px);
  height: calc(1.2em + .8rem - 2.4px);
}

.switch.switch-lg input:checked + label:after {
  margin-left: calc(1.2em + .8rem + 1.6px);
}

.switch + .switch {
  margin-left: 1rem;
}

