        .troca1 {
            position: absolute;
            top: 60%;
            left: 90%;
        }

        .troca2 {
            position: absolute;
            top: 22%;
            left: 14%;
        }


        .hotspot1 {
            flex-direction: row-reverse;
            top: 59%;
            right: 12%;
        }

        .hotspot1 .thumb-label {
            text-align: right;
        }

        .hotspot2 {
            top: 21%;
            left: 16%;
        }


        .linhaProdTroca2 {
            width: 50px;
            height: 1px;
            border-radius: 999px;
            background: #fff;

        }

        .bolaProdTroca2 {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);

        }

        .linhaProdTroca1 {
            width: 50px;
            height: 1px;
            border-radius: 999px;
            background: #fff;

        }

        .bolaProdTroca1 {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);

        }
        @media (max-width: 768px) {
            .thumb-label{
                padding-right: 2px;
                padding-left: 2px;
            }
            .linhaProdTroca1 {
                width: 20px;
            }

            .bolaProdTroca1 {
                width: 4px;
                height: 4px;
            }

            .linhaProdTroca2 {
                width: 20px;
            }

            .bolaProdTroca2 {
                width: 4px;
                height: 4px;
            }

            .troca1 {
                top: 60%;
                left: 90%;
            }

            .troca2 {
                top: 23%;
                left: 14%;
            }

            .hotspot1 {
                top: 58%;
                right: 14%;
            }

            .hotspot2 {
                top: 21%;
                left: 18%;
            }
        }