@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: 'Cera Pro';
  src: url(../font/Cera-Pro-Medium.otf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

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


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

.btn-rascunho {
  background-color: #1e9e7e;
  color: #ffffff;
  border: 2px solid #32a6e6;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-rascunho:hover {
  background-color: #32a6e6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(50, 166, 230, 0.25);
}


.navlink {
  color: white;
}

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

.main-text {
  color: #BD0077;
}

.inscreve-projeto {
  color: white !important;
  background-color: #1E9F7F !important;
  border-color: #1E9F7F !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-rumo {
  background-color: #32A6E6;
}

#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: #003865;
}

.titulo-dois {
  color: #003865;
}

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

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

.politicas {
  background-color: #F2F0FB;
}

#politicas .card {
  padding: 1.5rem !important; 
  border-radius: 16px;
  min-height: 160px;
  transition: all 0.25s ease;
  border: 1.5px solid ; 
}

#politicas .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: #1A5CFF; 
}

#politicas img {
  width: 55px;
  height: auto;
}

#politicas h5 {
  font-size: 1rem;
  margin-top: 0.75rem;
}


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

#titulo-capa {
  color: white;
}

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

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

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


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

.navlink:hover {
  color: white;
}

.navlink:focus {
  color: white;
}

.footer {
  background-color: #003865;
}

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

 #inscrever-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  #inscrever-dropdown .dropdown-toggle::after {
    display: none;
  }

  #tarja-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  #tarja-dropdown .dropdown-toggle::after {
    display: none;
  }

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