/* Template Name: Landsay
   Author: Themesdesign
   File Description: Main Css file of the template
*/
/****************************************

01.variables
02.general
03.helper
04.switcher
05.components
06.loader
07.menu
08.home
09.feature
10.process
11.cta
12.testimonial
13.pricing
14.team
15.contact
16.footer
17.blog
18.auth

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body {
  font-family: "Inter", sans-serif;
  color: #25272b;
  font-size: 15px;
}

body.modal-open {
  padding-right: 0px !important;
}

body.modal-open .navbar {
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
  outline: none;
}

html {
  scroll-padding-top: 59px;
  scroll-behavior: smooth;
}

.row>* {
  position: relative;
}

.text-primary {
  color: #3f8efc !important;
}

.bg-primary {
  background-color: #3f8efc !important;
}

.text-success {
  color: #06ba63 !important;
}

.bg-success {
  background-color: #06ba63 !important;
}

.text-info {
  color: #49c6e5 !important;
}

.bg-info {
  background-color: #49c6e5 !important;
}

.text-warning {
  color: #f4b942 !important;
}

.bg-warning {
  background-color: #f4b942 !important;
}

.text-danger {
  color: #ef4b4b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

.text-light {
  color: #f8f9fa !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-dark {
  color: #25272b !important;
}

.bg-dark {
  background-color: #25272b !important;
}

.text-muted {
  color: #9da9bb !important;
}

.bg-muted {
  background-color: #9da9bb !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.avatar-md {
  height: auto;
  width: 74px;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(48, 58, 69, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #343a40;
  border-color: transparent;
  border-radius: 40px;
  color: #ffffff;
  transition: all 0.5s ease;
  display: none;
}

#back-to-top:hover {
  border-radius: 5px;
  background-color: #3f8efc;
}

/*******link color*******/
.primary-link {
  color: #25272b;
  transition: all 0.5s ease;
}

.primary-link:hover {
  color: #3f8efc;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

#style-switcher {
  transition: all 0.4s;
  background: none repeat scroll 0 0 #f8f9fa;
  box-shadow: 0px 4px 12px rgba(37, 39, 43, 0.07);
  left: -189px;
  position: fixed;
  top: 26%;
  width: 189px;
  z-index: 999;
  padding: 10px 5px;
}

#style-switcher .settings {
  background: #343a40;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  right: -45px;
  top: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

ul.pattern {
  overflow: hidden;
  border-radius: 0px;
}

ul.pattern li {
  float: left;
  margin: 2px;
}

ul.pattern li a {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  margin: 5px;
}

ul.pattern .color1 {
  background-color: #3f8efc;
}

ul.pattern .color2 {
  background-color: #06ba63;
}

ul.pattern .color3 {
  background-color: #f4b942;
}

ul.pattern .color4 {
  background-color: #ff7a60;
}

ul.pattern .color5 {
  background-color: #49c6e5;
}

ul.pattern .color6 {
  background-color: #8850f8;
}

@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}

.btn {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
  border: 1px solid #25272b;
  overflow: hidden;
  position: relative;
}

.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn:after {
  background: rgba(255, 255, 255, 0.25);
  content: "";
  height: 155px;
  left: -75px;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 0.9s ease;
  width: 50px;
  z-index: 1;
}

.btn:hover:after {
  left: 110%;
}

.btn-primary {
  background: #2698FF;
  border-color: #0D6DFF !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open>.dropdown-toggle.btn-primary {
  background: #2b82fc;
  border-color: #2b82fc;
  box-shadow: none !important;
  transform: translateY(-6px);
}

.btn-outline-primary {
  color: #3f8efc;
  border-color: #3f8efc;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open>.dropdown-toggle.btn-primary {
  background: #3f8efc;
  border-color: #3f8efc;
  box-shadow: none !important;
  transform: translateY(-6px);
}

