@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");
}

.box-big h3{
    font-family: "RH-bold";
}

html {
    scroll-behavior: smooth;
    transition: all 0.2s ease;
    background-color: #131313;
}

h2 {
    font-size: 48px;
    line-height: 55px;
}

h3 {
    font-size: 36px;
    line-height: 48px;
}

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: 20px;
    font-family: "Regular";
}

p {
    font-size: 16px;
    font-family: "Regular";
}

body {
    font-family: "Open Sans", sans-serif;
    min-width: 290px;
}

::selection {
    color: #1d1d1d;
    background-color: #FEEDAF;
}

label {
    white-space: nowrap;
}


header {
    width: 100%;
    height: 80px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9998;
}

header img {
    width: 130px;
    height: 100%;
}

header .container-main {
    display: flex;
    justify-content: space-between;
}

.container-main {
    width: 1100px;
}

.container-big {
    width: calc(100% - 30px);
}

.area-intro {
    width: 100%;
    background-size: cover;
    float: left;
    display: flex;
    justify-content: center;
    padding-top: 120px;
    color: #fff;
    background-attachment: fixed;
    padding-bottom: 40px;
    background-color: #000000;
    z-index: 998;
    text-align: center;
    background-image: url(../img/bg-main2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}


.area-intro .bt-gold {
    margin-top: 35px;
}

.area-intro a {
    text-decoration: none;
    font-family: "Regular";
}

.area-intro h5 {
    margin-top: 20px;
}

.area-left-intro {
    width: calc(100% - 580px);
    float: left;
    padding-right: 20px;
    padding-left: 45px;
    padding-top: 11px;
}

.area-right-intro {
    width: 580px;
    float: left;
}


/* BUTTONS */

button {
    cursor: pointer;
    font-family: "bold";
    transition: all 0.3s ease;
    border: 0 solid;
}

.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: 50px;
    padding-right: 50px;
    font-size: 15px;
    margin-bottom: 12px;
}

.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: 38px;
}



