:root {
  --color1: #b2856f !important;
  --color2: #0f4b73 !important;
  --color3: #7b5339 !important;
  --color4: #0b2c69!important;
  --color5: !important;

  /* White ========================================= */
  --white-005: rgba(255, 255, 255, 0.05);
  --white-01: rgba(255, 255, 255, 0.1);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-03: rgba(255, 255, 255, 0.3);
  --white-04: rgba(255, 255, 255, 0.4);
  --white-05: rgba(255, 255, 255, 0.5);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-08: rgba(255, 255, 255, 0.8);
  --white-09: rgba(255, 255, 255, 0.9);
  --white: #ffffff;

  /* Black ======================================== */
  --black-005: rgba(0, 0, 0, 0.05);
  --black-01: rgba(0, 0, 0, 0.1);
  --black-02: rgba(0, 0, 0, 0.2);
  --black-03: rgba(0, 0, 0, 0.3);
  --black-04: rgba(0, 0, 0, 0.4);
  --black-05: rgba(0, 0, 0, 0.5);
  --black-06: rgba(0, 0, 0, 0.6);
  --black-07: rgba(0, 0, 0, 0.7);
  --black-08: rgba(0, 0, 0, 0.8);
  --black-09: rgba(0, 0, 0, 0.9);
  --black: #0c0c0c !important;
}

/* White ========================================== */
.white-005 {
  color: var(--white-005);
}
.white-01 {
  color: var(--white-01);
}
.white-02 {
  color: var(--white-02);
}
.white-03 {
  color: var(--white-03);
}
.white-04 {
  color: var(--white-04);
}
.white-05 {
  color: var(--white-05);
}
.white-06 {
  color: var(--white-06);
}
.white-07 {
  color: var(--white-07);
}
.white-08 {
  color: var(--white-08);
}
.white-09 {
  color: var(--white-09);
}
.white {
  color: var(--white);
}
.bg-white-02 {
  background: var(--white-02);
}
/* Black ========================================== */
.black-005 {
  color: var(--black-005);
}
.black-01 {
  color: var(--black-01);
}
.black-02 {
  color: var(--black-02);
}
.black-03 {
  color: var(--black-03);
}
.black-04 {
  color: var(--black-04);
}
.black-05 {
  color: var(--black-05);
}
.black-06 {
  color: var(--black-06);
}
.black-07 {
  color: var(--black-07);
}
.black-08 {
  color: var(--black-08);
}
.black-09 {
  color: var(--black-09);
}
.black {
  color: var(--black);
}

/* Fonts 4pt / 8pt ================================== */
/* Rem = Tamanho da font / 16 */

.font_4 {
  font-size: 0.25rem;
  line-height: calc(0.25rem * 1.5);
}
.font_8 {
  font-size: 0.5rem;
  line-height: calc(0.5rem * 1.5);
}
.font_12 {
  font-size: 0.75rem;
  line-height: calc(0.75rem * 1.5);
}
.font_14 {
  font-size: 0.875rem;
  line-height: calc(0.875rem * 1.5);
}
.font_16 {
  font-size: 1rem;
  line-height: calc(1rem * 1.5);
}
.font_18 {
  font-size: 1.125rem;
  line-height: calc(1.125rem * 1.5);
}
.font_20 {
  font-size: 1.25rem;
  line-height: calc(1.25rem * 1.5);
}
.font_24 {
  font-size: 1.5rem;
  line-height: calc(1.5rem * 1.5);
}
.font_28 {
  font-size: 1.75rem;
  line-height: calc(1.75rem * 1.5);
}
.font_32 {
  font-size: 2rem;
  line-height: calc(2rem * 1.5);
}
.font_36 {
  font-size: 2.2rem;
  line-height: calc(2.2rem * 1.5);
}
.font_40 {
  font-size: 2.5rem;
  line-height: calc(2.5rem * 1.5);
}
.font_44 {
  font-size: 2.75rem;
  line-height: calc(2.75rem * 1.5);
}
.font_48 {
  font-size: 3rem;
  line-height: calc(3rem * 1.5);
}

/* Font =========================================== */

/* Default ========================================= */

