@font-face {
  font-family: 'REM';
  src: url('../fonts/REM/REM-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis/Dosis-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.div-colm9 {
  width: 100%;
}

.board{
  font-family: 'Dosis', sans-serif;
  width: 960px;
	border-radius: 12px;
	border: 2px solid #ededed;
	padding: 15px;
	margin: 10px 0 27px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.020);
}

.infocurso_board{
    margin: 0 10px;
    width: 100%;
    position: relative;
}

.board-filtro {
    font-family: 'REM', sans-serif;
	border-radius: 16px;
	border: 2px solid #ededed;
	padding: 15px;
	margin: 10px 0 27px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.020);
}

.board_img{
    max-width: 130px;
    width: 100%;
}

.board_img .img_item{
    max-height: 150px;
}

.board_info_1{
    justify-content: space-between;
    display: flex;
}

.tit{
	font-size: 28px;
	font-weight: 900;
    color: #2F2F2F;
}

.tit2{
    font-family: 'REM', sans-serif;
    margin-top: 10px;
    font-size: 12px;
    color: #757575;
}

.mais_info {
  font-family: 'REM', sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px; 
  margin-top: 16px;
}

.info-coluna {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  min-width: 120px;
}

.info-titulo {
  font-weight: 500;
  font-size: 12px;
  color: #757575;
  margin-bottom: 4px;
}

.info-valor {
  font-weight: 900;
  font-size: 14px;
  color: #2F2F2F;
}

.nova-board-info {
    font-family: 'REM', sans-serif;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 12px;
	border-top: 1px solid #eee;
}

.info-box {
	flex: 1;
	max-width: 160px;
	text-align: center;
	padding: 8px;
	border-radius: 10px;
	background-color: #f9f9f9;
}

.info-box.destaque {
	background-color: #e9f9f0;
}

.info-valor-board {
	font-size: 1.2rem;
	font-weight: bold;
}

.info-valor-board span {
	font-size: 1rem;
}

.azul {
	color: #30ADE7;
}

.verde {
	color: #2e9d55;
}

.info-label {
	font-size: 0.75rem;
	color: #666;
	margin-top: 4px;
}

.info-botao {
	margin-left: auto;
}

.btn-nova-bolsa {
  font-family: 'Dosis', sans-serif;
	background-color: #30ADE7;
	color: #fff;
	border: none;
	padding: 12px 14px;
	border-radius: 12px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 5px 14px rgba(48, 173, 231, 0.4);
}

.btn-nova-bolsa:hover {
	background-color: #249ccf;
}

.badge-presencial {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e6f7ff;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 20px;
    margin: 10px;
    white-space: nowrap;
}

.carregando_resultados {
	/* position: absolute; */
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background: transparent;
}
.carregando_resultados.show {
	display: flex;
}
.carregando_resultados img {
	width: 100px;
	object-fit: cover;
	animation: carregando_resultados 1.5s linear infinite;
}

.breadcrumbs_results{
    margin-top: 5px;
    line-height: 1;
    /* margin-left: 110px; */
}
.breadcrumbs_results a{
    opacity: .5;
    font-size: 12px;
}

