#cases h4 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.8750rem;
  text-align: center;
  font-weight: 600;
  color: var(--cor-preto);
}
#cases h4 strong{
  color: var(--cor-bordo);
  font-weight: 600;
}
#cases p {
  max-width: 80%;
  margin: 0 auto;
  color: var(--cor-preto);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.7500rem;
}
#cases {
  position: relative;
  overflow: hidden;
}
.btn_next_prev {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
}
.case-prev,
.case-next {
width: 30px;
height: 30px;
padding: 7px;
border: 2px solid var(--cor-cinza);
border-radius: 100px;
display: flex;
align-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
box-sizing: border-box;
}
.case-prev:hover,
.case-next:hover{
  border: 2px solid var(--cor-bordo);
}
.case-prev:hover svg,
.case-next:hover svg{
  fill: var(--cor-bordo);
}
.case-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cases-item{
  border-radius: 20px;
  min-height: 31.6250rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-position: center;
  -moz-background-position: center;
  background-position: center;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 3.7500rem 1.8750rem 0;
  clip-path: border-box;
  transition: .3s ease all;
  background-color: var(--cor-preto);
}
.cases-item:hover{
  transition: .3s ease all;
  margin-top: -5px;
}
#cases .cases-item .case-overlay {
position: absolute;
width: 100%;
height: 30%;
bottom: 0;
left: 0;
-webkit-background: #000000;
-moz-background: #000000;
background: #000000;
-webkit-background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 60%) 52%, rgb(0 0 0 / 0%) 100%);
-moz-background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 60%) 52%, rgb(0 0 0 / 0%) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 60%) 52%, rgb(0 0 0 / 0%) 100%);
}
#cases .cases-item .cases-infos {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 15.2500rem;
  padding-bottom: 1.6875rem;
}
#cases .cases-item .cases-infos .play-video {
margin-bottom: 1.8750rem;
width: 4.6875rem;
height: 4.6875rem;
border-radius: 50%;
border: 1px solid #ffffffbf;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
backdrop-filter: blur(10px);
background-color: #d9d9d985;
cursor: pointer;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
transition: .2s ease;
position: relative;
}
#cases .cases-item .cases-infos .play-video:hover {
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
transition: .2s ease;
-webkit-box-shadow: 0 0 10px #ffffff87;
-moz-box-shadow: 0 0 10px #ffffff87;
box-shadow: 0 0 10px #ffffff87;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);  
}
#cases .cases-item .cases-infos .nome {
font-size: 14px;
line-height: 22px;
margin-bottom: 8px;
text-align: center;
color: #fff;
}
#cases .cases-item .cases-infos .nome strong {
font-weight: 700;
font-size: 18px;
line-height: 2.0000rem;
text-align: center;
color: #fff;
display: block;
}
.lightbox-video {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.lightbox-video.active {
display: flex;
}
.lightbox-content {
position: relative;
width: 1200px;
max-width: 90%;
-webkit-background: transparent;
-moz-background: transparent;
background: transparent;
}
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
overflow: hidden;
border-radius: 8px;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.lightbox-close {
  position: absolute;
  top: -1.875rem;
  right: -10px;
  font-size: 32px;
  line-height: 22px;
  color: var(--cor-branco);
  cursor: pointer;
  border: 2px solid var(--cor-branco);
  border-radius: 100px;
  height: 25px;
  width: 25px;
  text-align: center;
  z-index: 999;
}
@media only screen and (max-width: 1023px) {
#cases h4 {
    font-size: 5.5rem;
    line-height: 6.5rem;
    margin-bottom: 30px;
}
.case-prev, .case-next {
    width: 35px;
    height: 35px;
  }
  .cases-item {
    min-height: 40.625rem;
}
  .btn_next_prev {
    position: relative;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .cases-item {
    border-radius: 20px;
    min-height: 42.625rem;
  }
  #cases .cases-item .cases-infos{
    height: 20rem;
  }
  #cases .cases-item .cases-infos .nome strong {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 950px) {
  #cases .cases-item .cases-infos .nome {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
#cases h4 {
    font-size: 7.5rem;
    line-height: 8.5rem;
}
.cases-infos .play-video{
    margin-bottom: 0;
    width: 8.6875rem;
    height: 8.6875rem;
 }
 .cases-infos .nome strong {
  font-size: 18px;
  line-height: 32px;
 }
  .cases-item {
    border-radius: 20px;
    min-height: 500px;
  }
  #cases .cases-item .cases-infos {
    min-height: 225px;
    gap: 20px;
}
}
@media only screen and (max-width: 767px) {
#cases .cases-item .case-overlay {
  height: 50%;
}
#cases .cases-item .cases-infos {
  min-height: 225px;
  gap: 20px;
}
.cases-infos .play-video {
  width: 8.6875rem !important;
  height: 8.6875rem !important;
}
#cases .cases-item .cases-infos .nome {
  line-height: 32px;
}
}
@media only screen and (max-width: 599px) {
.cases-infos .play-video {
  width: 12.6875rem !important;
  height: 12.6875rem!important;
}
}
  :root {
    --cases-peek: 24px; 
  }
  html, body { overflow-x: hidden; }
  #cases, #cases .container { overflow: initial; }
  .cases-videos.swiper { overflow: visible; }
  .cases-item{
    min-height: 31.625rem;
    background-size: cover;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 20px;
  }
  .case-overlay{
    position: absolute; left:0; right:0; bottom:0; height: 30%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.6) 52%, rgba(0,0,0,0) 100%);
    pointer-events: none;
  }
  .cases_loop .swiper-wrapper { margin-left: calc(-1 * var(--cases-peek)); }
  @media (max-width: 1023px){
    .cases-item{
      min-height: 450px;
      background-position: 50% 30%;
    }
  }
  @media (max-width: 768px){
    .cases-item{
      background-position: 50% 18%;
    }
    :root { --cases-peek: 16px; }
  }
  @media (max-width: 480px){
    .cases-item{
      background-position: 50% 12%;
    }
  }