/* ========================================================================= */
/* NOVA CLASSE: btn-outline-secondary (Botão Branco com Borda Branca) */
/* Duplicado de .btn-outline-primary e invertendo as cores para branco/preto */
/* ========================================================================= */
.btn-outline-secondary {
  color: #ffffff;
  /* Cor do texto no estado normal: BRANCO */
  border-color: #ffffff;
  /* Cor da borda no estado normal: BRANCO */
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary .open>.dropdown-toggle.btn-secondary {
  background: #ffffff;
  /* Fundo no hover: BRANCO */
  color: #25272b !important;
  /* Texto no hover: ESCURO (Dark) */
  border-color: #ffffff;
  /* Borda no hover: BRANCO */
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary.active {
  color: #25272b !important;
  /* Sobrescreve a cor do texto para Escuro no hover/active */
}

/* ========================================================================= */


.btn-success {
  background: #06ba63;
  border-color: #06ba63 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open>.dropdown-toggle.btn-primary {
  background: #05a658;
  border-color: #05a658;
  box-shadow: 0px 8px 20px -6px rgba(6, 186, 99, 0.6);
  transform: translateY(-6px);
}

.btn-outline-success {
  color: #06ba63;
  border-color: #06ba63;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open>.dropdown-toggle.btn-primary {
  background: #06ba63;
  border-color: #06ba63;
  box-shadow: 0px 8px 20px -6px rgba(6, 186, 99, 0.6);
  transform: translateY(-6px);
}

.btn-info {
  background: #49c6e5;
  border-color: #49c6e5 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open>.dropdown-toggle.btn-primary {
  background: #37c0e2;
  border-color: #37c0e2;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-outline-info {
  color: #49c6e5;
  border-color: #49c6e5;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open>.dropdown-toggle.btn-primary {
  background: #49c6e5;
  border-color: #49c6e5;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-warning {
  background: #f4b942;
  border-color: #f4b942 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open>.dropdown-toggle.btn-primary {
  background: #f3b22f;
  border-color: #f3b22f;
  box-shadow: 0px 8px 20px -6px rgba(244, 185, 66, 0.6);
  transform: translateY(-6px);
}

.btn-outline-warning {
  color: #f4b942;
  border-color: #f4b942;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open>.dropdown-toggle.btn-primary {
  background: #f4b942;
  border-color: #f4b942;
  box-shadow: 0px 8px 20px -6px rgba(244, 185, 66, 0.6);
  transform: translateY(-6px);
}

.btn-danger {
  background: #ef4b4b;
  border-color: #ef4b4b !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open>.dropdown-toggle.btn-primary {
  background: #ed3838;
  border-color: #ed3838;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open>.dropdown-toggle.btn-primary {
  background: #ef4b4b;
  border-color: #ef4b4b;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-light {
  background: #f8f9fa;
  border-color: #f8f9fa !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open>.dropdown-toggle.btn-primary {
  background: #eceff2;
  border-color: #eceff2;
  box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
  transform: translateY(-6px);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open>.dropdown-toggle.btn-primary {
  background: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
  transform: translateY(-6px);
}

.btn-dark {
  background: #25272b;
  border-color: #25272b !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open>.dropdown-toggle.btn-primary {
  background: #1c1d20;
  border-color: #1c1d20;
  box-shadow: 0px 8px 20px -6px rgba(37, 39, 43, 0.6);
  transform: translateY(-6px);
}

.btn-outline-dark {
  color: #25272b;
  border-color: #25272b;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open>.dropdown-toggle.btn-primary {
  background: #25272b;
  border-color: #25272b;
  box-shadow: 0px 8px 20px -6px rgba(37, 39, 43, 0.6);
  transform: translateY(-6px);
}

.btn-muted {
  background: #9da9bb;
  border-color: #9da9bb !important;
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open>.dropdown-toggle.btn-primary {
  background: #919eb3;
  border-color: #919eb3;
  box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
  transform: translateY(-6px);
}

.btn-outline-muted {
  color: #9da9bb;
  border-color: #9da9bb;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open>.dropdown-toggle.btn-primary {
  background: #9da9bb;
  border-color: #9da9bb;
  box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
  transform: translateY(-6px);
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open>.dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open>.dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn.btn-outline-white:focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white:hover,
.btn.btn-outline-white.active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:hover,
.btn.btn-outline-light.active {
  color: #25272b;
}

.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark.active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success:hover,
.btn.btn-outline-success.active {
  color: #ffffff !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999999;
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.load {
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 50px;
  height: 50px;
}

.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
  animation: spin 2s ease infinite;
}

.load :first-child {
  background: #06ba63;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #3f8efc;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #f4b942;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #25272b;
}

@keyframes spin {

  0%,
  100% {
    transform: translateX(200%);
  }

  25% {
    transform: translateY(200%);
  }

  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateY(0);
  }
}

.navbar {
  transition: all 0.5s ease;
  padding: 0px;
  background-color: #ffffff;
}

.navbar .navbar-brand {
  transition: all 0.5s ease;
  line-height: 67px;
  padding: 0px;
}

.navbar .navbar-nav .nav-item>.nav-link {
  color: #25272b;
  font-size: 13px;
  padding: 20px 8px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background-color: transparent;
  margin: 0 6px;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}

.navbar .navbar-nav .nav-item>.nav-link:hover,
.navbar .navbar-nav .nav-item>.nav-link:active,
.navbar .navbar-nav .nav-item>.nav-link.active {
  color: #3f8efc;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  border-color: rgba(0, 0, 0, 0.04);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
  animation: DropDownSlide 0.3s;
  animation-fill-mode: both;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link {
  color: #25272b;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link:hover {
  color: #3f8efc;
}

/* Also apply same styles to Bootstrap .dropdown-item elements */
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
  color: #25272b;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
  color: #3f8efc;
}

.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  font-size: 24px;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-brand .logo-light {
  display: inline-block;
}

.navbar .navbar-brand .logo-dark {
  display: none;
}

/* Ajustes para espaçar header */
.navbar .container-fluid {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: relative !important;
}

.navbar .navbar-collapse {
  flex-grow: 1 !important;
  order: 2 !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.navbar .navbar-nav {
  margin: 0 !important;
  flex-direction: row !important;
  justify-content: center !important;
  width: 100% !important;
}

.navbar .list-inline {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  order: 3 !important;
}

.navbar .navbar-brand {
  order: 1 !important;
}

.navbar .navbar-collapse {
  order: 2 !important;
}

.navbar .navbar-toggler {
  order: 4 !important;
}

.nav-sticky.navbar {
  margin-top: 0px;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}

.nav-sticky.navbar .navbar-brand {
  line-height: 59px;
  padding: 0px;
}

.nav-sticky.navbar .navbar-nav .nav-item>.nav-link {
  padding: 20px 8px;
}

.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}

.nav-sticky .navbar-brand .logo-light {
  display: none;
}

.navbar-light {
  background-color: transparent;
}

.nav-sticky.navbar-light {
  background-color: #ffffff;
}

#navbar-navlist .nav-item {
  margin-left: 15px;
  /* Espaço entre os itens */
  margin-right: 15px;
}



@keyframes DropDownSlide {
  100% {
    margin-top: -1px;
  }

  0% {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {

  .navbar,
  .navbar.nav-sticky {
    padding: 12px 0;
    background-color: #ffffff;
  }

  .navbar .navbar-nav .nav-item>.nav-link,
  .navbar.nav-sticky .navbar-nav .nav-item>.nav-link {
    padding: 10px 8px;
  }

  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu,
  .navbar.nav-sticky .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding-left: 25px;
    border: none;
    box-shadow: none;
  }
}

#home {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-desc {
  max-width: 650px;
  margin: 0 auto;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}

.bg-home {
  padding: 378px 0 305px 0;
}

@media (max-width: 991.98px) {
  .bg-home {
    padding: 190px 0 135px 0;
  }
}

.home-subtitle {
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 15px;
}

.bg-home2 {
  padding: 220px 0 150px 0;
}

@media (max-width: 991.98px) {
  .bg-home2 {
    padding: 180px 0 110px 0;
  }
}

.home-slider {
  position: relative;
}

.home-slider .swiper-slide {
  padding: 0 !important;
}



.bg-home4 {
  padding: 160px 0 50px 0;
  background-color: rgba(63, 142, 252, 0.2);
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0px;
  left: 0;
}

.subscribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.subscribe-form input {
  padding: 15px 20px;
  width: 100%;
  font-size: 17px;
  color: #25272b;
  border: none;
  outline: none;
  padding-right: 180px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
}

.subscribe-form button {
  position: absolute;
  text-transform: uppercase;
  top: 6px;
  right: 8px;
  outline: none;
  border-radius: 30px;
  font-size: 16px;
  padding: 9px 30px;
}

@media (max-width: 991.98px) {
  .home-img {
    width: 100%;
    height: auto;
  }
}

.bg-home5 {
  padding-top: 140px;
  background: linear-gradient(rgb(72, 85, 99), rgb(41, 50, 60));
}

.home-dashboard {
  position: relative;
  margin-bottom: -60px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .home-dashboard {
    top: -12px;
  }
}

.bg-home6 {
  padding: 350px 0px 330px 0;
}

@media (max-width: 991.98px) {
  .bg-home6 {
    padding: 215px 0px;
  }
}

#myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-box {
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease;
}

.feature-box .feature-link {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-10px);
}

.feature-box:hover .feature-link {
  opacity: 1;
  transform: translateY(0px);
}

.feature-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: rgba(63, 142, 252, 0.2);
  color: #3f8efc;
  font-size: 30px;
  border-radius: 50%;
}

