/* Global */
html,
body {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    scroll-behavior: smooth;
    line-height: 1.5em;
    background: #fff;
    color: #000;
    width: 100%;
    overflow-x: hidden;
}
a,
button {
    outline: 0 none;
    color: #5238ae; 
}

a:focus,
button:focus {
    outline: 0 none;
}

ul,
ol {
    padding: 0;
    margin: 15px 0;
    list-style-position: inside;
}

i {
    font-size: 90px;
}
h1, h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 50px;
}
.color{
    color: #5238ae;
}
.mid {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.mid2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.large {
    font-size: 36px;
    font-weight: 900;
    line-height: 42px;
}
.spacer {
    width: 30px;
    height: 30px;
}
.page-content {
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.min{
    max-width: 650px;
    margin: 0 auto;
}
.colm{
    display: flex;
    align-items: center;
}
.full-circle {
    color: #000;
    padding: 25px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background: rgb(190,173,225);
    background: -moz-linear-gradient(90deg, rgba(190,173,225,1) 0%, rgba(139,105,213,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(190,173,225,1) 0%, rgba(139,105,213,1) 100%);
    background: linear-gradient(90deg, rgba(190,173,225,1) 0%, rgba(139,105,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#beade1",endColorstr="#8b69d5",GradientType=1);
    text-align: center;
    justify-content: center;
    max-width: 70px;
}
.border-circle {
    padding: 23px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-color: #000;
    border:2px solid;
    border-color: rgb(190,173,225);
    border-color: -moz-linear-gradient(90deg, rgba(190,173,225,1) 0%, rgba(139,105,213,1) 100%);
    border-color: -webkit-linear-gradient(90deg, rgba(190,173,225,1) 0%, rgba(139,105,213,1) 100%);
    border-color: linear-gradient(90deg, rgba(190,173,225,1) 0%, rgba(139,105,213,1) 100%);
    text-align: center;
    justify-content: center;
    max-width: 70px;
}

/* Device check */
.show-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }
}

/* Header */
.tre-header {
    background: #000;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tre-header img {
    width: 200px;
}

/* Section */
section {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}



/* Intro */
section#intro .wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    height: 100%;
}
section#intro {
    position: relative;
    overflow: hidden;
    color: #000;
    background: #eae9ed url(./img/1-main.jpg) right top no-repeat;
    height: 426px;
    max-height: 426px;
}
section#intro svg {
    margin-bottom: 50px;
}

section#intro h1 {
    font-size: 40px;
    margin: 0;
    max-width: 50%;
    text-transform: uppercase;
}


/* Beneficios */
section#beneficios h3{
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #0000007d url(./img/2-main.jpg) center top no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    align-items: flex-end;
    padding: 120px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 900;
}
section#beneficios-2 {
    margin-bottom: 0;
}
section#beneficios-2{
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #141516;
    padding: 70px;
}
section#beneficios-2 h2{
    margin-bottom: 50px;
    text-align: center;
    font-weight: 300;
}
section#beneficios-2 .row{
    justify-content: center;
    margin-top: 50px;
}
section#beneficios-2 .col-sm{
    margin-left: 20px;
    line-height: 21px;
}
section#beneficios-3 {
    color: #fff;
    padding: 70px;
    background: rgb(190,173,225);
    background: -moz-linear-gradient(90deg, rgba(190,173,225,1) 0%, rgba(139,105,213,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(190,173,225,1) 0%, rgba(139,105,213,1) 100%);
    background: linear-gradient(90deg, rgba(190,173,225,1) 0%, rgba(139,105,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#beade1",endColorstr="#8b69d5",GradientType=1);
    justify-content: center;
    align-self: center;
}
section#beneficios-3 .mid{
    margin-bottom: .5rem;
    text-transform: uppercase;
}
section#beneficios-3 img{
    width: 100%;
}
section#beneficios-3 .min{
    max-width: 850px;
}
section#beneficios-3 .col-md-9{
    align-self: center;
}

/* Rutina */
section#rutina  {
    text-align: center;
}
section#rutina img {
    display: block;
    margin: 15px auto;
}
section#rutina .steps span{
    display: block;
    border-bottom: 1px solid;
    font-weight: 600;
    padding: 0 0 15px;
}
section#rutina .steps p{
    padding-top: 10px;
}
section#rutina .min{
    max-width: 380px;
    margin: 50px auto;
}

/* Serum */
section#serum h2{
    position: relative;
    overflow: hidden;
    color: #000;
    background: url(./img/6-main.jpg) center top no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    align-items: flex-end;
    padding: 191px;
    text-align: center;
    margin-bottom: 50px;
    max-height: 420px;
}
section#serum .row{
    justify-content: center;
    margin-top: 50px;
    text-align: center;
}
section#serum img{
    margin-bottom: 30px;
}
section#serum svg{
    position: relative;
    margin: 0 auto;
    display: block;
    top: -130px;
}

/* Testing */


/* Review */
section#review{
    position: relative;
    overflow: hidden;
    color: #fff;
    background: url(./img/7-2.jpg) left top no-repeat;
    background-size: contain;
    background-blend-mode: overlay;
    align-items: flex-end;
    padding: 112px 0;
    text-align: center;
    margin-bottom: 50px;
}
section#review div{
    background-color: #5238ae;
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
} 
section#review p{
    width: 315px;
    text-align: right;
    margin: 0 auto;
    background-color: white;
    padding: 15px 0;
} 

/* Pasos */
section#pasos{
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #000;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: left;
    text-align: center;
    margin-bottom: 0;
}
section#pasos p.color{
    color: #f15d5d;
} 
section#pasos h2{
    text-align: center;
    margin-bottom: 50px;
} 
section#pasos svg{
    margin-right: 30px;
} 
section#pasos a{
    color: white;
}

/**
* Parallax animations
*/
section:not([data-parallax-stop="true"]) [data-parallax]:not(.done),
footer [data-parallax]:not(.done) {
    opacity: 0;
}

.from {
    transition: none;
}

.to {
    transition: opacity 900ms linear, transform 500ms linear, filter 500ms linear;
    opacity: 1 !important;
    transform: translateX(0) !important;
    ;
    transform: translateY(0) !important;
    ;
    transform: scale(1) !important;
    ;
    transform: skew(0, 0) !important;
    ;
    filter: blur(0) !important;
}




@media screen and (max-width: 768px) {
    section#intro h1 {
        font-size: 30px;
        max-width: 100%;
        background-color: white;
        padding: 10px;
    }
    section#intro svg{
        background-color: white;
        padding: 10px;
    }
    .colm {
        flex-direction: column;
    }
    section#beneficios h2 {
        padding: 60px 20px;
    }
    section#beneficios-2, section#beneficios-3 {
        padding: 70px 30px;
    }
    section#beneficios-3 img{
        margin: 0 auto 30px;
        position: relative;
        display: block;
        width: 80%;
    }
    section#serum h2 {
        padding: 50px 30px;
    }
    section#serum svg {
        top: -80px;
        height: 100px;
    }

}
