.pluginpopup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999999;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    top: 0;
    flex-direction: column-reverse;
}

.pluginpopup .contpadding {
    max-width: 500px;
    width: 100%;
    height: auto;
    position: relative;
}

.pluginpopup .contpadding .fecharpluginpoup {
    position: absolute;
    top: 0;
    color: red;
    z-index: 999;
    margin: 10px;
    font-size: 17px;
    font-weight: bold;
    right: 0;
    transition: .2s;
    padding: 10px 15px;
}

.pluginpopup .contpadding .fecharpluginpoup:hover {
    background-color: red;
    color: #fff;
    cursor: pointer;
}

.pluginpopup .contpadding .foto {
    width: 100%;
}

.pluginpopup .contpadding .foto img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.3);
}

.pluginpopup .pagers {
    display: flex;
    z-index: 999;
    margin-bottom: -35px;
}

.pluginpopup .pagers span {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
    color: transparent;
    border: 2px solid #fff;
    margin-right: 10px;
    transition: .2s;
    cursor: pointer;
}

.pluginpopup .pagers span:last-child {
    margin-right: 0;
}

.pluginpopup .pagers .cycle-pager-active {
    background-color: #fff;
}
