@import "../../components/atoms/button/button.css";
@import "../../components/atoms/counter/counter.css";
@import "../../components/atoms/list/list.css";
@import "../../components/atoms/program-title/program-title.css";
@import "../../components/atoms/paragraph/paragraph.css";
@import "../../components/atoms/ol/ol.css";
@import "../../components/atoms/ul/ul.css";
@import "../../components/atoms/program-elipse/program-elipse.css";
@import "../../components/atoms/big-number/big-numer.css";
@import "../../components/atoms/tooltip-icon/tooltip-icon.css";

@import "../../components/molecules/cover-center-text/center-text.css";
@import "../../components/molecules/center-logo/center-logo.css";
@import "../../components/molecules/side-text/side-text.css";
@import "../../components/molecules/programs/programs.css";
@import "../../components/molecules/navigation/navigation.css";
@import "../../components/molecules/aside-instructions/aside-instructions.css";
@import "../../components/molecules/about-foundation/about-foundation.css";
@import "../../components/molecules/donations/donations.css";
@import "../../components/molecules/ods-question/ods-question.css";

@import "../../components/organisms/cover/cover.css";
@import "../../components/organisms/about-subscription/about-subscription.css";
@import "../../components/organisms/about-customer/about-customer.css";
@import "../../components/organisms/about-simbi/about-simbi.css";
@import "../../components/organisms/form/form.css";
@import "../../components/organisms/navbar/navbar.css";

@font-face {
  font-family: 'Open Sans';
  src: url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800,300);
}

body {
  font-family: 'Open Sans';
  overflow-x: hidden;
}

#error-text{
  overflow: hidden;
}

#navbar-container {
  background-color: #007DC4;
  color: white;
}

.main-text {
  color: #BD0077;
}

.p-text {
  text-align: justify;
}

.inscreve-projeto {
  color: white !important;
  background-color: #007CC4 !important;
  border-color: #007CC4 !important;
  height: 52px;
  font-size: 20px;
}

.arrow-icon {
  background: #9080DB4D;
  stroke-width: 1;
}

.modal-header {
  border-bottom: 0 none;
}

.modal-footer {
  border-top: 0 none;
}

.overflow {
  overflow-y:scroll;
}

.overflow::-webkit-scrollbar{
  display: none;
}

.desativados {
  background-color: #E9ECEF;
  border-color: #E9ECEF;
  color: #868E96;
}

#envia {
  background-color: #E9ECEF;
  border-color: #E9ECEF;
  color: #868E96;
}

#botaoRemoveDois {
  background-color: #E9ECEF;
  border-color: #E9ECEF;
  color: #868E96;
}

#botaoRemoveTres {
  background-color: #E9ECEF;
  border-color: #E9ECEF;
  color: #868E96;
}

#botaoAdicionaQuatro {
  background-color: #00868F;
  border-color: #00868F;
  color: white;
}

#botaoRemoveQuatro {
  background-color: #E9ECEF;
  border-color: #E9ECEF;
  color: #868E96;
}

#botaoAdicionaTres {
  background-color: #00868F;
  border-color: #00868F;
  color: white;
}

#portal-projetos-col {
  margin-top: 17rem;
}

.swal {
  max-height: 35em;  
  overflow-y: scroll;
  width: 100%;
}

.swal::-webkit-scrollbar{
  display: none;
}

.swal-button {
  color: #CD7F09;
  background-color: #FFE5A3;
  border-color: #FFE5A3;
}

.removeArq {
  color: #CF4738;
  text-decoration:underline;
  font-size: 14px;
}

.modal-transparente {
  background: transparent;
  border: none;
}

#tarja {
  color: white;
  border-radius: 6px;
  z-index: 1;
  position: relative;
}

#sobre-customer {
  position: relative;
}

#sobre-customer-container {
  z-index: 1;
}

ul {
  list-style-type: none;
}

.no-gutter {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.form-label{
  margin-bottom: .5rem;
  display: inline-block;
}

.law-square {
  background-color: #F0F1F3;
  font-size: 16px;
  width: 100%;
  height: 255px;
  box-shadow: 0px 5px 20px 0px #626F864D;
}

.icon-container {
  height: 80px;
}

#checbox-row-sm {
  height: 130px;
}

@media (min-width: 992px) {
  #aside {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 110px;
    left: 0;
    display: block;
    height: fit-content;
  }
}