@charset "UTF-8";
html, body {
    height: 100%; /* Garante que o body ocupe 100% da altura da tela */
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Francois One", serif;
    font-weight: 400;
    font-style: normal;
    background-image: url("https://xdecor.com.br/presentation/billy/skol/conteudo/img/_bg.jpg");
    background-repeat: no-repeat; /* Evita repetições */
    background-position: center; /* Centraliza o fundo */
    background-attachment: fixed; /* Fundo fixo na tela */
    background-size: initial; /* Usa o tamanho real da imagem */
}
body::before {
    content: ""; /* Cria um elemento vazio para o background */
    position: fixed; /* Fixa o fundo em relação à tela */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://xdecor.com.br/presentation/billy/skol/conteudo/img/_bg.jpg");
    background-size: cover; /* Ajusta o tamanho para cobrir a tela */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat;
    z-index: -1; /* Garante que fique atrás do conteúdo */
}

p,
h1 {
    margin: 0;
    color: #fff;
}


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

}

h1 {
    font-size: 100px;
    padding: 30px;
    color: #ffbb00;
}

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

h2 {
    font-size: 54px;
    color: #ffbb00;
    margin: 0;
    padding-top: 30px;
    line-height: 120%;
}

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

p {
    padding: 20px;
    font-size: 27px;
    line-height: 110%;
}

@media(max-width:800px) {
    p {
        font-size: 21px;
        padding: 10px;
    }
}

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) */
}


.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: #131313;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
    background-image: url("https://xdecor.com.br/presentation/billy/skol/conteudo/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;
}

.container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 70%;
    height: auto;
}
#scrollButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #007BFF;
    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: #0056b3;
  }
.imagem {
    width: 100%;
    padding: 25px;
}
.imagem_elenco {
    width: 100%;
    max-width: 250px;
    border-radius: 50%;
}
.imagem_flex {
    width: 300px;
}
.logos{
    text-align: center;
    width: 500px;
    /* height: 150px; */
    max-width: 100%;
    aspect-ratio: 3.3;
}
.divisor{
    position: relative;
    display: inline-block;
    width: 600px;
    max-width: 100%;
    aspect-ratio: 5;
    background-image: url("https://xdecor.com.br/presentation/billy/skol/conteudo/img/_divisor.png");
    background-size: 100% 100%;
}
.link_home:hover{
    margin-top: -4px;
    zoom: 110%;
}
.pag1 {
    position: relative;
    width: 100%;
    height: calc(100vh + 200px);
    background: linear-gradient(to right, rgb(255, 95, 2), rgba(255, 255, 255, 1)),
        url("https://xdecor.com.br/presentation/billy/skol/conteudo/ref/_bg_home.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;
}

.texto1_pag1 {
    aspect-ratio: 1;
    position: absolute;
    width: 450px;
    height: auto;
    bottom: 30%;
    left: 10%;
    background-image: url("https://xdecor.com.br/presentation/billy/skol/conteudo/ref/logo_quadradeza.png");
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-position: center;
}

@media(max-width:800px) {
    .texto1_pag1 {
        width: 300px;
    }
}

.pag2 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
}

.pag3 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(255, 255, 255, 1)), url("https://xdecor.com.br/presentation/billy/skol/conteudo/img/_bg.jpg");
    background-size: cover;
    background-position: center !important;
    background-attachment: fixed !important;
    background-position: top left !important;
    background-blend-mode: multiply;
    z-index: 5;
    margin-bottom: 100vh;
}
@media(max-width:800px) {
    .pag3 {
        background-size: 300% auto;
    }
}

.pag4 {
    position: fixed;
    padding: 50px 20px;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4;
    background-image: url("https://xdecor.com.br/presentation/billy/skol/conteudo/img/_bg.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;

}
@media(max-width:800px) {
    .pag4 {
        background-size: 300% auto;
    }
}
.pag5 {
    position: relative;
    float: left;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(255, 255, 255, 1)), url("https://xdecor.com.br/presentation/billy/skol/conteudo/img/_bg.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-position: top left;
    background-blend-mode: multiply;
    height: auto;
    z-index: 5;
    margin-top: 100px;
    padding: 20px;
}
@media(max-width:800px) {
    .pag5 {
        background-size: 300% auto;
    }
}
.pag6 {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    z-index: 4;
    background-image: url("https://xdecor.com.br/presentation/billy/skol/conteudo/img/_bg.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
}
@media(max-width:800px) {
    .pag6 {
        background-size: 300% auto;
    }
}
.pag7 {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: rgb(0, 0, 0);
}
