/* ========================================
   RARAS RECIFE 2026 - IDENTIDADE VISUAL
   Base Laranja - Estilo Profissional
======================================== */

:root {
  /* Cores Principais - Laranja */
  --primary-orange: #FF6B35;
  --primary-orange-dark: #E85A2A;
  
  /* Cores Secundárias */
  --secondary-blue: #2C3E50;
  --secondary-teal: #16A085;
  
  /* Cores Neutras */
  --black: #000000;
  --dark: #1A1A1A;
  --dark-800: #2D2D2D;
  --gray: #666666;
  --gray-light: #F5F5F5;
  --white: #FFFFFF;
  
  /* Fonte Principal */
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Poppins', sans-serif;
}

/* Hero Section */
.main-slider-two {
  background: var(--secondary-blue);
  position: relative;
}

/* Logo no Banner */
.slider-content-inner img {
  filter: none;
  animation: none;
}

/* Countdown */
.count-down li b {
  color: var(--white);
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary-orange), var(--primary-orange-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.count-down li span {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-date, .event-location {
  color: var(--white);
}

/* Botões Primários - Laranja */
.theme-btn.style-three {
  background: var(--primary-orange);
  color: var(--white);
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.theme-btn.style-three:hover {
  background: var(--primary-orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
  color: var(--white);
}

/* Seções de Conteúdo - Fundo Claro */
.about-section {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.about-title {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 40px;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--dark);
}

.about-subtitle {
  font-size: 1.35rem;
  text-align: center;
  margin-bottom: 45px;
  color: var(--gray);
}

.about-content {
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  padding: 40px;
  border-radius: 8px;
  border-left: 4px solid var(--primary-orange);
}

.about-content p {
  line-height: 1.75;
  margin-bottom: 20px;
  text-align: justify;
  color: var(--dark);
}

.about-signature {
  max-width: 900px;
  margin: 45px auto 0;
  text-align: right;
}

.about-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--primary-orange);
}

/* Cards */
.pricing-card {
  background: var(--white);
  border-radius: 12px;
  padding: 30px 28px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-top: 3px solid var(--primary-orange);
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.pricing-card-header h5 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--dark);
}

/* Valor em destaque no card */
.vigente strong {
  color: var(--primary-orange);
  font-size: 1.3em;
}

/* Sections */
.section-title .title {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--dark);
}

.section-title .subtitle {
  color: var(--primary-orange);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Temáticas Cards */
.tematica-card {
  background: var(--white);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid var(--primary-orange);
}

.tematica-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.15);
  border-left-width: 6px;
}

.tematica-numero {
  color: var(--primary-orange);
  font-weight: 800;
  font-size: 2rem;
}

/* Footer */
/* Espaçamento geral */
.footer-content {
    padding: 80px 0 70px;
}

/* Logo */
.footer-logo img {
    max-width: 160px;
}

/* Tipografia */
.footer-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}

.footer-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.6;
    margin-bottom: 6px;
}

.footer-text {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.85;
}

/* Footer bottom */
.footer-bottom {
    padding: 14px 0;
    font-size: 12px;
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.copyright-text {
    margin: 0;
    opacity: 0.75;
}

/* Desenvolvido por */
.developer-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    opacity: 0.8;
}

.developer-tag img {
    max-height: 20px;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-content {
        padding: 60px 0;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}



/* Links */
a:hover, .navigation a:hover {
  color: var(--primary-orange);
}

/* Comissão - Cards */
.bg-white.br-20 {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.bg-white.br-20:hover {
  border-color: var(--primary-orange);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.1);
}

.pricing-card-header {
    text-align: center;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    margin-bottom: 20px;
}

.pricing-card-header h5 {
  font-weight: 600;
  line-height: 1.4;
}

.pricing-card-list {
  list-style: none;
  padding: 0;
  margin: 0;

}

.pricing-card-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 15px;
}

.pricing-card-list li:last-child {
  border-bottom: none;
}

.pricing-card-list span {
  color: #666;
}

.pricing-card-list strong {
  color: #111;
}

.perfil-nota {
  background: rgba(255,255,255,0.9);
  border-left: 5px solid #0d6efd;
  padding: 18px 22px;
  border-radius: 10px;
  font-size: 15px;
}

.nice-select .option {
    width: 515px;
    }

@media (max-width: 450px) {
  .nice-select .option {
    width: 400px;
    }
}


.pricing-card-list li.vigente {
  background: #e8f4ff;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
}

.pricing-card-list li.vigente strong {
  color: #0d6efd;
}


