 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 :root {
    --bs-border-width: 1px;
    ---bs-border-color: {{border_color}};
    --bs-border-radius: 6px;
    --bs-border-radius-sm: 6px;
    --bs-dark: rgb(48 51 55);
    --bs-light: white;
    --ad-font-size: 0.95rem;
    --ad-font-size-plus: 1.05rem;
    --ad-font-size-less: 0.8rem;
    --ad-font-size-menu: 1rem;
    --ad-font-size-super: 1.25rem;
    --ad-menu-item-color: #4d93ff;
    --ad-font-size-mini: 0.6rem;
    --ad-menu-size: 300px;
    --principal: #0c4651;
    --destaque1:#E6FF2A;
    --destaque1-hover:#4d93ff;
    --fonte-destaque1:#0c4651;
    --fonte0:#0c4651;
    --fonte1:#6c757d; 
    --fonte-principal: #FFF;
}
.card {
    ---bs-card-border-color: {{card_border_color}};
}

a.sidebar-link {
    padding: 8px;
}
[data-bs-theme=dark] {
    --bs-dark-bg-subtle: #1a1d20 !important;
}
[data-bs-theme=light] {
    --bs-dark-bg-subtle: #f4f6f9 !important;
}
[data-bs-theme=dark] .card {
    --bs-card-bg: #212529 !important;
}
[data-bs-theme=light] .card {
    --bs-card-bg: #ffffff !important;
    --bs-card-cap-bg: #ffffff !important;
}

.input-sm
{
    padding: 0.25rem 0.6rem;
}
.card {
  border: none!important;
}
.fb-inline-field-container label
{
  color: var(--fonte-destaque1);
  padding: 5px 0px;
  font-weight: bold;
}
.elementor-kit-2455 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #5A5A5A;
    --e-global-color-accent: #61CE70;
    --e-global-color-29694785: #7A7A7A;
    --e-global-color-5705af2e: #4054B2;
    --e-global-color-4ebca14d: #23A455;
    --e-global-color-60058d03: #000;
    --e-global-color-24f1e299: #FFF;
    --e-global-typography-primary-font-family: "Montserrat";
    --e-global-typography-primary-font-weight: 800;
    --e-global-typography-secondary-font-family: "Montserrat";
    --e-global-typography-secondary-font-weight: 700;
    --e-global-typography-text-font-family: "Montserrat";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Montserrat";
    --e-global-typography-accent-font-weight: 500;
}
body {
   
    font-family: "Montserrat", sans-serif;
    font-style: regular;
    font-size: 16px;
    line-height: px;
    letter-spacing: px;
    color: var(--fonte0);
}
.wrapper {
 background-color: #d6d6d6;
    /*display: block!important;
    
    padding-bottom: 60px;*/
}
.fundo_branco
{
  background-color: #FFF;
}
.container_padrao
{
  margin-top: 120px;
  background-color: #FFF!important;
  min-height: 1500px;
  border-radius: 20px;  
  padding: 30px 20px;
}

/* Header
================================================== */
.btn_sair i{
  margin-right: 15px;
}

