/**
 * AutoSindic — tipografia em frase normal (PT-BR).
 * O tema Hostech aplica text-transform: capitalize em headings, botões e menus,
 * o que vira “Title Case” (cada palavra com maiúscula). Ajuste: usar o texto do HTML.
 */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .theme-btn,
html body .theme-btn-2,
html body .theme-create,
html body .cmn-social,
html body .header-main .main-menu ul li a,
html body .header-main .main-menu ul li .submenu li a,
html body .mean-container .mean-nav ul li a,
html body .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li,
html body .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn,
html body .modal-common-wrap .modal-body .modal-common-content .cmn-social,
html body .modal-common-wrap .modal-right-thumb .signlogin-btnwrap .theme-create,
html body .contact-wrapper .contact-right .from-customradio .form-check-label,
html body .modal-common-wrap .from-customradio .form-check-label,
html body .faq-wrapper .faq-content .accordion-item .accordion-header .accordion-button,
html body .choose-us-top-inner ul li,
html body .section-title span,
html body .section-title span.style-border,
html body .breadcrumb-wrapper .page-heading .breadcrumb-items li,
html body .pricing-items .pricing-button .pricing-btn,
html body .news-card-items.style-2 .news-content .post-list span,
html body .modal-common-wrap .modal-body .modal-common-content .orting-badge {
  text-transform: none !important;
}

/* Preloader: texto “Carregando” sem caixa alta artificial */
html body .preloader p {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Hero: fundos em camadas (trocam com o carrossel) */
html body .hero-4.hero-4--carousel {
  background-image: none !important;
  /* Fallback se JS falhar ou imagens não carregarem (evita hero “tudo branco”) */
  background-color: #0f172a;
  position: relative;
  overflow: hidden;
}
html body .hero-4.hero-4--carousel .hero-bg-layers {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
}
html body .hero-4.hero-4--carousel .hero-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.85s ease-in-out;
  pointer-events: none;
}
html body .hero-4.hero-4--carousel .hero-bg-layer.is-active {
  opacity: 1;
}
/* Ilustrações laterais abaixo do véu escuro (evita PNGs claros por cima do gradiente) */
html body .hero-4.hero-4--carousel .hero-suppor-image,
html body .hero-4.hero-4--carousel .hero-hosing-image {
  z-index: 1;
}
html body .hero-4.hero-4--carousel::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    105deg,
    rgba(15, 23, 42, 0.9) 0%,
    rgba(15, 23, 42, 0.58) 45%,
    rgba(15, 23, 42, 0.85) 100%
  );
  pointer-events: none;
}
html body .hero-4.hero-4--carousel > .container {
  position: relative;
  z-index: 3;
}

/* Hero: carrossel de mensagens (alinhado às escalas de .hero-4 h1) */
html body .hero-4 .hero-carousel-shell {
  max-width: 56rem;
  margin: 0 auto;
  position: relative;
}
html body .hero-4 .hero-headlines-slider {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
html body .hero-4 .hero-headlines-slider .hero-slide-inner {
  max-width: 52rem;
  margin: 0 auto;
}
html body .hero-4 .hero-headlines-slider .hero-slide-title {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.15;
  text-transform: none !important;
}
@media (max-width: 1199px) {
  html body .hero-4 .hero-headlines-slider .hero-slide-title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  html body .hero-4 .hero-headlines-slider .hero-slide-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  html body .hero-4 .hero-headlines-slider .hero-slide-title {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  html body .hero-4 .hero-headlines-slider .hero-slide-title {
    font-size: 28px;
  }
}
html body .hero-4 .hero-headlines-slider .hero-slide-lead {
  font-size: 1.05rem;
  line-height: 1.55;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 52rem;
  text-transform: none !important;
}
html body .hero-4 .hero-headlines-slider .swiper-slide {
  min-height: 14rem;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  html body .hero-4 .hero-headlines-slider .swiper-slide {
    min-height: 18rem;
  }
}
/* Controles abaixo do texto (não sobrepõem o conteúdo) */
html body .hero-4 .hero-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.75rem;
  margin-top: 1.25rem;
  padding: 0 0.5rem 0.25rem;
  flex-wrap: wrap;
}
html body .hero-4 .hero-carousel-pagination.swiper-pagination-bullets {
  position: static !important;
  width: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  transform: none !important;
}
html body .hero-4 .hero-carousel-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  margin: 0 !important;
}
html body .hero-4 .hero-carousel-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
html body .hero-4 .hero-carousel-prev.swiper-button-prev,
html body .hero-4 .hero-carousel-next.swiper-button-next {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
html body .hero-4 .hero-carousel-prev.swiper-button-prev:hover,
html body .hero-4 .hero-carousel-next.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.35);
}
html body .hero-4 .hero-carousel-prev.swiper-button-prev::after,
html body .hero-4 .hero-carousel-next.swiper-button-next::after {
  font-size: 1.1rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  html body .hero-4 .hero-carousel-prev.swiper-button-prev,
  html body .hero-4 .hero-carousel-next.swiper-button-next {
    display: none;
  }
}

/* Modal cadastro (home): ocultar caracteres da senha (reforço se algum script alterar o tipo) */
#txtPasswordRegister,
#txtPasswordRegisterConfirm {
  -webkit-text-security: disc;
}
