body {
    background-color: cornsilk;
}
/*Login*/
.input-group {
    width: 70vw !important;
    max-width: 70vw !important;
}
footer{
    width: 100vw;
    font-size: 11px;
}
.btn-cerrar-sesion {
    position: absolute;
    font-size: 28px;
    border-radius: 50%;
    color: white;
    padding: 12px;
    background-color: var(--bs-primary);
    width: 50px;
    height: 50px;
    margin: 15px 0px 0px 15px;
    transform: rotate(180deg);
}
/*Login*/
form {
    margin: 0;
}
.app-img-header {
    width: 30vw;
}
.app-title {
    margin-top: 5px;
    text-align: center;
    font-size: 30px;
}
.app-sub-title {
    margin-top: 5px;
    text-align: center;
    font-size: 22px;
}
.app-row {
    justify-content: center;
    display: flex;
}
.app-label {
    width: auto;
    margin-top: 5px ;
}
.app-row-submit {
    display: inline-flex;
    width: 100%;
    margin: 5px 0px 5px 0px;
    padding: 0px 130px 0px 130px;
}
.app-btn {
    border-radius: 10px;
    text-decoration: none;
    color: white;
    border: 0;
    width: 80vw;
    text-align: center;
    padding: 8px 0px 8px 0px;
    margin-top: 15px;
    font-size: 30px;
}
.app-btn-sm {
    border-radius: 5px;
    text-decoration: none;
    color: white;
    border: 0;
    width: 78px;
    text-align: center;
    padding: 3px 0px 3px 0px;
    font-size: 16px;
}
.app-btn-md {
    border-radius: 5px;
    text-decoration: none;
    color: white;
    border: 0;
    width: 130px;
    text-align: center;
    padding: 3px 0px 3px 0px;
    font-size: 16px;
}
.div-message {
    position: absolute;
    width: 100vw;
    background: #f3f3f3;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.code-0 {
    width: 65vw;
    height: 65vw;
    background-color: rgb(63, 194, 63);
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-align: center;
}
.code-1 {
    width: 65vw;
    height: 65vw;
    background-color: rgb(238, 40, 40);
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-align: center;
}
.fondo-verde {
    background-color: #28a745;
}
.fondo-rojo {
    background-color: #dc3545;
}
.fondo-azul {
    background-color: #118AB2;
}
.fondo-naranja {
    background-color: #dfaf14;
}
.fuente-verde {
    color: #28a745;
}
.fuente-rojo {
    color: #dc3545;
}
.fuente-azul {
    color: #118AB2;
}
.fuente-amarillo {
    color: #d5cd72;
}
#video-marca {
    height: 40vh;                /* Ocupa el 50% del alto de la ventana */
    width: 80vw;/* calc(50vh * 9 / 16 )Calcula ancho proporcional 16:9 */
    object-fit: cover;          /* Recorta sin deformar si es necesario */
    border-radius: 10px;
}
#video-novedad {
    width: 80vw;                /* Ocupa el 80% del ancho de la ventana */
    height: calc(80vw * 9 / 16);/* Calcula alto proporcional 16:9 */
    object-fit: cover;          /* Recorta sin deformar si es necesario */
    border-radius: 10px;
}
.boton-redondo-atras {
    position: absolute;
    font-size: 32px;
    border-radius: 50%;
    color: white;
    padding: 9px;
    background-color: var(--bs-primary);
    width: 50px;
    height: 50px;
    margin: 15px 0px 0px 15px;
}
#tabla-puntos {
    width: 100%;
    margin: 5px 10px 0px 10px;
}
#btnCentrar {
    display: block;
    text-align: center;
    margin: 2px 0px 8px 0px;
}
#container-video {
    display: none;
}
.container-mensaje {
    margin: 0px 50px 0px 50px;
}
.container-mensaje, input {
    height: 100px;
}
.appImgProfile {
    height: 20vh;
}