@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "Logirent";
  font-weight: 700;
  src: url("../font/Logirent-Bold.woff");
}
@font-face {
  font-family: "Logirent";
  font-weight: 400;
  src: url("../font/Logirent-Regular.woff");
}
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
h2,
h3,
blockquote,
pre,
a,
code,
em,
font,
img,
small,
strong,
b,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  border: 0;
  outline: 0;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

input,
button,
textarea,
select {
  font-family: "Montserrat", sans-serif;
  outline: none;
  border: 0;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

p {
  line-height: 140%;
}

img {
  max-width: 100%;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

section {
  overflow-x: hidden;
}

/* ============================================
   TOP BAR
   ============================================ */
.top-bar {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: 50px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  transition: transform 0.4s ease;
  background-color: #000;
}
.top-bar.scrolled {
  transform: translateY(-100%);
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .top-bar__link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: gap 0.3s ease;
}
.top-bar .top-bar__link:hover {
  gap: 6px;
  transition: gap 0.3s ease;
}
.top-bar .top-bar__arrow {
  width: 14px;
  height: 14px;
}
.top-bar .top-bar__socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.top-bar .top-bar__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.top-bar .top-bar__socials a:hover {
  transform: scale(1.15);
  opacity: 1;
}
.top-bar img {
  width: 20px;
  height: 20px;
}

/* ============================================
   ANIMATIONS / EFFECTS
   ============================================ */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-out;
  will-change: opacity;
}
.fade-in.in-view {
  opacity: 1;
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

/* ============================================
   SITE HEADER / NAVIGATION
   ============================================ */
.site-header {
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  height: 120px;
  display: flex;
  align-items: center;
  padding: 0;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s ease;
}
.site-header.scrolled {
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  height: 90px;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-header__logo img {
  height: 28px;
  width: auto;
}
.site-header .site-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header .site-header__nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 4px 0;
}
.site-header .site-header__nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #F9C214;
  transition: width 0.3s ease;
}
.site-header .site-header__nav a:hover {
  opacity: 1;
  color: #F9C214;
}
.site-header .site-header__nav a:hover::after {
  width: 100%;
}
.site-header .site-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F9C214;
  padding: 10px 0;
  border: none;
  transition: all 0.3s ease;
}
.site-header .site-header__cta:hover {
  opacity: 0.8;
}
.site-header .site-header__cta img {
  width: 14px;
  height: 14px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(66%) saturate(748%) hue-rotate(6deg) brightness(104%) contrast(101%);
}
.site-header .site-header__cta.nav-link {
  display: none;
}
.site-header {
  /* Hamburger Menu Toggle */
}
.site-header .site-header__menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 110;
}
.site-header .site-header__menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
.site-header .site-header__menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .site-header__menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.site-header .site-header__menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

body.no-scroll {
  overflow: hidden;
}

@media (max-width: 992px) {
  .site-header {
    height: 90px;
  }
  .site-header .site-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9215686275);
    flex-direction: column;
    justify-content: start;
    align-items: baseline;
    gap: 20px;
    transition: all 0.4s ease;
    z-index: 105;
    padding: 80px 30px 30px;
  }
  .site-header .site-header__nav.active {
    right: 0;
    display: flex;
  }
  .site-header .site-header__nav.active .site-header__cta.nav-link {
    display: block;
    color: #F9C214;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  .site-header .site-header__nav a {
    font-size: 20px;
  }
  .site-header .site-header__cta {
    display: none;
  }
  .site-header .site-header__menu-toggle {
    display: flex;
  }
}
/* ============================================
   HERO
   ============================================ */
