:root {
  --system_primery_color: #DD521F!important;
  --system_hover_color: #011C2E !important;
  --text_light: #ffffff !important;
}

/* Botão principal */
.theme-btn,
.course .section-subtitle-action .theme-btn.bg-primary,
.quiz .section-subtitle-action .theme-btn.bg-primary,
.classes .section-subtitle-action .theme-btn,
.theme_mailChimp .button {
  background-color: var(--system_primery_color) !important;
  color: var(--text_light) !important;
  border: none !important;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  min-width: 170px;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.theme-btn:hover,
.course .section-subtitle-action .theme-btn.bg-primary:hover,
.quiz .section-subtitle-action .theme-btn.bg-primary:hover,
.classes .section-subtitle-action .theme-btn:hover,
.theme_mailChimp .button:hover {
  background-color: var(--system_hover_color) !important;
  color: var(--text_light) !important;
}

.theme-btn1 {
  background-color: var(--system_primery_color) !important;
  color: var(--text_light) !important;
  border: none !important;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  min-width: 170px;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.theme-btn1:hover {
  background-color:#011C2E !important;
  color: var(--text_light) !important;
}


/* Texto colorido (ex: contador) */
.counter {
  color: var(--system_primery_color) !important;
}

.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-popup-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.video-popup-content iframe {
  width: 100%;
  height: 100%;
}

.video-popup-close {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
} 

.fas fa-bars me-0 {
 color: #0000;
} 

/* Define cor preta para todos os textos dentro do bloco da newsletter */
.newsletter_form h3,
.newsletter_form p {
    color: #000 !important;
}

/* === Personalização da seção de pacotes === */
.pricing_area {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* === Cartões dos pacotes === */
.package_widget {
  background-color: #ffffff;
  border: 2px solid #FF5114;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.package_widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* === Cabeçalho do pacote === */
.package_header h3 {
  background-color: #FF5114;
  color: #fff;
  padding: 16px 0;
  margin: 0;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  font-size: 20px;
  font-weight: bold;
}

.package_rating {
  margin-top: 10px;
}

.package_rating i {
  color: #FFD700; /* estrelas douradas */
  margin: 0 1px;
}

/* === Lista de cursos === */
.package_body {
  padding: 20px;
}

.single_packageList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #011c2e;
  font-weight: 500;
}

.single_packageList:last-child {
  border-bottom: none;
}

.package_seperator {
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
}

.package_seperator i {
  font-size: 20px;
  color: #FF5114;
  transition: transform 0.3s ease;
}

.package_seperator:hover i {
  transform: rotate(180deg);
}

/* === Rodapé do pacote === */
.package_footer {
  background-color: #011c2e;
  color: white;
  padding: 20px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  text-align: center;
}

.package_footer h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #FF5114;
}

.package_footer h4 span {
  font-size: 14px;
  text-decoration: line-through;
  color: #fff;
  margin-right: 8px;
  font-weight: 400;
}

.package_footer p {
  margin-top: 5px;
  font-size: 13px;
  color: #eee;
}

/* === Botão "Ver Detalhes" === */
.theme_btn.small_btn2 {
  background-color: #FF5114 !important;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 10px;
  transition: background 0.3s ease;
  border: none;
}

.theme_btn.small_btn2:hover {
  background-color: #e54810 !important;
}

/* === Responsividade === */
@media only screen and (max-width: 767px) {
  .package_widget {
    margin-bottom: 30px;
  }
} 

/* Preço dos cursos individuais */
.single_packageList span {
  color: #FF5114 !important;
  font-weight: bold;
}

/* Preço com desconto no rodapé */
.package_footer h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #FF5114;
}

/* Preço original (riscado) */
.package_footer h4 span {
  font-size: 14px;
  text-decoration: line-through;
  color: #fff;
  margin-right: 8px;
  font-weight: 400;
}

/* Texto 'Total X Curso' */
.package_footer p {
  margin-top: 5px;
  font-size: 13px;
  color: #ffffff !important;
} 

.subcribe-form button[type="submit"] {
  background-color: #FF5114 !important;
  color: #ffffff !important;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  width: 100%;
}

.subcribe-form button[type="submit"]:hover {
  background-color: #e54810 !important;
  cursor: pointer;
} 

.breadcrumb_area {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 320px !important;
  padding: 40px 20px !important;
  background-size: cover !important;
  background-position: center !important;
  text-align: center !important;
  flex-direction: column !important;
}

.breadcrumb_area .container,
.breadcrumb_area .row,
.breadcrumb_area .col-lg-12 {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.breadcam_wrap {
  max-width: 100% !important;
  text-align: center !important;
}

.breadcam_wrap h3 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin: 0 0 10px 0 !important;
  color: #ffffff !important;

  /* Correções do problema do corte */
  display: block !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: unset !important;
  word-break: break-word !important;
  max-width: 100% !important;
}

.breadcam_wrap p {
  font-size: 1rem !important;
  color: #cccccc !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  display: block !important;
} 

.fas.fa-bars {
  color: #DD521F !important; /* Laranja da marca */
} 

.package_rating p {
  display: none;
}
.footer_top_area,
.copyright_area {
  background-color: #011c2e;
  color: white;
}

/* Garante que textos e links fiquem brancos */
.footer_top_area h3,
.footer_top_area p,
.footer_top_area label,
.footer_top_area input::placeholder,
.footer_top_area button,
.copyright_area,
.copyright_area p,
.copyright_area a {
  color: white !important;
}

/* Ajusta botão da newsletter */
.footer_top_area button {
  background-color: #ff5722;
  color: white;
  border: none;
}

/* Campo de e-mail */
.footer_top_area input.form-control {
  background-color: #02263e;
  color: white;
  border: 1px solid white;
} 

.accordion-button {
    background-color: #DD521F !important;
    color: white !important; /* para garantir legibilidade */
    border: none;
} 

/* Aplica apenas na página /privacy */
body.privacy-page .ui-resizable[data-type="container-content"] {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.6;
  text-align: justify;
}

/* Banner ocupando a largura total */
body.privacy-page .breadcrumb_area {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 0 !important;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}

/* Centraliza texto no banner */
body.privacy-page .breadcam_wrap {
  text-align: center;
  position: relative;
}

/* Oculta texto original */
body.privacy-page .breadcam_wrap h4,
body.privacy-page .breadcam_wrap p {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* Adiciona título em português */
body.privacy-page .breadcam_wrap::before {
  content: "Política de Privacidade";
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

/* Adiciona subtítulo em português */
body.privacy-page .breadcam_wrap::after {
  content: "Início / Estamos com você em cada passo do caminho!";
  display: block;
  font-size: 16px;
  color: #ccc;
}

/* Remove qualquer espaçamento acima do banner na página de privacidade */
body.privacy-page .breadcrumb_area {
  margin-top: 0 !important;
  padding-top: 60px;
}

body.privacy-page .breadcrumb_area:before {
  display: none !important;
}

body.privacy-page .row:first-child,
body.privacy-page .col-sm-12:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.privacy-page .container,
body.privacy-page .row {
  margin-top: 0 !important;
  padding-top: 0 !important;
} 

body.terms-page .ui-resizable[data-type="container-content"] {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.6;
  text-align: justify;
}

body.terms-page .breadcrumb_area {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 0 !important;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}

body.terms-page .breadcam_wrap {
  text-align: center;
  position: relative;
}

body.terms-page .breadcam_wrap h4,
body.terms-page .breadcam_wrap p {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

body.terms-page .breadcam_wrap::before {
  content: "Termos de Uso";
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

body.terms-page .breadcam_wrap::after {
  content: "Início / Nossos termos e condições";
  display: block;
  font-size: 16px;
  color: #ccc;
}

body.terms-page .breadcrumb_area:before {
  display: none !important;
}

body.terms-page .row:first-child,
body.terms-page .col-sm-12:first-child,
body.terms-page .container,
body.terms-page .row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Estilo principal da área de conteúdo */
body.cookies-page .ui-resizable[data-type="container-content"] {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.6;
  text-align: justify;
}

/* Banner da página (full width e alinhado) */
body.cookies-page .breadcrumb_area {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 0 !important;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}

/* Centraliza texto no banner */
body.cookies-page .breadcam_wrap {
  text-align: center;
  position: relative;
}

/* Oculta o conteúdo original do breadcrumb */
body.cookies-page .breadcam_wrap h4,
body.cookies-page .breadcam_wrap p {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* Adiciona novo título customizado no banner */
body.cookies-page .breadcam_wrap::before {
  content: "Política de Cookies";
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

/* Subtítulo customizado */
body.cookies-page .breadcam_wrap::after {
  content: "Início / Entenda como usamos cookies";
  display: block;
  font-size: 16px;
  color: #ccc;
}

/* Remove espaçamentos acima do conteúdo */
body.cookies-page .breadcrumb_area {
  margin-top: 0 !important;
  padding-top: 60px;
}

body.cookies-page .breadcrumb_area:before {
  display: none !important;
}

body.cookies-page .row:first-child,
body.cookies-page .col-sm-12:first-child,
body.cookies-page .container,
body.cookies-page .row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}