.SlidesHero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 780px;
    background: #000;
}

.SlidesHero > div {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none; /* IMPEDE O CLIQUE NOS SLIDES INVISÍVEIS */
    z-index: 0;
}

.SlidesHero > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.SlidesHero > div.active {
    opacity: 1;
    pointer-events: auto; /* LIBERA O CLIQUE SÓ NO SLIDE ATIVO */
    z-index: 2; /* Garante que ele fica por cima */
}

.SlidesHero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 150vh;
    object-fit: cover;
    z-index: 0;
}

.slide-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
}

.slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.slide-prev {
    left: 20px;
}

.slide-next {
    right: 40px;
}

.slide-bullets {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.bullet.active {
    background: #fff;
}

.d1-square-1 {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 350px;
    left: 150px;
}

.d1-square-2 {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    background: #72141c96;
    position: absolute;
    top: 350px;
    left: 250px;
}

.d1-square-3 {
    width: 155px;
    height: 155px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #ffffff5c;
    position: absolute;
    top: 256px;
    right: 185px;

}

.d1-square-4 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #5c0a109c;
    position: absolute;
    top: 411px;
    right: 240px;
}

.d1-square-5 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #504d53a3;
    position: absolute;
    top: 350px;
    left: 200px;
}

.d1-square-6 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #0f0204a8;
    position: absolute;
    top: 350px;
    left: 300px;
}

.d1-square-7 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #0f0204a8;
    position: absolute;
    top: 412px;
    right: 240px;
}

.d1-square-8 {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: #ffffff;
    position: absolute;
    top: 412px;
    right: 820px;
}


.BlocoConteudoHero{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.SeTemGimba {
    display: flex;
    width: 250px;
    height: auto;
    background: #000;
    padding: 39px 50px;
    top: 180px;
    position: absolute;
}

.SeTemGimba img{
    width: 100%;
    height: auto;
}

.BlocoChamada{
    width: auto;
    height: auto;
    position: absolute;
    top: 190px;
    right: 340px;
}

.BlocoChamada .Linha01 {
    width: 480px;
    height: 65px;
    background: #191919;
    color: #ffffff;
    padding: 20px 15px;
    align-items: center;
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.BlocoChamada .Linha02{
    width: 480px;
    height: 156px;
    background: rgba(255, 255, 255, 0.25);
    padding: 35px 56px 35px 38px;
    color: #ffffff;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.BlocoChamada .Linha03 {
    display: flex;
    width: 480px;
    height: 180px;
    padding: 18px 48px 18px 48px;
    justify-content: center;
    align-items: center;
    background: #191919;
}

.BlocoChamada .Linha03 img {
    width: 235px;
    height: auto;
    flex-shrink: 0;
}

.BlocoChamada button {
    display: flex;
    padding: 12px 20px 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    border-radius: 5px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center;
}

.BlocoChamada button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.BlocoChamada button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(212, 38, 49, 0.4);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.BlocoChamada button:hover {
    background: #D42631;;
    border: 2px solid #D42631;
}

/*
.BlocoChamada button:hover {
    border: 2px solid #D42631;
    background: #D42631;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 38, 49, 0.4);
}

.BlocoChamada button:hover::before {
    left: 100%;
}*/

.BlocoChamada button:active::after {
    width: 300px;
    height: 300px;
    transition: width 0.3s, height 0.3s;
}

.BlocoChamada button img {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 1;
    transform: rotate(90deg);
}

/*
.BlocoChamada button:hover img {
    transform: translateX(5px);
}

/*@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(212, 38, 49, 0.7); }
    50% { box-shadow: 0 0 0 10px rgba(212, 38, 49, 0); }
}

.BlocoChamada button:hover {
    animation: pulse 2s infinite;
}*/