/* CSS by Cristian Elvis */

/* TRANSITION */
.elementor-item,
.shrinker,
.shrinker.elementor-sticky--effects,
.shrinking-logo img,
.shrinker.elementor-sticky--effects img,
.shrinker.elementor-sticky--effects .hfe-nav-menu-icon i {
    transition: all .12s ease-in-out!important;
	-webkit-transition: all .2s ease-in-out!important;
	-moz-transition: all .2s ease-in-out!important;
}
/* HEADER */
/* shrinking header section */
.shrinker {
	background-color: #ffffff!important;
}
.shrinker.elementor-sticky--effects {
	background-color: #ffffff!important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
}
.shrinking-logo img {
	width: 90%!important;
}
.shrinker.elementor-sticky--effects img {
	width: 80%!important;
	content:url('https://www.liceuescola.com.br/wp-content/uploads/2020/07/Logo_Liceu-e1594261369655.png');
}
.shrinker.elementor-sticky--effects .hfe-nav-menu-icon i {
    color: #ffffff;
}
/* MENU */
.elementor-nav-menu .elementor-item,
.elementor-nav-menu a, .elementor-nav-menu li,
.site-nav nav ul li li a,
.site-nav nav > ul > li > a {
    text-transform: uppercase;
}
.elementor-nav-menu .sub-arrow {
    padding: 10px 5px 10px 5px;
}
/* NAV BUTTON */
.nav-button-primary .elementor-item,
.nav-button-secondary .elementor-item {
    margin-left: 3px!important;
    margin-right: 3px!important;
    padding-left: 12px!important;
    padding-right: 12px!important;
}
@media screen and (max-width: 767px) {
    .nav-button-primary .elementor-item,
    .nav-button-secondary .elementor-item {
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }
}
.nav-button-primary .elementor-item {
    color: #ffffff!important;
    background-color: #C01430;
    border:2px solid #C01430;
    border-radius: 16px;
}
.nav-button-primary .elementor-item:hover {
    color: #ffffff!important;
    background-color: #003FE0;
    border:2px solid #003FE0;
    border-radius: 10px;
}
.nav-button-secondary .elementor-item {
    background-color: #ffffff;
    border:2px solid #C01430;
    border-radius: 16px;
}
.nav-button-secondary .elementor-item:hover {
    color: #ffffff!important;
    background-color: #003FE0;
    border:2px solid #003FE0;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .nav-button-primary .elementor-item {
        color: #003FE0!important;
        background-color: #ffffff;
    }
    .nav-button-secondary .elementor-item {
        color: #003FE0!important;
        background-color: #ffffff;
    }
}
/* LINKS */
#noclick {
    pointer-events: none!important;
    cursor: default!important;
}
.whitelink {
    color: white;
}
/* NOSSA HISTÓRIA */
.milestone .card {
    min-height: 470px;
    border: 1px solid #2B2B2B;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.45);
box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.45);
}
/* EUEOLICEU */
/* Hide scrollbar */
.elementor-popup-modal .dialog-message::-webkit-scrollbar {
  display: none;
}
.elementor-popup-modal .dialog-message {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.dialog-close-button {
	padding: 6px;
	border-radius: 30px;
	transition: all 1s;
}
.dialog-close-button:hover {
	transform: scale(1.1);
	background-color: red!important;
}
/* Mosaico Eu e o Liceu */
.mosaic-thumbnail {
	width: 160px;
	height: 160px;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.mosaic-thumbnail {
		width: 250px;
		height: 250px;
		padding: 0;
		margin: 0;
	}
}
/* SlideGALLERY MOBILE */
@media screen and (max-width: 1024px) {
    .wrapper-mobile {
        height: auto;
        overflow-x: unset;
    }
}
@media screen and (max-width: 767px) {
    .wrapper-mobile {
        height: 250px;
        overflow-x: auto;
    }
}
#wrapper-buttons {
	width: 100%
}
#wrapper-buttons .elementor-widget-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#slideLeft,
#slideRight {
	color: #808080;
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 0.5rem;
	background-color: transparent;
	border: 1px solid #808080;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#slideLeft:active,
