@charset "UTF-8";
.vantagens-barra-v2 {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  margin-top: -64px;
}
.vantagens-barra-v2 .container {
  background: none !important;
  max-width: 1600px !important;
}
.vantagens-barra-v2 .container .vantagens {
  display: flex;
  justify-content: space-around;
  padding: 16px 32px;
  border-radius: 32px;
  background-color: hsl(240, 100%, 73%);
  background-image: radial-gradient(at 89% 3%, hsl(262, 93%, 61%) 0px, transparent 50%), radial-gradient(at 83% 19%, hsl(225, 93%, 61%) 0px, transparent 50%), radial-gradient(at 30% 26%, hsl(268, 93%, 61%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(233, 64%, 56%) 0px, transparent 50%) !important;
  background-size: 200% 300%;
}
@media (max-width: 764px) {
  .vantagens-barra-v2 .container .vantagens {
    flex-wrap: wrap;
  }
}
.vantagens-barra-v2 .vantagens-item {
  display: flex;
  align-items: center;
}
.vantagens-barra-v2 .vantagens-item .vantagens-icon {
  padding: 6px;
}
.vantagens-barra-v2 .vantagens-item .vantagens-icon svg {
  width: 28px;
  height: 28px;
  transform: scale(1.2) rotate(-3deg);
  transform-origin: center right;
}
.vantagens-barra-v2 .vantagens-item .vantagens-icon svg * {
  stroke: white;
}
.vantagens-barra-v2 .vantagens-item .vantagens-texto h6 {
  font-size: 20px;
  color: white;
}

.card-produto .thumb-area .badges .badge-produto {
  background: #784FF5;
}

.section-title-v2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.v2-home-section__header {
  margin-bottom: 32px;
}

.v2-home-section__header .section-title-v2 {
  margin-bottom: 8px;
}

.v2-home-section__subtitle {
  max-width: 720px;
}

.v2-home-section__subtitle p {
  margin: 0;
}

@media (min-width: 1024px) {
  .vantagens-barra-v2 .container {
    padding: 0 !important;
  }
}
.home-logos-v2 .section-title-v2 {
  margin-bottom: 24px !important;
  text-align: center;
}
.home-logos-v2 .home-logos-v2__gallery {
  width: calc(100% + 30px);
  margin-left: -15px;
  border-radius: 32px;
}

.v2-home-mais-procurados {
  padding-bottom: 64px;
}

.v2-home-ambientes__slider {
  padding: 32px;
  overflow: hidden;
  border-radius: 32px 0 32px 32px;
  width: 100%;
  flex-grow: 1;
}

.v2-home-ambientes__wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: -64px;
}
@media (max-width: 764px) {
  .v2-home-ambientes__wrapper {
    margin-top: 0;
  }
  .v2-home-ambientes__wrapper .v2-home-ambientes__navigation {
    display: none !important;
  }
  .v2-home-ambientes__wrapper .v2-home-ambientes__slider {
    border-radius: 32px;
  }
}

.v2-home-ambientes__navigation {
  padding: 24px 24px 0;
  border-radius: 32px 32px 0 0;
}

