@import "../../components/molecules/ods-question/ods-question.css";

.atendidas {
  background-color: #FC3A1D;
  color: white;
}

.atendidas:hover {
  background-color: #FC3A1D;
  color: white;
}

.contadores {
  color: #FF8A5C;
  font-size: 15px;
}

@font-face {
  font-family: 'Gilroy';
  src: url(../font/Gilroy-Medium.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url(../font/Gilroy-Regular.ttf) format('truetype');
  font-weight: medium;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url(../font/Gilroy-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}


body {
  font-family: 'Gilroy';
  font-size: 18px;
  overflow-x: hidden;
}

.navlink {
  color: white;
}

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

.main-text {
  color: #BD0077;
}

.inscreve-projeto {
  color: white !important;
  background-color: #FC3A1D !important;
  border-color: #FC3A1D !important;
  font-size: 18px;
}

.btn-simbi {
  color: white !important;
  background-color: #F7A804 !important;
  border-color: #F7A804 !important;
}

.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;
}

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

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

#sobre-arcelor {
  background-color: #FDE7DD;
}

#sobre-simbi {
  background-color: rgba(247, 168, 4, 0.15);
}

.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: 15px;
}

.titulo-um {
  color: #FC3A1D;
}

.titulo-dois {
  color: #451376;
}

.saber-mais {
  color: #5B4D9B;
}

.elipse-icone {
  background-color: #806CDA26;
}

.politicas {
  background-color: #F2F0FB;
}

#tarja {
  color: white;
  background-color: #451376;
  border-radius: 5px;
  margin-top: -15px;
  z-index: 1;
  position: relative;
}

#titulo-capa {
  color: white;
}

#navbar-container {
  background-color: #EE7147;
}

.ctn-navbar {
  background-color: #EE7147;
}

#btn-inscreve-navbar{
  background-color: white;
  color: #FC3A1D;
  font-size: 18px;
}

.nav-item {
  font-weight: medium;
  font-size: 18px;
}

.navlink:hover {
  color: white;
}

.navlink:focus {
  color: white;
}

.footer {
  background-color: #FF8A5C;
}

.footer p {
  color: white;
}

  #img-patrocinio {
    position: relative;
    background: url('../../assets/img/patrocinio.png') center/cover no-repeat;
    background-size: cover;
    padding: 0;
}

#img-patrocinio::after {
    content: ""; 
    display: block;
    padding-top: 30%;
}

.sent-subtitle{
  font-size: 23px;
}

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

#flexibilidade-municipios-select{
  height: 220px;
}

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