@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Regular";
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/Cera/cera-pro-regular.otf");
}

@font-face {
    font-family: "semibold";
    src: url("../fonts/Cera/Cera\ Pro\ Medium.otf");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/Cera/Cera\ Pro\ Bold.otf");
}

@font-face {
    font-family: "black";
    src: url("../fonts/Cera/Cera\ Pro\ Black.otf");
}

@font-face {
    font-family: "extraBold";
    src: url("../fonts/Cera/Cera\ Pro\ Black.otf");
}

@font-face {
    font-family: "RH-bold";
    src: url("../fonts/RedHatDisplay-Bold.ttf");
}

html {
    scroll-behavior: smooth;
}

h2 {
    font-size: 33px;
    line-height: 46px;
}

h3 {
    font-size: 22px;
    line-height: 32px;

}

h4 {
    font-size: 26px;
    line-height: 48px;
    font-family: "bold";
}

.regular {
    font-family: "Regular";
}

.semibold {
    font-family: "semibold";
}

.black {
    font-family: "black";
}

h5 {
    font-size: 18px;
    font-family: "Regular";
}

p {
    font-size: 16px;
    font-family: "Regular";
}

body {
    font-family: "Open Sans", sans-serif;
    min-width: 290px;
}

header {
    width: 100%;
    height: 80px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
}

header img {
    width: 130px;
    margin-top: 4px;
    margin-bottom: 4px;
}

header .container-main {
    display: flex;
    justify-content: center;
}

header .bt-outline {
    display: none;
}

.container-main {
    width: calc(100% - 30px);
    max-width: 500px;
}

.container-big {
    width: calc(100% - 30px);
    max-width: 500px;
}

