@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --theme: #f5c400;
  --body: #0b0b0c;
  --header: #0b0b0c;
  --d7-font: "Montserrat", Arial, sans-serif;
}

body,
body p,
body a,
body span,
body li,
body small,
body strong,
body b,
body button,
body input,
body textarea,
body select,
body label {
  font-family: var(--d7-font) !important;
}

body h1,
body h2 {
  font-family: var(--d7-font) !important;
  font-weight: 900 !important;
  letter-spacing: -.012em;
}

body h3,
body h4,
body h5,
body h6 {
  font-family: var(--d7-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}

.d7-segment-nav {
  min-height: 42px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: #161719;
  border-bottom: 1px solid rgba(245, 196, 0, .35);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.d7-segment-nav .d7-segment-title {
  margin-right: 14px;
  color: rgba(255, 255, 255, .58);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
}

.d7-segment-nav a {
  min-height: 30px;
  padding: 5px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  transition: .25s ease;
}

.d7-segment-nav a.active {
  color: #0b0b0c;
  background: var(--theme);
}

.d7-segment-nav a:not(.active):hover {
  color: var(--theme);
  background: rgba(245, 196, 0, .08);
}

.d7-segment-nav small {
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .42);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@media (max-width: 767px) {
  .d7-segment-nav {
    justify-content: flex-start;
    padding: 6px 14px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .d7-segment-nav .d7-segment-title {
    display: none;
  }
}

/* Cabeçalho único e persistente para todos os segmentos do Grupo D7. */
@view-transition {
  navigation: auto;
}

.header-1,
.solar-header {
  display: none !important;
}

.d7-global-header {
  position: fixed;
  z-index: 9999;
  inset: 0 0 auto;
  height: 94px;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(7, 10, 14, .94);
  border-bottom: 1px solid rgba(245, 196, 0, .28);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  view-transition-name: d7-global-header;
}

.d7-global-inner {
  width: min(100% - 48px, 1440px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.d7-global-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.d7-global-logo img {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  object-fit: contain;
}

.d7-global-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(22px, 3vw, 50px);
}

.d7-global-nav a {
  position: relative;
  padding: 35px 0 31px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .25s ease;
}

.d7-global-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 2px;
  background: var(--theme);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}

.d7-global-nav a:hover,
.segment-consorcio .d7-segment-consorcio,
.segment-solar .d7-segment-solar {
  color: #fff;
}

.d7-global-nav a:hover::after,
.segment-consorcio .d7-segment-consorcio::after,
.segment-solar .d7-segment-solar::after {
  transform: scaleX(1);
}

.d7-global-segment {
  color: var(--theme) !important;
}

.d7-global-locked {
  position: relative;
  padding: 27px 0 23px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: not-allowed;
  user-select: none;
}

.d7-global-locked > i {
  color: rgba(245, 196, 0, .56);
  font-size: 10px;
}

.d7-global-locked small {
  position: absolute;
  right: 0;
  bottom: 12px;
  color: rgba(245, 196, 0, .55);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .1em;
}

.d7-label-short {
  display: none;
}

.d7-segment-consorcio {
  margin-left: 8px;
  padding-left: 30px !important;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.d7-global-nav .d7-global-instagram {
  width: 42px;
  height: 42px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: var(--theme) !important;
  font-size: 18px;
}

.d7-global-nav .d7-global-instagram::after {
  display: none;
}

.d7-global-nav .d7-global-instagram:hover {
  border-color: var(--theme);
  background: rgba(245, 196, 0, .08);
}

.d7-whatsapp-float {
  position: fixed;
  z-index: 9998;
  right: 26px;
  bottom: 26px;
  min-height: 58px;
  padding: 0 22px 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(245, 196, 0, .62);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(8, 10, 13, .96);
  box-shadow: 0 15px 38px rgba(0, 0, 0, .38);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.d7-whatsapp-float i {
  color: #25d366;
  font-size: 27px;
}

.d7-whatsapp-float:hover {
  transform: translateY(-4px);
  border-color: var(--theme);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .5), 0 0 0 4px rgba(245, 196, 0, .08);
}

html {
  scroll-padding-top: 112px;
}

.segment-consorcio .hero-section.hero-1 {
  padding-top: 165px !important;
}

.segment-solar .solar-hero {
  padding-top: 155px !important;
}

@media (max-width: 991px) {
  .d7-global-inner {
    width: min(100% - 28px, 1440px);
    gap: 18px;
  }

  .d7-global-nav {
    gap: 20px;
  }

  .d7-global-nav a {
    font-size: 11px;
  }

  .d7-global-locked {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .d7-global-header {
    height: 76px;
  }

  .d7-global-logo img {
    width: 54px;
    height: 54px;
  }

  .d7-global-secondary {
    display: none;
  }

  .d7-global-nav {
    flex: 1;
    justify-content: flex-end;
    gap: 13px;
  }

  .d7-global-nav a {
    padding: 29px 0 25px;
    font-size: 10px;
  }

  .d7-global-nav .d7-global-instagram {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .d7-global-nav a::after {
    bottom: 17px;
  }

  .d7-global-locked {
    padding: 23px 0 20px;
    gap: 5px;
    font-size: 9px;
  }

  .d7-global-locked small {
    bottom: 10px;
    font-size: 6px;
  }

  .d7-label-full {
    display: none;
  }

  .d7-label-short {
    display: inline;
  }

  .d7-segment-consorcio {
    margin-left: 0;
    padding-left: 0 !important;
    border-left: 0;
  }

  .d7-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    min-height: 56px;
    padding: 0;
    justify-content: center;
  }

  .d7-whatsapp-float span {
    display: none;
  }

  .segment-consorcio .hero-section.hero-1 {
    padding-top: 125px !important;
  }

  .segment-solar .solar-hero {
    padding-top: 125px !important;
  }
}

@media (max-width: 430px) {
  .d7-global-inner {
    width: calc(100% - 18px);
    gap: 8px;
  }

  .d7-global-logo img {
    width: 48px;
    height: 48px;
  }

  .d7-global-nav {
    gap: 9px;
  }

  .d7-global-nav a,
  .d7-global-locked {
    font-size: 8px;
  }

  .d7-global-nav .d7-global-instagram {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

.hero-section.hero-1 {
  background:
    linear-gradient(rgba(7,9,12,.32), rgba(7,9,12,.32)),
    linear-gradient(90deg, #07090c 0%, #07090c 54%, rgba(7,9,12,.98) 58%, rgba(7,9,12,.82) 67%, rgba(7,9,12,.42) 80%, rgba(7,9,12,.30) 100%),
    url("../img/d7/hero-institucional-v2.png") center top / cover no-repeat;
  background-color: #07090c;
  background-clip: border-box;
}

.hero-section .right-shape,
.hero-section .right-shape-2,
.hero-section .black-box {
  display: none !important;
}

.header-logo img,
.footer-logo img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 50%;
}

.right-shape img,
.right-shape-2 img,
.line1 {
  filter: hue-rotate(-42deg) saturate(1.25);
}

.hero-content h1 {
  max-width: 920px;
  margin-bottom: 0;
  font-size: clamp(56px, 7.2vw, 112px);
  line-height: .92;
}

.hero-content h1 > span:not(.dot-shape) {
  color: var(--theme);
}

.d7-hero-kicker {
  margin-bottom: 22px;
  color: var(--theme) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.d7-hero-lead {
  max-width: 610px;
  margin: 32px 0 34px;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 17px !important;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none !important;
}

.d7-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.d7-hero-actions .theme-btn {
  margin: 0;
}

.d7-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.d7-hero-secondary i {
  color: var(--theme);
  transition: transform .25s ease;
}

.d7-hero-secondary:hover i {
  transform: translateX(5px);
}

.hero-content .d7-pillars .counter-item h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.hero-content .d7-pillars .counter-item p {
  max-width: 220px;
}

.hero-content .sub-text {
  color: var(--theme) !important;
  letter-spacing: .12em;
}

.about-section .superhero-image {
  max-width: 440px;
  margin-inline: auto;
}

.about-wrapper .superhero-image::before {
  display: none !important;
}

.about-wrapper .superhero-image img {
  padding-left: 0 !important;
}

.about-section .d7-campaign-rotator {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 2000 / 3556;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid var(--theme);
  background: transparent;
  box-shadow: 0 0 0 1px rgba(245,196,0,.12);
}

.about-section .d7-campaign {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  animation: d7CampaignFade 12s infinite ease-in-out;
}

.about-section .d7-campaign-property {
  animation-delay: 6s;
}

.d7-slide-label {
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: 22px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(7,9,12,.88);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: 0;
  animation: d7CampaignFade 12s infinite ease-in-out;
}

.d7-label-property {
  animation-delay: 6s;
}

@keyframes d7CampaignFade {
  0%, 42% { opacity: 1; }
  50%, 92% { opacity: 0; }
  100% { opacity: 1; }
}

.about-section .eplay-text,
.about-section .game-controller-image {
  display: none;
}

.about-section > .left-shape {
  display: none !important;
}

.cta-contact-section .cta-image img {
  content: url("../img/d7/logo-grupo-d7.png");
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.cta-contact-section .cta-wrapper {
  display: grid;
  grid-template-columns: minmax(270px,.9fr) 120px minmax(520px,1.35fr);
  gap: 38px;
  padding: 34px 50px;
}

.cta-contact-section .cta-wrapper .cta-image {
  position: static;
  display: grid;
  place-items: center;
}

.cta-contact-section .cta-wrapper .contact-right {
  justify-content: flex-end;
  gap: 34px;
}

.cta-contact-section .cta-wrapper .contact-info {
  max-width: 390px;
  padding-right: 34px;
}

.cta-contact-section .cta-wrapper .contact-info h3 {
  margin-bottom: 5px;
}

.cta-contact-section .cta-wrapper .contact-info p {
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 1199px) {
  .cta-contact-section .cta-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-contact-section .cta-wrapper .cta-image { display: grid; }
  .cta-contact-section .cta-wrapper .contact-right { justify-content: center; }
}

/* Remove os controles e setas animadas sem interferir nas animações das seções. */
.mouseCursor,
#gt-back-top,
.hero-section .dot-shape,
.hero-section .video-wrap,
.hero-section .hero-image,
.game-arrow-button,
.array-button,
.view-btn {
  display: none !important;
}

/* Mantém a composição do template, trocando imagens ligadas a games pela marca D7. */
.superhero-feature-box img,
.team-box-items .thumb > img,
.testimonial-section .client-thumb > img,
.brand-section .brand-image img,
.marque-section .text-slider img {
  content: url("../img/d7/logo-grupo-d7.png");
  object-fit: contain;
}

/* A arte lateral original do menu Pubzi ficava absoluta e, em telas largas,
   escapava do menu cobrindo o banner. O menu continua funcionando sem ela. */
.style-offcanvas-2 .offcanvas-image,
.offcanvas__info .offcanvas-image {
  display: none !important;
}

/* Ícones do cabeçalho na cor institucional do Grupo D7. */
.header-1 .bar-icon .search-toggler img,
.header-1 .bar-icon .sidebar__toggle img {
  filter: hue-rotate(-27deg) saturate(1.2) brightness(.96);
}

.header-1 .bar-icon .search-toggler:hover,
.header-1 .bar-icon .sidebar__toggle:hover {
  border-color: rgba(245, 196, 0, .7);
  background-color: rgba(245, 196, 0, .08);
}

.game-feature-box-2 {
  height: 258px;
  padding: 28px;
  display: grid;
  place-items: center;
  background: #1c1d20;
  border: 1px solid rgba(255,255,255,.2);
}

.game-feature-box-2 img {
  content: url("../img/d7/logo-grupo-d7.png");
  display: block;
  width: 150px;
  height: 150px;
  max-width: 65%;
  object-fit: contain;
  border-radius: 50%;
}

.superhero-feature-box {
  height: 258px;
  padding: 28px !important;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-image: none !important;
  background-color: #1c1d20 !important;
  border: 1px solid rgba(255,255,255,.2);
}

.superhero-feature-box img {
  content: url("../img/d7/logo-grupo-d7.png");
  display: block;
  width: 150px;
  height: 150px;
  max-width: 65%;
  object-fit: contain;
  border-radius: 50%;
}

.news-box-items .thumb img {
  content: url("../img/d7/consorcio-veiculos.jpg");
  object-fit: cover;
  object-position: center 34%;
}

.news-section .row > div:nth-child(even) .thumb img {
  content: url("../img/d7/consorcio-imoveis.jpg");
  object-position: center 38%;
}

.game-wrapper .game-image-items::before {
  background: linear-gradient(180deg, rgba(245,196,0,0) 40%, #f5c400 100%) !important;
}

.game-wrapper .game-slider {
  width: 100%;
  margin-left: 0 !important;
  max-width: 1060px;
  margin-right: auto;
  margin-inline: auto !important;
}

.game-wrapper .game-slider-wrapper {
  display: flex;
  justify-content: center;
}

.game-wrapper .game-image-items > img {
  filter: none !important;
}

.game-image-items .icon,
.game-image-items .icon-2,
.game-feature-box-items .icon,
.about-section .radius-shape1,
.about-section .radius-shape2,
.about-section .middle-shape,
.team-section > .radius-shape,
.testimonial-section > .radius-shapee,
.game-wrapper .radius-shape,
.game-wrapper .top-image,
.marque-section .gradient-shape {
  display: none !important;
}

/* A antiga grade gamer passa a apresentar somente as quatro etapas úteis. */
.game-feature-section .px-exclusive-wrap > div:nth-child(3),
.game-feature-section .px-exclusive-wrap > div:nth-child(5),
.game-feature-section .px-exclusive-wrap > div:nth-child(6),
.game-feature-section .px-exclusive-wrap > div:nth-child(7) {
  display: none !important;
}

.game-feature-section .game-feature-box-items {
  width: 100%;
  height: 258px;
  min-height: 258px;
  margin-top: 30px;
  padding: 30px 24px !important;
  display: grid;
  place-items: center;
  box-sizing: border-box;
}

.game-feature-section .game-feature-box-items h4 {
  min-height: 84px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-feature-section .game-feature-box-items h4 a {
  display: block;
}

/* Estas áreas continuam no HTML original, mas ficam ocultas até receberem
   conteúdo real do Grupo D7; assim nenhum material gamer aparece na página. */
.team-section,
.testimonial-section,
.news-section,
.brand-section {
  display: none !important;
}

#mobile-menus > ul > li:nth-child(4) > .submenu,
#mobile-menus > ul > li:nth-child(5) > .submenu,
.footer-widget-wrapper {
  display: none !important;
}

.video-play-banner {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(245, 196, 0, .55);
  background: url("../img/d7/hero-institucional-v2.png") center 46% / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
}

.video-play-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 10, 14, .72), rgba(7, 10, 14, .22) 55%, rgba(7, 10, 14, .58));
}

.video-play-banner video {
  display: none !important;
}

@media (max-width: 767px) {
  .video-play-banner {
    min-height: 320px;
    background-position: 58% center;
  }
}

.testimonial-section,
.footer-section {
  background-image: none !important;
  background-color: #0b0b0c !important;
}

.footer-logo img {
  content: url("../img/d7/logo-grupo-d7.png");
}

.download-app .download-btn .theme-btn > svg {
  display: none !important;
}

.download-app .d7-choice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  font-size: 17px;
  color: #0b0b0c;
}

@media (max-width: 767px) {
  .header-logo img { width: 58px; height: 58px; }
  .hero-content h1 { font-size: 42px; }
  .d7-hero-lead { font-size: 16px !important; }
  .d7-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
}

/* Reduz apenas o tamanho das letras do título do Consórcio. */
.segment-consorcio .hero-section.hero-1 .hero-content h1 {
  max-width: 920px;
  font-size: clamp(44px, 5vw, 78px) !important;
  line-height: 1.02;
}

@media (max-width: 767px) {
  .segment-consorcio .hero-section.hero-1 .hero-content h1 {
    font-size: 34px !important;
  }
}

/* Topo global organizado: navegação geral separada da escolha de segmentos. */
.d7-global-nav{gap:22px}
.d7-global-pages{display:flex;align-items:center;gap:24px}
.d7-global-nav a::after{display:none}
.d7-global-pages .d7-global-secondary{padding:12px 0;color:rgba(255,255,255,.72);font-size:12px}
.d7-global-pages .d7-global-secondary:hover{color:#fff}
.d7-segment-switch{min-height:54px;padding:5px;display:flex;align-items:center;gap:4px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.035)}
.d7-switch-title{padding:0 13px;color:rgba(255,255,255,.48);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}
.d7-segment-switch .d7-global-segment{margin:0;padding:13px 16px!important;border:0;border-radius:999px;color:rgba(255,255,255,.82)!important;font-size:11px;line-height:1;text-transform:uppercase}
.segment-consorcio .d7-segment-switch .d7-segment-consorcio,
.segment-solar .d7-segment-switch .d7-segment-solar{color:#0b0b0c!important;background:#f5c400;box-shadow:0 7px 20px rgba(245,196,0,.16)}
.d7-segment-switch .d7-global-segment:not(.d7-segment-consorcio):not(.d7-segment-solar),
.d7-segment-switch .d7-global-segment:hover{color:#fff!important;background:rgba(255,255,255,.06)}
.segment-consorcio .d7-segment-switch .d7-segment-consorcio:hover,
.segment-solar .d7-segment-switch .d7-segment-solar:hover{color:#0b0b0c!important;background:#f5c400}
.d7-segment-switch .d7-global-locked{min-height:40px;padding:0 13px;gap:7px;border-left:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.38);font-size:10px}
.d7-segment-switch .d7-global-locked>i{font-size:9px}
.d7-segment-switch .d7-global-locked small{display:none}
.d7-global-nav .d7-global-instagram{flex:0 0 42px}
@media(max-width:1100px){.d7-switch-title{display:none}.d7-global-pages{gap:17px}.d7-global-nav{gap:15px}.d7-segment-switch .d7-global-segment{padding-inline:13px!important}}
@media(max-width:767px){.d7-global-pages{display:none}.d7-global-nav{gap:8px}.d7-segment-switch{min-height:44px;padding:4px}.d7-segment-switch .d7-global-segment{padding:11px 10px!important;font-size:9px}.d7-segment-switch .d7-global-locked{min-height:34px;padding:0 10px;font-size:9px}.d7-global-nav .d7-global-instagram{flex-basis:36px}}
@media(max-width:520px){.d7-global-inner{width:calc(100% - 16px);gap:8px}.d7-global-logo img{width:46px;height:46px}.d7-global-nav{min-width:0}.d7-segment-switch{min-width:0}.d7-segment-switch .d7-global-segment{padding-inline:8px!important;font-size:8px}.d7-segment-switch .d7-global-locked{width:34px;padding:0;justify-content:center;border-left:0}.d7-segment-switch .d7-global-locked .d7-label-full,.d7-segment-switch .d7-global-locked .d7-label-short{display:none}.d7-global-nav .d7-global-instagram{width:34px;height:34px;flex-basis:34px}}

/* As duas animações compartilham a borda inferior da imagem do Consórcio. */
.segment-consorcio .hero-section.hero-1>.line-slider,
.segment-consorcio .hero-section.hero-1>.line-slider2{position:absolute!important;z-index:6;right:0;bottom:0;left:0;height:2px;margin:0!important;line-height:0;background:transparent}
.segment-consorcio .hero-section.hero-1>.line-slider::before,
.segment-consorcio .hero-section.hero-1>.line-slider2::before{top:0;height:2px}
.segment-consorcio .hero-section.hero-1>.line-slider .swiper-wrapper,
.segment-consorcio .hero-section.hero-1>.line-slider2 .swiper-wrapper,
.segment-consorcio .hero-section.hero-1>.line-slider .swiper-slide,
.segment-consorcio .hero-section.hero-1>.line-slider2 .swiper-slide{height:2px;align-items:center}
.segment-consorcio .hero-section.hero-1>.line-slider .line1,
.segment-consorcio .hero-section.hero-1>.line-slider2 .line1{height:2px;display:block;background:linear-gradient(90deg,rgba(255,255,255,.08) 0%,#f5c400 50%,rgba(255,255,255,.08) 100%)}

/* Repõe a altura que a faixa animada ocupava antes de ser fixada na borda. */
.segment-consorcio .hero-section.hero-1{padding-bottom:100px!important}
@media(max-width:1399px){.segment-consorcio .hero-section.hero-1{padding-bottom:60px!important}}