.timeline-page::after {
  content: "";
  height: 68%;
  top: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  background-color: rgba(63, 142, 252, 0.15);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .timeline-page::after {
    height: 68%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .timeline-page::after {
    height: 67%;
    top: 405px;
  }
}

@media (max-width: 575.99px) {
  .timeline-page::after {
    height: 67%;
    top: 394px;
  }
}

@media (max-width: 320px) {
  .timeline-page::after {
    top: 352px;
  }
}

.timeline-page .timeline-item .works-description-right {
  text-align: left;
  float: left;
  border-radius: 8px;
  padding: 20px;
}

.timeline-page .timeline-item .works-description-left {
  text-align: right;
  float: right;
  border-radius: 8px;
  padding: 20px;
}

.timeline-page .works-description-left::after,
.timeline-page .works-description-right::after {
  transition: all 0.5s ease;
  border-radius: 50%;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 25px;
  z-index: 1;
  background-color: #3f8efc;
}

.timeline-page .works-description-left:hover::after,
.timeline-page .works-description-right:hover::after {
  box-shadow: 0px 0px 5px 2px #3f8efc;
}

.timeline-page .works-description-left::after {
  right: -7px;
}

.timeline-page .works-description-right::after {
  left: -8px;
}

@media (min-width: 200px) and (max-width: 991.98px) {
  .timeline-page::after {
    margin: 0;
  }

  .timeline-item .works-description-right::after {
    left: 5px;
    top: 25px;
  }

  .timeline-item .works-description-left {
    text-align: left;
  }

  .timeline-item .works-description-left::after {
    left: 5px;
    top: 25px;
  }
}

.bg-cta {
  padding: 120px 0px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.play-btn {
  height: 64px;
  width: 64px;
  font-size: 30px;
  line-height: 64px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ffffff;
}

.modal-backdrop.show {
  opacity: 0.75;
}

/*************FAQ******************/
.query-form {
  background-color: #f8f9fa;
  padding: 45px 40px;
  border-radius: 0.25rem;
}

.query-form .form-control {
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
}

.faq .icon {
  height: 32px;
  width: 32px;
  line-height: 32px;
  color: #3f8efc;
  background: rgba(63, 142, 252, 0.15);
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-box {
  max-width: 681px;
  margin: 0 auto;
  border-radius: 10px;
  border: none;
  background-color: transparent;
}

.testimonial-box .testi-img img {
  height: 82px;
  width: 82px;
}

.testimonial-box .testi-img .quote-icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  top: 1px;
  right: -8px;
  font-size: 22px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  color: #3f8efc;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 0;
  margin-right: 8px;
  background-color: rgba(63, 142, 252, 0.9);
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0.6;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: rotate(45deg);
  opacity: 1;
}

.client-images img {
  max-width: 90px;
  opacity: 0.4;
  transition: all 0.5s ease;
}

.client-images img:hover {
  opacity: 1;
}

.price-box {
  padding: 40px 50px;
  transition: all 0.5s ease;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
  /* ADIÇÕES ANTERIORES */
  background-color: #00346D !important;
  color: #ffffff !important;
}

.price-box .plan-price sup {
  top: -1.5rem;
  font-size: 29px;
}

@media (max-width: 767.98px) {
  .price-box .plan-price sup {
    top: -1rem;
    font-size: 20px;
  }
}

.price-box .plan-price sub {
  bottom: -0.15rem;
  font-size: 15px;
}

.price-box .price-features i {
  background-color: rgba(63, 142, 252, 0.15);
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
}

/* ADIÇÕES ANTERIORES */
.price-box .text-primary {
  color: #ffffff !important;
  /* Ícones brancos */
}

.price-box.card {
  border-color: #0D6DFF !important;
  /* Mudar a cor da borda do card */
}


.ribbon {
  background: #3f8efc;
  color: #ffffff;
  padding: 45px 54px 15px;
  transform: rotate(45deg);
  position: absolute;
  top: -16px;
  right: -60px;
  border-radius: 50%;
}

.team-box img {
  height: 210px;
  width: 210px;
}

.team-box .team-social {
  position: absolute;
  top: 56px;
  left: 20px;
  text-align: center;
  opacity: 0;
  transform: translate(-20px, -20px);
  transition: all 0.3s ease-out;
}

.team-box .team-social li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 50%;
}

.team-box:hover .team-social {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.15s;
}

.form-control {
  padding: 12px 20px;
  border-color: rgba(37, 39, 43, 0.2);
  box-shadow: rgba(149, 157, 165, 0.08) 0px 8px 24px;
}

.form-control:focus {
  box-shadow: rgba(149, 157, 165, 0.08) 0px 8px 24px;
  border-color: #3f8efc;
}

.form-control::-moz-placeholder {
  color: #ced4da;
}

.form-control::placeholder {
  color: #ced4da;
}

.contact-form .input-group-text {
  padding: 12px 15px;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
}

.contact-form .input-group-text::before {
  content: "|";
  color: rgba(37, 39, 43, 0.5);
  right: 0px;
  position: absolute;
}

.contact-form .form-control {
  padding-left: 58px;
}

.social-list .social-icon {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.social-list .social-icon:hover {
  color: #3f8efc;
  border-color: #3f8efc;
}

.footer-terms li::after {
  content: "|";
  margin: 0 20px;
  color: #757575;
}

.footer-terms li:last-child::after {
  content: "";
}

.footer-link {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

/**************Inner Pages******************/
.blog-box .blog-img .bg-overlay {
  transition: all 0.5s ease;
  opacity: 0;
}

.blog-box .blog-img .author {
  position: absolute;
  top: 25px;
  left: 25px;
  transition: all 0.5s ease;
  opacity: 0;
  color: #ffffff;
}

.blog-box:hover .blog-img .bg-overlay {
  opacity: 0.7;
}

.blog-box:hover .blog-img .author {
  opacity: 1;
}

.bg-blog {
  padding: 190px 0 120px 0;
  position: relative;
  background-image: url("../images/blog/bg-blog.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-blog .bg-overlay {
  background-color: rgba(25, 34, 45, 0.7);
}

.breadcrumb .breadcrumb-item a {
  color: #ffffff;
  transition: all 0.5s ease;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #3f8efc;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #f8f9fa;
  content: var(--bs-breadcrumb-divider, "->");
}

.date-box {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 8px;
  background-color: #f8f9fa;
  text-align: center;
  z-index: 9;
}

.post-preview {
  transition: all 0.5s ease;
}

.post-preview:hover {
  opacity: 0.6;
}

.sidebar .tagcloud a {
  background-color: #f8f9fa;
  color: #25272b;
  transition: all 0.5s ease;
}

.sidebar .tagcloud a:hover {
  background-color: #3f8efc;
  color: #ffffff;
}

.sidebar .sd-title {
  position: relative;
}

.sidebar .sd-title::after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3f8efc;
}

/**********pagination***********/
.pagination .page-item {
  display: inline-block;
  margin: 5px 6px 0 0;
}

.pagination .page-item .page-link {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  color: #25272b;
  background-color: #f8f9fa;
  display: block;
  float: none;
  padding: 8px 15px;
  box-shadow: none !important;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
  z-index: 3;
  color: #ffffff;
  background-color: #3f8efc;
  border-color: #3f8efc;
}

.authentication-bg {
  background-image: url("../images/bg-auth.png");
  background-color: rgba(63, 142, 252, 0.12);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}

.auth-form input {
  background-color: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
  color: #f8f9fa;
  font-size: 14px;
}

.auth-form input:focus {
  color: #f8f9fa;
  background-color: rgba(255, 255, 255, 0.09);
}

.auth-form input::-moz-placeholder {
  color: #adb5bd;
}

.auth-form input::placeholder {
  color: #adb5bd;
}

/*# sourceMappingURL=style.css.map */

/* Rodapé sempre no final da página */
html,
body {
  height: 100%;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content-wrapper {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
  width: 100%;
}

.navbar-nav .nav-box.nav-destaque a.nav-link {
  background-color: #007bff !important;
  /* Fundo azul de destaque */
  color: #ffffff !important;
  /* Garante texto branco */
  font-weight: bold;
}

/* Estilo Hover */
.navbar-nav .nav-box.nav-destaque a.nav-link:hover {
  background-color: #0056b3 !important;
  color: #ffffff !important;
}

html,
body {
  height: 100%;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content-wrapper {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
  width: 100%;
}

.footer-bg {
  background: #00346D !important;
}

.title-grid {
  background: #0D6DFF !important;
}

/* Navbar Bottom Line */
.navbar-bottom-line {
  border-bottom: 5px solid #00346D !important;
}

/* CLASSE PRINCIPAL */
.home-box {
  padding: 40px 50px;
  /* Manter a transição para suavizar o efeito hover */
  transition: all 0.5s ease;
  overflow: hidden;

  /* MODIFICADO: Adiciona a sombra interna (inset) para aumentar o contraste */
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px,
    /* 1. Sombra Externa (Mantida) */
    inset 0 0 15px rgba(0, 0, 0, 0.5);
  /* 2. Sombra Interna Escura */

  /* A imagem de fundo (definida no HTML inline) PODE APARECER. 
       Definimos o fundo como transparente para evitar conflito com a imagem. */
  background-color: transparent !important;

  color: #ffffff !important;

  /* Essencial para posicionar o pseudo-elemento (overlay) e o conteúdo */
  position: relative;
  z-index: 1;
  /* Garante que o box-shadow apareça */
}

/* ----------------------------------------------------- */
/* NOVO: Pseudo-elemento para o Gradiente de Overlay (MANTIDO) */
/* ----------------------------------------------------- */
.home-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Gradiente na cor #00346D (com transparência) concentrado na parte inferior */
  background-image:
    linear-gradient(to top,
      rgba(0, 52, 109, 0.9) 0%,
      /* #00346D com 90% de opacidade na base */
      rgba(0, 52, 109, 0) 50%
      /* Transparente no meio */
    );

  z-index: 0;
  /* Fica abaixo do conteúdo do card */
  transition: all 0.5s ease;
  /* Para suavizar a transição do hover, se aplicável */
}


/* ----------------------------------------------------- */
/* NOVO: Efeito ao Passar o Cursor (HOVER) */
/* ----------------------------------------------------- */
.home-box:hover {
  /* Efeito de aproximação: Aumenta ligeiramente o tamanho do card */
  transform: scale(1.03);

  /* MODIFICADO: Aumenta a sombra externa e mantém a sombra interna */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 30px,
    /* Sombra Externa MAIS FORTE */
    inset 0 0 15px rgba(0, 0, 0, 0.5);
  /* Sombra Interna Mantida */

  z-index: 10;
  /* Eleva a camada para garantir que ele fique acima dos vizinhos */
}


/* ----------------------------------------------------- */
/* ESTILOS DE SUPORTE (MANTIDOS e AJUSTADOS) */
/* ----------------------------------------------------- */

.home-box .text-primary {
  /* Ícones brancos. Garante que qualquer ícone dentro fique acima do overlay */
  color: #ffffff !important;
  position: relative;
  z-index: 2;
}

.home-box.card {
  border-color: #0D6DFF !important;
  /* Mudar a cor da borda do card */
}

/* Garante que o texto dentro do card fique acima do overlay */
.home-box>* {
  position: relative;
  z-index: 2;
}

.page-title {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 30px;

  /* Ajustei o padding-right para dar espaço ao efeito picotado (60px) */
  padding: 10px 60px 10px 25px;

  position: relative;
  text-align: left;
  color: #00346D;

  /* FUNDO AZUL CLARO ORIGINAL MANTIDO */
  background-color: rgba(13, 109, 253, 0.06);
  /* Cor base */

  display: inline-block;
  /* Removido min-width para que o fundo se ajuste proporcionalmente ao texto */
  overflow: hidden;

  /* Efeito picotado removido; mantido apenas o background-color */
}

.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #00346D;
}

/* Linha vertical 2 (Vermelho - #FF0002) */
.page-title::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: #FF0002;
}

.home-title {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 30px;

  /* Ajustei o padding-right para dar espaço ao efeito picotado (30px) */
  padding: 10px 30px 10px 25px;

  position: relative;
  text-align: left;
  color: #00346D;

  /* FUNDO AZUL CLARO ORIGINAL MANTIDO */
  background-color: rgba(13, 109, 253, 0.189);
  /* Cor base */

  display: inline-block;
  min-width: 400px;
  overflow: hidden;

  /* Apenas uma background-image para o padrão na direita.
       As barras são #F5F1FF e o restante é 'transparent' (mostrando o background-color) */
  background-image:
    repeating-linear-gradient(to right,
      #F5F1FF,
      /* Linha sólida (NOVA COR) */
      #F5F1FF 3px,
      /* Linha sólida (2px) */
      transparent 4px,
      /* Espaço transparente (de 2px a 5px) */
      transparent 5px
      /* Fim do padrão de 5px */
    );

  /* Posição e Tamanho do background-image */
  background-size: 50px 100%;
  background-position: top right;
  background-repeat: no-repeat;
}

.home-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #00346D;
}

/* Linha vertical 2 (Vermelho - #FF0002) */
.home-title::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: #FF0002;
}