.custom-container {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.custom-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.custom-col {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs_results {
	font-size: 0.95rem;
	color: #555;
	padding-top: 4px;
	margin-bottom: 10px;
}

.tit_sec_results {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	padding-top: 12px;
	margin-top: 35px;
}

.filtre{
    font-size: 1rem;
    line-height: 1;
    /* border-bottom: 1px solid; */
    padding-bottom: 5px;
    padding-left: 8px;
    font-weight: bold;
}



.col-filtro {
  padding: 0 15px;
  box-sizing: border-box;
}

.filter-group {
  display: flex;
  flex-direction: column;
}

/* .filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FAFAFA;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 0.85rem;
  color: #555;
  width: 100%;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
} */

.filter-input {
  width: 100%;
  padding: 8px 10px;
  font-size: 0.85rem;
  color: #555;
  background-color: #FAFAFA;
  border: 1px solid #ececec;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.filtro-input:focus {
  background-color: #e8e8e8;
}

/* Remove setinha padrão do select no Firefox */
/* .filter-select::-ms-expand {
  display: none;
} */

.filter-label {
    margin-top: 5px;
    margin-bottom: 8px;
    font-weight: 900;
}

.filter-label1 {
    margin-top: 5px;
    margin-bottom: 8px;
}

.resultados-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.tit_sec_results {
	font-size: 1.5rem;
	font-weight: bold;
	color: #2b2e38;
}

.nome_do_segmento {
  font-size: 1.5rem;
  color: #30ADE7;
}

.botoes-ordenacao {
	display: flex;
	align-items: center;
    margin-top: 24px;
}

.btn_fil {
  display: none;
}

.btn_fil a {
	text-decoration: none;
	color: inherit;
}

.btn_fil i {
	font-size: 0.9rem;
}

.melhores-link {
    opacity: .5;
    font-size: 12px;
}


  .filtro-top-bar { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 16px; 
    margin-bottom: 24px;
    margin-top: 35px;
  }

  .filtro-select {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333;
  }

  .filtro-select label {
    margin-bottom: 6px;
    font-weight: 600;
    color: #222;
  }

  /* .filtro-select select {
    appearance: none;
    background-color: #f8f8f8;
    border: none;
    border-radius: 10px;
    padding: 10px 40px 10px 14px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L10 12L15 7' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    min-width: 180px;
    cursor: pointer;
  } */

  /* .filtro-select select:focus {
    outline: none;
    box-shadow: 0 0 0 2px #99ccff55;
  } */

/* === DESKTOP: acima de 992px === */
@media (min-width: 992px) {
  .div-colm9,
  .conteudo-principal {
    width: 75%;
  }

  .filtro-lateral {
    width: 25%;
  }

  .board {
    width: 100%;
    margin: 10px 0 20px;
  }
}

/* === TABLET: entre 768px e 991px === */
@media (min-width: 768px) and (max-width: 991px) {
  .div-colm9,
  .conteudo-principal {
    width: 100%;
  }

  .filtro-lateral {
    width: 100%;
  }

  .board {
    width: 100%;
    padding: 10px 0px 20px 0px;
    margin: 10px 0 20px;
  }

  .nova-board-info {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 12px;
    gap: 16px;
  }

  .info-box,
  .info-coluna {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin-bottom: 15px;
  }

  .mais_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px;
  }

  .mais_info > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .tit {
    order: 1;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .tit2 {
    order: 2;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #555;
  }

  .badge-presencial {
    position: static;
    order: 3;
    margin-top: 15px;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: bold;
  }

  .botoes-ordenacao {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .btn_fil {
    width: fit-content;
    padding: 8px 12px;
  }

  .info-botao {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin: 0 auto;
    display: block;
  }

  .btn-nova-bolsa {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }

  .custom-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tit_sec_results {
    font-size: 1.3rem;
    text-align: left;
  }
}

/* === MOBILE: até 768px === */
@media (max-width: 768px) {
  .div-colm9,
  .conteudo-principal,
  .filtro-lateral {
    width: 100%;
  }

  .btn_fil {
    display: block;
    background-color: #f0f0f0;
    border-radius: 16px;
    padding: 10px 20px;
    font-size: 1.2rem;
    color: #2b2e38;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .bar{
    position: absolute;
    top: 350px;
    display: block;
    background: #fff;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 10px;
    opacity: 0;
    transition: .5s;
  }

  .board {
    width: 100%;
    padding: 10px 0px 20px 0px;
  }

  .board_info_1 {
    flex-direction: column;
    align-items: center;
    /* padding-right: 50px; */
  }

  .nova-board-info {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 16px 24px;
    /* padding-right: 50px; */
  }

  .info-box,
  .info-coluna {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .mais_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 16px;
  }

  .info-botao {
    margin: 0 auto;
    margin-top: 15px;
  }

  .board_img img {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 8px;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .infocurso_board {
    text-align: center;
    padding: 16px 24px;
  }

  .tit {
    display: block;
    font-size: 2rem;
    margin-bottom: 12px;
    font-weight: bolder;
  }

  .tit2 {
    display: block;
    font-size: 0.95rem;
    margin-top: 10px;
    margin-bottom: 12px;
    color: #555;
  }

  .badge-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 6px;
  }

  .badge-presencial {
    position: relative;
    margin: 0 auto;
    top: auto;
    right: auto;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 16px;
  }

  .botoes-ordenacao {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .btn-nova-bolsa {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }

  .custom-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tit_sec_results {
    font-size: 1.3rem;
    text-align: left;
  }

  .filtro-top-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .filtro-top-bar .filtro-select:nth-child(3) {
    grid-column: 1 / 3;
  }
}

/* === EXTRA: até 500px (ex: loading) === */
@media (max-width: 500px) {
  .carregando_resultados img {
    width: 70px;
  }
}


