
.borda {
    border: 1px solid red;
}

:root {
    --color-bg: #ffffff;
    --color-text: #262626;
    --color-text-secondary: #666666;
    --color-accent: #FFD700;
    --font-base: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-Destaque: "Italianno", cursive;
    --font-title: 'Pinyon Script', cursive;

}

a,
a:hover {
    text-decoration: none;
}


.texto-dif {
    -webkit-mask-image: linear-gradient(-75deg, #050505 50%, #fff8dc 50%, #d4af37 70%);
    -webkit-mask-size: 200%;
    position: relative;
    color: var(--color-bg);
    font-size: 36px;
    line-height: 30px;
    display: block;
    animation: shine 3s infinite;

}

.Animation-Title {
    position: relative;
    display: inline-block;
    font-size: 36px;
    /* Ajuste conforme necessário */
    padding-bottom: 10px;
    /* Espaço entre o texto e a borda */
}

.Animation-Title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    /* A altura máxima da borda */
    background: linear-gradient(to right,
            transparent 0%,
            #FFD700 50%,
            /* Cor dourada no meio */
            transparent 100%);
    /* A borda afina nos extremos */

}

.TitleDesk {
    font-family: var(--font-Destaque);
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;

}

.btnTel {
  padding: 10px 15px;
  background-color: red;
  color: white;
  border-radius: 30px;
  border: none;
  font-size: 0.85em;
}
.btnTel:hover {
  cursor: pointer;
  transform: scale(0.95);
  transition: 0.3s ease;
}

@keyframes shine {
    0% {
        -webkit-mask-position: 150%;
    }

    100% {
        -webkit-mask-position: -50%;
    }

}

.titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.titulo h2 {
    border-bottom: 2px solid #ffffff93;
    margin: 0;
    padding: 20px;
    color: var(--color-bg);
    width: 70%;
}

header {
    height: auto;
    /* z-index: 1000; */
    width: 100%;
}



.InicialContainer {
    position: relative;
    min-height: 1500px;
    height: auto;
    background-image: url('../img/backgroundInicialCOntainer2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.InicialContainer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
    backdrop-filter: blur(4px);
    /* Aplica o blur no fundo */

}

.InicialContainer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    /* Altura maior para transição mais suave */
    z-index: 1;
    background: linear-gradient(to bottom, transparent, #000);
    /* Altere para a cor do próximo container */
    pointer-events: none;
}

/* Coloque o conteúdo com z-index maior */
.InicialContainer>* {
    position: relative;
    z-index: 2;
}

.InicialContainer .ImgInicial {
    position: relative;
    height: 850px;
    width: 100%;
    background-image: url('../img/home/container-inicial-2.png');
    background-position: center 60%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid white;
}

.InicialContainer .ImgInicial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.258);
    /* cor escura */
    z-index: 1;
}

.InicialContainer .ImgInicial img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    /* sobe a imagem para mostrar mais do topo */

}

.InicialContainer .ImgInicial .Titulo {
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: left; /* Alinha o conteúdo à esquerda */
    display: flex;
    justify-content: center; /* Começa do topo */
    align-items: flex-start;     /* Alinha à esquerda */
    flex-direction: column;
    height: 100%;
    padding: 15px;
}

.InicialContainer .ImgInicial .Titulo h3 {
    color: white;
    width: 100%;
    text-align: left; /* Garante que o texto fique à esquerda */
    font-size: 3rem;
    line-height: 1.1;
    margin: 5px 0;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7); /* Sombra no texto */
}
.InicialContainer .ImgInicial .Titulo h3.alternative {
    color: white;
    width: 100%;
    text-align: right; /* Garante que o texto fique à esquerda */
    font-size: 3rem;
    line-height: 1.1;
    margin: 5px 0;
    padding: 0 0 0 15px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7); /* Sombra no texto */
}
@media(max-width: 768px) {
    .InicialContainer {
        min-height: auto;
    }

    .InicialContainer .ImgInicial {
        height: 400px;
        background-image: url('../img/home/container-inicial-mobile.png');
    }

    .InicialContainer .ImgInicial .Titulo h3,
    .InicialContainer .ImgInicial .Titulo h3.alternative {
        font-size: 1.3rem;
    }
}

@media(min-width: 769px) and (max-width: 1024px) {
    .InicialContainer .ImgInicial {
        height: 500px;
    }

    .InicialContainer .ImgInicial .Titulo h3 {
        font-size: 1.7rem;
    }
}

@media(min-width: 2000px) {
    .InicialContainer {
        min-height: 1000px;
    }

    .InicialContainer .ImgInicial .Titulo h3 {
        font-size: 3rem;
    }
}