#slideRight:active {
	background-color: var(--e-global-color-bb4b27b);
}
/* Contact Form 7 */
.wpcf7 {
    padding: 20px 20px 20px 50px;
}
.wpcf7 label {
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    background-color: #f2f2f2;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}
.wpcf7 input[type="submit"] {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background: #4054B2;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 10px 35px 10px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wpcf7 input:hover[type="submit"] {
    color: #000000;
    background: #f2f2f2;
    transition: all 0.4s ease 0s;
}
.wpcf7 input:active[type="submit"] {
    background: #c11330;
}
/* IFRAMES */
/*ajuste no iframe do footer */
.iframe-footer {
    width: 100%;
    height: 665px;
    padding: 0;
    margin: 0;
}
#video1,
#video2,
#video3{
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 120px;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.video-container {
    width:100%;
    overflow: hidden;
}
/* APROVADOS 2025 */
/* Estilos Básicos da Tabela */
.tabela-alunos {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border-radius: 16px; /* Bordas arredondadas para a tabela */
  overflow: hidden; /* Garante que o conteúdo respeite o border-radius */
  border: 1px solid #707070; /* Borda geral da tabela */
}
/* Estilo para cabeçalhos e células de dados */
.tabela-alunos th,
.tabela-alunos td {
  border: none; /* Remove bordas internas padrão */
  padding: 16px;
  text-align: left;
  vertical-align: middle;
  background-color: transparent; /* Fundo transparente */
}
/* Estilo para cabeçalhos */
.tabela-alunos th {
  font-weight: bold;
  cursor: pointer; /* Indica que é clicável para ordenação */
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #707070; /* Borda inferior para os cabeçalhos */
  border-top-color: transparent; /* Garante que não tenha borda superior */
}
/* Linha #707070 em baixo de cada linha do corpo da tabela */
.tabela-alunos tbody tr {
  border-bottom: 1px solid #707070;
  background-color: transparent;
  color: inherit; /* Mantém a cor do texto padrão */
  transition: background-color 0.3s ease, color 0.3s ease; /* Transição suave para hover */
}
/* Remove a borda inferior da última linha para evitar linha dupla */
.tabela-alunos tbody tr:last-child {
  border-bottom: none;
}
/* Remove qualquer estilo de linha alternada (zebra) para manter o fundo transparente */
.tabela-alunos tbody tr:nth-child(odd) td,
.tabela-alunos tbody tr:nth-child(even) td {
  background-color: transparent !important;
}
/* Indicadores de ordenação (setas) */
.tabela-alunos th::after {
  content: ' ⇅'; /* Símbolo padrão de ordenação */
  font-size: 0.8em;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.6;
}
.tabela-alunos th.asc::after {
  content: ' ▲'; /* Símbolo para ordem crescente */
  opacity: 1;
}
.tabela-alunos th.desc::after {
  content: ' ▼'; /* Símbolo para ordem decrescente */
  opacity: 1;
}
/* Remove o indicador da coluna "Foto", que não é ordenável */
.tabela-alunos th:first-child::after {
  content: none;
}
/* --- Ajustes para as FOTOS (Importante para o Mobile) --- */
/* Estilo geral para as imagens de foto do aluno */
.tabela-alunos img.foto-aluno {
  width: 69px;        /* Largura da foto */
  height: 69px;       /* Altura da foto (EXATAMENTE igual à largura para ser redonda) */
  object-fit: cover;  /* Essencial: Redimensiona a imagem para preencher o espaço, cortando as bordas se necessário, sem distorcer */
  border-radius: 50%; /* Transforma a imagem em um círculo perfeito */
  display: block;     /* A imagem se comporta como um bloco, útil para margin auto */
  margin: 0 auto;     /* Centraliza a imagem horizontalmente dentro da célula */
}
/* Estilo para a PRIMEIRA CÉLULA (onde a foto está) */
.tabela-alunos td:first-child,
.tabela-alunos th:first-child {
    width: 85px;          /* Define uma largura suficiente para a coluna da foto (69px da foto + respiro) */
    min-width: 85px;      /* Impede que a coluna encolha demais em telas maiores */
    text-align: center;   /* Centraliza o conteúdo (a foto) horizontalmente dentro da célula */
    vertical-align: middle; /* Centraliza o conteúdo (a foto) verticalmente dentro da célula */
    padding: 8px;         /* Ajusta o padding para um respiro equilibrado */
}
@media (max-width: 768px) { /* Estilos aplicados quando a tela é no máximo 768px de largura */
    /* Garante que a coluna da foto não seja ocultada por outros estilos do tema */
    .tabela-alunos td:first-child,
    .tabela-alunos th:first-child {
        display: table-cell !important; /* Força a exibição como célula de tabela */
        width: 60px;          /* Reduz a largura da coluna para o mobile (acomodar foto menor + respiro) */
        min-width: 60px;      /* Garante que não encolha demais no mobile */
        padding: 4px;         /* Reduz o padding para otimizar espaço em telas pequenas */
    }
    /* Reduz o tamanho da foto para telas menores, mantendo-a redonda */
    .tabela-alunos img.foto-aluno {
        width: 48px;  /* Nova largura para a foto no mobile */
        height: 48px; /* Nova altura (EXATAMENTE igual à largura) para ser redonda no mobile */
    }
}
/* Estilos para linhas ocultas e efeito de slide down (mantido do seu original) */
.tabela-alunos .linha-oculta {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 1s ease-out; /* Duração da transição do slide down */
}
/* Esta classe será adicionada e removida pelo JavaScript durante a animação de abertura */
.tabela-alunos .linha-visivel-animacao {
  display: table-row;
  height: auto;
}
/* Mouse hover sobre as linhas da tabela (tbody tr) */
.tabela-alunos tbody tr:hover {
  background-color: #C01430 !important; /* Cor de fundo no hover */
  cursor: pointer;
}
/* Garante que o texto e o background de TODAS as células E seus conteúdos dentro da linha em hover fiquem vermelhos e brancos */
.tabela-alunos tbody tr:hover,
.tabela-alunos tbody tr:hover td,
.tabela-alunos tbody tr:hover td * {
  background-color: #C01430 !important; /* Fundo vermelho no hover */
  color: #f4f4f4 !important; /* Cor do texto branca no hover */
  font-weight: 700; /* Texto em negrito no hover */
}
/* Estilos dos Botões (mantidos como estavam) */
.btn-acao-tabela {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.btn-acao-tabela:hover {
  background-color: #0056b3;
}
/* Estilo específico para o botão de fechar/mostrar menos */
.btn-mostrar-menos {
  background-color: #dc3545;
}

.btn-mostrar-menos:hover {
  background-color: #c82333;
}
/* GALERIA DOS POSTS */
.pp_pic_holder.pp_default {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 90% !important;
  max-width: 100% !important;
  height: auto !important;
  z-index: 9999 !important;
}
#fullResImage {
  width: 100% !important;
  height: auto !important;
  max-height: 80vh !important;
  object-fit: contain !important;
}
.pp_content {
  width: 100% !important;
  height: auto !important;
  max-height: 80vh !important;
}
.pp_hoverContainer {
  width: 100% !important;
  height: auto !important;
}
.pp_details {
  margin-top: 30px !important;
}
.pp_content_container .pp_right {
    padding-right: 20px!important;
}
/* MEDALHISTAS DO LICEU */
.medalhistas-corte {
    padding: 1% 0 1% 15%;
}
@media (max-width: 1024px) {
    .medalhistas-corte {
        padding: 1%;
    }
}
/* Desktop e Tablet: 3 colunas */
@media (min-width: 768px) {
  .wrapper-medalhistas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
/* Mobile: scroll horizontal */
@media (max-width: 767px) {
  .wrapper-medalhistas {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .card-medalhistas {
    flex: 0 0 90%!important;
    scroll-snap-align: start;
  }
}
/* bolinha padrão */
#accordion-medalhistas .e-n-accordion-item-title-text::before {
  content: "";
  display: inline-block;      /* mantém lado a lado */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E3E3E3;
  margin-right: 10px;
  vertical-align: middle;     /* alinha com o texto */
}
/* garante que texto e bolinha fiquem na mesma linha */
#accordion-medalhistas .e-n-accordion-item-title-text {
  display: inline-flex;       /* força bolinha + texto juntos */
  align-items: center;        /* centraliza verticalmente */
}
/* hover: muda cor da bolinha */
#accordion-medalhistas .e-n-accordion-item-title:hover 
.e-n-accordion-item-title-text::before {
  background-color: var(--e-global-color-primary);
}
/* ativo: muda cor da bolinha */
#accordion-medalhistas .e-n-accordion-item[open] 
.e-n-accordion-item-title-text::before {
  background-color: var(--e-global-color-5cc8275);
}
/* traço cinza central dentro da borda */
.e-n-accordion-item-title {
    position: relative;
}
.e-n-accordion-item-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 60px;
    height: 2px;
    background-color: #E3E3E3;
    top: calc(100% - -4px);
    z-index: 1;
}
/* PRÊMIO DESIGN 2026 */
/* INCRIÇÕES */
/* Container dos cards para rolagem vertical */
.premiodesign2026_inscricao_cards_wrapper {
  display: block;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}
