* {
    margin: 0;
    padding: 0 auto;
    border: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.change-container {
    font-family: "Poppins", sans-serif;
    background: no-repeat center url(../img/logo_bg.png) white;
    background-size: 100% 100vw;
    /* height: 100vh; */
    padding-bottom: 100px;
}

.section-sin-ful {
    padding-bottom: 0;
}

.change-container h2,
.change-container h3 {
    text-align: center;
}
.change-container h3 {
    padding-top: 50px;
    letter-spacing: 1.5vh;
    font-weight: 500;
}
.change-container h2 {
    margin-top: 20px;
    font-weight: 100;
    font-size: 7.5vw;
    letter-spacing: 0px;
}
.change-container h2 span {
    font-weight: 900;
}

.change-container button {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 70%;
    margin: 35px 15% auto;
    background-color: transparent;
    border: solid 2px black;
    border-radius: 0;
    transform: skewX(-15deg);
    margin-bottom: 10px;
}
.change-container button span {
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
.change-container button:hover {
    color: white;
    background-color: black;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Before And After */

div#comparison {
    width: 70vw;
    height: 70vw;
    margin: 10px 15vw auto;
    max-width: 600px;
    max-height: 600px;
    overflow: hidden;
}
div#comparison figure {
    background-image: url(../img/photoshop-face-before.jpg);
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
div#comparison figure > img {
    position: relative;
    width: 100%;
}
div#comparison figure div {
    background-image: url(../img/photoshop-face-after.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -2rem;
    left: -2%;
    background-color: rgba(255, 255, 255, 0.1);
    width: 102%;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]:active {
    outline: none;
}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    outline: none;
}
input[type="range"]::active {
    border: none;
    outline: none;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
    border-radius: 0;
}
input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
    border-radius: 0;
}
input[type="range"]:focus::-webkit-slider-thumb {
    background: rgba(255, 255, 255, 0.5);
}
input[type="range"]:focus::-moz-range-thumb {
    background: rgba(255, 255, 255, 0.5);
}

/*
****************************************************************************
***********************************tablet***********************************
****************************************************************************
*/

@media (min-width: 768px) {
    .change-container {
        background: no-repeat center url(../img/logo_bg.png) white;
        background-size: auto 50vw;
    }
    .cont-change {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 10%;
        padding-bottom: 5%;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 100%;
        grid-column-gap: 6%;
        grid-row-gap: 50%;
    }
    div#comparison {
        width: 30vw;
        height: 30vw;
        margin: 10px 0vw auto;
        max-width: 600px;
        max-height: 600px;
        overflow: hidden;
    }
    .change-container h2 {
        margin-top: 20px;
        font-weight: 100;
        font-size: 3.5vw;
        letter-spacing: 0px;
    }
    .change-container h2,
    .change-container h3 {
        text-align: right;
    }
    .change-container button {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 90%;
        /* margin: 35px 30% auto; */
        background-color: transparent;
        border: solid 2px black;
        border-radius: 0;
        transform: skewX(-15deg);
        margin-bottom: 10px;
    }
    .change-container button span {
        -ms-transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        font-size: 2vw;
    }
    
}
.img-end-banner {
    width: 20%;
    padding: 7px;
}

/*
****************************************************************************
*******************************Escritorio***********************************
****************************************************************************
*/

@media (min-width: 1025px) {
    .change-container {
        background: no-repeat center fixed url(../img/logo_bg.png) white;
        background-size: auto 50vw;
    }
    .cont-change {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 10%;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 100%;
        grid-column-gap: 6%;
        grid-row-gap: 50%;
    }
    div#comparison {
        width: 25vw;
        height: 25vw;
        margin: 10px 0vw auto;
        max-width: 600px;
        max-height: 600px;
        overflow: hidden;
    }
    .change-container h2 {
        margin-top: 20px;
        font-weight: 100;
        font-size: 2.5vw;
        letter-spacing: 0px;
    }
    .change-container h2,
    .change-container h3 {
        text-align: right;
    }
    .change-container button {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 40%;
        margin: 35px 60% 0;
        background-color: transparent;
        border: solid 2px black;
        border-radius: 0;
        transform: skewX(-15deg);
        margin-bottom: 10px;
    }
    .text-before{
        padding-top: 150px;
    }
    .change-container button span {
        -ms-transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
        font-size: 1vw;
    }
}