.v2-home-orientacao {
  padding-top: 32px;
  padding-bottom: 96px;
}
.v2-home-orientacao .row {
  align-items: end;
}
.v2-home-orientacao .v2-home-orientacao__links {
  gap: 24px;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box {
  border: none !important;
  background: rgba(255, 255, 255, 0.1);
  padding: 32px 24px;
  border-radius: 32px;
  display: flex;
  font-family: "Manrope";
  outline: none !important;
  gap: 16px;
  text-align: left;
  align-items: center;
  border: 1px solid transparent !important;
  transition: 0.27s ease;
  cursor: pointer;
  max-width: 500px;
  position: relative;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box .v2-home-orientacao__box-number {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010101;
  font-size: 16px;
  font-weight: bold;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box .v2-home-orientacao__box-content {
  flex-grow: 1;
  color: white !important;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box .v2-home-orientacao__box-content strong {
  font-size: 18px;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box .v2-home-orientacao__box-content span {
  font-size: 16px;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box .v2-home-orientacao__box-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  line-height: 1;
  width: 60px;
  height: 40px;
  border-radius: 32px;
  transition: 0.27s ease;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box .v2-home-orientacao__box-arrow svg {
  width: 32px;
  height: auto;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box .v2-home-orientacao__box-arrow svg path {
  transition: 0.27s ease;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box:hover {
  background: rgba(255, 255, 255, 0.01);
  border-color: white !important;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box:hover .v2-home-orientacao__box-arrow {
  background: white;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box:hover .v2-home-orientacao__box-arrow svg path {
  stroke: #010101 !important;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box.v2-home-orientacao__chat-button {
  max-width: 98%;
}
.v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box.v2-home-orientacao__chat-button img {
  width: 171px !important;
  height: 228px !important;
  position: absolute;
  bottom: 0;
  right: 100px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.v2-home-switchers .v2-home-switchers__carousel {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 32px 0 0 32px;
  backdrop-filter: blur(3px);
}
@media (max-width: 749px) {
  .v2-home-switchers .v2-home-switchers__carousel {
    background: none;
    border-radius: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    position: relative !important;
    transform: translatex(-50%) !important;
    padding: 0 !important;
  }
}
.v2-home-switchers .v2-home-switchers__carousel .v2-home-switchers__swiper {
  padding: 64px 48px;
}
@media (max-width: 749px) {
  .v2-home-switchers .v2-home-switchers__carousel .v2-home-switchers__swiper {
    padding: 16px;
  }
}
@media (max-width: 749px) {
  .v2-home-switchers .v2-home-switchers__navigation {
    position: initial;
    margin: 0 auto;
    justify-content: center;
  }
}

.v2-home-ptz {
  position: relative;
}
.v2-home-ptz .container {
  position: relative;
  z-index: 2;
}
.v2-home-ptz .v2-home-ptz__header {
  margin-bottom: 32px;
}
.v2-home-ptz .v2-home-ptz__content {
  padding-top: 96px;
  padding-bottom: 96px;
}
.v2-home-ptz .v2-home-ptz__media {
  position: relative;
}
.v2-home-ptz .v2-home-ptz__media .v2-home-ptz__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 650px !important;
  max-width: unset !important;
  height: 100%;
  pointer-events: none !important;
  user-select: none !important;
}
.v2-home-ptz .v2-home-ptz__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 100%;
  mask-image: linear-gradient(0deg, white 50%, transparent);
  opacity: 0.6;
}

.v2-home-cases {
  background: #010101;
  padding-top: 96px;
  padding-bottom: 96px;
}
.v2-home-cases .v2-home-cases__grid .v2-home-cases__card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 32px;
}
.v2-home-cases .v2-home-cases__grid .v2-home-cases__card .v2-home-cases__image {
  border-radius: 32px 0 0 32px;
  height: 280px !important;
}
.v2-home-cases .v2-home-cases__grid .v2-home-cases__card h3 {
  font-size: 24px;
  margin: 0;
}
.v2-home-cases .v2-home-cases__grid .v2-home-cases__card p {
  font-size: 16px;
}
.v2-home-cases .v2-home-cases__grid .v2-home-cases__card .v2-home-cases__link {
  font-weight: bold;
  text-decoration: underline;
}
.v2-home-cases .v2-home-cases__grid .v2-home-cases__text-card h3 {
  font-size: 32px;
}
.v2-home-cases .v2-home-cases__grid .v2-home-cases__video-card iframe {
  aspect-ratio: 16/9;
}

.v2-home-cables {
  padding-top: 96px;
  padding-bottom: 96px;
}
.v2-home-cables .container {
  border-radius: 32px;
  overflow: hidden;
  padding: 32px 0;
  position: relative;
}
.v2-home-cables .container .v2-home-cables__background-video {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  mask-image: linear-gradient(65deg, transparent 40%, white 90%);
}
.v2-home-cables .container .row {
  position: relative;
  z-index: 2;
}
.v2-home-cables .container .v2-home-cables__content {
  padding: 32px 64px;
}
.v2-home-cables .container .v2-home-cables__products {
  max-width: 800px;
}
.v2-home-cables .container .v2-home-cables__media {
  padding: 0 !important;
  position: relative;
}
.v2-home-cables .container .v2-home-cables__media .v2-home-cables__image {
  position: relative;
  margin-top: -150px;
  height: auto !important;
  width: 100% !important;
}

/* ==========================================================
 * Ajustes responsivos V2
 * Camada de overrides: manter no final deste arquivo.
 * ========================================================== */
@media (max-width: 991px) {
  .v2-home-ptz .v2-home-ptz__media {
    min-height: 0;
  }
  .v2-home-ptz .v2-home-ptz__media .v2-home-ptz__image {
    position: relative;
    inset: auto;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-top: -48px;
  }
  .v2-home-ptz .v2-home-ptz__content {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .v2-home-cables .container .v2-home-cables__media .v2-home-cables__image {
    margin-top: 0;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
@media (max-width: 749px) {
  .section-title-v2,
  .v2-home-ptz h2,
  .v2-home-cables h2,
  .v2-home-cases h2,
  .v2-home-orientacao h2,
  .v2-home-switchers h2 {
    font-size: 28px;
    line-height: 1.15;
  }
  .v2-home-section__header,
  .v2-home-mais-procurados__header,
  .v2-home-cables__header,
  .v2-home-cases__header {
    margin-bottom: 24px;
  }
  .vantagens-barra-v2 {
    margin-top: -32px;
  }
  .vantagens-barra-v2 .container {
    padding-inline: 12px;
  }
  .vantagens-barra-v2 .container .vantagens {
    gap: 8px 12px;
    padding: 14px 16px;
    border-radius: 20px;
    justify-content: flex-start;
  }
  .vantagens-barra-v2 .vantagens-item {
    min-width: 0;
    flex: 1 1 calc(50% - 12px);
  }
  .vantagens-barra-v2 .vantagens-item .vantagens-icon {
    flex: 0 0 auto;
    padding: 4px;
  }
  .vantagens-barra-v2 .vantagens-item .vantagens-icon svg {
    width: 22px;
    height: 22px;
  }
  .vantagens-barra-v2 .vantagens-item .vantagens-texto {
    min-width: 0;
  }
  .vantagens-barra-v2 .vantagens-item .vantagens-texto h6 {
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
  }
  .home-logos-v2 .section-title-v2 {
    margin-bottom: 16px !important;
  }
  .home-logos-v2 .home-logos-v2__gallery {
    border-radius: 20px;
  }
  .v2-home-mais-procurados {
    padding-bottom: 40px;
  }
  .v2-home-mais-procurados .v2-home-mais-procurados__grid {
    gap: 12px;
  }
  .v2-home-ambientes__slider {
    padding: 16px;
    border-radius: 20px !important;
  }
  .v2-home-ambientes .v2-home-ambientes__card {
    min-height: 260px;
  }
  .v2-home-orientacao {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .v2-home-orientacao .v2-home-orientacao__layout {
    row-gap: 24px;
  }
  .v2-home-orientacao .v2-home-orientacao__links {
    gap: 12px;
  }
  .v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box {
    width: 100%;
    max-width: 100%;
    padding: 18px 16px;
    gap: 10px;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box-content strong {
    font-size: 16px;
  }
  .v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box-content span {
    font-size: 14px;
  }
  .v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__box-arrow {
    width: 44px;
    height: 36px;
    flex: 0 0 44px;
  }
  .v2-home-orientacao .v2-home-orientacao__links .v2-home-orientacao__chat-button img {
    display: none;
  }
  .v2-home-orientacao .v2-home-orientacao__video {
    width: min(100%, 360px);
  }
  .v2-home-switchers .v2-home-switchers__content {
    position: relative;
    z-index: 2;
  }
  .v2-home-switchers .v2-home-switchers__carousel {
    margin-top: 24px;
    overflow: hidden;
  }
  .v2-home-switchers .v2-home-switchers__carousel .v2-home-switchers__swiper {
    padding: 16px 12px;
  }
  .v2-home-ptz .v2-home-ptz__media {
    margin-bottom: 0;
  }
  .v2-home-ptz .v2-home-ptz__content {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .v2-home-ptz .v2-home-ptz__header {
    gap: 16px;
    margin-bottom: 24px;
  }
  .v2-home-ptz .v2-home-ptz__products {
    gap: 16px;
  }
  .v2-home-ptz .v2-home-ptz__collection-button {
    width: fit-content;
  }
  .v2-home-ptz .v2-home-ptz__gradient {
    height: 240px;
  }
  .v2-home-cases {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .v2-home-cases .v2-home-cases__grid {
    gap: 16px;
  }
  .v2-home-cases .v2-home-cases__grid .v2-home-cases__card {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  .v2-home-cases .v2-home-cases__grid .v2-home-cases__card .v2-home-cases__image {
    width: 100%;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 16/9;
    border-radius: 20px 20px 0 0;
  }
  .v2-home-cases .v2-home-cases__content,
  .v2-home-cases .v2-home-cases__text-card {
    padding: 20px;
  }
  .v2-home-cases .v2-home-cases__magic-card {
    border-radius: 20px;
  }
  .v2-home-cases .v2-home-cases__video-card,
  .v2-home-cases .v2-home-cases__video-card iframe,
  .v2-home-cases .v2-home-cases__video-card .placeholder-svg {
    min-height: 0;
    aspect-ratio: 16/9;
  }
  .v2-home-cables {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .v2-home-cables .container {
    padding-block: 24px;
    border-radius: 20px;
  }
  .v2-home-cables .container .v2-home-cables__content {
    padding: 16px 20px 24px;
  }
  .v2-home-cables .v2-home-cables__products {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .v2-home-cables .container .v2-home-cables__media {
    margin-top: 24px;
    padding-inline: 12px !important;
  }
  .v2-home-cables .container .v2-home-cables__media .v2-home-cables__image {
    border-radius: 16px;
  }
  .v2-home-cables .container .v2-home-cables__background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
  }
}
@media (max-width: 764px) {
  .card-produto .thumb-area .badges {
    flex-wrap: wrap;
    gap: 2px;
    padding-left: 0px;
  }
  .card-produto .thumb-area .badges .badge-produto {
    font-size: 9px !important;
  }
  .card-produto .thumb-area .thumb {
    border-radius: 16px;
  }
  .v2-home-ambientes .container {
    overflow: initial !important;
  }
  .v2-home-ambientes__wrapper {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .v2-home-orientacao__links {
    margin-bottom: 8px !important;
  }
  .v2-home-orientacao__box .v2-home-orientacao__box-number {
    display: none !important;
  }
  .v2-home-orientacao__box .v2-home-orientacao__box-content strong {
    font-size: 15px !important;
  }
  .v2-home-orientacao__box .v2-home-orientacao__box-content span {
    font-size: 12px !important;
  }
  .v2-home-orientacao__box .v2-home-orientacao__box-arrow {
    height: 30px !important;
  }
  .v2-home-orientacao__box .v2-home-orientacao__box-arrow svg {
    width: 20px !important;
    height: auto !important;
  }
  .v2-home-section__subtitle p, .v2-home-switchers__text p, .v2-home-ptz__subtitle p, .v2-home-cases__subtitle p, .v2-home-cases__text-card p, .v2-home-cables__subtitle p {
    font-size: 15px !important;
  }
  .v2-home-cases__text-card h3 {
    font-size: 22px !important;
  }
  .v2-home-cases__video-card {
    min-height: unset !important;
  }
}
/* Switchers: full-bleed responsivo sem herdar a geometria absoluta do desktop. */
@media (max-width: 991px) {
  .v2-home-switchers .v2-home-switchers__carousel {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-top: 32px;
    padding: 0 !important;
    border-radius: 0;
    box-sizing: border-box;
    transform: translateX(-50%) !important;
    overflow: initial;
  }
  .v2-home-switchers__navigation {
    display: none !important;
  }
  .v2-home-switchers .v2-home-switchers__navigation {
    position: static;
    justify-content: flex-end;
    margin: 0;
    padding: 0 32px 16px;
  }
  .v2-home-switchers .v2-home-switchers__carousel .v2-home-switchers__swiper {
    width: 100%;
    max-width: 100%;
    padding: 24px 32px 32px;
    box-sizing: border-box;
  }
}
@media (max-width: 749px) {
  .v2-home-switchers .v2-home-switchers__carousel {
    margin-top: 24px;
  }
  .v2-home-switchers .v2-home-switchers__navigation {
    justify-content: center;
    padding: 0 16px 12px;
  }
  .v2-home-switchers .v2-home-switchers__carousel .v2-home-switchers__swiper {
    padding: 16px max(16px, env(safe-area-inset-right)) 24px max(16px, env(safe-area-inset-left));
  }
  .v2-home-ptz__collection-button {
    display: none;
  }
}
/* O wrapper da seção também precisa escapar de layouts/paddings contidos. */
@media (max-width: 991px) {
  .v2-home-switchers.container-fluid {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
  .v2-home-switchers > .container {
    width: 100%;
    max-width: 100%;
  }
}