.perfil-aviso {
  background: #f8f9fa;
  border-left: 4px solid #0d6efd;
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 8px;
  margin-top: 10px;
}

.card-selecionado {
  outline: 2px solid #0d6efd;
}

/*Temas*/

.tematica-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tematica-card:hover {
  transform: translateY(-6px);
}

.tematica-numero {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 48px;
  font-weight: 700;
  color: rgba(0,0,0,0.05);
}

.tematica-card h5 {
  font-size: 18px;
  line-height: 1.4;
}

/*Trabalhos*/

.trabalhos-section {
    background: #f8f9fa;
}

.card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.intro-text {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.info-box {
    background: #e0f7fa;
    border-left: 5px solid #00bcd4;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 6px;
}

.subtitulo {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #333;
}

.lista-datas li,
.lista-info li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.lista-datas span {
    font-weight: 600;
}

.alert-box {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 15px 20px;
    margin-top: 25px;
    border-radius: 6px;
}

.link-destaque {
    color: #00bcd4;
    font-weight: 600;
    text-decoration: none;
}

.link-destaque:hover {
    text-decoration: underline;
}

.cta-box {
    text-align: center;
    margin-top: 35px;
}

.btn-submeter {
    background: #00bcd4;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-submeter:hover {
    background: #0097a7;
}

/* ========================================
   TIPOGRAFIA - MONTSERRAT E POPPINS
======================================== */

/* Garante que todo o corpo do texto use Poppins */
html, body, p, li, td, th, dd, dt, span {
  font-family: 'Poppins', sans-serif;
}

/* Todos os headings usam Montserrat */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.title, .heading,
.section-title,
.about-title,
.about-subtitle {
  font-family: 'Montserrat', sans-serif;
}

/* Botões usam Poppins */
button, .btn, a.btn, input[type="button"], input[type="submit"] {
  font-family: 'Poppins', sans-serif;
}

/* Links usam Poppins */
a {
  font-family: 'Poppins', sans-serif;
}

/* Labels de formulário usam Poppins */
label {
  font-family: 'Poppins', sans-serif;
}

/* Elementos de navegação usam Montserrat (mais impactante) */
.navigation a, nav a,
.menu-item, .nav-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/* Cards e elementos especiais */
.card-title, .pricing-card-header h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* Tabelas */
table, thead, tbody {
  font-family: 'Poppins', sans-serif;
}

/* Input e textareas */
input, textarea, select {
  font-family: 'Poppins', sans-serif;
}

/* Remove qualquer referência a Open Sans ou outras fontes antigas */
* {
  font-family: inherit;
}

/* Fallback para qualquer elemento que escape */
body * {
  font-family: 'Poppins', 'Montserrat', sans-serif;
}

/* ========================================
   PROGRAMAÇÃO - FILTROS E CARDS
======================================== */

/* Containers de Filtros */
.schedule-filters {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.schedule-filter-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.schedule-filter-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Botões de Filtro */
.schedule-btn {
  padding: 12px 24px;
  border: 2px solid var(--primary-orange);
  background: transparent;
  color: var(--primary-orange);
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-body);
  font-size: 14px;
  margin: 5px;
}

.schedule-btn:hover {
  background: rgba(255, 107, 53, 0.1);
  transform: translateY(-2px);
}

.schedule-btn.active {
  background: var(--primary-orange);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

/* Container de Cards */
.schedule-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}

/* Cards de Programação */
.schedule-card {
  background: var(--white);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid var(--primary-orange);
  display: flex;
  gap: 20px;
  min-height: 100px;
}

.schedule-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.15);
  border-left-width: 6px;
}

/* Horário no Card */
.schedule-time {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--primary-orange);
  font-size: 14px;
  font-family: var(--font-heading);
  min-width: 90px;
  text-align: center;
  padding: 8px;
  background: rgba(255, 107, 53, 0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
}

/* Conteúdo do Card */
.schedule-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.schedule-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 8px 0;
  font-family: var(--font-heading);
}

.schedule-details {
  font-size: 13px;
  color: var(--gray);
  margin: 0;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Responsivo */
@media (max-width: 768px) {
  .schedule-filters {
    flex-direction: column;
    gap: 20px;
  }

  .schedule-filter-group {
    width: 100%;
  }

  .schedule-btn {
    padding: 10px 18px;
    font-size: 13px;
  }

  .schedule-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .schedule-card {
    padding: 20px;
    gap: 15px;
  }

  .schedule-time {
    min-width: 80px;
    font-size: 12px;
  }

  .schedule-title {
    font-size: 15px;
  }

  .schedule-details {
    font-size: 12px;
  }
}

