

        body {
            font-family: Arial, sans-serif;
            text-align: center;
            padding: 5px;
            color: #000;
            position: relative;
        }

        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://upgradeindustria.com/wp-content/uploads/2024/11/slimBodas.png') no-repeat center center fixed;
            background-size: cover;
            opacity: 0.2; /* Opacidad del fondo */
            z-index: -1; /* Coloca la imagen detrás del contenido */
        }
        .container {
            background: rgba(255, 255, 255, 0.6); /* Fondo translúcido para el contenedor */
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: inline-block;
            text-align: center;
        }
        h1 {
            text-align: center;
            color: #046b96;
            margin: 5px 0;
        }

        h2 {
            text-align: center;
            color: #046b96;
            margin: 5px 0;
        }

        h3 {
            text-align: center;
            color: #046b96;
            font-size: 18px;
        }

        p {
            margin: 10px 0;
            text-align: center;
        }
        .button-container {
            text-align: center;
            margin: 1px 0;
        }
        button {
            padding: 10px 20px;
            font-size: 18px;
            margin: 10px;
            background-color: #0492d1 ;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        button:hover {
            background-color: #046b96 ;
        }
        
        .contact {
            margin-top: 30px;
            font-size: 16px;
            text-align: center;
        }  
        .video-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;
            opacity: 0.25;
        }

        .SelectFecha {
            padding: 10px 20px;
            font-size: 14px;
            margin: 10px;
        }

     