@charset "UTF-8";

html,
body {
    height: 100%;
    /* Garante que o body ocupe 100% da altura da tela */
    margin: 0;
    padding: 0;
}

body,html {
    margin: 0;
    padding: 0;
    background-color: #bf8823;
    background-image: url("https://xdecor.com.br/presentation/50_anos_mobile/conteudo/img/_bg.jpg");
    background-repeat: no-repeat;
    /* Evita repetições */
    background-position: center;
    /* Centraliza o fundo */
    background-attachment: scroll;
    /* Mudança para scroll para compatibilidade com Safari */
    background-size: cover;
    /* Usa cover para melhor compatibilidade */
    -webkit-background-size: cover;
    /* Prefixo webkit para Safari */
    min-height: 100vh;
    /* Garante altura mínima */
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

h1 {
    margin: 0;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 50px;
    padding: 30px;
    text-align: left;
    font-weight: 800;
    width: 100%;
}

@media(max-width:800px) {
    h1 {
        font-size: 30px;
        padding: 20px;
    }
}

p {
    font-weight: 100;
    font-family: "Sora", sans-serif;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    line-height: 150%;
    width: 100%;
    text-align: justify;
}

@media(max-width:800px) {
    p {
        font-size: 12px;
        padding: 10px;
        line-height: 110%;
    }
}

a {
    text-decoration: none !important;
}

/* Seleciona a barra de rolagem */
::-webkit-scrollbar {
    width: 8px;
    /* Largura para rolagem vertical */
    height: 8px;
    /* Altura para rolagem horizontal */
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track {
    background: #f0f0f0;
    /* Cor do fundo da barra */
    border-radius: 10px;
    /* Bordas arredondadas */
}

/* Barra de rolagem (parte que se move) */
::-webkit-scrollbar-thumb {
    background: #888;
    /* Cor da barra */
    border-radius: 10px;
    /* Bordas arredondadas */
}

/* Barra de rolagem ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Cor ao passar o mouse */
}

.half {
    position: relative;
    float: left;
    width: 50%;
    height: auto;

}

@media(max-width:800px) {
    .half {
        width: 100%;
    }
}

.one_quarter {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
}

@media(max-width:800px) {
    .one_quarter {
        width: 50%;
    }
}

.vertical_align {
    display: flex;
    flex-direction: column;
    /* Garante que o texto fica empilhado verticalmente */
    justify-content: center;
    /* Alinha o conteúdo verticalmente */
    height: 100%;
    /* Certifique-se de que o elemento tem altura suficiente */
    text-align: center;
    /* Alinha o texto horizontalmente (opcional) */
}

.bottom_align {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Alinha o conteúdo na parte de baixo */
    height: 100%;
    text-align: center;
    /* Opcional: centraliza horizontalmente o texto */
    padding: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* Isso é equivalente a uma proporção de 16:9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    /* A largura da video-container será 100% da div pai */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* O iframe ocupará 100% da largura do contêiner */
    height: 100%;
    /* O iframe ocupará 100% da altura do contêiner */
}

.padding20 {
    padding: 20px;
}

.voltar_topo {
    position: fixed;
    width: 40px;
    height: 60px;
    right: 10px;
    top: 10px;
    background-color: rgb(243 204 164);
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
    background-image: url("..//img/seta_voltar_topo.png");
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.main {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

#scrollButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: rgb(243 204 164);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

#scrollButton:hover {
    background-color: rgb(251, 229, 210);
}

.imagem {
    width: 100%;
    padding: 25px;
}

.pag1 {
    position: relative;
    width: 100%;
    height: calc(100vh + 200px);
    background: linear-gradient(to right, rgb(225, 189, 129), rgba(255, 255, 255, 1)),
        url("../img/img_2.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    /* safari may need this */
    background-position: top center;
    background-blend-mode: multiply;
    background-attachment: scroll;
    /* Altere para 'scroll' para maior compatibilidade */
    margin-bottom: 100vh;
    z-index: 3;
}
.banner{
    position: absolute;
    width: 90%;
    margin: 5%;
    border: 1px solid #fff;
    border-radius: 30px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.pag2 {
    position: fixed;
    background-color: rgb(135, 97, 59);
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
}

.pag3 {
    position: relative;
    float: left;
    width: 100%;
    height: 110vh !important;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-position: center;
    z-index: 5;
    margin-bottom: 100vh !important;
    background-color: rgb(209, 83, 83);
}

.video-background{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Esconde os controles do vídeo */
    -webkit-media-controls {
        display: none !important;
    }
    -webkit-media-controls-panel {
        display: none !important;
    }
    -webkit-media-controls-play-button {
        display: none !important;
    }
    -webkit-media-controls-start-playback-button {
        display: none !important;
    }
}

.pag4 {
    position: fixed;
    padding: 50px 20px;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4;
    background-image: url("../img/img_3.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}

@media(max-width:800px) {
    .pag4 {
        background-size: 300% auto;
    }
}

.pag5 {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("../img/img_3.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    height: 110vh;
    z-index: 5;
    margin-top: 100px;
    padding: 20px;
}

.degrade {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    pointer-events: none;
    /* deixa clicar no conteúdo abaixo */
    z-index: 1;
}

@media(max-width:800px) {
    .pag5 {
        background-size: 300% auto;
    }
}

.pag6 {
    position: relative;
    float: left;
    height: 110vh;
    width: 100%;
    z-index: 5;
    margin-bottom: 110vh;
}

@media(max-width:800px) {
    .pag6 {
        background-size: 300% auto;
    }
}

.link {
    position: absolute;
    bottom: 200px;
    width:300px;
    left: 50%;
    margin-left:-150px;
    color:#fff !important;
}

/* Ícone de mouse animado */
.mouse-scroll {
    position: absolute;
    bottom: 250px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.mouse {
    width: 35px;
    height: 55px;
    border: 2px solid rgb(243, 204, 164);
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    background: transparent;
}

.mouse-ball {
    width: 8px;
    height: 8px;
    background: rgb(243, 204, 164);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    animation: mouse-ball-move 1.5s infinite ease-in-out;
}

@keyframes mouse-ball-move {
    0% {
        top: 15px;
        opacity: 1;
    }

    50% {
        top: 30px;
        opacity: 0.7;
    }

    100% {
        top: 15px;
        opacity: 1;
    }
}

/* Responsividade para mobile */
@media(max-width:800px) {

    .mouse {
        width: 30px;
        height: 45px;
    }

    .mouse-ball {
        width: 6px;
        height: 6px;
    }
}