/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7ltcxzrhdw] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #001938;
    color: #d6d5d5;
    text-align: center;
}

main[b-7ltcxzrhdw] {
    flex: 1;
}

.top-row[b-7ltcxzrhdw] {
    background-color: #001938;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.footer[b-7ltcxzrhdw] {
    background-color: #001938;
    border-top: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.video-container[b-7ltcxzrhdw] {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 40%; /* Relaci�n de aspecto 16:9 (alto/ancho = 9/16 = 0.5625) */
    overflow: hidden;
    margin: 0;
}

    .video-container video[b-7ltcxzrhdw] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; /* Ajusta el video para llenar el contenedor */
    }



