
        body {
            margin: 0;
            font-family: Arial, sans-serif;
        }

        /* Fondo general */
        body.main-view {
            background-image: url('../../imagenes/background/fondo-1.webp');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

        body.secondary-view {
            background-image: url('../../imagenes/background/fondo-2.webp');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

        .logo {
            width: 70%;
            padding-top: 30px;
            padding-bottom: 10px;
        }

        .texto-logo {
            width: 90%;
            padding-bottom: 30px;
        }

        .card-home {
            padding: 10px;
            width: 150px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .card-home:hover {
            transform: scale(1.05);
        }

        .action-button img {
            width: 100%;
            max-width: 200px;
            cursor: pointer;
        }

        .hidden {
            display: none;
        }

        .image-2-view {
            width: 80%;
            max-width: 300px;
            margin: 10px auto;
        }

        .product-images img {
            width: 50%;
            max-width: 300px;
            margin: 20px auto;
        }
        .product-images{
            padding-top: 10%;
            width: 80%;
        }

        .back-button {
            background: none;
            border: 2px solid #d63384;
            color: #d63384;
            padding: 10px 20px;
            border-radius: 15px;
            cursor: pointer;
            margin-top: 20px;
            font-size: 16px;
        }

        /* Modal de Video */
        .video-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .video-container video {
            max-width: 90%;
            max-height: 90vh;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
            border-radius: 10px;
        }

        .final-product-image-booster {
            width: 80%;
            height: auto;
        }
        
        .final-product-image-exosome {
            width: 100%;
            height: auto;
        }

        @media (min-width: 768px) {
            .container{
                max-width: 600px;
            }
            .card-home {
                width: 200px;
            }

          
        .product-images img {
            width: 50%;
            max-width: 300px;
            margin: 20px auto;
        }
        .product-images{
            width: 80%;
        }



        .final-product-image-booster {
            width: 60%;
            height: auto;
        }
      



        }



        @media (min-width: 900px) {

            .image-2-view {
                padding-top: 70px;
                width: 100%;
                max-width: 460px;
            margin: 10px auto;
        }
            .final-product-image-booster {
                width: 10%;
                height: auto;
            }
            .container{
                max-width: 600px;
            }
            .card-home {
                width: 240px;
            }

          
          

        .product-images img {
            width: 50%;
            max-width: 300px;
            margin: 20px auto;
        }
        .product-images{
            width: 100%;
        }
        }





        @media (min-width: 1024px) {

            .image-2-view {
                padding-top: 70px;
                width: 100%;
                max-width: 460px;
            margin: 10px auto;
        }

            .final-product-image-booster {
                width: 90%;
                height: auto;
            }
            .container{
                width: 900px;
            }
            .logo {
                width: 90%;
                padding-top: 50px;
                padding-bottom: 40px;
            }

            .texto-logo {
                padding-bottom: 50px;
            }

            .card-home {
                width: 250px;
            }
        }

        @media (min-width: 1080px) {
            .logo {
                width: 60%;
                padding-top: 50px;
                padding-bottom: 40px;
            }

            .final-product-image-booster {
                width: 60%;
                height: auto;
            }
            .container {
                max-width: 100%;
            }
            .card-home {
                width: 350px;
            }

            .image-2-view {
                padding-top: 70px;
                width: 100%;
                max-width: 460px;
            margin: 10px auto;
        }
        }

        @media (min-width: 1440px) {
            .image-2-view {
                padding-top: 10px !important;
            width: 80%;
            max-width: 300px;
            margin: 10px auto;
        }
            .container {
                max-width: 35%;
            }
            .card-home {
                width: 160px;
            }
        }
    