.whatsapp-float {
  position: fixed;
  /* Fixa o botão na tela */
  bottom: 20px;
  /* Distância da parte inferior da tela */
  right: 20px;
  /* Distância da parte direita da tela */
  z-index: 1000;
  /* Garante que o botão fique acima de outros elementos */
  text-decoration: none;
  /* Remove o sublinhado do link */
}

.whatsapp-icon {
  width: 100px;
  /* Tamanho do ícone */
  height: 100px;
  /* Tamanho do ícone */
  border-radius: 50%;
  /* Deixa o ícone redondo */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Adiciona uma sombra */
  transition: transform 0.3s ease;
  /* Animação ao passar o mouse */
}

.whatsapp-icon:hover {
  transform: scale(1.1);
  /* Aumenta o ícone ao passar o mouse */
}

/* =========================================================================
   SUMÁRIO - Navegação Interna da Página
   ========================================================================= */

.sumario {
  background-color: #f8f9fa;
  padding: 30px 40px;
  margin: 40px 0;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 24px;
  position: relative;
}

/* Linha horizontal no fundo - Azul */
.sumario::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #00346D;
}

/* Linha horizontal no fundo - Vermelha (sobreposta) */
.sumario::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 6px;
  background-color: #FF0002;
}

.sumario h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #00346D;
  margin-bottom: 20px;
  position: relative;
}