/* Cards horizontais */
.premiodesign2026_inscricao_card,
.premiodesign2026_inscricao_card_organizadores,
.premiodesign2026_inscricao_card_jurados {
  position: relative;
  /*top: 80px;*/
  scroll-margin-top: 80px;
  width: calc(100% - 275px);
  flex-shrink: 0;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: transform 0.5s ease;
}
.premiodesign2026_inscricao_categoria,
.premiodesign2026_inscricao_declaracoes {
    scroll-margin-top: 140px;
}
.premiodesign2026_inscricao_card_organizadores,
.premiodesign2026_inscricao_card_jurados {
    width: 100%;
}
.premiodesign2026_inscricao_card .equipe {
    margin-bottom: 20px;
}
.premiodesign2026_inscricao_intro hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 24px;
  margin-bottom: 16px;
}
.form-grid.two-cols {
  grid-template-columns: 1fr 1fr;
}
.form-grid.three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}
.form-grid.inline {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.form-grid label {
  display: flex;
  flex-direction: column;
}
.form-grid.inline label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
/* Timeline vertical (desktop) */
.premiodesign2026_inscricao_timeline {
  position: fixed;
  right: 0;
  top: 140px;
  bottom: 140px;
  width: 275px;
  background: rgba(0,0,0,0.15);
  padding: 20px;
  border-radius: 20px 0 0 20px;
}
.premiodesign2026_inscricao_timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
/* Linha contínua */
.premiodesign2026_inscricao_timeline ul::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #ccc;
}
/* Itens */
.premiodesign2026_inscricao_timeline li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  color: #333;
}
/* Bolinha padrão (não validada) */
.premiodesign2026_inscricao_timeline li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #C01430;
  border-radius: 50%;
  background: #C01430;
  z-index: 2;
}
/* Estado validado */
.premiodesign2026_inscricao_timeline li.validado::before {
  content: '✓';
  font-size: 12px;
  color: #C01430;
  background: #fff;
  border: 2px solid #C01430;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Item ativo */
.premiodesign2026_inscricao_timeline li.ativo a {
  font-weight: bold;
}
/* Timeline horizontal (mobile) */
@media (max-width: 768px) {
  .premiodesign2026_inscricao_card {
    width: 100%;
  }
  .premiodesign2026_inscricao_timeline {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(0,0,0,0.15);
    border-radius: 0;
    padding: 20px 10px;
    margin-bottom: 20px;
    z-index: 999;
  }
  .premiodesign2026_inscricao_timeline ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    gap: 20px;
    padding: 0 10px;
  }
  .premiodesign2026_inscricao_timeline ul::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
  .premiodesign2026_inscricao_timeline ul::before {
    display: none;
  }
  .premiodesign2026_inscricao_timeline li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    font-size: 13px;
    min-width: 140px;
    flex-shrink: 0;
    text-align: left;
    white-space: normal;
  }
  .premiodesign2026_inscricao_timeline li::before {
    position: relative;
    margin: 0;
    border: 2px solid #C01430;
    background: #C01430;
  }
  .premiodesign2026_inscricao_timeline li.validado::before {
    content: '✓';
    background: #fff;
    border: 2px solid #C01430;
    color: #C01430;
  }
  .premiodesign2026_inscricao_timeline li.ativo {
    font-weight: bold;
  }
}
/* Navegação */
.premiodesign2026_inscricao_nav {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  background: transparent;
  padding: 6px;
  display: none;
}
.premiodesign2026_inscricao_nav button {
  color: #fff;
  border: none;
  padding: 5px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.premiodesign2026_inscricao_nav button[style*="display: none"] {
  opacity: 0;
}
/* adicionar integrante */
.add-integrante,
.rem-integrante {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Classe para títulos de seção dentro dos cards */
.card-title {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
}
.bold {
    font-weight: bold;
}
/* Espaçamento entre campos */
.premiodesign2026_inscricao_card label {
  margin-top: 5px;
  margin-bottom: 5px;    
}
.premiodesign2026_inscricao_card input,
.premiodesign2026_inscricao_card select,
.premiodesign2026_inscricao_card textarea {
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
}
/* Inputs personalizados */
.premiodesign2026_inscricao_card input[type="text"],
.premiodesign2026_inscricao_card input[type="email"],
.premiodesign2026_inscricao_card input[type="tel"],
.premiodesign2026_inscricao_card input[type="number"],
.premiodesign2026_inscricao_card select,
.premiodesign2026_inscricao_card textarea {
  border: none;
  border-bottom: 2px solid gray;
  padding: 6px;
  outline: none;
  transition: border-color 0.3s;
}
/* Hover */
.premiodesign2026_inscricao_card input:hover,
.premiodesign2026_inscricao_card select:hover,
.premiodesign2026_inscricao_card textarea:hover {
  border-color: #C01430; /* vermelho */
}
/* Foco (edição) */
.premiodesign2026_inscricao_card input:focus,
.premiodesign2026_inscricao_card select:focus,
.premiodesign2026_inscricao_card textarea:focus {
  border-color: #28a745; /* verde */
  background-color: #f0fdf4; /* verde bem suave */
}
/* Selects personalizados */
.premiodesign2026_inscricao_card select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 2px solid gray;
  padding: 6px;
  outline: none;
  transition: border-color 0.3s;
  background-color: transparent;
  border-radius: 0;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px;
}
/* Autosave - texto */
.input-as-text {
  color: #333;
  padding: 6px;
  margin: 10px 5px;
  cursor: pointer;
  display: inline-block;
}
/* Checkbox e Radios customizados */
.premiodesign2026_inscricao_card input[type="radio"],
.premiodesign2026_inscricao_card input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid gray; /* padrão cinza */
  border-radius: 50%;
  margin-right: 6px;
  cursor: pointer;
  position: relative;
  top: 2px;
  vertical-align: middle;
}
.premiodesign2026_inscricao_card input[type="checkbox"] {
  border-radius: 4px;
}
/* Estado hover/foco para dar destaque */
.premiodesign2026_inscricao_card input[type="radio"]:hover,
.premiodesign2026_inscricao_card input[type="radio"]:focus,
.premiodesign2026_inscricao_card input[type="checkbox"]:hover,
.premiodesign2026_inscricao_card input[type="checkbox"]:focus {
  border-color: #C01430;
}
/* Estado selecionado */
.premiodesign2026_inscricao_card input[type="radio"]:checked,
.premiodesign2026_inscricao_card input[type="checkbox"]:checked {
  background-color: #28a745; /* verde */
  border-color: #28a745;
}
.premiodesign2026_inscricao_card input[type="radio"]:checked::after,
.premiodesign2026_inscricao_card input[type="checkbox"]:checked::after{
  content: "✓";
  color: #fff;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Upload customizado */
.premiodesign2026_inscricao_card input[type="file"] {
  display: none; /* esconde o botão padrão em inglês */
}
.premiodesign2026_inscricao_card .custom-file-upload {
  border: 2px solid gray;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 4px;
  color: #333;
}
/* Hover */
.premiodesign2026_inscricao_card .custom-file-upload:hover {
  border-color: #C01430;
  background-color: #fff0f3; /* vermelho suave */
  color: #C01430;
}
/* Focus */
.premiodesign2026_inscricao_card .custom-file-upload:focus,
.premiodesign2026_inscricao_card .custom-file-upload:focus-visible {
  outline: none;
  border-color: #28a745;
  background-color: #f0fdf4; /* verde suave */
  color: #28a745;
}
/* Active (quando clicado) */
.premiodesign2026_inscricao_card .custom-file-upload:active {
  border-color: #28a745;
  background-color: #28a745;
  color: #fff;
}
.premiodesign2026_inscricao_card .file-name {
  margin: -10px 10px 20px 0;
  font-size: 14px;
  color: #555;
}
/* Inputs dentro do popup */
.premiodesign2026_inscricao_popup_content input[type="text"],
.premiodesign2026_inscricao_popup_content input[type="email"],
.premiodesign2026_inscricao_popup_content input[type="password"] {
  border: none;
  border-bottom: 2px solid gray;
  padding: 6px;
  outline: none;
  margin-top: 3px;
  margin-bottom: 10px;
  transition: border-color 0.3s;
}
/* Hover */
.premiodesign2026_inscricao_popup_content input:hover {
  border-color: #C01430; /* vermelho */
}
/* Foco */
.premiodesign2026_inscricao_popup_content input:focus {
  border-color: #28a745; /* verde */
  background-color: #f0fdf4; /* verde suave */
}

/* JURADOS */
.premiodesign2026_inscricao_jurados_tabs {
  display: flex;
  gap: 10px;
  padding: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap; /* permite quebrar linha em telas menores */
}
.premiodesign2026_inscricao_jurados_categoria_btn {
  background: #C01430;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.premiodesign2026_inscricao_jurados_categoria_btn:hover {
  background: #28a745;
}
.premiodesign2026_inscricao_jurados_content {
  border: 1px solid #ccc;
  padding: 15px;
}
.premiodesign2026_inscricao_jurados_tab {
  display: flex;
  gap: 20px;
}
.premiodesign2026_inscricao_jurados_col_esquerda {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 400px; /* altura fixa para scroll */
  overflow-y: auto;  /* rolagem vertical */
}
.premiodesign2026_inscricao_jurados_projeto_btn {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  cursor: pointer;
  width: 100%; /* ocupa largura total */
}
.premiodesign2026_inscricao_jurados_projeto_btn:hover {
  background: #fff0f3;
}
.premiodesign2026_inscricao_jurados_col_direita {
  flex: 3;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
}
.premiodesign2026_inscricao_popup {
  display: none; /* escondido por padrão */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}
.premiodesign2026_inscricao_popup_content {
  position: relative;
  margin: 5% auto;
  padding: 10px 40px 5px 40px;
  width: 60%;
  max-width: 480px;
  background: #fff;
  border-radius: 8px;
}
.premiodesign2026_inscricao_popup_close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
#premiodesign2026_inscricao_video_player {
  width: 100%;
  height: auto;
  max-height: 60vh; /* limita altura em mobile */
}
.register-link {
  text-align: right;
  margin-top: 10px;
}
.register-link a {
  color: #C01430; /* vermelho do tema */
  text-decoration: none;
}
.register-link a:hover {
  text-decoration: underline;
}

