html {
    background-color: #2B364D;
}

#main {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    height: 85vh;
    width: auto;
    background-image: url("/assets/bg-mobile.png");
    /* background-image: url("/assets/bg-desktop.png"); */
    background-size: cover;
    background-position: top;
    overflow: hidden;
}

#img-top {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
}

#img-top img {
    width: 95%;
    max-width: 600px;
}

#img-left-desktop,
#img-right-desktop,
#qr {
    display: none;
}

#bottle img {
    margin: 20px 0px;
    height: 30vh;
    display: none;
}

#text {
    font-size: 0.5em;
    text-align: center;
    width: 90%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 180%;
    z-index: 1;
}

#img-center-mobile {
    height: 32vh;
    margin: 3vh 0;
    position: relative;
    /* overflow: hidden; */
    width: 100%;
}

#img-center-mobile img {
    /* height: 60vh; */
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

#img-center-mobile img:nth-child(1) {
    transform: translate(-75%, 0);
}

#img-center-mobile img:nth-child(2) {
    transform: translate(0%, 0);
}

#img-center-mobile img:nth-child(3) {
    top: 50%;
    left: 50%;
    height: 255%;
    z-index: 0;
    transform: translateX(-25%) rotateZ(2deg);
}

#blue-label-logo-mobile {
    width: 45%;
    padding-bottom: 3vh;
    z-index: 1;
}


@media screen and (min-width: 600px) {
    #bottle-bg-mobile {
        display: none;
    }
}

#bottle-showcase {
    display: none;
}

#cta-mobile {
    text-align: center;
    color: #F8B02E;
    z-index: 1;
}

#cta-mobile button {
    color: black;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 4px;
    border: none;
    margin-bottom: 10%;
}

#footer {
    /* padding: 5vh 0px; */
    display: flex;
    height: 15vh;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #2B364D;
}

#texto-legal {
    color: #A6A6A6;
    /* border: 1px solid red; */
    font-size: 0.45em;
    font-family: 'Montserrat', sans-serif;

}

#footer img {
    height: 80%;
    /* margin: 30%; */
    padding: 15px;
}

model-viewer {
    height: 8vh;
}

/* @media screen and (min-width: 320px) {
    #main {
        height: 100%;
    }
} */


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

model-viewer::part(default-progress-bar) {
    height: 5vh;
    background-color: #1c3f58;
    margin-bottom: 1vh;
    border-radius: 20px;
}