.sumario ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
  margin-bottom: 15px;
  /* Espaço para a linha não colar no texto */
}

.sumario ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}

.sumario ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #2698FF;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.sumario ul li:hover::before {
  color: #0D6DFF;
  transform: translateX(5px);
}

.sumario ul li a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #25272b;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.sumario ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2698FF;
  transition: width 0.3s ease;
}

.sumario ul li a:hover {
  color: #2698FF;
  transform: translateX(5px);
}

.sumario ul li a:hover::after {
  width: 100%;
}

/* Versão compacta do sumário (opcional) */
.sumario.sumario-compact {
  padding: 20px 30px;
}

.sumario.sumario-compact h2 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.sumario.sumario-compact ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* Responsividade */
@media (max-width: 767.98px) {
  .sumario {
    padding: 20px 25px;
    margin: 30px 0;
  }

  .sumario h2 {
    font-size: 1.25rem;
  }

  .sumario ul {
    padding-left: 15px;
  }

  .sumario ul li {
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .sumario::after {
    width: 40px;
    /* Linha vermelha menor no mobile */
  }
}


/* 1. Garante que o container das linhas seja o ponto de referência */
.content-card {
  border-top: 4px solid #00346D;
  position: relative;
  margin-bottom: 60px;
  /* Mantém o espaçamento entre as seções */
}

/* 2. Remove estilos conflitantes da section interna para a linha aparecer na borda */
.content-card section {
  margin-bottom: 0 !important;
  /* A margem agora é controlada pelo content-card */
  position: relative;
  z-index: 1;
}

/* 3. Linha Azul (Fundo) */
.content-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #00346D;
  z-index: 2;
  /* Garante que fique acima da sombra da section */
  border-radius: 0 0 0.25rem 0.25rem;
  /* Acompanha o arredondamento da section */
}