.hero {
  background-image: url("../images/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-bottom: 80px;
  position: relative;
}
.hero::before {
  content: " ";
  background-image: url("../images/vetor1.png");
  width: 88px;
  height: 103px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero::after {
  content: " ";
  background-image: url("../images/vetor2.png");
  width: 98px;
  height: 139px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 30%;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40%;
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 130%;
  max-width: 385px;
  position: relative;
  margin: 0;
  margin-top: auto;
}
.hero h1::after {
  width: 255px;
  background-color: #fff;
  height: 2px;
  content: " ";
  display: block;
  margin-top: 20px;
}
.hero .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, black 10%, transparent 60%);
  bottom: 0;
}
.hero .content {
  display: flex;
  gap: 30px;
  align-items: end;
}
.hero .content h2 {
  font-size: 64px;
  line-height: 130%;
  font-weight: 500;
  text-transform: uppercase;
  width: 70%;
  margin: 0;
}
.hero .content a {
  color: #fff;
  font-size: 24px;
  width: 30%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero .content a img {
  width: 20px;
  height: 20px;
  animation: bounceDown 2s infinite;
}
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);
  }
  60% {
    transform: translateY(3px);
  }
}

.conheca {
  background-color: #000;
  padding: 100px 0;
  color: #737373;
}
.conheca .container {
  max-width: 1320px;
}
.conheca .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: auto;
}
.conheca .flex h2 {
  font-size: 40px;
  text-transform: uppercase;
  width: 50%;
}
.conheca .flex p {
  font-size: 16px;
  width: 50%;
  color: #D9D9D9;
}
.conheca .slider-carousel {
  display: flex;
  margin-top: 80px;
}
.conheca .slider-carousel .nav-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.conheca .slider-carousel .nav-side a {
  color: #EF107E;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 1px solid #EF107E;
  width: fit-content;
}
.conheca .slider-carousel .nav-side a img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(5000%) hue-rotate(325deg) brightness(100%) contrast(95%);
}
.conheca .slider-carousel .nav {
  width: 350px;
}
.conheca .slider-carousel .nav .nav__title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
.conheca .slider-carousel .nav .slick-current .nav__title {
  color: #fff;
}
.conheca .slider-carousel .slide-area {
  width: calc(100% - 350px);
}
.conheca .slider-carousel .slide-area .slide-content {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
}
.conheca .slider-carousel .slide-area .slide-content img {
  width: 100%;
  max-width: 645px;
  height: 440px;
}
.conheca .slider-carousel .slide-area .slide-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  justify-content: space-between;
  max-width: 645px;
}
.conheca .slider-carousel .slide-area .slide-footer .arrows {
  display: flex;
}
.conheca .slider-carousel .slide-area .slide-footer .arrows button {
  background: transparent;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../images/seta.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}
.conheca .slider-carousel .slide-area .slide-footer .arrows button.slide-next {
  transform: rotate(180deg);
  margin-left: 30px;
}
.conheca .slider-carousel .slide-area .slide-footer .fracao {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.experience {
  padding: 100px 0;
}
.experience .flex {
  margin-bottom: 80px;
}
.experience .flex p {
  max-width: 800px;
  text-align: center;
  margin: 16px auto 0;
}
.experience h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 40px;
}
.experience .container {
  max-width: 1410px;
}
.experience .images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.experience .images .image {
  position: relative;
  height: 100%;
}
.experience .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience .images .image .image__text {
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  left: 30px;
  max-width: 80%;
}
.experience .images .image:nth-child(1) {
  grid-area: 1/1/6/2;
}
.experience .images .image:nth-child(1) .image__text {
  bottom: auto;
  top: 30px;
}
.experience .images .image:nth-child(2) {
  grid-area: 1/2/2/3;
}
.experience .images .image:nth-child(3) {
  grid-area: 2/2/4/3;
}
.experience .images .image:nth-child(4) {
  grid-area: 1/3/3/4;
}
.experience .images .image:nth-child(5) {
  grid-area: 1/4/3/5;
}
.experience .images .image:nth-child(5) .image__text {
  bottom: auto;
  top: 30px;
}
.experience .images .image:nth-child(6) {
  grid-area: 3/3/4/5;
}
.experience .images .image:nth-child(6) .image__text {
  top: 40%;
  right: 30px;
  left: auto;
  max-width: 300px;
  text-align: right;
}