.color1 {
  color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.color3 {
  color: var(--color3);
}
.color4 {
  color: var(--color4);
}
.color5 {
  color: var(--color5);
}
.bgcolor1 {
  background: var(--color1);
}
.bgcolor2 {
  background: var(--color2);
}
.bgcolor3 {
  background: var(--color3);
}
.bgcolor4 {
  background: var(--color4);
}
.bgcolor5 {
  background: var(--color5);
}
.bgblack {
  background: #1f1f1f;
}
.bgblack-02 {
  background: var(--black-09);
}
.opacity-0 {
  opacity: 0;
}

/* ---------------- */
.navbar-brand {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active > .nothover {
  color: var(--white) !important;
}
.footer-text a {
  /* color: var(--white-05); */
  color: var(--white-05);
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.footer-text li a:hover {
  color: var(--color1) !important;
  opacity: 1;
}
.margin-efect a:hover {
  margin-left: 4px;
  /* text-decoration: underline 1px var(--color1); */
}
.social-icons > li {
  padding: 0 4px;
}

/* Btn ----------- */

.btn-principal {
  align-items: center;
  background-clip: padding-box;
  background-color: var(--color2);
  border: 1px solid var(--color2);
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  /* margin: 0; */
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 300ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.btn-principal:hover {
  background-color: #1B4740;
  color: var(--white);
  border: 1px solid var(--color2);
}
.btn-2 {
  align-items: center;
  background-clip: padding-box;
  color: var(--white);
  border: 2px solid var(--white);
  background-color: transparent;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.btn-2:hover {  
  color: var(--white);
  background-color: var(--color2);
  border: 2px solid var(--color2);
  font-weight: 600;
}
.btn-3 {
  align-items: center;
  background-clip: padding-box;
  background-color: #3EBD4E;
  border: 1px solid #3EBD4E;  
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  /* margin: 0; */
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 300ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.btn-3:hover {
  background-color: #31953f;
  color: var(--white);
  border: 1px solid #3EBD4E;
}
.btn-cabecalho {
  align-items: center;
  background-clip: padding-box;
  color: var(--white);
  border: 1px solid var(--white);
  background-color: transparent;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.btn-cabecalho:hover {  
  color: var(--color1);
  border: 1px solid var(--color1);
  background-color: #557662;
  opacity: 1;
}
.btn-header-cotacao a {
 color:var(--white)!important;
}
 .btn-header-cotacao li:hover {
  color:var(--color1)!important;
 }
.padding-semente {
  padding-top: 80px;
  padding-bottom: 60px;
}
.img-contato {
  max-width: 35px;
  max-height: 35px;
  margin-bottom: 15px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: all !important;
  opacity: 1 !important;
}
.btn-link:hover {
  color: var(--color1);
  opacity: 0.7;
}
@media (max-width: 600px) {
  .cover-background {
    background-position: 18% !important;
  }
}

.page-item {
  padding: 2px !important;
  width: 40px !important;
  text-align: center;
}

.page-link {
  background-color: var(--color1) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2px !important;
}
.home {
  background: #4b4b4b;
  height: 70vh;
}
.endereco-footer {
  line-height: 25px !important;
}
.contato-numero {
  margin-bottom: -10px;
}

/* Timeline */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 4px;
}
.card-body {
  flex: 1 1 auto;
  padding: 2.8rem 2rem;
}
.card-body h6 {
  position: relative;
}
.card-body p {
  line-height: 25px;
}
.card-body li {
  color: var(--color1);
  list-style-type: square;
  margin-left: 16px;
  line-height: 20px;
  margin-bottom: 14px;
}
.card-body ul li span {
  color: #929292;
}
.card-img {
  position: relative;
}
.card-img span {
  position: absolute;
  bottom: -20px;
  left: 25px;
  font-family: "Faktum-500", sans-serif;
  background-color: var(--color1);
  color: var(--white);
  padding: 4px 20px;
  border-radius: 2px;
}
.main-timeline-2 {
  position: relative;
}
.main-timeline-2::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  background-color: var(--color1);
  top: -100px;
  bottom: -100px;
  /* top: 0;
  bottom: 0; */
  left: 50%;
  margin-left: -3px;
}

.timeline-2 {
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-2::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -9px;
  background-color: var(--color1);
  top: 18px;
  border-radius: 10%;
  z-index: 1;
}

.left-2 {
  padding: 0px 40px 40px 0px;
  left: 0;
}

.right-2 {
  padding: 0px 0px 40px 40px;
  left: 50%;
}
.left-2::before {
  content: " ";
  position: absolute;
  top: 26px;
  z-index: 1;
  right: -4px;
  border: medium solid var(--color1);
  border-width: 0.35rem 40px 0 0.35rem;
  /* border-color: transparent transparent transparent var(--color1); */
}
.right-2::before {
  content: " ";
  position: absolute;
  top: 25px;
  z-index: 1;
  left: -4px;
  border: medium solid var(--color1);
  border-width: 0.15rem 45px 0.15rem 0;
  /* border-color: transparent var(--color1) transparent transparent; */
}

/* .left-2::before {
  content: " ";
  position: absolute;
  top: 14px;
  z-index: 1;
  right: 25px;
  border: medium solid var(--color1);
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent var(--color1);
} */

/* .right-2::before {
  content: " ";
  position: absolute;
  top: 14px;
  z-index: 1;
  left: 26px;
  border: medium solid var(--color1);
  border-width: 15px 15px 15px 0;
  border-color: transparent var(--color1) transparent transparent;
} */

.right-2::after {
  left: -11px;
  top: 18px;
}
div.left-2:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .card-body p {
    line-height: 20px;
  }

  .card-body li {
    line-height: 16px;
  }

  .main-timeline-2::after {
    left: 31px;
  }

  .timeline-2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-2::before {
    left: 27px;
    top: 15px;
    border: medium solid var(--color1);
    border-width: 0.35rem 40px 0 0.35rem;
    /* border-color: transparent var(--color1) transparent transparent; */
  }

  .left-2::after,
  .right-2::after {
    left: 18px;
  }

  .left-2::before {
    right: auto;
  }

  .right-2 {
    left: 0%;
  }
  .timeline-2::after {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .card-body {
    flex: 1 1 auto;
    padding: 2.8rem 2rem;
  }
  .card-img span {
    left: 20px;
    padding: 2px 14px;
  }
  .title-medium {
    font-size: 50px !important;
  }
}
.bottom-minus--220px {
  bottom: -220px;
}
.video-icon i {
  font-size: 24px;
  color: var(--white);
}
.border-6px-radius {
  border-radius: 6px !important;
}
.feature-box-content p {
  font-size: 14px;
  line-height: 25px;
}
.bg-colors {
  background: linear-gradient(
    180deg,
    rgba(42, 42, 42, 1) 0%,
    rgba(48, 48, 48, 1) 100%
  );
}
.text-underline {
  text-decoration: underline;
}
.blog-post a:last-child {
  text-decoration: underline;
}
.text-underline a:hover {
  text-decoration: underline;
}
.list-harmonizar li {
  list-style: none;
}
.list-harmonizar span {
  /* position: relative; */
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 0.5px;
  /* top: -5px; */
}
@media (max-width: 600px) {
  .absolute-middle-center {
    left: 50% !important;
  }
  .slider-navigation-style-07.swiper-button-next.light,
  .slider-navigation-style-07.swiper-button-prev.light {
    background-color: #fff;
    color: #232323;
  }
  .slider-navigation-style-07.swiper-button-next.light:hover,
  .slider-navigation-style-07.swiper-button-prev.light:hover {
    /* background-color: #232323; */
    background-color: var(--white);
    color: #232323;
  }
}
.termos {
  font-size: 11px !important;
  line-height: 1.6;
  margin-top: 10px;
}
.footer-p p {
  line-height: 1.8;
}
.link-form a:hover {
  color: var(--color2);
  opacity: 1;
}
.btn.btn-link.thin:hover {
  opacity: 0.6 !important;
  color: var(--color2);
}
.copyright a:hover,
.termos a:hover {
  color: var(--white);
}
.blog-post a:hover {
  opacity: 0.6;
}
.post-details {
  border: 1px solid #f1f1f1;
  border-radius: 0 0 5px 5px;
}
select {
  background-image: url(../img/icons/down-arrow.svg);
  background-position: right 19px center;
  background-repeat: no-repeat;
  background-size: 7px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  fill: #929292;
}
.title-option {
  color: var(--color2);
  font-weight: 600;
  margin: 25px 0;
  padding: 25px 0;
}
.roboto-condensed {
  font-family: "Roboto Condensed";
}
@media (max-width: 600px) {
  .line-height-70px {
  line-height: 50px;
  }
}
.megamenu-para-voce .content-para-voce {
  display: none;
}

.megamenu-para-voce .active-content {
  display: block;
}

.megamenu-para-voce img {
  max-width: 50px;
  margin-bottom: 10px;
}

.megamenu-para-voce .title {
  font-weight: bold;
  margin-top: 10px;
}

.megamenu-para-voce .description {
  color: #666;
}

.p-menu{
  padding: 2px;
  display: flex;
  color: var(--color3);
}

.btn-menu {
  align-items: center;
  background-clip: padding-box;
  background-color: var(--color2);
  border: 1px solid var(--color2);
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: white !important;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  /* margin: 0; */
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 300ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.btn-menu:hover {
  background-color: #1B4740;
  color: var(--white);
  border: 1px solid var(--color2);
}


/*Estilizacao Banners Menu Para Voce*/
.menu-banner-image img {
  transition: none;
  opacity: 1;
  transform: none;
}

/* Remover as classes de animação */
.fade-out, .fade-in, .zoom {
}

.li-hover-show {
  position: relative;
}

.hover-text {
  display: none;
  background: white;
  padding: 10px;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 107px;
  top: 100%;
  z-index: 10;
  width: 200px; 
}

.li-hover-show:hover .hover-text {
  display: block;
}

.nav-tabs > li.nav-item > a.nav-link.active,
.nav-tabs > li.nav-item > a.nav-link.active:hover,
.nav-tabs > li.nav-item > a.nav-link:hover {
  background: transparent;
  border-color: var(--color2);
  color: var(--color2);
  cursor: pointer;
}

.text-extra-dark-gray,
.btn-link.text-extra-dark-gray,
a.text-extra-dark-gray-hover:hover {
  color: var(--color2);
}

.rounded-corner-img {
  border-radius: 6px; /* Aplica bordas arredondadas de 6px */
}

/*Botoes Mobile*/
.btn-cabecalho1 {
  align-items: center;
  background-clip: padding-box;
  color: var(--color1);
  border: 1px solid var(--white);
  background-color: transparent;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

/* Manter consistência da cor do texto em diferentes estados */
.btn-cabecalho1:focus,
.btn-cabecalho1:hover,
.btn-cabecalho1:active {
  color: var(--color1);
  border-color: var(--white);
  outline: none;
}

/*Cta home*/
.feature-box {
  background-color: rgba(255, 255, 255, 0.9); /* Fundo semi-transparente para permitir que a imagem de fundo apareça suavemente */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-box:hover {
  transform: scale(1.05); 
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.feature-box svg {
  fill: none;
  stroke: #005b4d;
  margin-bottom: 15px;
}

.feature-box-content span {
  color: #2d3433;
  font-weight: 600;
}

.feature-box-content p {
  color: #2d3433;
  margin-bottom: 10px;
}

.btn-link {
  color: #2d3433;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}

.btn-link:hover {
  border-bottom: 1px solid var(--color1);
  color: var(--color1);
}

.bg-light-gray {
  background-color: #f5f5f5;
}

.new-gradient-class { /* Novo nome da classe */
  background-image: linear-gradient(to right top, #f5c696, #00594a, #2d3433);
}

.new-text-gradient { /* Novo nome para a classe */
  background: linear-gradient(to right, #f5c696, #00594a, #2d3433);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  text-fill-color: transparent;
}

/*Header*/
header [class^="container-"] [class^="col-"],
header [class^="container-"] [class*=" col-"] {
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
}

/*gradiente banner*/
.bg-gradient-blue-to-black-transparent {
  background: linear-gradient(60deg, rgb(36, 54, 71) 0%, rgba(0, 0, 0, 0) 100%);
}

/*botão banner*/
.btn-gradient-blue {
  background: linear-gradient(326deg, rgba(102, 153, 204, 1) 0%, rgba(102, 153, 204, 0.8) 54%);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none; /* Ensures no border interferes */
  padding: 10px 20px; /* Adjusts padding for aesthetic */  
  cursor: pointer; /* Changes cursor to pointer on hover */
}
.btn-gradient-blue:hover {
  background-position: right center;  
  color: var(--color3);
  border-radius: 4px;
}
.bg-tag-service {
  background-color: var(--color1);
}

.text-gradient-blue-to-black {
  background: linear-gradient(to right, #0f4b73, #7b5339);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient-blue-to-black {
  color: linear-gradient(to right, rgba(102, 153, 204, 0.8), rgba(0, 0, 0, 0.8));
}

.text-blue{
  color: #6699cc;
}

/* text color, link color and link hover color */
.text-blue,
.btn-link.text-blue,
a.text-blue-hover:hover {
  color: var(--color1);
}

.bg-gradient-blue-to-black {
  background-image: linear-gradient(to right top,rgba(102, 153, 204, 0.8), rgba(0, 0, 0, 0.8));
}

.post-details {
  border: 0px solid #f1f1f1 !important;
  border-radius: 0 0 5px 5px;
}

.blog-post a:last-child {
  text-decoration: none !important;
}


/*Botãos home*/
.floating-buttons {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.button:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
}

.button:hover::after {
  content: attr(data-hover);
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  padding: 7px 12px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Gradientes personalizados para cada área */
.button:nth-child(1) {
  background: linear-gradient(135deg, #071631, #4169a6);
} /* Contabilidade */

.button:nth-child(2) {
  background: linear-gradient(135deg, #000000, #1b1b1b); 
} /* Advocacia */

.button:nth-child(3) {
  background: linear-gradient(135deg, #368539, #6fbf73); 
} /* Saúde */

.button i {
  color: #fff;
  font-size: 24px;
}


/* Classes de Cores para o Tema de Contabilidade */
/* Novo botão com gradiente para o tema de Contabilidade */
.btn-gradient-contabilidade {
  background: #0b2c69;
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.btn-gradient-contabilidade:hover {
  background-position: right center;
  color: black;
  border-radius: 4px;
}

/* Nova classe para o link secundário com hover de contabilidade */
.text-link-contabilidade {
  color: #fff; /* Cor inicial branca, mantendo o visual atual */
  transition: all 0.3s ease; /* Transição suave para o hover */
}

.text-link-contabilidade:hover {
  opacity: 0.6 !important; /* Opacidade conforme solicitado */
  color: #ffffff !important; /* Cor4 - o azul mais escuro do tema */
}

/*Menu*/
.navbar .navbar-nav .nav-link {
    color: var(--color2)!important;
}
.navbar.navbar-light .header-search-icon > a, .navbar.navbar-light .header-social-icon > a, .navbar.navbar-light .header-cart-icon > a, .navbar.navbar-light .header-language > a, .top-bar.navbar-dark, .top-bar.navbar-dark .header-search-icon > a, .top-bar.navbar-dark .header-social-icon > a, .top-bar.navbar-dark .header-cart-icon > a, .top-bar.navbar-dark .header-language > a, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn {    
    color: var(--color2)!important;
}

/* Para garantir que os blocos de Missão, Visão, Valores (ou Contato) tenham a mesma altura */
.feature-box {
    height: 100%; 
    display: flex; 
    flex-direction: row; 
    align-items: flex-start; 
}

.feature-box-content {
    display: flex; 
    flex-direction: column; 
    flex-grow: 1; 
}

.feature-box-content p {
    flex-grow: 1;  
}

/*Logo Menu maior*/

/* Estilos para a logo maior, aplicados APENAS em telas de desktop (a partir de 992px de largura) */
@media (min-width: 992px) {
    .default-logo.geoblu-logo-large,
    .alt-logo.geoblu-logo-large {
        max-height: 60px !important; /* Ajuste este valor para o tamanho desejado no desktop */
        width: auto !important;      /* Mantém a proporção da imagem */
    }

    /* Ajuste o padding do navbar-brand para acomodar a logo maior no desktop */
    .navbar-brand {
        padding-top: 15px !important;    /* Aumenta o espaço superior */
        padding-bottom: 15px !important; /* Aumenta o espaço inferior */
        /* Se houver uma altura fixa no .navbar-brand, ajuste-a aqui também, ex: */
        /* height: 100px !important; */
    }
}

/* Para garantir que a mobile-logo não seja afetada, ela usará os estilos padrão do tema.
   Se você precisar definir um tamanho específico para a mobile-logo, faça-o fora desta media query
   ou em uma media query para telas menores, sem o !important, a menos que seja estritamente necessário.
   Exemplo (se o tema não estiver definindo bem):
   .mobile-logo {
       max-height: 40px; // Exemplo de tamanho para mobile
       width: auto;
   }
*/