body, html {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-color: #000000;
    background-image: url("images/mi-museo-interactivo-bimbo-homer-cover-background-lgb-2025_mb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.main-container{
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-menu{
    position: absolute;
    top: 30px;
    left: 60px;
    right: 60px;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

@media (min-width:320px) and (max-width: 480px){
    .main-menu{
        left: 20px;
        right: 20px;
    }

}

.menu-logo{
    width: 117px;
    height: 26px; 
}  

.osito{
    position: absolute;
    right: 0px;
    bottom: -30%;
    width: 30%;
    height: auto;
} 

#contentArea{
    position: absolute;
    top: 110px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
    padding: 20px;
}
.scan-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.scan-card h2 {
    margin-bottom: 20px;
    color: #333333;
}

.scan-card p {
    margin-bottom: 30px;
    color: #666666;
}   

.qr-placeholder {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 2px dashed #cccccc;
    color: #999999;
    font-size: 16px;
    overflow: hidden !important;
    padding: 5px;
    border-radius: 12px;
}

.qr-code{
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

.scan-button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer; 
    margin-top: 30px;
    width: 200px;
}

.scan-button-red {
    background-color: #e50c0c;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer; 
    margin-top: 30px;
    width: 200px;
}

.scan-button:hover {
    background-color: #0056b3;
}

.gallery{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;

}

.wrap { 
    width: 400px; 
    margin: 0 auto; 
    padding: 0px; 
}

.box { 
    background:#ffffff; 
    border-radius:12px; 
    padding:5px; 
    display:flex; 
    justify-content:center; 
    align-items:center; 
}

video, img { 
    width:100%; 
    height:auto; 
    border-radius:8px; 
}

.meta { 
    margin-top:12px; 
    color:#aaa; 
    font-size:14px; 
}

a.btn { 
    color:#ffffff; 
    background:#0056b3; 
    padding:8px 12px; 
    border-radius:8px; 
    text-decoration:none; 
    margin-top:0px; 
} 