* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


img,
svg,
video {
    width: 100%;
    display: block;
    height: auto;
}

:root {
    --color-bg: #fff6d2;
    --color-dark: #180e05;
    --color-sky: #88d7ff;
    --color-gold: #ffd426;
    --color-cream: #fff6d2;
    --color-green: #195d00;
    --color-red: #FF2020;
    --font-cinzel: 'Cinzel Decorative', serif;
    --font-noto: 'Noto Sans', sans-serif;

}

main {
    position: relative;

    transform-origin: top left;
    overflow: visible;
}


.grelha {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;

}


.max {
    width: 100%;
    max-width: 1200px;
    overflow: visible;
    margin: 0 auto;
}

@font-face {
    font-family: Cinzel Decorative;
    src: url(fontes/CinzelDecorative-Regular.ttf);

    font-family: Noto Sans;
    src: url(fontes/NotoSans-VariableFont_wdth\,wght.ttf);
}

body {
    background-color: var(--color-bg);
        overflow-x: hidden;

}

b{
    color: var( --color-red);
}

a {
   font-family: var(--font-noto);
    color: var(--color-dark);
    text-decoration: none;
    margin-right: 24px;
}

button {
   font-family: var(--font-noto);
   font-weight: bold;
   font-size: 20px;
    color: var(--color-dark);
    text-decoration: none;
    margin-right: 24px;
    border-color: none;

}

h2 {
   font-family: var(--font-cinzel);
    margin-bottom: 42px;
    font-size: 24px;
        color: var(--color-dark);
}

h1 {
    font-family: var(--font-cinzel);
    font-size: 40px;
        color: var(--color-dark);
}

p {
    font-family: var(--font-noto);
    font-size: 18px;
    margin-top: 30px;
        color: var(--color-dark);
}

h6 {
    font-family: var(--font-noto);
    font-size: 14px;
    font-weight: 400;
        color: var(--color-dark);
}







.blue {
    background-color: var(--color-sky);
  
   

    display: block;
    width: 100vw;
    position: relative;
    width: 100%;
    left: 0px;
    margin-left: 0vw;
    margin-right: 0vw;
}

header {
    width: 100%;
    background-color: var(--color-sky);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}




#ham {
    display: none;
}

#laide {
    transition: height .5s;
    position: fixed;
    z-index: 100000000000000000;
    width: 100%;
    max-width: 100vw;
    height: 0;
    top: 248px;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #88d7ff;
    overflow: hidden;
}

.menuopen{
    height: 100vh !important;
}

.accountmob {
    display: none;
}




#logo {
    width: 102px;
    grid-column: 1/3;
    align-self: center;
    justify-self: flex-start;
    margin-top: 37px;
    margin-bottom: 37px;
}


nav {

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    grid-column: 4/13;
    font-family: Noto Sans
}

.account {
    width: 28px;
}


#brown {
    background-color: var(--color-dark);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding: 60px 0;

    grid-row: 4;
    grid-column: 1/-1;
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


footer {
    color: var(--color-bg);
    padding: 60px 20px;

    padding-top: 160px;
    grid-template-rows: auto auto auto auto;

    align-items: center;
    gap: 24px;

    text-align: left;


}


.lineup {
    grid-column: 3/6;
    grid-row: 1;
        color: var(--color-bg);
}


.inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: left;

}




.inline:first-of-type {
    margin-bottom: 10px;
    height: 38px;
    grid-column: 8/11;
    grid-row-start: 2;
    margin-top: 30px;
    grid-row: 1;
    align-self: start;

}

.inline:last-of-type {
    margin-bottom: 0px;
    height: 38px;
    grid-column: 8/11;
    grid-row-start: 3;
    margin-top: 30px;
    grid-row: 2;

}

.lineup:first-of-type {
    margin-bottom: 10px;
    height: 38px;
    grid-column: 3/6;
    grid-row-start: 2;
    margin-top: 30px;
    grid-row: 1;
    align-self: start;

}

.lineup:last-of-type {
    margin-bottom: 0px;
    height: 38px;
    grid-column: 3/6;
    grid-row-start: 3;
    margin-top: 30px;
    grid-row: 2;


}

