:root {
  --c-orange1: #F66602;
  --c-orange2: #fc7800;
  --c-orange3: #f14500;
  --c-yellow1: #FFD200;
  --c-yellow2: #fed92a;
  --c-blue1: #0058a6;
  --c-red1: #e60b0b;
  --c-wine1: #8C3A00;
  --c-black: #000000;
  --c-black2: #1d1d1b;
  --c-gray: #e6e6e6;
  --c-gray2: #f4f4f4;
  --c-graydark: #666666;
  --c-white: #ffffff;
  --c-check: #1cb111;
  --c-error: #fe4c4c;
  --c-error2: #d82525;
}

/*
SuvinilSans [Light-300]
SuvinilSans [Roman-400]
SuvinilSans [Bold-700]
*/

/* ============ Seção: Selecao ============ ✅ */
.section.selecao {
  position: relative;
  background: url(../img/selecao/background/bkg1_991.webp) no-repeat top center / cover;
}

@media (min-width: 992px) {
  .section.selecao {
    background: url(../img/selecao/background/bkg1_1920.webp) no-repeat top center / cover;
  }
}

/* Box */
.section.selecao .box-cadastro {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 4rem;
  border-radius: 2rem;
  background: #fdc101;
  box-shadow: 0 0 14px 8px #fee21c;
  transition: all .3s ease-in-out;
  border: 1px solid #fdeacb;
}

/* Header */
.section.selecao .box-cadastro .header-section {
  margin-bottom: 10px !important;
  text-align: center;
}
.section.selecao .header-section h2 {
  color: var(--c-orange3);
  text-align: center;
}
.section.selecao .header-section h3.attention {
  color: var(--c-black2);
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0rem;
}

/* Botões */
.section.selecao .botoes {
  position: relative;
  margin-top: 2rem;
  display: inline-table;
  text-align: center;
}

.section.selecao .botoes .box {
  position: relative;
  margin: 0.5rem;
  display: inline-grid;
}

.section.selecao .botoes .box .icon {
  position: relative;
  background: var(--c-orange1);
  padding: 2rem;
  border-radius: 2rem;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: all .3s ease-in-out;
}

.section.selecao .botoes .box.box-sair .icon {
  background: var(--c-gray);
  transition: all .3s ease-in-out;
}

.section.selecao .botoes .box.box-sair:hover .icon {
  background: var(--c-gray2);
  transition: all .3s ease-in-out;
}

.section.selecao .botoes .box:hover .icon {
  background: var(--c-orange3);
  transition: all .3s ease-in-out;
}

.section.selecao .botoes .box .icon img {
  height: 40px;
  transition: all .3s ease-in-out;
}

.section.selecao .botoes .box .title {
  color: var(--c-orange3);
  font-size: 1.3rem;
  margin-top: 1rem;
  font-weight: 700;
}

/* Responsivo */
@media (max-width: 991px){
  .section.selecao .box-cadastro {
    padding: 4rem 2rem;
  }
}


/* ============ Seção: Ganhadores ============ ✅ */
.section.ganhadores {
  position: relative;
  background: url(../img/selecao/background/bkg1_1920.webp) no-repeat top center / cover;
}
@media (max-width: 991px){
  .section.ganhadores {
    background: url(../img/selecao/background/bkg1_991.webp) no-repeat top center / cover;
  }
}

/* Tabelas */
.section.ganhadores .table thead th,
.section.ganhadores .table tbody td {
  height: 75px !important;
  vertical-align: middle !important;
  color: var(--c-black2);
  font-size: 1.4rem;
}

.section.ganhadores .title-table-mobile {
  display: none;
}

/* Responsivo */
@media (max-width: 991px){
  .section.ganhadores .table thead {
    display: none;
  }
  
  .section.ganhadores .table tbody td {
    height: auto !important;
    padding: 2rem .65rem !important;
    width: 100% !important;
  }
  
  .section.ganhadores .table tbody tr td:last-child {
    padding-bottom: 2rem !important;
  }
  
  .section.ganhadores .title-table-mobile {
    display: block; font-weight: 700;
    color: var(--c-black2);
  }
}

/* Imagem de premiação */
.section.ganhadores .imgPremiacao {
  display: block;
  max-width: 100%;
  height: auto;
}



/* ============ Seção: Ganhadores ============ ✅ */
.section.contato {
  position: relative;
  background: url(../img/selecao/background/bkg1_1920.webp) no-repeat top center / cover;
}
@media (max-width: 991px){
  .section.contato {
    background: url(../img/selecao/background/bkg1_991.webp) no-repeat top center / cover;
  }
}




/* ============ Seção: Regulamento, Termos e Políticas ============ ✅ */
.section.rtp {
  position: relative;
  background: url(../img/selecao/background/bkgPartner1_1920.webp) #F66602;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat;
}

.section.rtp .ipgs-theme-default .ipgs-stage {
  background-color: var(--c-white);
}

/* ============ Popup: confirmação de perfil (selecao.html) ============ */
.modal-dialog-perfil-confirm {
  max-width: 420px;
}

.popup-confirmacao-perfil .modal-content {
  border-radius: 1.25rem;
  overflow: hidden;
}

.popup-confirmacao-perfil .perfil-confirm-head {
  text-align: center;
}

.popup-confirmacao-perfil .perfil-confirm-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--c-orange1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(246, 102, 2, 0.35);
}

.popup-confirmacao-perfil .perfil-confirm-icon img {
  width: 40px;
  height: auto;
}

.popup-confirmacao-perfil .titulo {
  text-align: center;
  color: var(--c-yellow1);
  text-transform: uppercase;
  margin-top: 2rem;
}

.popup-confirmacao-perfil .perfil-confirm-texto {
  text-align: center;
  color: var(--c-black2);
  font-size: 1rem;
  line-height: 1.45;
}

.popup-confirmacao-perfil .perfil-confirm-texto p {
  margin-bottom: 0.75rem;
  text-align: center;
}

.popup-confirmacao-perfil .perfil-confirm-ajuda {
  font-size: 1.2rem;
  opacity: 0.92;
  margin-bottom: 0 !important;
  margin-top: 2rem;
}

.popup-confirmacao-perfil .perfil-confirm-footer {
  margin: 1.5rem -1rem -1rem;
  padding: 1.25rem 1rem 1.5rem;
  background: transparent;
  border-top: 0px solid #e5e5e5;
}

@media (min-width: 576px) {
  .popup-confirmacao-perfil .perfil-confirm-footer {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.75rem;
  }
}

.popup-confirmacao-perfil .perfil-confirm-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
  max-width: 100%;
}

.popup-confirmacao-perfil .perfil-confirm-actions .btn {
  width: 100%;
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}