.bt-outline {
    background-color: transparent;
    color: white;
    padding: 12px;
    border-radius: 30px;
    border: 2px solid white;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

.bt-outline:hover {
    background-color: white;
    color: black;
}

.bt-pay-now:hover {
    opacity: 0.8;
}

.bt-gold:hover {
    background-color: #131313;
    color: #ffffff;
}

.area-about {
    width: 100%;
    background-position: center;
    background-size: 112%;
    background-color: #0a0a0a;
    float: left;
    padding-top: 60px;
    padding-bottom: 40px;
    color: white;
    background-attachment: fixed;
}

.logo-concept {
    width: 550px;
    top: 1;
    z-index: 998;

}


.logo-concept img {
    background-color: #13d981;
}

.area-about .area-left {
    display: flex;
    justify-content: flex-end;
}

.area-left {
    width: 50%;
    float: left;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.area-right {
    width: 50%;
    float: left;
    padding-left: 40px;
    padding-right: 200px;
    padding-top: 85px;
}

.area-about h5 {
    margin-top: 30px;
    width: 420px;
}

.maktones-letter {
    width: 350px;
    margin-top: 10px;
}

.row {
    width: 100%;
    float: left;
}

.center {
    display: flex;
    justify-content: center;
}

.area-about .bt-down {
    margin-top: -40px;
}

.area-view-edit {
    width: 100%;
    float: left;
    background: rgb(12 12 12);
    /* background: linear-gradient(121deg, rgba(48, 36, 13, 1) 0%, rgba(20, 16, 14, 1) 100%); */
    padding-top: 100px;
    padding-bottom: 30px;
    color: white;
    display: flex;
    justify-content: center;
    position: sticky;
    z-index: 999;
}

.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: rgb(30, 30, 30);
    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: 150px;
    padding-bottom: 150px;
    z-index: 998;
}

.area-list-preset h3 {
    font-size: 60px;
    line-height: 1.1;
}

.item-check {
    font-size: 18px;
    display: flex;
    float: left;
    margin: 10px;
}

.item-check list-check {
    font-size: 18px;
    display: flex;
    float: left;
    margin: 10px;
}

.area-intro svg {
    fill: white;
}

.item-check img {
    width: 20px;
    margin-right: 10px;
}

.green {
    color: #13d981;
}

.icon-check {
    width: 80px;
    margin-bottom: 30px;
}


/* MARGINS */

.m-10 {
    margin-top: 5px;
}

.m-20 {
    margin-top: 20px;
}

.m-30 {
    margin-top: 18px;
}

.m-40 {
    margin-top: 40px;
}

.area-demo {
    width: 1100px;
    /* float: left; */
    padding: 7.5;
    margin: 0 auto;
    background-color: #131313;
}

.item-preset {
    width: 50%;
    height: 56%;
    padding-bottom: 30%;
    float: left;
    /* background-color: #1b1b1b; */
    border: 7.5px solid #131313;
    position: relative;
    border-radius: 35px;
}

.content-preset {
    height: 100%;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-preset p {
    color: white;
    font-size: 22px;
    letter-spacing: 12px;
}

.area-actions {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    z-index: 999;
}

.bt-action {
    width: 40px;
    height: 40px;
    background-color: rgb(0 0 0 / 28%);
    border-radius: 4px;
    float: left;
    margin: 8px;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-check {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bt-action:hover {
    opacity: 0.6;
}

.bt-action img {
    height: 39%;
}

.area-step {
    width: 100%;
    float: left;
    background-color: #131313;
    padding: 100px;
    color: #fff;
}

.area-step .t-center {
    margin-bottom: 20px;
}

.gold {
    color: #eecb9b;
}

.dark-gold {
    color: #9a8161;
}

.area-box-step {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    /* float: left; */
}

.box-step {
    width: 30.333%;
    height: 300px;
    float: left;
    padding-bottom: 31.333%;
    border: 2px solid #131313;
    background-color: #0e0e0e;
    position: relative;
    color: white;
    text-align: center;
    border-radius: 20px;
}

.box-step p {
    max-width: 400px;
    font-size: 15px;
    color: #b5b5b5;
}

.content-box-step {
    position: absolute;
    top: 0px;
    padding: 57px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.box-step img {
    width: 50px;
    margin-bottom: 15px;
}

.buy-now {
    width: 100%;
    float: left;
    background-color: #131313;
    padding: 100px;
    display: flex;
    justify-content: center;
    color: white;
    margin-top: 50px;
}

.box-small {
    width: 340px;
    float: left;
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
    float: left;
    border: 2px solid #ffffff15;
    transform: scale(0.94);
}

.box-small:hover {
    background-color: #1a1a1ab2;
}

.box-big {
    width: 340px;
    float: left;
    background-color: transparent;
    border: 2px solid #e1c092;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    transform: scale(1.07);
}

.box-big:hover {
    transform: translate(0, -10px);
    background-color: #1a1a1ab2;
    transition: all 0.4s ease;
   /* -webkit-box-shadow: 0px 1px 22px 2px rgba(19, 217, 129, 0.81);
    box-shadow: 0px 1px 22px 2px rgba(19, 217, 129, 0.81);*/
}

.box-big .header-box {
    background: #e1c092;
    font-family: "black" !important;
    color: #ffffff;
    height: 85px;
    font-size: 26px;
    margin-bottom: 74px;
}

.header-box h3 {
    font-size: 26px;
}

.box-small p {
    width: 100%;
    font-size: 14px !important;
    float: left;
}

.header-box {
    width: 100%;
    color: white;
    font-size: 20px;
    height: 70px;
    float: left;
    background-color: #1c1c1c;
    text-align: center;
    padding: 14px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-pack {
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    width: 50%;
}

.box-small .item-check {
    margin: 6px;
}

.box-small .item-check img {
    width: 14px;
    margin-right: 6px;
}

.area-list-box {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
}

.area-promo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.area-faq {
    width: 100%;
    float: left;
    background-color: #0e0e0e;
    display: flex;
    color: #fff;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.box-afiliados {
    width: 100%;
    height: 340px;
    background-image: url("../img/bg-ads.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    padding: 80px;
    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: 5px;
    background-color: #212121;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    outline: none;
    cursor: pointer;
    position: relative;
    width: 100%;
    display: flex;
}

summary p {
    width: 90%;
}

.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;
}

details[open] {
    /* padding: 0.75em; */
}

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;
}

.answer {
    padding: 20px;
    padding-bottom: 50px;
}

footer {
    width: 100%;
    float: left;
    background-color: #191919;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright {
    color: #fff;
    font-size: 12px;
}

footer .container-main {
    display: flex;
    justify-content: space-between;
}

.area-intro {
    align-items: center;
}

.logo-footer {
    width: 120px;
}

.icons-footer {
    width: 250px;
}

.header-active {
    backdrop-filter: saturate(180%) blur(20px);
    background: rgb(16 16 16 / 72%);
}

video {
    border-radius: 15px;
    background-color: black;
    border: 3px solid #ededed;
    -webkit-box-shadow: 9px 11px 39px -7px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 9px 11px 39px -7px rgba(0, 0, 0, 0.48);
    box-shadow: 9px 11px 39px -7px rgba(0, 0, 0, 0.801);
}

.text-small {
    font-size: 10px;
}

[data-anime] {
    opacity: 0;
    transition: all 1.2s ease;
}

[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-bottom: 15px;
    padding-left: 30px !important;
    padding-right: 21px !important;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    background-color: #0e0e0e;
    padding: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 25px 25px;
}

.about-preset h4 {
    color: #fff;
    line-height: 29px;
    font-size: 19px;
    font-family: 'Regular';
    letter-spacing: 0.6px;
}

.about-preset p {
    font-size: 14px;
    letter-spacing: normal;
    color: #a3a3a3;
}

.bt-purchase {
    border-radius: 100px;
    height: 50px;
    width: 160px;
}

.bt-purchase:hover {
    background-color: #000000;
    color: #ffffff;
}

.full-area {
    width: 50%;
    float: left;
    padding: 20px;
}


header a {
    text-decoration: none;
    font-family: "Regular";
    color: #fff;
    margin-right: 22px;
    font-size: 14px;
}

header a:hover {
    opacity: 0.8;
}

.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: #FFDA2A;
}

.area-left-intro p {
    margin-top: 15px;
    width: 400px;
}

.area-right p {
    margin-top: 30px;
    width: 400px;
}


.area-view-edit h3 {
    margin-bottom: 35px;
}

.info-mobile-promo {
    display: none;
}

.area-intro h2 {
    width: 770px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 65px;
    line-height: 1.2;
}

.text-top {
    width: 600px;
    display: flex;
    margin: 0 auto;
}

.area-view-edit h3 {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 1.1;
}

.container-big h3 {
    font-size: 48px;
    margin-bottom: 10px;
}

.container-big h1 {
    font-size: 29px;
    color: black;
}

.area-view-edit p {
    display: flex;
    margin: 0 auto;
    width: 440px;
    text-align: center;
    margin-top: 25px;
}

.area-about p {
    margin-bottom: 40px;
}

.area-intro .bt-down {
    margin-top: 35px;
}

.all-devices-img {
    width: 550px;
}

.gradient-yellow {
    background: linear-gradient(to right, #dfb67e, #FEEDAF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link-afiliado {
    display: none;
}

.box-big h2 {
    font-size: 54px;
}

.box-big p {
    color: rgb(196, 196, 196);
}

.line-text {
    text-decoration: line-through;
}

.text-red {
    color: #f14646 !important;
}

.img-logo-app {
    width: 45px;
    margin-top: 25px;
}

.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;
}