.top {
    margin-top: 40px;
    margin-bottom: 40px;
}

.lineup {
    margin-top: 40px;
    margin-bottom: 40px;
    grid-row-start: 3;
    margin-top: 30px;
    grid-row: 1;
        color: var(--color-bg);

}

.inline img {
    width: 32px;
    height: auto;
}



#smaller {
    width: 62px;

}




#line {
    display: inline-flex;
    grid-column: 1/10;


    align-content: center;

}

#spacegirl {
    grid-column: 11/13;
    text-align: end;

    align-content: center;
}



.scale-outer {
    position: relative;
    width: 100%;
}


@media only screen and (max-width: 780px) and (min-width: 360px) {


  

    h1 {
        font-size: 25px;
        font-family: Cinzel Decorative;
    }

    h2 {
        font-size: 18px;

    }

    p {
        font-size: 18px;
    }

    h6 {
        font-size: 10px;
    }



.max{
            grid-template-columns: repeat(12, minmax(0px, 1fr));
            
}

#logo{
    width: 100%;
    grid-column: 1/5;
}



    #ham {
        display: block;
        grid-column: 13;
        grid-row: 1;
        justify-self: end;
        align-self: center;
        width: 55px;
        height: 33px;
    }

    nav {
        flex-wrap: wrap;
        align-self: center;
        justify-content: flex-end;
        grid-column: 4/13;
        flex-direction: row;
    }

    .c {
        display: none;
    }

    .account {
        display: none;
    }

    .accountmob {
        display: block;
    }

    #mobileicons .accountmob {
        width: 33px;
        height: 33px;
    }


    #mobileicons {
        display: flex;
        flex-direction: row;
        gap: 15px;
        grid-column: 10 / 13;
        grid-row: 1;
        justify-self: end;
        align-self: center;
        width: auto;
        height: auto;
    }

        #xis {
        grid-column: 10/13;
        grid-row: 1;
        position: absolute;
        top: 90px;
        right: 20px;
        width: 30px;
        height: 30px;
        z-index: 10;
        width: 50px;
        height: 50px;
    }

    #menus {
        grid-column: 2/12;
        font-size: 40px;
        display: flex;
        gap: 40px;
        flex-direction: column;
        text-align: center;

    }


html, body {
    overflow-x: hidden;
    max-width: 100%;
}




    #branco {
        grid-column: 1/3;
        grid-row: 1;
        width: 100%;
        height: auto;
        object-fit: contain;
                       min-width: 0px;
        overflow: visible;
        white-space: normal;
    }

    .lineup:first-of-type {
        grid-row: 3;
        grid-column: 3/11;
        width:auto;
        justify-self: center;
        margin-bottom: 20px;
                       min-width: 0px;
        overflow: visible;
        white-space: normal;

    }

    .lineup:last-of-type {
        grid-row: 4;
        grid-column: 3/11;
        margin-bottom: 100px;
                       min-width: 0px;
        overflow: visible;
        white-space: normal;

    }

    .inline:first-of-type {
        grid-row: 1;
        grid-column: 3/11;
                min-width: 0px;
                flex-direction: row;
        overflow: visible;
        gap: 10px;

        display: flex;
        white-space: normal;
        flex-wrap: nowrap;
    }

    .inline:last-of-type {
        grid-row: 2;
        grid-column: 3/11;
                min-width: 0px;
                flex-direction: row;
        overflow: visible;
        gap: 10px;

        display: flex;
        white-space: normal;
        flex-wrap: nowrap;
    }

    #spacegirl{
        grid-column: 1/13;
        grid-row: 1;
        text-align: right;
    }

    #line{
        grid-column: 1/13;
        grid-row: 1;
        margin: 0;
        column-gap: 0;
        white-space: nowrap;
        flex-wrap: wrap;
        overflow: visible;
        gap: 0px;
        min-width: 360px;
    }

    #out{
        width: auto;
        max-width: 100%;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    

    a{
        margin-right: 0px;
    }
    }