.toggle_section {
  padding: 100px 0;
}
.toggle_section .container {
  max-width: 1090px;
  display: flex;
  justify-content: space-between;
}
.toggle_section .container .flex {
  flex-direction: column;
  gap: 36px;
  max-width: 420px;
  display: flex;
}
.toggle_section .container .flex a {
  color: #EF107E;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #EF107E;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s linear;
}
.toggle_section .container .flex a:hover {
  padding-right: 10px;
}
.toggle_section .container .flex a img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(5000%) hue-rotate(325deg) brightness(100%) contrast(95%);
}
.toggle_section .container .toggle {
  max-width: 534px;
}
.toggle_section .container .toggle .toggle__item {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.toggle_section .container .toggle .toggle__item h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle_section .container .toggle .toggle__item h3::after {
  content: " ";
  background-image: url("../images/seta.png");
  filter: brightness(0) saturate(100%) invert(18%) sepia(0%) saturate(5000%) hue-rotate(325deg) brightness(100%) contrast(95%);
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(270deg);
}
.toggle_section .container .toggle .toggle__item.active h3::after {
  transform: rotate(90deg);
}
.toggle_section .container .toggle .toggle__item .toggle__text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin-top 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  font-size: 16px;
}
.toggle_section .container .toggle .toggle__item .toggle__text.active {
  max-height: 1000px;
  opacity: 1;
  margin-top: 15px;
}
.toggle_section .container .toggle .toggle__item .toggle__text ul {
  padding-left: 20px;
}
.toggle_section .container .toggle .toggle__item .toggle__text ul li {
  padding: 5px 0;
}

.vetor {
  width: 100%;
  height: 120px;
  background-image: url("../images/vetor3.png");
  background-size: contain;
  background-position: center;
}

.videos {
  background-color: #000;
  padding: 100px 0;
  color: #fff;
}
.videos .container {
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.videos .container h2 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.videos .container > a {
  color: #EF107E;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid;
  transition: all 0.2s linear;
  padding-bottom: 10px;
  width: fit-content;
}
.videos .container > a:hover {
  padding-right: 10px;
}
.videos .container > a img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(5000%) hue-rotate(325deg) brightness(100%) contrast(95%);
}
.videos .video-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  align-items: start;
  margin-top: 64px;
}
.videos .video-wrapper .video_principal {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}
.videos .video-wrapper .video_principal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.videos .video-wrapper .video_lista {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  scrollbar-width: 15px;
  scrollbar-color: #918F8F transparent;
  max-height: 560px;
  padding-right: 10px;
  position: relative;
  height: 100%;
}
.videos .video-wrapper .video_lista .video-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: #222;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.videos .video-wrapper .video_lista .video-thumb:hover {
  filter: brightness(1.2);
  transform: scale(0.98);
}
.videos .video-wrapper .video_lista .video-thumb img,
.videos .video-wrapper .video_lista .video-thumb iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  pointer-events: none;
  /* proíbe click no iframe filhote para que a thumb pegue o click */
}
.videos .video-wrapper .video_lista .video-thumb .play-icon {
  top: 50%;
  left: 0;
  position: absolute;
  margin: auto;
  z-index: 1;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: url("../images/play.png");
  text-indent: -999px;
  overflow: hidden;
  transform: translateY(-50%);
}
.videos .video-wrapper .video_lista .video-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
@media (max-width: 992px) {
  .videos .video-wrapper {
    grid-template-columns: 1fr;
    /* empilha um sobre o outro */
  }
  .videos .video-wrapper .video_lista {
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    height: auto;
    padding-bottom: 10px;
  }
  .videos .video-wrapper .video_lista .video-thumb {
    min-width: 200px;
    width: 200px;
  }
}