.logo{
    line-height: 90px;
}
@media (max-width: 1199px) {
    .navbar, footer {
        width: 100%;
    }
    .logo{
        display: none;
    }
}
.header-transparent {
    position: relative;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 2;
    height: auto;
    padding: 0;
    
}
.header-bg {
      
      position: relative;
        width: 100%;
        left: 0;
        top: 0px; /* Importante: Define a posição no topo */
        z-index: 1000; /* Garante que esteja acima do conteúdo */
        height: auto;
        padding: 0;
        background-color: var(--principal)!important;
}
.header-bg-scrolled{
  position: sticky;
  background-color: var(--principal)!important;
  top:0px;
}
.header-bg nav{
    background-color: var(--principal)!important;
}
.nav-item
{
    padding: 0px 15px;
}
@media (max-width: 767px) {
  .navbar-custom .nav-link {
  line-height: 40px!important;
      padding: 0px 5px;
  }
}
    /* Navbar interna */
    .navbar-custom {
      background-color: var(--principal)!important;
    }

    /* Links do menu */
    .navbar-custom .nav-link {
      color: #ffffff;
      line-height: 80px;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 10px;
        position: relative;
        display: inline-block;
        transition: color 500ms !important;
        -webkit-transition: color 500ms !important;
    }
    .navbar-custom .nav-link:hover,
    .navbar-custom .nav-link:focus {
      color: var(--destaque1);
    }

    /* Botão de registro */
    .btn-register {
      background-color: var(--destaque1);
      border-color: var(--destaque1);
      color: var(--fonte-destaque1)!important;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      border-radius: 0px;
      padding: 5px 20px;
      border-radius: 25px;
        
    }
    .btn-register:hover,
    .btn-register:focus {
      background-color: var(--destaque1-hover);
      border-color: var(--destaque1-hover);
    }
    .d-btn-register
    {
        margin-right: 0px;
    }

    .btn-register2 {
      background-color: var(--principal);
     
      color: var(--destaque1)!important;
      font-weight: 700;
      font-size: 11px;
      text-transform: uppercase;
      border-radius: 0px;
      padding: 5px 20px;
      border-radius: 25px;
        
    }
    .btn-register2:hover,
    .btn-register2:focus {
      background-color: var(--destaque1-hover);
      border-color: var(--destaque1-hover);
    }

