﻿.divDiapositivas {
    position: unset;
    margin: unset;
    min-width: unset;
    width: 100%;
    height: calc(56.25vw);
    max-height: 100dvh;
    max-width: 177.78vh;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .divDiapositivas .divDiapositiva {
        position: absolute;
        width: 100%;
        height: 100%;
        display: none;
        top: 0;
        left: 0;
    }

        .divDiapositivas .divDiapositiva .prev {
            float: left;
            width: 50%;
            height: 100%;
            display: inline-block;
            background: transparent;
            opacity: 0.2;
        }

            .divDiapositivas .divDiapositiva .prev .previcon {
                position: absolute;
                bottom: 8%;
                left: 1%;
                color: white;
                font-size: 3em;
            }

                .divDiapositivas .divDiapositiva .prev .previcon:hover {
                    cursor: pointer;
                }

            .divDiapositivas .divDiapositiva .prev:hover {
                opacity: 1;
            }

        .divDiapositivas .divDiapositiva .next {
            float: right;
            width: 50%;
            height: 100%;
            display: inline-block;
            background: transparent;
            opacity: 0.2;
            z-index: 94;
            position: absolute;
            right: 0;
        }

            .divDiapositivas .divDiapositiva .next .nexticon {
                position: absolute;
                bottom: 8%;
                right: 1%;
                color: white;
                font-size: 3em;
            }

                .divDiapositivas .divDiapositiva .next .nexticon:hover {
                    cursor: pointer;
                }

            .divDiapositivas .divDiapositiva .next:hover {
                opacity: 1;
            }

        .divDiapositivas .divDiapositiva .vervideo {
            position: absolute;
            top: 5%;
            left: 2%;
            background-color: white;
            opacity: 0.2;
            color: black;
            border-radius: 5px;
            padding: 5px;
            font-weight: bold;
            cursor: pointer;
            z-index: 90;
        }

            .divDiapositivas .divDiapositiva .vervideo:hover {
                opacity: 1;
            }

        .divDiapositivas .verminiaturas {
            position: absolute;
            bottom: 0%;
            left: 12%;
            background-color: white;
            opacity: 0.2;
            color: black;
            border-radius: 5px;
            padding: 5px;
            font-weight: bold;
            cursor: pointer;
            z-index: 90;
        }

            .divDiapositivas .verminiaturas:hover {
                opacity: 1;
            }

        .divDiapositivas .divDiapositiva .verejercicio {
            position: absolute;
            background-color: transparent;
            color: black;
            border-radius: 5px;
            padding: 10px;
            font-weight: bold;
            cursor: pointer;
            z-index: 95;
            top: 21%;
            left: calc(21%);
            font-size: 2em;
            width: 56%;
            height: 45%;
        }

/*.divDiaposThumbsWrapper {
    min-width: unset;
    max-width: 177.78vh;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 95;
    background-color: none;
    padding-top: 1%;
    padding-bottom: 1%;
    min-height: 8vh;

    width: 80%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.divDiaposThumbsWrapper:hover {
    width:100%;
}

    .divDiaposThumbsWrapper:hover .divDiaposThumbs {
        display:block;
    }*/

.divDiaposThumbs {
    min-width: unset;
    width: 90%;
    max-width: 177.78vh;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background-color: rgba(255,255,255,0.5);
    overflow: hidden;
    overflow-y: hidden;
    height: calc(56.25vw - 10vh);
    max-height: calc(100dvh - 10vh);
    overflow-y: auto;
    padding-left: 5%;
    padding-right: 5%;
    top: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display:none;
}

    .divDiaposThumbs .divDiapoThumb {
        display: inline-block;
        cursor: pointer;
        position: relative;
        bottom: 0;
        margin-left: 0.5%;
    }

        .divDiaposThumbs .divDiapoThumb img {
            width: 40px;
            position: relative;
            width: 300px;
            z-index: 99;
        }

   /* .divDiaposThumbs:hover {
        height: calc(56.25vw - 2vw);
        max-height: 100dvh;
        overflow-y: auto;
    }*/

       /* .divDiaposThumbs:hover .divDiapoThumb img {
            width: 300px;
            z-index: 99;
        }*/

@media (max-device-width:  961px) {

    .divDiapositivas .divDiapositiva .vervideo {
        top: 10%;
    }
}
