.titulo-site {
    font-size: 28px;
    font-weight: bold;
    color: orange;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.info{
    text-align: center;
    color: orange;
}
.sobre{
    text-align: center;
    color: balck;
}
.banner {
    width: 100%;
    height: 350px; 

    background-image: url("../img/a1.png");
    background-size: cover;      
    background-position: center; 
    background-repeat: no-repeat;
}

.loc {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.loc iframe {
    width: 800px;
    max-width: 100%; /* responsivo */
    height: 400px;
    border-radius: 10px;
}

.whats {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.whats img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.whats img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}

.whats img:hover {
    transform: scale(1.1);
}
footer{
    background-color: rgb(31, 27, 27);
}
.informacoes{
    text-align: center;
    color: black;
}
.card-body{
    background-color: rgb(31, 27, 27);
}
.logo-footer{
    width: 50%;
    border-radius: 50%;
    object-fit: cover;
}
.copy{
    text-align: center;
    color: white;
}
.info-footer, ul{
    color: white;
    list-style-type: none;
    font-style: lucida Console;
}
.instagram{
    color: white;
    text-decoration: none;
    margin-top: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;

}
.numero-orga{
    text-align: center;
    color: red;
}
.btn-copiar {
    background: linear-gradient(45deg, #28a745, #1e7e34);
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}


.btn-copiar:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.btn-copiar:active {
    transform: scale(0.95);
}
hr{
    height: 2px;
    width: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}
.linha{
    display: flex;
    justify-content: center;
}
.banner-container {
    display: flex;
    justify-content: center;
}

.banner-trilhao {
    width: 100%;
    max-width: 700px;
    height: auto;
}
        body {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        
        main {
            flex: 1;
        }
        
        footer {
            background-color: rgb(31, 27, 27);
            color: white;
            padding: 20px 0;
            margin-top: auto;
        }


        /* Container do formulário */
form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Grupos de campos */
.mb-3 {
    margin-bottom: 20px;
}

/* Labels */
label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #374151;
    font-size: 14px;
}

/* Campos de input e select */
.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
    background-color: #fff;
}

.form-control:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Select personalizado */
select.form-control {
    cursor: pointer;
    background-color: #fff;
}

/* Botão */
.btn-success {
    width: 100%;
    padding: 10px 16px;
    background-color: #10b981;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 10px;
}

.btn-success:hover {
    background-color: #059669;
}

/* Responsividade */
@media (max-width: 640px) {
    form {
        padding: 20px;
        margin: 0 15px;
    }
    
    .mb-3 {
        margin-bottom: 16px;
    }
    
    .form-control {
        padding: 8px 12px;
    }
}
.titulo-cadastro{
    text-align: center;
}

/* Apenas o formulário de busca */
.card form {
    max-width: 400px;
    width: 100%;
}

.card form .mb-3 {
    margin-bottom: 16px;
}

.card form label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.card form .form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.card form .form-control:focus {
    outline: none;
    border-color: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1);
}

.card form .btn-success {
    width: 100%;
    padding: 8px 16px;
    background-color: #10b981;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 8px;
}

.card form .btn-success:hover {
    background-color: #059669;
}


@media (max-width: 640px) {
    .card form .form-control {
        font-size: 16px;
    }
}
.card {
    border-radius: 10px;
}


.linha-admin {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
}

/* BOTÃO */
.btn-confirmar {
    width: 100%;
    background: red;
    color: white;
    border: none;
    padding: 6px;
    border-radius: 5px;
}

.btn-confirmar.pago {
    background: green;
}

.btn-confirmar {
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.nao-pago {
    background-color: red;
}

.pago {
    background-color: green;
}

@media (max-width: 768px) {
    .titulo-site {
        position: static;
        transform: none;
        font-size: 18px;
    }
    
    .loc iframe {
        height: 250px;
    }
    
    .logo-footer {
        width: 30%;
        display: block;
        margin: 0 auto;
    }
    
    .info-footer ul {
        text-align: center;
        padding-left: 0;
    }
    
    .banner {
        height: 200px;
    }
    
    .whats img {
        width: 50px;
        height: 50px;
    }
}




footer {
    background-color: rgb(31, 27, 27);
    color: white;
    padding: 40px 0 20px 0;
    margin-top: auto;
}


.logo-footer {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.logo-footer:hover {
    transform: scale(1.05);
}

.logo-footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.info-footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.info-footer ul li {
    margin-bottom: 15px;
}

.info-footer h4 {
    color: orange;
    font-size: 1.2rem;
    margin-bottom: 10px;
}


.instagram {
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.instagram:hover {
    color: #e4405f;
}

.instagram img {
    width: 24px;
    height: 24px;
}


.linha hr {
    height: 2px;
    background: linear-gradient(90deg, transparent, orange, transparent);
    border: none;
    width: 80%;
    margin: 30px auto;
}


.copy {
    text-align: center;
    color: #888;
    font-size: 14px;
    padding: 0 20px;
}




@media (max-width: 991px) {
    .logo-footer {
        width: 120px;
        height: 120px;
    }
    
    .info-footer h4 {
        font-size: 1.1rem;
    }
    
    .copy {
        font-size: 12px;
    }
}


@media (max-width: 767px) {
    footer {
        padding: 30px 0 15px 0;
    }
    
    .logo-footer {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }
    
    .info-footer ul {
        text-align: center;
    }
    
    .info-footer h4 {
        font-size: 1rem;
        text-align: center;
    }
    
    .instagram {
        justify-content: center;
        display: flex;
    }
    
    .linha hr {
        width: 90%;
        margin: 20px auto;
    }
    
    .copy {
        font-size: 11px;
        line-height: 1.4;
        padding: 0 15px;
    }
}


@media (max-width: 480px) {
    .logo-footer {
        width: 80px;
        height: 80px;
    }
    
    .info-footer h4 {
        font-size: 0.9rem;
    }
    
    .instagram span {
        font-size: 12px;
    }
    
    .copy {
        font-size: 10px;
    }
}


.badge-pago-sim {
    background-color: #28a745;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.badge-pago-nao {
    background-color: #dc3545;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}


.bloco-inscrito-mobile {
    background: white;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.2s ease;
}

.bloco-inscrito-mobile:active {
    transform: scale(0.98);
}

.conteudo-bloco-inscrito {
    padding: 16px;
}

.linha-info-inscrito {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}

.linha-info-inscrito:last-child {
    border-bottom: none;
}

.label-info-inscrito {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.valor-info-inscrito {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
}

.status-pago-inscrito {
    background-color: #28a745;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.status-pendente-inscrito {
    background-color: #dc3545;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}


@media (max-width: 480px) {
    .bloco-inscrito-mobile {
        margin-bottom: 12px;
    }
    
    .conteudo-bloco-inscrito {
        padding: 12px;
    }
    
    .linha-info-inscrito {
        padding: 8px 0;
    }
    
    .label-info-inscrito {
        font-size: 13px;
    }
    
    .valor-info-inscrito {
        font-size: 13px;
    }
}

/* PAGINAÇÃO */
.paginacao-container {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.paginacao {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.pag-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: #f5f5f5;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 6px;
}

.pag-item:hover {
    background: #e0e0e0;
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
}

.pag-item.pag-ativo {
    background: #dc3545;
    color: #fff;
    cursor: default;
    box-shadow: 0 2px 8px rgba(220,53,69,0.3);
}

.pag-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f5f5f5;
}

.pag-item.disabled:hover {
    transform: none;
    background: #f5f5f5;
}

.pag-numeros {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.pag-pontos {
    background: transparent;
    cursor: default;
    padding: 8px 4px;
}

.pag-pontos:hover {
    background: transparent;
    transform: none;
}

.pag-primeiro span,
.pag-anterior span,
.pag-proxima span,
.pag-ultima span {
    font-size: 16px;
    font-weight: bold;
}

.paginacao-info {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
}

.paginacao-info strong {
    color: #dc3545;
    font-weight: 600;
}

/* Responsivo */
@media (max-width: 768px) {
    .paginacao {
        padding: 8px 12px;
        gap: 5px;
        border-radius: 30px;
    }
    
    .pag-item {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .pag-primeino,
    .pag-ultima {
        display: none;
    }
}

@media (max-width: 480px) {
    .pag-proxima,
    .pag-anterior {
        display: inline-flex;
    }
    
    .pag-primeiro,
    .pag-ultima {
        display: none;
    }
    
    .pag-numeros {
        gap: 4px;
    }
    
    .pag-item {
        padding: 5px 10px;
        font-size: 11px;
    }
}
.titulos{
    text-align: center;
}

/* style.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  color: #1A1A1A;
  line-height: 1.5;
}

.banner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}

.col-sm-3 {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 0.75rem;
}

.col-sm-6 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 0.75rem;
}

.info-card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  margin-bottom: 1.5rem;
}

.info-card:hover {
  transform: translateY(-6px);
  border-color: #F97316;
  box-shadow: 0 12px 28px rgba(249,115,22,0.15);
}

.info-icon {
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
  transition: transform 0.3s ease;
}

.info-card:hover .info-icon {
  transform: scale(1.1);
}

.info-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
}

.info-card p {
  font-size: 0.9rem;
  color: #666666;
}

.titulos {
  text-align: center;
  margin: 2rem 0 1.5rem;
}

.titulo-localizacao, .titulo-inscricoes {
  font-size: 2rem;
  font-weight: 700;
  color: #1A1A1A;
  position: relative;
  display: inline-block;
}

.titulo-localizacao::after, .titulo-inscricoes::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #F97316;
  margin: 0.5rem auto 0;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.titulo-localizacao:hover::after, .titulo-inscricoes:hover::after {
  width: 100px;
}

.loc {
  margin-bottom: 1.5rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border: 1px solid #E5E5E5;
  transition: all 0.3s ease;
}

.loc:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.12);
  border-color: #F97316;
}

.loc iframe {
  width: 100%;
  height: 320px;
  display: block;
  border: 0;
}

.section-title {
  font-size: 1.8rem;
  text-align: center;
  margin: 2rem 0 1.5rem;
  color: #1A1A1A;
  font-weight: 700;
  transition: color 0.3s ease;
}

.section-title:hover {
  color: #F97316;
}

.info-detailed {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  padding: 2rem;
  margin: 1.5rem 0;
  transition: all 0.3s ease;
}

.info-detailed:hover {
  transform: translateY(-4px);
  border-color: #F97316;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.info-detailed p {
  font-size: 1rem;
  line-height: 1.7;
  color: #2A2A2A;
}

.highlight {
  color: #F97316;
  font-weight: 700;
}

.inscricoes {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  padding: 2rem;
  text-align: center;
  margin: 1.5rem 0;
  transition: all 0.3s ease;
}

.inscricoes:hover {
  transform: translateY(-4px);
  border-color: #F97316;
  box-shadow: 0 12px 28px rgba(249,115,22,0.1);
}

.price-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.price-badge {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  padding: 1.2rem 2rem;
  border-radius: 60px;
  text-align: center;
  min-width: 200px;
  transition: all 0.3s ease;
}

.price-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(249,115,22,0.3);
}

.price-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}

.price-value {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #FFFFFF;
}

.price-detail {
  display: block;
  font-size: 0.7rem;
  color: #FFE0B2;
  margin-top: 0.2rem;
}

.price-divider {
  width: 2px;
  height: 60px;
  background: #E5E5E5;
}

.inscricoes p {
  color: #4A4A4A;
  margin-bottom: 1.5rem;
}

.inscricoes p a {
  color: #F97316;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.inscricoes p a:hover {
  color: #EA580C;
  text-decoration: underline;
}

.btn-button {
  background: #F97316;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.8rem 2rem;
  border-radius: 40px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-button:hover {
  background: #EA580C;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(249,115,22,0.4);
}

.whats {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
}

.whats a {
  display: block;
  transition: all 0.3s ease;
}

.whats a:hover {
  transform: scale(1.1);
}

.whats img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.whats img:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.organizadores-section {
  margin: 2rem 0;
}

.organizadores-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 2rem;
  position: relative;
}

.organizadores-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #F97316;
  margin: 0.5rem auto 0;
  border-radius: 3px;
}

.organizadores-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.organizador-card {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  padding: 1.8rem;
  text-align: center;
  flex: 1;
  min-width: 250px;
  transition: all 0.3s ease;
}

.organizador-card:hover {
  transform: translateY(-6px);
  border-color: #F97316;
  box-shadow: 0 12px 28px rgba(249,115,22,0.15);
}

.organizador-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.organizador-card:hover .organizador-icon {
  transform: scale(1.1);
}

.organizador-nome {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
}

.organizador-numero {
  font-size: 1.3rem;
  font-weight: 800;
  color: #F97316;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.btn-copiar-organizador {
  background: #F97316;
  color: #FFFFFF;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-copiar-organizador:hover {
  background: #EA580C;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(249,115,22,0.3);
}

.banner-container {
  margin: 2rem 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border: 1px solid #E5E5E5;
  transition: all 0.3s ease;
}

.banner-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.12);
  border-color: #F97316;
}

.banner-trilhao {
  width: 80%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.banner-container:hover .banner-trilhao {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .banner img {
    max-height: 300px;
  }

  .col-sm-3 {
    width: 50%;
  }

  .col-sm-6 {
    width: 100%;
  }

  .titulo-localizacao, .titulo-inscricoes, .organizadores-title {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .info-detailed {
    padding: 1.2rem;
  }

  .price-card {
    flex-direction: column;
    gap: 1rem;
  }

  .price-divider {
    width: 60px;
    height: 2px;
  }

  .price-badge {
    min-width: 180px;
    padding: 1rem 1.5rem;
  }

  .price-value {
    font-size: 1.5rem;
  }

  .organizador-card {
    min-width: 200px;
  }

  .whats img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1rem;
  }

  .col-sm-3 {
    width: 100%;
  }

  .loc iframe {
    height: 250px;
  }

  .organizadores-cards {
    flex-direction: column;
  }
}
.loc {
  position: relative;
}

.map-label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  pointer-events: none; 
}

.map-label-neutral {
  background: rgba(25, 135, 84, 0.85);
  border-left: 4px solid #2ecc71;
}

.map-label-start {
  background: rgba(220, 53, 69, 0.85);
  border-left: 4px solid #ff6b6b;
}

@media (max-width: 768px) {
  .map-label {
    font-size: 11px;
    padding: 5px 10px;
    top: 8px;
    left: 8px;
  }
}