.InicialContainer .RegeSelection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 80px;
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* Estilo base para os filhos */
.InicialContainer .RegeSelection>div {
    flex: 1 1 50%;
    display: flex;
}

/* Estilo da imagem */
.InicialContainer .RegeSelection .RegeImg {
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}




/* Estilo da descrição */
.InicialContainer .RegeSelection .RegeDescription {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 35px;
}

.InicialContainer .RegeSelection .RegeDescription h2 {
    color: var(--color-bg);
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.InicialContainer .RegeSelection .RegeDescription p {
    color: var(--color-bg);
    line-height: 1.8;
    font-size: 1.1rem;
}

/* 📱 Mobile */
@media (max-width: 768px) {
    .InicialContainer .RegeSelection {
        flex-direction: column;
        padding: 20px;
    }

    .InicialContainer .RegeSelection>div {
        flex: 1 1 100%;
        padding: 10px 0;
    }

    .InicialContainer .RegeSelection .RegeDescription p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .InicialContainer .RegeSelection .RegeDescription h2 {
        font-size: 1.5rem;
    }
    .InicialContainer .RegeSelection .RegeImg iframe {
        width: 400px;
    }
}

/* 📱📱 Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .InicialContainer .RegeSelection {
        padding: 30px 40px;
    }

    .InicialContainer .RegeSelection>div {
        flex: 1 1 100%;  
    }

    .InicialContainer .RegeSelection .RegeDescription p {
        font-size: 1.1rem;
    }

    .InicialContainer .RegeSelection .RegeDescription h2 {
        font-size: 1.75rem;
    }
}

/* 🖥️ Desktop padrão */
@media (min-width: 1025px) and (max-width: 2000px) {
    .InicialContainer .RegeSelection {
        padding: 40px 80px;
    }

    .InicialContainer .RegeSelection>div {
        flex: 1 1 50%;
    }

    .InicialContainer .RegeSelection .RegeDescription h2 {
        font-size: 2rem;
    }

    .InicialContainer .RegeSelection .RegeDescription p {
        font-size: 1.2rem;
    }
}

/* 🖥️💎 Ultra Wide Screens (2.000px+) */
@media (min-width: 2001px) {
    .InicialContainer .RegeSelection {
        padding: 60px 200px;
        gap: 80px;
    }

    .InicialContainer .RegeSelection .RegeDescription h2 {
        font-size: 2.5rem;
    }

    .InicialContainer .RegeSelection .RegeDescription p {
        font-size: 1.4rem;
        line-height: 2;
    }

   
}

.ProductHighlightContainer {
    background-color: #000;
    width: 100%;
    padding: 40px 20px;
}

/* Título */
.ProductHighlightContainer .titulo {
    text-align: center;
    margin-bottom: 40px;
}

.ProductHighlightContainer .titulo h2 {
    color: #fff;
    font-size: 2.5rem;
}

/* Container dos produtos */
.ProductHighlightContainer .Produtos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Carrossel base */
.ProductHighlightContainer .Produtos .carrossel {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.ProductHighlightContainer .Produtos .carrossel::-webkit-scrollbar {
    height: 8px;
}

.ProductHighlightContainer .Produtos .carrossel::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}

.ProductHighlightContainer .Produtos .carrossel .carrossel-item {
    flex: 0 0 auto;
    min-width: 280px;
    max-width: 380px;
    background-color: #111;
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.ProductHighlightContainer .Produtos .carrossel .carrossel-item:hover {
    transform: scale(1.03);
}

/* Imagem do item */


/* Descrição */
.ProductHighlightContainer .Produtos .carrossel .carrossel-item .descricao {
    padding: 20px;
    text-align: center;
}

.ProductHighlightContainer .Produtos .carrossel .carrossel-item p {
    color: #21454fb4;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
}

.ProductHighlightContainer .Produtos .carrossel .carrossel-item h4 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0 15px;
}

/* Botão */
.ProductHighlightContainer .Produtos .carrossel .carrossel-item a {
    border-radius: 25px;
    padding: 12px 20px;
    border: 3px solid #fff;
    background-color: transparent;
    color: white;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.ProductHighlightContainer .Produtos .carrossel .carrossel-item a:hover {
    background-color: #ffffff96;
    color: #262626;
    border-color: #000;
    cursor: pointer;
}
.image-wrapper {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.slide-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slide-img.active {
  opacity: 1;
}
/* 📱 Mobile (até 768px) */
@media (max-width: 768px) {
    .ProductHighlightContainer {
        padding: 20px 10px;
    }

    .ProductHighlightContainer .titulo h2 {
        font-size: 1.8rem;
    }

    .ProductHighlightContainer .Produtos .carrossel {
        gap: 16px;
        padding: 0 10px;
        flex-direction: column;
    }

    .ProductHighlightContainer .Produtos .carrossel .carrossel-item {
        min-width: 220px;
        width: 89%;
    }
}

/* 📱📱 Tablet (769px até 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .ProductHighlightContainer {
        padding: 30px 20px;
    }

    .ProductHighlightContainer .titulo h2 {
        font-size: 2rem;
    }

    .ProductHighlightContainer .Produtos .carrossel .carrossel-item {
        min-width: 250px;
    }
}

/* 🖥️ Desktop Padrão (1025px a 1999px) */
@media (min-width: 1025px) and (max-width: 1999px) {
    .ProductHighlightContainer {
        padding: 40px 60px;
    }

    .ProductHighlightContainer .Produtos .carrossel {
        max-width: 2000px;
    }

    .ProductHighlightContainer .titulo h2 {
        font-size: 2.3rem;
    }
}

/* 🖥️💎 Ultra-wide (2000px+) */
@media (min-width: 2000px) {
    .ProductHighlightContainer {
        padding: 60px 200px;
    }

    .ProductHighlightContainer .Produtos .carrossel {
        max-width: 2000px;
    }

    .ProductHighlightContainer .titulo h2 {
        font-size: 3rem;
    }

    .ProductHighlightContainer .Produtos .carrossel {
        gap: 40px;
    }

    .ProductHighlightContainer .Produtos .carrossel .carrossel-item {
        min-width: 350px;
        max-width: 400px;
    }

    .ProductHighlightContainer .Produtos .carrossel .carrossel-item button {
        padding: 16px 30px;
        font-size: 1.1rem;
    }
}

.iconWpp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 70px;
    height: 70px;

}

.iconWpp i {
    font-size: 3.5em;
    color: #25D366;
    transition: color 0.3s ease;
}

.iconWpp i:hover {
    color: #1ebe5d;
    cursor: pointer;
}

.LatestTrends {
    background-image: url('../img/reformadesala1.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
    flex-wrap: wrap;
    gap: 30px;
}

.LatestTrends::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d4;
    z-index: -1;
}

.LatestTrends>div {
    flex: 1 1 500px;
}

/* Alternância de imagens */
.AlternateImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.AlternateImg>div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.AlternateImg img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.AlternateImg .middleImg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Texto */
.DescriptionTrends {
    padding: 20px 0;
    color: white;
    display: flex;
    flex-direction: column;
    border-left: 4px solid white;
}

.DescriptionTrends .descrition1,
.DescriptionTrends .descrition2 {
    padding-left: 25px;
    padding-top: 20px;
}

.DescriptionTrends .descrition1 {
    border-bottom: 4px solid white;
    padding-bottom: 20px;
}

.DescriptionTrends h1 {
    font-size: 3rem;
    margin-top: 10px;
}

.DescriptionTrends h3 {
    font-size: 1.2rem;
    margin: 0;
}

/* 📱 Mobile */
@media (max-width: 768px) {
    .LatestTrends {
        flex-direction: column;
        padding: 40px 5px;
    }
    .LatestTrends > div{
        flex: 1 1 200px;
    }
    .DescriptionTrends{
        border-left: 1px solid white;
    }
    .DescriptionTrends .descrition1 {
            border-bottom: 1px solid rgba(255, 255, 255, 0.532);

    }

    .DescriptionTrends h1 {
        font-size: 1.6rem;
        color: white;

    }

    .DescriptionTrends h3 {
        font-size: 1rem;
        color: white;

    }
    .AlternateImg{
        width: 100%;
    }
    .AlternateImg >div{
        width: 100%;
        justify-content: flex-start;
    }

    .AlternateImg img{
        width: 80%;
        height: auto;
    }
}

/* 📱📱 Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .LatestTrends {
        flex-direction: row;
        padding: 50px 30px;
    }

    .DescriptionTrends h1 {
        font-size: 1.8rem;
        color: white;
    }
}

/* 🖥️ Desktop */
@media (min-width: 1025px) and (max-width: 1999px) {
    .DescriptionTrends h1 {
        font-size: 3.3rem;
        color: white;

    }

    .DescriptionTrends h3 {
        font-size: 2.3rem;
        color: white;

    }
}

/* 🖥️💎 Ultra-wide (2000px+) */
@media (min-width: 2000px) {
    .LatestTrends {
        padding: 80px 200px;
        gap: 60px;
    }

    .DescriptionTrends h1 {
        font-size: 3.8rem;
        color: white;

    }

    .DescriptionTrends h3 {
        font-size: 2.6rem;
        color: white;

    }

    .AlternateImg img {
        max-width: 90%;
    }
}

.final{
    background-color: #000;
    padding: 5px;
}
.final h5{
    color: white;
}