.area-intro {
    width: 100%;
    background-image: url("../img/bg-main-mobile2.bmp");
    background-position: cover;
    float: left;
    display: flex;
    justify-content: center;
    padding-top: 120px;
    color: #fff;
    padding-bottom: 36px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.area-intro .bt-gold {
    margin-top: 35px;
}

.text-top {
    width: 85%;
    display: flex;
    margin: 0 auto;
}

.area-intro h2 {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.1;
}

.area-intro h5 {
    margin-top: 20px;
    width: 400px;
}

.area-left-intro {
    width: 100%;
    float: left;
    /* padding-right: 50px; */
    text-align: center;
    padding: 12px;
}

.area-right-intro {
    width: 100%;
    max-width: 500px;
    float: left;
    margin-top: 40px;
}


/* BUTTONS */

button {
    cursor: pointer;
    font-family: "bold";
}

.bt-down {
    width: 25px;
    height: 25px;
    background-image: url("../img/icon-down.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
}

.bt-pay-now {
    background-color: #13d981;
    color: #01390b;
    padding: 15px;
    border-radius: 35px;
    border: 0px;
    padding-left: 70px;
    padding-right: 70px;
    font-size: 15px;
    margin-bottom: 10px;
}

.bt-gold {
    background-color: #dfb67e;
    color: #4a4135;
    padding: 15px;
    border-radius: 60px;
    border: 0px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
    margin-bottom: 58px;
}

.bt-outline {
    background-color: transparent;
    color: white;
    padding: 13px;
    border-radius: 30px;
    border: 2px solid white;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
}

.area-about .bt-outline{
    margin-top: 50px;
}

.bt-outline:hover {
    opacity: 0.8;
}

.bt-pay-now:hover {
    opacity: 0.8;
}

.bt-gold:hover {
    opacity: 0.8;
}

.bt-action:hover {
    opacity: 0.8;
}

.area-about {
    width: 100%;
    background-color: #131313;
    float: left;
    padding-top: 200px;
    padding-bottom: 60px;
    color: white;
    padding: 30px;
    padding-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.logo-concept {
    width: 230px;
    margin-bottom: 17px;
}

.area-about .area-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-left {
    width: 100%;
    float: left;
    /* padding-right: 40px; */
    display: flex;
    align-items: center;
}

.area-right {
    width: 100%;
    max-width: 500px;
    float: left;
    /* padding-left: 40px; */
    /* padding-right: 200px; */
    text-align: center;
}

.area-about h5 {
    margin-top: 30px;
    text-align: center;
}

.maktones-letter {
    width: 226px;
    margin-top: 10px;
}

.row {
    width: 100%;
    float: left;
}

.center {
    display: flex;
    justify-content: center;
}

.area-about .bt-down {
    margin-top: 80px;
}

.area-view-edit {
    width: 100%;
    float: left;
    background: rgb(12 12 12);
    padding: 15px;
    color: white;
    display: flex;
    justify-content: center;
    z-index: 999;
    text-align: center;
    padding-top: 50px;
}

.t-center {
    text-align: center;
}

.area-view-edit .container-main {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.area-view-edit bt-gold {
    margin-top: 40px;
}

.area-list-preset {
    width: 100%;
    float: left;
    background: linear-gradient(180deg, rgb(10 10 10) 0%, rgb(19 19 19) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
}

.item-check {
    font-size: 18px;
    display: flex;
    float: left;
    margin: 10px;
}

.item-check img {
    width: 22px;
    margin-right: 8px;
}

.green {
    color: #13d981;
}

.icon-check {
    width: 70px;
    margin-bottom: 30px;
}


/* MARGINS */

.m-10 {
    margin-top: 10px;
}

.m-20 {
    margin-top: 20px;
}

.m-30 {
    margin-top: 30px;
}

.m-40 {
    margin-top: 40px;
}

.area-demo {
    width: 100%;
    float: left;
    padding: 7.5;
    background-color: #1e1e1e;
    padding-bottom: 10px;
}

.item-preset {
    width: 100%;
    height: 380px;
    padding-bottom: 80%;
    float: left;
    background-color: #1b1b1b;
    border: 7.5px solid #1e1e1e;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}

.content-preset {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-preset p {
    color: white;
    font-size: 15px;
    letter-spacing: 12px;
}

.area-actions {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 4px;
    display: flex;
    flex-direction: column;
}

.bt-action {
    width: 25px;
    height: 25px;
    background-color: rgb(18, 18, 18);
    border-radius: 4px;
    float: left;
    margin: 8px;
    border: 0px;
    opacity: 0.5;
}

.bt-action img {
    height: 50%;
}

.area-step {
    width: 100%;
    float: left;
    background-color: #131313;
    padding: 80px;
    color: #fff;
}

.gold {
    color: #eecb9b;
}

.dark-gold {
    color: #9a8161;
}

.area-box-step {
    width: 100%;
    float: left;
    background-color: #131313;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px;
}

.box-step {
    width: 100%;
    height: 330px;
    /* float: left; */
    /* padding-bottom: 100%; */
    border: 2px solid #131313;
    background-color: #0e0e0e;
    /* position: relative; */
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 25px;
    margin-bottom: 15px;
}

.content-box-step {
    /* position: absolute; */
    width: 100%;
    padding: 60px;
    max-width: 500px;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.box-step img {
    width: 46px;
    margin-bottom: 10px;
}

.buy-now {
    width: 100%;
    float: left;
    background-color: #111111;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    color: white;
}

.box-small {
    width: 100%;
    /* height: 352px; */
    float: left;
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ffffff15;
    display: none;
}

.box-big {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 30px;
    background-color: transparent;
    border: 2px solid #e1c092;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
}


.box-small p {
    width: 100%;
    font-size: 14px !important;
    float: left;
}

.header-box {
    width: 100%;
    color: black;
    font-size: 21px;
    height: 90px;
    float: left;
    background-color: #e1c092;
    text-align: center;
    padding: 14px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-pack {
    margin-top: 35px;
    margin-bottom: 20px;
    float: left;
    width: 65%;
}

.box-small .item-check {
    margin: 6px;
}

.box-small .item-check img {
    width: 16px;
    margin-right: 6px;
}

.area-list-box {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    float: left;
}

.area-promo {
    width: 100%;
    margin-top: 70px;
}

.area-faq {
    width: 100%;
    float: left;
    background-color: #131313;
    display: flex;
    color: #fff;
    padding-top: 60px;
    display: flex;
    justify-content: center;
}

.box-afiliados {
    width: 100%;
    height: 456px;
    background-image: url("../img/bg-ads-mobile.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    padding: 41px;
    margin-bottom: 60px;
    display: none;
}

details {
    width: 100%;
    float: left;
    border-radius: 4px;
    /* padding: 0.75em 0.75em 0; */
    margin-bottom: 24px;
    color: #ffffff;
    outline: none;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
}

summary::-webkit-details-marker {
    display: none;
}

summary {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    padding: 25px;
    padding-right: 17px;
    background-color: #212121;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    outline: none;
    cursor: pointer;
    position: relative;
    width: 100%;
    display: flex;
}

summary p {
    width: 86%;
}

.title-faq {
    padding-left: 0;
}

summary:after {
    content: url("../img/icon-faq.svg");
    color: #753bbd;
    float: right;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    width: 20px;
    min-height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 24px;
    right: 30px;
}

details[open] summary:after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: url("../img/icon-faq-actived.svg");
    top: 17px;
    right: 30px;
}



summary::marker {
    font-size: 0px;
}

details p {
    padding: 0px;
    font-size: 18px;
}

details[open] summary {
    border-bottom: 0px solid #ededed;
    margin-bottom: 0.75em;
}

.icon-accordion {
    margin-left: 20px;
    display: flex;
    justify-content: center;
}

footer {
    width: 100%;
    float: left;
    background-color: #191919;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.copyright {
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

footer .container-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.logo-footer {
    width: 120px;
}

.icons-footer {
    width: 180px;
}

.header-active {
    background: rgba(0, 0, 0, 0.63);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15.1px);
    -webkit-backdrop-filter: blur(15.1px);
}

video {
    border-radius: 15px;
    background-color: black;
    border: 3px solid #ededed;
    height: auto;
}

.text-small {
    font-size: 10px;
}

.title-faq {
    font-size: 14px;
}

.answer {
    padding: 20px;
    padding-bottom: 50px;
    font-size: 14px;
}

.list-check {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.area-intro .list-check {
    display: none;
}

/*
[data-anime] {
    opacity: 0;
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    border: 0px solid white;
}

[data-anime="bottom"] {
    opacity: 0;
    transform: translate3d(0, 50px, 5px);
}

[data-anime="bottom-1"].animate {
    animation: bottom-time 1.2s;
}

[data-anime="bottom-2"].animate {
    animation: bottom-time 1.4s;
}

[data-anime="bottom-3"].animate {
    animation: bottom-time 1.6s;
}

[data-anime="bottom-4"].animate {
    animation: bottom-time 1.8s;
}

@keyframes bottom-time {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 5px);
    }

    30% {
        opacity: 0;
        transform: translate3d(0, 50px, 5px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}
*/

.about-preset {
    width: 100%;
    height: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 22px !important;
    padding-right: 16px;
    position: absolute;
    bottom: 0px;
    z-index: 990;
    background-color: #0e0e0e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-preset h4 {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
}

.about-preset p {
    font-size: 13px;
    letter-spacing: normal;
}

.bt-purchase {
    border-radius: 100px;
    height: 50px;
    width: 140px;
    border: 0 solid;
}

.link-afiliado {
    display: none;
}

.margin-bottom-element {
    margin-bottom: 60px;
}

.area-view-edit .bt-gold {
    margin-top: 40px;
}

.area-right p {
    margin-top: 15px;
}

.area-left-intro p {
    margin-top: 15px;
}


.badge-value {
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding-bottom: 5px;
    margin-bottom: -5px;
    background-image: linear-gradient(90deg, #dfb67e -5%, #aa7f54 105%);
}

.line-box {
    width: 85%;
    border-top: 1px solid rgb(42 42 42);
    display: flex;
    margin: 25px;
    float: left;
}

.container-big h5 {
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
}

.all-devices-img {
    width: 310px;
}

.area-view-edit h3 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.area-list-preset h3 {
    font-size: 40px;
    line-height: 1.1;
}

.area-about h2 {
    font-size: 40px;
    line-height: 1.1;
}

.area-faq h4 {
    text-align: center;
}

.box-big h2 {
    font-size: 54px;
}

.box-big p {
    color: rgb(255 255 255);
}

.gradient-yellow {
    background: linear-gradient(to right, #F6C056, #FEEDAF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

::selection {
    color: #1d1d1d;
    background-color: #FFDA2A;
}

.line-text {
    text-decoration: line-through;
}

.text-red {
    color: #f14646 !important;
}

.img-logo-app {
    width: 50px;
    margin-top: 20px;
}

.loading {
    width: 100vw;
    height: 100vh;
    background-color: #080808;
    position: fixed;
    background-image: url(../img/loading.webp);
    background-size: 200px;
    background-position: center;
    z-index: 9999;
    background-repeat: no-repeat;
    opacity: 0.9;
}

.lock-ssl {
    width: 12px;
    margin-bottom: -2px;
}

.box-big h3 {
    font-family: "RH-bold";
    font-size: 48px;
}
