* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: black;
}

body {
    cursor: url('images/cursor.png'), auto;
}

h1 {
    font-family: "Mystery Quest", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 50px;
    color: #7D78A0;
    margin-bottom: 30px;
}

h2 {
    font-family: "Irish Grover", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: rgb(255, 255, 255);

    margin-bottom: 20px;
}

h3 {
    font-family: "Itim", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

h4 {
    font-family: "Irish Grover", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: right;
}

a {
    font-family: "Mystery Quest", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
    color: rgb(0, 0, 0);
    text-shadow: 0 0px 6px #000000;
    text-decoration: none;
}

#top {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    width: 100%;
    max-width: 418px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    width: 100%;
    background-image: url(images/header.png);
}

#capa {
    width: 100%;
    max-width: 1000px;
    height: 562px;
    background-image: url(images/capa.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;

    display: flex;
    justify-content: flex-end;
}

#capatxt {
    width: 100%;
    max-width: 660px;

    text-align: right;
    margin-top: 100px;
    margin-right: 50px;
    font-family: "Mystery Quest", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 50px;
    color: #7D78A0;
}

#intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#introtxt {
    width: 575px;
}

#divider {
    height: 96.33px;
    width: 289px;
    background-image: url(images/divider.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#divider2 {
    height: 96.33px;
    width: 289px;
    background-image: url(images/divider.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#galeria {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

img {
    margin-bottom: 20px;
}

#container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}

#button {
    width: 130px;
    height: 50px;

    border-color: #7D78A0;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;

    font-family: "Irish Grover", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
    color: #7D78A0;
    text-decoration: none;
    transition: 0.5s;

    padding: 8px 30px;
    cursor: url('images/cursor.png'), auto;
}

#button:hover {
    background-color: #7D78A0;
    color: white;
}


#story {
    display: flex;
    justify-content: space-between;
}

.storytxt {
    width: 100%;
    max-width: 490px;
}

footer {
    width: 100%;
    max-width: 1000px;
    height: 350px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;

    background-image: linear-gradient(to bottom, rgb(0, 0, 0), #7D78A0, #D9BBCD);
    background-repeat: no-repeat;

    cursor: url('images/cursor.png'), auto;
}

#terms {
    width: 100%;
    max-width: 350px;
}

#socials {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    padding-top: 175px;
}

#terms {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    padding: 100px 20px 10px 20px;
}

#intromovel {
    display: none;

}

#galeriatele {
    display: none;
}

.storyteletxt {
    display: none;
}

#logotele {
    display: none;
}

#socialstele {
    display: none;
}

#barrinhas {
    display: none;
}


#capatele {
    display: none;
}


#capateletxt {
    display: none;
}














/* RESPONSIVE */

@media only screen and (max-width:414px) {

    h1 {
        font-family: "Mystery Quest", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 27px;
        line-height: 50px;
        color: #7D78A0;
        margin-bottom: 5px;
        margin-top: 10px;
        text-align: center;
    }

    h2 {
        font-family: "Irish Grover", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 10px;
        padding-left: 2px;
    }

    h3 {
        font-family: "Itim", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 30px;
        color: rgb(255, 255, 255);
        margin-bottom: 7px;
    }

    h4 {
        font-family: "Irish Grover", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 7px;
        line-height: 24px;
        font-weight: 600;
        color: rgb(0, 0, 0);
        text-align: right;
    }

    a {
        font-family: "Mystery Quest", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        font-weight: 800;
        color: rgb(0, 0, 0);
        text-shadow: 0 0px 6px #000000;
        text-decoration: none;
    }

    #top {
        width: 100%;
        max-width: 414px;
        margin-left: 5px;
        margin-right: 5px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #logotele {
        display: block;
        margin-bottom: 0px;
    }

    #barrinhas {
        display: block;
        margin-bottom: 0px;
    }

    nav {
        width: 100%;
        max-width: 418px;
        max-height: 39px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header {
        width: 100%;
        background-image: url(images/topotele.png);
        height: 39px;
    }

    #capatele {
        width: 100%;
        max-width: 414px;
        height: 199px;
        background-image: url(images/capatele.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto;
        margin-top: 0px;
        display: flex;
        justify-content: flex-end;
    }

    #capateletxt {
        width: 100%;
        max-width: 414px;

        text-align: right;
        margin-top: 15px;
        margin-left: 130px;
        margin-right: 50px;
        font-family: "Mystery Quest", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 30px;
        color: #7D78A0;
    }

    #intro {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    #introtxt {
        width: 370px;
    }

    #divider {
        height: 60px;
        width: 148px;
        background-image: url(images/dividertele.png);
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #divider2 {
        height: 60px;
        width: 148px;
        background-image: url(images/dividertele.png);
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #galeria {
        width: 100%;
        max-width: 1000px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    img {
        margin-bottom: 20px;
    }

    #container {
        width: 100%;
        max-width: 414px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 45px;
    }

    #buttontele {
        border-color: #7D78A0;
        border-style: solid;
        border-width: 1px;
        border-radius: 6px;

        font-family: "Irish Grover", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        font-weight: 800;
        color: #7D78A0;
        text-decoration: none;
        transition: 0.5s;

        padding: 8px 10px;
        cursor: url('images/cursor.png'), auto;
    }

    #buttontele:hover {
        background-color: #7D78A0;
        color: white;
    }


    #story {
        max-width: 370px;
    }

    .storyteletxt {
        width: 100%;
        max-width: 370px;
        margin: auto;
    }

    footer {
        width: 100%;
        max-width: 414px;
        height: 192px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 60px;

        background-image: linear-gradient(to bottom, rgb(0, 0, 0), #7D78A0, #D9BBCD);
        background-repeat: no-repeat;

        cursor: url('images/cursor.png'), auto;
    }


    #socials {
        width: 100%;
        max-width: 300px;
        display: flex;
        justify-content: space-between;
        padding-top: 175px;
    }

    #terms {
        width: 100%;
        max-width: 370px;
        display: flex;
        justify-content: space-between;
        padding: 60px 0px 0px 0px;
    }


    #introducao {
        display: none;
    }

    #intromovel {
        display: block;
        margin-bottom: 0px;
    }

    .storytxt {
        display: none;
    }

    .storyteletxt {
        display: block;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #galeria {
        display: none;
    }

    #galeriatele {
        display: block;
    }

    #logo {
        display: none;
    }


    #nav {
        display: none;
    }

    #socials {
        display: none;
    }

    #capatxt {
        display: none;
    }

    #capateletxt {
        display: block;
    }

    #capa {
        display: none;
    }

    #socialstele {
        width: 100%;
        max-width: 188px;
        max-height: 21px;
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
    }


    .container {
        padding: 20px;
    }

    .slider-wrapper {
        position: relative;
        max-width: 360px;
        margin: 0 auto;
    }

    .slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        border-radius: 10px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .slider::-webkit-scrollbar {
        display: none;
    }

    .slider img {
        flex: 1 0 100%;
        scroll-snap-align: start;
        object-fit: cover;
    }

    .slider-nav {
        display: flex;
        column-gap: 10px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .slider-nav a {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.75;
        transition: opacity ease 250ms;
    }

    .slider-nav a:hover {
        opacity: 1;
    }

}