.depoimentos {
  padding: 100px 0;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  /* Evita scroll horizontal na tela por conta dos itens escondidos */
}
.depoimentos h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
}
.depoimentos .depoimentos-wrapper {
  max-width: 1920px;
  margin: auto;
  padding-bottom: 40px;
}
.depoimentos .depoimentos-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.depoimentos .depoimentos-wrapper .slick-slide {
  padding: 0 15px;
  transition: all 0.4s ease;
  opacity: 0.4;
}
.depoimentos .depoimentos-wrapper .slick-slide .depoimento__item {
  padding: 0 0 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
}
.depoimentos .depoimentos-wrapper .slick-slide .depoimento__item img {
  width: 100%;
  object-fit: cover;
  height: 320px;
}
.depoimentos .depoimentos-wrapper .slick-slide .depoimento__item .infos {
  display: none;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8588235294), transparent);
  padding: 15px 0 30px;
  align-items: center;
  flex-direction: column;
  justify-content: end;
}
.depoimentos .depoimentos-wrapper .slick-slide .depoimento__item .infos .nome {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.depoimentos .depoimentos-wrapper .slick-slide .depoimento__item .infos .cargo {
  font-size: 14px;
  color: #ccc;
}
.depoimentos .depoimentos-wrapper .slick-slide .depoimento__item .infos .vetor {
  width: 55px;
  height: 55px;
  background: url("../images/vetor4.png") no-repeat center center;
  background-size: cover;
  margin-top: 20px;
}
.depoimentos .depoimentos-wrapper {
  /* Destaque para o item central */
}
.depoimentos .depoimentos-wrapper .slick-current {
  opacity: 1;
  z-index: 10;
}
.depoimentos .depoimentos-wrapper .slick-current .depoimento__item img {
  height: 480px;
}
.depoimentos .depoimentos-wrapper .slick-current .depoimento__item .infos {
  display: flex;
}
.depoimentos .depoimentos-content .depoimento__item {
  max-width: 665px;
  width: 90%;
  margin: 20px auto;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.depoimentos .slick-dots {
  list-style: none;
  display: flex !important;
  justify-content: center;
  gap: 0;
  margin: 40px 0 0;
  padding: 0;
}
.depoimentos .slick-dots li {
  padding: 0;
}
.depoimentos .slick-dots li button {
  background-color: transparent;
  border: 2px solid #555;
  color: transparent;
  /* esconde o número (texto) nativo do button */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.depoimentos .slick-dots li.slick-active button {
  background-color: #EF107E;
  border-color: #EF107E;
  transform: scale(1);
}

.contato {
  padding: 100px 0;
  background-color: #000;
  color: #fff;
}
.contato .container {
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin: 0 auto;
  align-items: center;
  width: 100%;
}
.contato .imagem {
  width: 40%;
}
.contato .imagem img {
  width: 100%;
  object-fit: cover;
}
.contato .form {
  width: 60%;
}
.contato .form h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contato .form p {
  font-size: 16px;
}
.contato .form .space {
  margin-bottom: 60px;
}
.contato .form form {
  max-width: 560px;
}
.contato .form form label {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
}
.contato .form form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
}
.contato .form form input.wpcf7-submit {
  background-color: rgba(238, 17, 128, 0.1490196078);
  background: rgba(238, 17, 128, 0.1490196078) url("../images/arrow-right.svg") no-repeat 95% center;
  color: #EF107E;
  padding: 13px 20px;
  border: 1px solid #EF107E;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  width: 270px;
  text-align: left;
  transition: all 0.3s ease;
}
.contato .form form input.wpcf7-submit:hover {
  width: 280px;
  transition: all 0.3s ease;
}
.contato .form form .enviar {
  margin-top: 40px;
}
.contato .form form .enviar p {
  text-align: right;
}
.contato .form form .enviar p .wpcf7-spinner {
  display: block;
}

/* ============================================
   RESPONSIVO
   ============================================ */
@media (max-width: 1200px) {
  .container {
    width: 95%;
  }
  .site-header .site-header__nav,
  .site-header .site-header__cta {
    display: none;
  }
  .site-header .site-header__menu-toggle {
    display: flex;
  }
  .hero {
    padding-bottom: 160px;
    height: 90vh;
  }
  .hero h1 {
    font-size: 28px;
    max-width: 100%;
  }
  .hero .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hero .content h2 {
    width: 100%;
    font-size: 48px;
  }
  .hero .content a {
    width: 100%;
  }
  .conheca {
    padding: 80px 0;
  }
  .conheca .flex {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .conheca .flex h2,
  .conheca .flex p {
    width: 100%;
  }
  .conheca .slider-carousel {
    flex-direction: column;
    margin-top: 40px;
  }
  .conheca .slider-carousel .nav-side {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .conheca .slider-carousel .nav-side .nav {
    width: 100%;
    display: flex;
    overflow-x: auto;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .conheca .slider-carousel .nav-side .nav .nav_list {
    flex-shrink: 0;
  }
  .conheca .slider-carousel .nav-side .nav .nav__title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .conheca .slider-carousel .slide-area {
    width: 100%;
  }
  .conheca .slider-carousel .slide-area .slide-content {
    flex-direction: column;
  }
  .conheca .slider-carousel .slide-area .slide-content img {
    max-width: 100%;
    height: auto;
  }
  .conheca .slider-carousel .slide-area .slide-footer .arrows {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .conheca .slider-carousel .slide-area .slide-footer .arrows button.slide-next {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .experience {
    padding: 80px 0;
  }
  .experience .flex {
    margin-bottom: 40px;
  }
  .experience .images {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .experience .images .image {
    grid-area: auto !important;
    height: 350px;
  }
  .experience .images .image .image__text {
    font-size: 24px !important;
    bottom: 20px !important;
    top: auto !important;
    left: 20px !important;
    right: auto !important;
    text-align: left !important;
    max-width: 90% !important;
  }
  .toggle_section {
    padding: 80px 0;
  }
  .toggle_section .container {
    flex-direction: column;
    gap: 40px;
  }
  .toggle_section .container .flex {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
  .toggle_section .container .toggle {
    max-width: 100%;
  }
  .depoimentos {
    padding: 80px 0;
  }
  .contato {
    padding: 80px 0;
  }
  .contato .container {
    flex-direction: column;
  }
  .contato .container .imagem,
  .contato .container .form {
    width: 100%;
  }
  .contato .container .imagem {
    display: none;
  }
  .contato .container .form form {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-bottom: 40px;
  }
  .hero h1 {
    font-size: 22px;
  }
  .hero .content h2 {
    font-size: 36px;
  }
  .hero::after, .hero::before {
    display: none;
  }
  .experience .images {
    grid-template-columns: 1fr;
  }
  .experience .images .image {
    height: 250px;
  }
  .videos {
    padding: 80px 0;
  }
  .videos .container h2 {
    font-size: 32px;
  }
  .depoimentos h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .depoimentos .depoimentos-wrapper .slick-current .depoimento__item img {
    height: 320px;
  }
  .depoimentos .depoimentos-content .depoimento__item {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .hero .content h2 {
    font-size: 28px;
  }
  .conheca .flex h2 {
    font-size: 32px;
  }
  .experience h2 {
    font-size: 32px;
  }
  .contato .container {
    max-width: 95%;
  }
  .contato .form h2 {
    font-size: 32px;
  }
  .contato .form form input.wpcf7-submit {
    width: 100%;
  }
}
footer {
  background-color: #000;
  padding: 100px 0 20px;
  color: #fff;
}
footer .container.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  footer .container.flex {
    flex-direction: column;
    gap: 20px;
  }
}
footer .container .conteudo {
  max-width: 630px;
}
footer .container .infos {
  max-width: 360px;
}
footer .container .infos .info {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 15px 0;
}
footer .container .infos .info p {
  margin: 0;
}
footer .container .infos .btn-main {
  background-color: #EF107E;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 30px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.2s linear;
  font-weight: 500;
  margin-top: 30px;
  padding: 16px 50px;
}
footer .container .infos .btn-main:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, #EF107E 90%, #f9c214 100%);
  transition: all 0.4s ease-in;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateX(60px);
  z-index: 0;
}
footer h2 {
  font-family: "Logirent";
  color: #fff;
  font-size: 40px;
}
footer .copyrights {
  font-size: 14px;
  background-image: url("https://layerup.com.br/wp-content/themes/layer-2025/assets/img/elemento-4.png");
  width: 100%;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 208px;
  display: flex;
  align-items: end;
}
footer .copyrights a {
  color: #fff;
}
footer .copyrights a:hover {
  text-decoration: underline;
}

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