body {
            margin: 0;
            padding: 0;
        }

        #video-section {
            position: relative;
            width: 100%;
            /*min-height: 100vh;*/
            height: 100%;
            overflow: hidden;
        }

        #video-background {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente sobre el video */
        }

        .content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
        }

        .seccion {
            padding: 20px;
            text-align: center;
            color: white;
            background-color: #333;
            margin: 20px 0;
        }.altura-500px {
    height: 500px;
}
