@import url("header.css?v=1.21");
@import url("footer.css?v=1.21");
@import url("video.css?v=1.21");




/* FUENTES */

@font-face {
    font-family: Graphik-Extralight-Web;
    src: url('../fonts/Graphik-Extralight-Web.woff2') format('woff2')
}

@font-face {
    font-family: Graphik-Medium-Web;
    src: url('../fonts/Graphik-Medium-Web.woff2') format('woff2')
}

@font-face {
    font-family: Graphik-Regular-Web;
    src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2')
}

@font-face {
    font-family: Graphik-Semibold-Web;
    src: url('../fonts/Graphik-Semibold-Web.woff2') format('woff2')
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Graphik-Regular-Web', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    background: #151e28;
}

body {
    background: #151e28;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.prez-wrapper {
    color: white;
    min-height: calc(100vh - 159px);
}

section.prez-wrapper .prez-content-wrapper {
    position: relative;
    margin: 14vh auto 20px;
    padding: 20px 10px;
    width: calc(100% - 20px);
    max-width: 600px;
    height: auto;
    background-color: #151e2844;
    box-shadow: 0px 10px 30px 5px #0002;
    perspective: 800px;
}

section.prez-wrapper .prez-content-wrapper.prez-content-wrapper-home {
}

section.prez-wrapper .prez-content-wrapper .prez-content-text {
    text-align: center;
}

section.prez-wrapper .prez-content-wrapper .prez-content-text h1.prez-title {
    font-family: 'Graphik-Extralight-Web', sans-serif;
    font-size: 24pt;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-weight: 100;
}

section.prez-wrapper .prez-content-wrapper .prez-content-text img.prez-img {
    position: relative;
    display: flex;
    margin: 1vh auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    opacity: 1;
}

.loaded.share section.prez-wrapper .prez-content-wrapper .prez-content-text img.prez-img {
    transform: rotateY(-15deg) scale(.8);
    animation: 4s prez-img-portada forwards;
}

@media only screen and (min-width: 700px) {
    .loaded.share section.prez-wrapper .prez-content-wrapper .prez-content-text img.prez-img {
        transform: rotateY(-15deg) scale(.8);
        animation: 4s prez-img-portada forwards;
        margin: 7vh auto;
        max-height: 40vh;
    }

    section.prez-wrapper .prez-content-wrapper .prez-content-text img.prez-img {
        margin: 1vh auto;
        max-height: none;
    }
}

@keyframes prez-img-portada {
    to {
        transform: rotateY(25deg) scale(1);
        opacity: 1;
    }
}

section.prez-wrapper .prez-content-wrapper .prez-content-text h3.prez-description {
    font-family: 'Graphik-Regular-Web', sans-serif;
    margin-top: 20px;
    font-size: 10pt;
    line-height: 1.4;
    font-weight: 300;
}

section.prez-wrapper .prez-content-wrapper .prez-content-text h3.prez-copyright {
    font-family: 'Graphik-Regular-Web', sans-serif;
    margin-top: 20px;
    font-size: 10pt;
    line-height: 1.4;
    font-weight: 300;
}

section.prez-wrapper .prez-content-wrapper .prez-content-text p.prez-bullets {
    font-family: 'Graphik-Extralight-Web', sans-serif;
    margin-top: 20px;
    font-size: 10pt;
    line-height: 1.6;
    font-weight: 300;
    text-align: justify;
}

section.prez-wrapper .prez-content-wrapper .prez-content-text p.prez-price {
    font-family: 'Graphik-Regular-Web', sans-serif;
}

section.prez-wrapper .prez-content-wrapper .prez-content-text div.prez-cta {
    font-family: 'Graphik-Regular-Web', sans-serif;
}

section.prez-wrapper .prez-content-wrapper .prez-btn {
    display: block;
    height: 56px;
    width: 100%;
    min-width: 136px;
    margin: 0 auto;
    padding: 20px 0;
    border: none;
    font-size: 14pt;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(45deg, #2DBD9D 0%, #72DE93 100%);
    color: #fff !important;
    box-shadow: 0px 5px 10px #0003;
    transform: translateY(0) translate3d(0, -20px, 90px) scale(.8);
    transition: box-shadow 0.4s ease, transform 0.1s ease;
}


section.prez-wrapper .prez-content-wrapper .prez-btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(0) translate3d(0, -22px, 90px) scale(.8);
}

section.prez-wrapper .prez-content-wrapper .prez-btn.prez-btn-ios,
section.prez-wrapper .prez-content-wrapper .prez-btn.prez-btn-android {
    margin: 0 2%;
    width: 44%;
    display: inline-block;
    background-image: url(../assets/ios-play-badge.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    box-shadow: none;
    filter: drop-shadow(0px 5px 3px #00000066);
transform: translateY(0px);
}

section.prez-wrapper .prez-content-wrapper .prez-btn.prez-btn-ios:hover,
section.prez-wrapper .prez-content-wrapper .prez-btn.prez-btn-android:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    transform: translateY(-2px);
}

section.prez-wrapper .prez-content-wrapper .prez-btn.prez-btn-android {
    background-image: url(../assets/google-play-badge.svg);
}

@media only screen and (min-width: 700px) {
    section.prez-wrapper .prez-content-wrapper .prez-btn {
        max-width: 240px;
        margin: 60px auto;
    }
}