/* escondido por padrão */
.accordion-content {
  display: none;
}
@media (max-width: 768px) {
  .premiodesign2026_inscricao_jurados_col_direita {
    display: none; /* esconde a coluna fixa */
  }
  .premiodesign2026_inscricao_jurados_projeto_btn + .accordion-content {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .premiodesign2026_inscricao_jurados_projeto_btn.active + .accordion-content {
    display: block;
  }
}
/* ORGANIZADORES */
.organizadores-toolbar {
  display: flex;
  justify-content: flex-end;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.organizadores-toolbar .btn-exportar {
  background: #C01430;
  color: #fff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.organizadores-toolbar .btn-exportar:hover {
  background: #28a745;
}
.organizadores-table-wrapper {
  overflow-x: auto; /* garante rolagem horizontal no desktop e mobile */
}
.organizadores-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px; /* força rolagem horizontal se necessário */
}
.organizadores-table th,
.organizadores-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
.organizadores-table th {
  background: #f9f9f9;
  font-weight: bold;
  white-space: nowrap; /* impede quebra de linha nos títulos */
}
.organizadores-table tr:hover {
  background: #fff0f3; /* vermelho suave no hover */
}
/* Barra de progresso */
/* Container da barra */
.premiodesign2026_inscricao_progress {
  position: relative;
  top:10px;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  margin: 20px 0;
  height: 10px;
  overflow: visible;
}
/* Barra preenchida */
.premiodesign2026_inscricao_progress_bar {
  height: 100%;
  width: 0%;
  background-color: #d9534f;
  border-radius: 5px;
  transition: width 0.3s ease, background-color 0.3s ease;
}
/* Texto centralizado */
/* Texto do título */
.premiodesign2026_inscricao_progress_text {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  pointer-events: none;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
/* Percentual destacado */
.premiodesign2026_inscricao_progress_percent {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #555;
  pointer-events: none;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.premiodesign2026_inscricao_progress_percent h1 {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  margin: 0 6px 0 0;
  color: #333;
  pointer-events: none;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.premiodesign2026_inscricao_campo_vazio {
  border-color: #d9534f !important;
  background-color: #fff0f0;
}
/* Indicador de sucesso */
.premiodesign2026_inscricao_salvo {
  margin-left: 8px;
  color: green;
  font-weight: bold;
  font-size: 12px;
  opacity: 0;
  animation: fadeInOut 2s forwards;
}
/* Indicador de erro */
.premiodesign2026_inscricao_erro {
  margin-left: 8px;
  color: red;
  font-weight: bold;
  font-size: 12px;
  opacity: 0;
  animation: fadeInOut 2s forwards;
}
/* Keyframes da animação */
@keyframes fadeInOut {
  0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; }
}
/* Campos obrigatórios não preenchidos */
.premiodesign2026_inscricao_obrigatorio {
  border: 2px solid red;
  background-color: #ffe6e6; /* leve vermelho para destacar */
}
/* Checkboxes obrigatórios não marcados */
.premiodesign2026_inscricao_obrigatorio[type="checkbox"] {
  outline: 2px solid red;
  background-color: #ffe6e6;
}
/* Mensagens dentro do popup */
.premiodesign2026_inscricao_mensagem {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
/* Logo no topo do popup */
.premiodesign2026_inscricao_logo_wrapper {
  text-align: center;
}
.premiodesign2026_inscricao_logo {
  max-width: 200px;
  height: auto;
}
/* Oculta os campos */
#campo-outro,
#bloco-estudante {
  display: none;
}
