/* 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;
} 

@media (max-width: 767.98px) {
  .banner-img img.d-md-none {
    display: none !important;
  }

  .banner-img img.d-none.d-md-block {
    display: block !important;
  }
}

/* Aplica apenas à imagem da seção "Nossa Missão" */
.about-inner .row .col-lg-5 .about-video > img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 16px;
}

/* Ajustes de layout para mobile */
@media only screen and (max-width: 768px) {
  .about-inner .row .col-lg-5 .about-video {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 16px;
  }

  .about-inner .row .col-lg-7 .about-content {
    padding-top: 20px;
    text-align: center;
  }

  .about-inner .row .col-lg-7 .about-content h3,
  .about-inner .row .col-lg-7 .about-content p,
  .about-inner .row .col-lg-7 .about-content a {
    text-align: center;
  }
}