.wrapper {
    
    background-repeat: no-repeat;
    background-position-x: center;
    mix-blend-mode: multiply;
    background-size: contain;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


/*meio */
.tarja_inscrito
{
    height: 25px !important;
    right: 0px;
    position: absolute !important;
}
.fundo_login
{
  background-color: #12676D;
  min-height: 500px;
  padding: 20px;
}
.login_bemvindo
{
  font-size: 48px;
  color:var(--destaque1);
  padding: 80px 10px;
  padding-bottom: 30px;
}
.login_form .card
{
  border: 0px;
}
.login_form label
{
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0px;
}
.login_texto
{
  color: #FFF;
  font-size: 18px;
  display: block;
  width: 80%;
  padding: 0px 20px;
}
.fundo_login_form
{
  background-color: #FFF;
  padding: 100px 20px;
}
.login_titulo
{
  color: var(--fonte-destaque1);
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.login_btnacessar
{
  background-color: var(--principal);
  padding: 10px 20px;
  color:#FFF;
}
.login_btnacessar:hover
{
  background-color: var(--destaque1);
  color: #000;
}
.login_btnesqueceu
{
  border:0px;
  padding: 20px;
}
.meio {
position: relative;
    width: 100%;
    left: 0;
    top: 10px;
    z-index: 2;
    height: auto;
    padding: 0;
    min-height: 100vh;
    margin-top: 30px;
}
.meio_box{
  min-height: 100vh;
  margin-top: 80px;
}
/* HERO SECTION */
.botao_inscricao_wpp{
  text-align: right;
}
.botao_inscricao_wpp img{
  max-width: 100%;
}
/*Tarja evento em destaque*/
.banner-interno:first-of-type::after {
  content: ""; 
  position: absolute;
  left: -1px;            /* alinha à esquerda da .hero */
  top: 10px;         /* ajusta para ficar acima; modifique conforme necessidade */
  width: 211px;       /* largura desejada da imagem */
  height: 42px;      /* altura desejada da imagem */
  background-image: url("images/tarja_evento_destaque.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none; /* evita que a imagem capture cliques */
}
.eventCarousel-logo img
{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.eventCarousel-logo div{
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
}
.hero {
  position: relative;
  
  color: #fff;
  padding: 150px 0;
}
    @media (max-width: 767px) {
    .hero { 
      /*background-color: rgba(0, 0, 0, 0.8);*/
      background-color: var(--principal);
    margin-top:30px;
    padding: 10px 0px;}
   

    }
    .hero .container {
      position: relative;
      z-index: 1;
    }

    /* DATE BOX */
    .date-box {
      text-align: center;
    }
    .date-box .box {
      border: 1px solid #fff;
      color: #fff;
      font-size: 2.5rem;
      line-height: 1;
      height: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .date-box .box + .box {
      border-top: none;
    }
    .date-box .caption {
      margin-top: .5rem;
      font-size: .9rem;
      padding: 20px 0px;
    }

    /* MAIN CONTENT */
    .hero h2 {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.2;
    }
    .hero .subtitle {
      font-size: 1rem;
      margin-bottom: .5rem;
      opacity: .9;
    }
    .hero .location {
      margin: 1rem 0;
      font-size: .95rem;
      opacity: .9;
    }
    .hero .btn-primary {
      background-color: var(--destaque1);
      border-color: var(--destaque1);
    }
    .hero .btn-primary:hover {
      background-color: var(--destaque1-hover);
      border-color: var(--destaque1-hover);
    }
    .hero .link-light {
      text-decoration: none;
      opacity: .9;
    }
    .hero .link-light:hover {
      opacity: 1;
    }

    /* COUNTDOWN */
    .countdown {
      background-color: var(--principal);
      border-left: 5px solid var(--destaque1);
      color: #fff;
      padding: 1rem;
      text-align: center;
    }
    .countdown small {
      display: block;
      opacity: .7;
      font-size: .85rem;
      margin-bottom: .5rem;
    }
    .countdown .time-segment {
      font-size: 2rem;
      font-weight: 700;
    }
    .countdown hr {
      border-color: rgba(255,255,255,0.3);
      margin: .5rem 0;
    }
/*EVENTOS*/
.event-card {
      border: none;
      border-radius: 0.5rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      margin-bottom: 1.5rem;
      margin-top: 40px;
    }
    .event-card img {
      border-radius: 0.5rem 0.5rem 0 0;
      object-fit: cover; /* Garante que a imagem cubra o espaço sem distorcer */
      height: 200px; /* Altura fixa para as imagens */
    }
    .event-card-body {
      padding: 1.25rem;
    }
    .event-card-title {
      font-size: 1.25rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }
    .event-card-meta {
      color: var(--fonte1);
      font-size: 0.875rem;
      margin-bottom: 0.75rem;
    }
    .event-card-meta a
    {
      color: var(--fonte1);
    }
    .event-card-text {
      font-size: 1rem;
      margin-bottom: 1rem;
    }
    .continue-link {
      color: var(--principal);
      text-decoration: none;
      font-weight: bold;
      transition: color 0.2s ease-in-out;
      display: inline-block;
      
    }
    .continue-link:hover {
      color: var(--principal-hover);
    }
    .divider {
      border-top: 2px solid var(--destaque1); /* Cor do divisor */
      margin: 10px 42%;
    }
    .divider2 {
      border-top: 2px solid var(--destaque1); /* Cor do divisor */
      margin: 10px 20%;
    }
    .card-events{
      background-color: #fff;
      border-radius: 15px;
      
    }

    /* sobre a event */
    .company-section {
      padding: 4rem 0;
    }
    .company-image {
      border-radius: 0.5rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      margin-bottom: 1.5rem;
    }
    .company-title {
      font-size: 2.5rem;
      font-weight: bold;
      color: var(--principal); /* Cor de destaque */
      margin-bottom: 1rem;
    }
    .company-description {
      font-size: 1.1rem;
      color: #555;
      line-height: 1.6;
      margin-bottom: 2rem;
    }
    .btn-primary {
      background-color: var(--destaque1); /* Cor do botão */
      border-color: var(--destaque1);
      color: var(--fonte-destaque1)!important;
    }
    .btn-primary:hover {
      background-color: #c82333;
      border-color: #c82333;
    }
/*EMPRESA*/
.empresa_logo img
{
  border-radius: 50%;
  border: #FFF 2px solid;
  width: 200px;
  height: 200px;
  margin-right: 30px;
}
.empresa_logo{
  bottom: 0px;
  margin-top: 300px;
  font-size: 30px;
  color: var(--principal);
  font-weight: 700;
}
.empresa_fale{
  bottom: 0px;
  margin-top: 380px;
  text-align: right;
}

/*DETALHES DO EVENTO*/

.evento_nome
{
  font-size: 32px;
  color: var(--principal);
  font-weight: 700;
  padding:50px 20px;
}
.evento_topo
{
  padding: 10px 0px;
  color: var(--principal);
  font-size: 18px;
}
.evento_topo i
{
 margin-right: 10px;
}
.evento_local a
{
  color: var(--principal);
  font-size: 18px;
}
.evento_local i
{
 margin-right: 10px;
}
.evento_descricao
{
  font-size: 16px;
  color:#000;
  padding: 20px 0px;
}

/* --- Título Principal --- */
  .evento_programacao_header {
      text-align: center;
      font-size: 1.1em;
      font-weight: bold;
      color: var(--destaque1);
      background-color: var(--principal);
      padding: 15px;
      border-radius: 8px;
      margin-bottom: 30px;
      margin-top: 30px;
  }

  /* --- Divisor de Dia --- */
  .evento_programacao_dia {
      background-color: var(--principal);
      color: var(--destaque1);
      padding: 10px 20px;
      border-radius: 20px;
      text-align: center;
      margin: 40px auto 20px auto;
      width: fit-content;
      font-size: 1em;
      font-weight: bold;
  }
  .evento_programacao_dia .fa-calendar-alt {
      margin-right: 8px;
  }

  /* --- Títulos das Colunas --- */
  .evento_programacao_titulo {
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      color: var(--destaque1);
      margin-bottom: 10px;
  }
  .evento_programacao_titulo span {
      background-color: var(--principal);
      padding: 10px 25px;
      border-radius: 20px;
      text-align: center;
      flex-grow: 1;
  }
  .titulo-horario { flex-basis: 14%; margin-right: 1%; margin-left: 1%; }
  .titulo-atividade { flex-basis: 28%; margin-right: 1%; margin-left: 1%;}
  .titulo-local { flex-basis: 23%; margin-right: 1%; margin-left: 1%;}
  .titulo-inscricao { flex-basis: 18%; margin-right: 1%; margin-left: 1%;}

  /* --- Linha de Atividade --- */
  .evento_programacao_atividade {
      display: flex;
      align-items: center;
      padding: 12px 10px;
      border-radius: 25px;
      margin-bottom: 10px;
      background-color: #f0f0f0;
      font-size: 0.95em;
  }
  .evento_programacao_atividade div {
      padding: 0 10px;
  }
  .col-horario { flex-basis: 14%; margin: 0px 3%; font-weight: bold; text-align: center; }
  .col-atividade { flex-basis: 32%; display: flex; align-items: center; }
  .col-local { flex-basis: 25%; display: flex; align-items: center; }
  .col-inscricao { flex-basis: 20%; text-align: center; }

  .inscricao-btn {
      padding: 10px 15px!important;
      border-radius: 20px;
      font-weight: bold;
      text-align: center;
      border: none;
      width: 100%;
      max-width: 180px;
      cursor: pointer;
      background-color: var(--destaque1);
      color: var(--fonte-destaque1);
      font-size: 12px;
      min-width: 150px;
      display: block;
      margin-left:35px;
  }
@media (max-width: 768px) {
.evento_programacao_atividade{ width: 100%; display: block; float: left;}
.col-horario { width: 15%; font-weight: bold; text-align: left;         float: left;}
.col-atividade { width: 75%; display: block; align-items: center;         float: left;}
.col-local { width: 50%; display: block; align-items: center;float: left; }
.col-inscricao { width: 50%; display: block; text-align: center; float: left;}
.inscricao-btn {
  padding: 5px!important;
}
.evento_programacao_dv
{
  float: left;
  width: 100%;
}
.evento_programacao_dia
{
  display: block;
}
}
  /* Ícone de informação 'i' */
  .info-icon {
      background-color: var(--fonte-destaque1);
      color: var(--destaque1);
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      font-style: normal;
      font-weight: bold;
      cursor: pointer;
  }
  .fa-map-marker-alt {
      color: #00796b;
      margin-right: 8px;
  }

  /* --- Botões de Inscrição --- */
  
  

  /* --- Detalhes da Atividade (Oculto por padrão ) --- */
  .evento_programacao_detalhes {
      display: none;
      padding: 15px;
      background-color: #e0f2f1;
      border-left: 4px solid #00796b;
      margin: -5px 10px 15px 10px;
      border-radius: 0 0 8px 8px;
  }


.evento_categoria_nome
{
  font-size: 16px;
  color: var(--principal);
 
  padding: 5px 0px;
}
.evento_categoria_nome
{
  border-bottom: #d6d6d6 1px solid;
  line-height: 40px;
}



/*FORMULÁRIO DE INSCRIÇÃO*/
.inscricao_btn_inscreva{
  margin-top: 50px;
  background-color: var(--principal);
  color: var(--fonte-principal);
  padding: 20px;
}
.aviso_cadastro {
    background-color: #fff3cd; /* Amarelo claro de aviso */
    color: #856404; /* Marrom para contraste */
    border: 1px solid #ffeeba; /* Borda suave */
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.aviso_cadastro::before {
    content: "⚠️";
    font-size: 20px;
    flex-shrink: 0;
}

/* Responsivo */
@media (max-width: 600px) {
    .aviso_cadastro {
        font-size: 14px;
        padding: 12px 15px;
    }
}
.weakpass
{
  color: red;
}
/* Labels */
.tabpanel_form-inscreva label {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: #222;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  user-select: none;
}

/* Asterisco obrigatório */
.tabpanel_form-inscreva label > span {
  color: #e63946;
  margin-left: 3px;
}

/* Inputs e selects */
.tabpanel_form-inscreva input[type="text"],
.tabpanel_form-inscreva input[type="email"],
.tabpanel_form-inscreva input[type="password"],
.tabpanel_form-inscreva select {
  width: 100%;
  padding: 10px 14px;
  font-size: 1rem;
  border: 1.8px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  outline-offset: 2px;
  outline-color: transparent;
}

/* Foco nos campos */
.tabpanel_form-inscreva input[type="text"]:focus,
.tabpanel_form-inscreva input[type="email"]:focus,
.tabpanel_form-inscreva input[type="password"]:focus,
.tabpanel_form-inscreva select:focus {
  border-color: #1d72b8;
  box-shadow: 0 0 8px rgba(29, 114, 184, 0.4);
  background-color: #fff;
  outline-color: #1d72b8;
}

/* Campos desabilitados */
.tabpanel_form-inscreva input[disabled],
.tabpanel_form-inscreva select[disabled] {
  background-color: #e9ecef;
  border-color: #d6d8db;
  color: #6c757d;
  cursor: not-allowed;
}

.menu_minhasinscricoes
{
  width: 24%;
  float: left;
  margin-left: 0.5%;
  margin-right: 0.5%;

}
.menu_minhasinscricoes a
{
  background-color: var(--principal);
  display: block;
  width: 100%;
  padding: 20px;
  color:var(--fonte-principal);
  font-size: 14px;
  border-radius: 10px;
}
.menu_minhasinscricoes i
{

margin-right: 20px;
font-size: 20px;
line-height: 20px;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}
.minhasinscricoes_nome
{
  font-size: 50px;
  color: var(--fonte-destaque1);
  padding: 30px 50px;
  margin-bottom: 50px;
}
.minhasinscricoes_tipo
{
  color:var(--principal);
  font-size: 28px;
  font-weight: bold;
  padding: 15px 0px;
  margin: 30px;
  border-bottom: var(--destaque1) solid 2px;
  width: 95%;

}
.minhasinscricoes_caixa
{
  padding: 20px;
}
.minhasinscricoes_caixa_borda
{
  border: 1px solid #ddd;
}
.minhasinscricoes_caixa img
{
 border-top-left-radius: 20px;
 border-top-right-radius: 20px;
}
.minhasinscricoes_titulo a
{
  font-size: 22px;
  padding: 20px 10px;
  display: block;
  color:var(--principal);
  font-weight: bold;
}
.minhasinscricoes_titulo_lista{
  font-size: 18px;
  font-weight: bolder;
  padding: 15px 0px;
}
.minhasinscricoes_detalhes {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 480px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.minhasinscricoes_detalhes li {
  background: #f9f9f9;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.minhasinscricoes_detalhes li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--principal);
  padding: 12px 16px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.minhasinscricoes_detalhes li a i.fa {
  margin-right: 10px;
  font-size: 1.2rem;
  color: var(--principal);
  flex-shrink: 0;
}

.minhasinscricoes_detalhes li:hover {
  background-color: #e6f0fa;
}

.minhasinscricoes_detalhes li a:hover {
  color: #155d8b;
  background-color: #d0e2fb;
  box-shadow: 0 2px 8px rgba(29, 114, 184, 0.3);
  border-radius: 8px;
}
.minhasinscricoes_caixa_info
{
  padding: 20px;
}
.detalhes_acao
{
  color:var(--principal);
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 30px;
}
.detalhes_acao i{
  background-color:var(--principal);
  padding: 12px;
  margin-right: 10px;
  color:var(--fonte-principal);
  border-radius: 5px;
}
.detalhe_nome
{
  font-size: 28px;
  color: var(--principal);
  font-weight: bold;
  padding: 30px 10px;
}
.nav-item2
{
    padding: 0px ;
}






.nav-link2 {
  background-color: transparent;
  border: 0px;
  color: var(--fonte0);
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.nav-link2.active::after {
        content: "";
        position:absolute;
        bottom: 10px; /* Posiciona a borda na parte inferior */
        left: 50%; /* Centraliza horizontalmente */
        transform: translateX(-50%); /* Ajusta para centralizar corretamente */
        width: 50%; /* Largura da borda (metade do botão) */
        border-bottom: 2px solid var(--destaque1); /* Estilo da borda inferior */
    }
.btn-fale {
      background-color: var(--principal);
     
      color: var(--destaque1)!important;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      border-radius: 0px;
      padding: 5px 20px;
      border-radius: 25px;
      
        
    }
    .btn-fale:hover,
    .btn-fale:focus {
      background-color: var(--destaque1-hover);
      border-color: var(--destaque1-hover);
    }
    .btn-fale i{
      margin-right: 20px;
    }
    /*RODAPE*/
    .footer {
      background-color: var(--principal)!important; /* Cor de fundo escura */
      color: #fff; /* Cor do texto */
      padding: 2rem 0;
      
    }
    .footer a {
      color: #fff; /* Cor dos links */
      text-decoration: none;
      margin: 0 0.75rem;
    }
    .footer a:hover {
      color: #ddd; /* Cor dos links ao passar o mouse */
    }
    .footer-social a {
      font-size: 1.5rem; /* Tamanho dos ícones sociais */
    }
    .footer-links a {
      font-size: 0.9rem; /* Tamanho dos links de navegação */
    }
    .footer-bottom {
      margin-top: 1.5rem;
      font-size: 0.8rem;
      text-align: center;
    }


/*AJUDA*/
.contact-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(12, 70, 81, 0.1);
    padding: 30px;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--principal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
}

.contact-card h4 {
    color: rgb(12, 70, 81);
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-card p {
    color: #666;
    margin-bottom: 1.5rem;
}

/* Estilos para Cards de Vídeos de Suporte */
.video-support-card {
    background: #fff;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(12, 70, 81, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.video-support-card h5 {
    color: rgb(12, 70, 81);
    font-weight: 600;
    margin-bottom: 1rem;
}

.video-support-card p {
    color: #666;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.video-info {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.video-info small {
    font-weight: 500;
}

/* Estilos para Formulário de Problemas */
.problem-form-card {
    background: #fff;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(12, 70, 81, 0.1);
}

.form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.form-select:focus {
    border-color: rgb(12, 70, 81);
    box-shadow: 0 0 0 0.2rem rgba(12, 70, 81, 0.25);
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.form-control:focus {
    border-color: rgb(12, 70, 81);
    box-shadow: 0 0 0 0.2rem rgba(12, 70, 81, 0.25);
}

.form-label {
    font-weight: 600;
    color: rgb(12, 70, 81);
    margin-bottom: 0.5rem;
}

/* Botões */


.contact-btn {
   border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    background: var(--destaque1);
    color: var(--fonte-destaque1);
    border: none;
}

.btn-primary {

    background: linear-gradient(45deg, rgb(12, 70, 81), #17a2b8);
    border: none;
}

.btn-danger {
    background: linear-gradient(45deg, #ff0000, #cc0000);
    border: none;
}

.btn-warning {
    background: linear-gradient(45deg, #ffc107, #fd7e14);
    border: none;
    color: #fff;
    font-weight: 600;
}

.btn-warning:hover {
    background: linear-gradient(45deg, #e0a800, #e8590c);
    color: #fff;
}

.btn-outline-primary {
    border: 2px solid rgb(12, 70, 81);
    color: rgb(12, 70, 81);
    background: transparent;
}

.btn-outline-primary:hover {
    background: rgb(12, 70, 81);
    color: #fff;
}

/* Accordion FAQ */
.accordion-item {
    border: 1px solid rgba(12, 70, 81, 0.1);
    border-radius: 10px !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-button {
    background: #fff;
    color: rgb(12, 70, 81);
    font-weight: 600;
    border: none;
    padding: 1.25rem 1.5rem;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(45deg, rgb(12, 70, 81), #17a2b8);
    color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(12, 70, 81, 0.25);
}

.accordion-body {
    padding: 1.5rem;
    background: #f8f9fa;
    color: #555;
    line-height: 1.7;
}

/* Cards de Manuais */
.manual-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(12, 70, 81, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.manual-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.manual-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(45deg, #ffc107, #fd7e14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
}

.manual-card h5 {
    color: rgb(12, 70, 81);
    font-weight: 600;
    margin-bottom: 1rem;
}

.manual-card p {
    color: #666;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}


.protocolo_resposta_quem
{
  color: var(--fonte-destaque1);
  border-top: solid #7A7A7A 1px;
}
.protocolo_resposta
{
  font-size: 12px;
}
.listagem_titulo
{
  color:var(--fonte-destaque1);
  font-size: 30px;
  padding: 20px 0px;
  margin-bottom: 30px;
}
.listagem_linha .col-11 i
{
  margin-right: 20px;
}
.listagem_linha .col-11
{
  padding: 7px ;
}
.listagem_linha
{
  border: solid 1px #d6d8db;
}
.listagem_linha
{
  padding: 5px 0px;
  margin-bottom: 5px;
}


    /* containers */
/* Larguras de 1% até 100% */
.c1 { float: left; width: 1%; }
.c2 { float: left; width: 2%; }
.c3 { float: left; width: 3%; }
.c4 { float: left; width: 4%; }
.c5 { float: left; width: 5%; }
.c6 { float: left; width: 6%; }
.c7 { float: left; width: 7%; }
.c8 { float: left; width: 8%; }
.c9 { float: left; width: 9%; }
.c10 { float: left; width: 10%; }
.c11 { float: left; width: 11%; }
.c12 { float: left; width: 12%; }
.c13 { float: left; width: 13%; }
.c14 { float: left; width: 14%; }
.c15 { float: left; width: 15%; }
.c16 { float: left; width: 16%; }
.c17 { float: left; width: 17%; }
.c18 { float: left; width: 18%; }
.c19 { float: left; width: 19%; }
.c20 { float: left; width: 20%; }
.c21 { float: left; width: 21%; }
.c22 { float: left; width: 22%; }
.c23 { float: left; width: 23%; }
.c24 { float: left; width: 24%; }
.c25 { float: left; width: 25%; }
.c26 { float: left; width: 26%; }
.c27 { float: left; width: 27%; }
.c28 { float: left; width: 28%; }
.c29 { float: left; width: 29%; }
.c30 { float: left; width: 30%; }
.c31 { float: left; width: 31%; }
.c32 { float: left; width: 32%; }
.c33 { float: left; width: 33%; }
.c34 { float: left; width: 34%; }
.c35 { float: left; width: 35%; }
.c36 { float: left; width: 36%; }
.c37 { float: left; width: 37%; }
.c38 { float: left; width: 38%; }
.c39 { float: left; width: 39%; }
.c40 { float: left; width: 40%; }
.c41 { float: left; width: 41%; }
.c42 { float: left; width: 42%; }
.c43 { float: left; width: 43%; }
.c44 { float: left; width: 44%; }
.c45 { float: left; width: 45%; }
.c46 { float: left; width: 46%; }
.c47 { float: left; width: 47%; }
.c48 { float: left; width: 48%; }
.c49 { float: left; width: 49%; }
.c50 { float: left; width: 50%; }
.c51 { float: left; width: 51%; }
.c52 { float: left; width: 52%; }
.c53 { float: left; width: 53%; }
.c54 { float: left; width: 54%; }
.c55 { float: left; width: 55%; }
.c56 { float: left; width: 56%; }
.c57 { float: left; width: 57%; }
.c58 { float: left; width: 58%; }
.c59 { float: left; width: 59%; }
.c60 { float: left; width: 60%; }
.c61 { float: left; width: 61%; }
.c62 { float: left; width: 62%; }
.c63 { float: left; width: 63%; }
.c64 { float: left; width: 64%; }
.c65 { float: left; width: 65%; }
.c66 { float: left; width: 66%; }
.c67 { float: left; width: 67%; }
.c68 { float: left; width: 68%; }
.c69 { float: left; width: 69%; }
.c70 { float: left; width: 70%; }
.c71 { float: left; width: 71%; }
.c72 { float: left; width: 72%; }
.c73 { float: left; width: 73%; }
.c74 { float: left; width: 74%; }
.c75 { float: left; width: 75%; }
.c76 { float: left; width: 76%; }
.c77 { float: left; width: 77%; }
.c78 { float: left; width: 78%; }
.c79 { float: left; width: 79%; }
.c80 { float: left; width: 80%; }
.c81 { float: left; width: 81%; }
.c82 { float: left; width: 82%; }
.c83 { float: left; width: 83%; }
.c84 { float: left; width: 84%; }
.c85 { float: left; width: 85%; }
.c86 { float: left; width: 86%; }
.c87 { float: left; width: 87%; }
.c88 { float: left; width: 88%; }
.c89 { float: left; width: 89%; }
.c90 { float: left; width: 90%; }
.c91 { float: left; width: 91%; }
.c92 { float: left; width: 92%; }
.c93 { float: left; width: 93%; }
.c94 { float: left; width: 94%; }
.c95 { float: left; width: 95%; }
.c96 { float: left; width: 96%; }
.c97 { float: left; width: 97%; }
.c98 { float: left; width: 98%; }
.c99 { float: left; width: 99%; }
.c100 { float: left; width: 100%; }

/* Mobile: todas 100% */
@media (max-width: 768px) {
  .container_padrao
  {
    margin-top: 40px;
  }
  .menu_minhasinscricoes
  {
    width: 100%;
    margin: 2px 0px;

  }
  .mobile_invisivel{
    display: none!important;
  }
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10,
  .c11, .c12, .c13, .c14, .c15, .c16, .c17, .c18, .c19, .c20,
  .c21, .c22, .c23, .c24, .c25, .c26, .c27, .c28, .c29, .c30,
  .c31, .c32, .c33, .c34, .c35, .c36, .c37, .c38, .c39, .c40,
  .c41, .c42, .c43, .c44, .c45, .c46, .c47, .c48, .c49, .c50,
  .c51, .c52, .c53, .c54, .c55, .c56, .c57, .c58, .c59, .c60,
  .c61, .c62, .c63, .c64, .c65, .c66, .c67, .c68, .c69, .c70,
  .c71, .c72, .c73, .c74, .c75, .c76, .c77, .c78, .c79, .c80,
  .c81, .c82, .c83, .c84, .c85, .c86, .c87, .c88, .c89, .c90,
  .c91, .c92, .c93, .c94, .c95, .c96, .c97, .c98, .c99, .c100 {
    width: 100% !important;
    float: none;
  }
}
