.page-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
}

.images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 80vh;
}

.images-compare-after {
    pointer-events: none;
}

.images-compare-separator {
    position: absolute;
    /*background: rgba(255,255,255,0.30);*/
	background: url("../images/Sliders/SeparatorLine.png") center center no-repeat;
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0;
    top: 0;
}

.images-compare-handle {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 5;
    cursor: pointer;
    background: url("../svg/Setas.svg") center center no-repeat;
	background-size: 50px;
}


/* Label */
.images-compare-label {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: rgb(0, 0, 0);
    color: rgba(0, 0, 0, 0.4);
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 5px;
    pointer-events: none;
    display: none;
}

.images-compare-container .images-compare-label {
    display: inherit;
}

.images-compare-before .images-compare-label {
    left: 10px;
}

.images-compare-after .images-compare-label {
    left: auto;
    right: 10px;
}





.BtnSem {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    z-index: 500;
    margin-top: -20px;
    background: #0a688b;
    border-radius: none!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    color: #6dcff6;
    outline: none;
    padding: 12px;
    border: none;
}

.BtnCom {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    z-index: 500;
    margin-top: -20px;
    background: #0a688b;
    border-radius: none!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    color: #6dcff6;
    outline: none;
    padding: 12px;
    border: none;
}