/* 4. Linha Vermelha (Destaque) */
.content-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 6px;
  background-color: #FF0002;
  z-index: 3;
  /* Fica sobre a linha azul */
  border-radius: 0 0 0 0.25rem;
}

.instrucao-sumario {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 15px;
  font-style: italic;
}

/* --- REMOVER BORDA AZUL DE FOCO (GLOBAL) --- */

/* 1. Remove o outline e sombra de TODOS os elementos ao receberem foco */
*:focus,
*:active,
*:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* 2. Reforço específico para botões e links do Bootstrap */
.btn:focus,
.btn:active,
.btn-primary:focus,
.btn-outline-primary:focus,
.nav-link:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* 3. Inputs e Selects (Formulários) */
.form-control:focus,
.form-select:focus {
  border-color: #ced4da !important;
  /* Mantém a cor original da borda cinza (opcional) */
  box-shadow: none !important;
}

/* --- Widget de Acessibilidade --- */
.accessibility-widget {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1050;
  /* Maior que a navbar */
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 5px 0 0 5px;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.accessibility-widget button {
  background: transparent;
  border: none;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: bold;
  color: #00346D;
  border-bottom: 1px solid #eee;
  transition: background 0.3s;
}

.accessibility-widget button:last-child {
  border-bottom: none;
}

.accessibility-widget button:hover,
.accessibility-widget button:focus {
  background-color: #f0f0f0;
  color: #0D6DFF;
}

/* --- Modo Alto Contraste --- */
body.high-contrast {
  background-color: #000 !important;
  background-image: none !important;
  /* Remove a imagem de fundo */
  color: #fff !important;
}

/* Força fundos escuros e textos claros em elementos chave */
body.high-contrast nav,
body.high-contrast .card,
body.high-contrast .footer-bg,
body.high-contrast .offcanvas {
  background-color: #000 !important;
  background-image: none !important;
  border-color: #fff !important;
}

/* Ajusta links e textos */
body.high-contrast a,
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast p,
body.high-contrast span,
body.high-contrast i {
  color: #ffff00 !important;
  /* Amarelo é padrão para alto contraste */
}

body.high-contrast .btn {
  background-color: #ffff00 !important;
  color: #000 !important;
  border: 1px solid #fff !important;
}

/* Corrige o widget no modo contraste */
body.high-contrast .accessibility-widget {
  background-color: #000;
  border-color: #ffff00;
}

body.high-contrast .accessibility-widget button {
  color: #ffff00;
  border-bottom-color: #fff;
}

body.high-contrast .accessibility-widget button:hover {
  background-color: #333;
}

/* --- CHECKBOX CUSTOMIZADO (VISUALMENTE ALINHADO) --- */

.checkbox-custom-aspara {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;

  /* FIX 1: Garante que não tenha imagem de fundo quando desmarcado */
  background-color: #ffffff !important;
  background-image: none !important;

  /* FIX 2: Garante a borda sólida */
  border: 2px solid #343a40 !important;

  margin: 0;
  padding: 0;
  flex-shrink: 0;
  position: relative;
  top: 1px;

  /* Opcional: Remove transições do Bootstrap que podem causar "piscas" */
  transition: none !important;
}

/* Estilo Marcado */
.checkbox-custom-aspara:checked {
  background-color: #2698FF !important;
  border-color: #2698FF !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

/* Correção do problema do "Sumir Borda" */
.checkbox-custom-aspara:focus {
  /* Força a borda a continuar sendo sólida e escura no clique */
  border: 2px solid #343a40 !important;

  /* Mantém a sombra suave ao redor (opcional, mas bonito) */
  box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.2);

  /* Remove o outline padrão do navegador */
  outline: none;
}

/* Garante que se estiver checado E focado, a borda seja azul e não cinza */
.checkbox-custom-aspara:checked:focus {
  border-color: #2698FF !important;
}

.checkbox-container label {
  line-height: 1.2;
  margin: 0;
}

.passo-botao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  background: linear-gradient(135deg, #2698FF 0%, #0D6DFF 100%);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(38, 152, 255, 0.3);
  white-space: nowrap;
  text-align: center;
  min-width: 200px;
}

.passo-botao:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(38, 152, 255, 0.5);
  background: linear-gradient(135deg, #0D6DFF 0%, #00346D 100%);
  color: white;
}

.passo-botao-destaque {
  background: linear-gradient(135deg, #FF0002 0%, #cc0001 100%);
  box-shadow: 0 4px 12px rgba(255, 0, 2, 0.3);
}

.passo-botao-destaque:hover {
  background: linear-gradient(135deg, #cc0001 0%, #990001 100%);
  box-shadow: 0 8px 20px rgba(255, 0, 2, 0.5);
}

.passo-conteudo {
  flex: 1;
}

.passo-conteudo h3 {
  color: #00346D;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.passo-conteudo p {
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 10px;
}