html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "Helvetica", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 125px;
}

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

header {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    background: rgb(255 255 255 / 0%);
}
header.fixed{
    position: fixed;
    background: rgb(255 255 255);
    box-shadow: 0px 0px 10px #0000001a;
    z-index: 9;
    transition: all ease 0.7s;
}
.banner-desconto {
    height: 35px;
    background: #010312;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cdcdcd;
    cursor:pointer;
}

.header-container {
    width: 100%;
    height: 90px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    width: 97%;
    max-width: 1550px;
    align-items: center;
}
header .logo {
    height: 70px;
    filter: contrast(0) brightness(100);
}
header.fixed .logo{
    filter:unset;
}
header.fixed .login{color:#010312;border:1px solid #010312;}
header ul {
    margin: 0;
    display: contents;
    height: 100
}

header li {
    display: contents;
}

header a {
    all: unset;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    max-width: fit-content;
}
header.fixed a{color:#151937}

nav {
    height: 80px;
    display: flex;
    align-items: center;
    max-width: 600px;
    width: 50%;
    justify-content: space-evenly;
}

nav a {
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.2s;
    width: -webkit-fill-available;
    text-align: center;
    justify-content: space-around;
    flex-flow: column;
}
.outline {
    width: 0%;
    height: 3px;
    background: #47ad78;
    transition: all 0.3s ease;
    transform: translateY(20px);
}
nav a:hover > .outline{
    width:100%;
}

header .conta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.conta .login {
    padding: 8px 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 95px;
    height: 20px;
    line-height: 20px
}

.conta .signup {
    color: #fff;
    border-radius: 95px;
    background: #47ad78;
    text-shadow: 0 0 2px #00000036;
    padding: 8px 20px;
    height: 20px;
    line-height: 20px;
}
.menu-mobile{display:none;width: 50px;height: 50px;font-size: 40px;color: #fff;text-align: center;user-select: none;cursor: pointer;}
.modal-desconto{
    display:none;
}
.modal-desconto.visible{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    flex-flow:column;
}
.roleta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.roleta {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 10px solid #333;
    position: relative;
    overflow: hidden;
    transition: transform 4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.roleta .item {
    position: absolute;
    width: 50%;
    height: 50%;
    background: #fff;
    transform-origin: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
}

.item:nth-child(1) {
    background: #e74c3c;
    transform: rotate(0deg);
    z-index: 0;
}

.item:nth-child(2) {
    background: #f39c12;
    transform: rotate(45deg);
    z-index: 2;
}

.item:nth-child(3) {
    background: #27ae60;
    transform: rotate(90deg);
    z-index: 3;
}

.item:nth-child(4) {
    background: #2980b9;
    transform: rotate(135deg);
    z-index: 4;
}

.item:nth-child(5) {
    background: #252525;
    transform: rotate(180deg);
    z-index: 5;
}

.item:nth-child(6) {
    background: #0fcbc4;
    transform: rotate(225deg);
    z-index: 6;
}

.item:nth-child(7) {
    background: purple;
    transform: rotate(270deg);
    z-index: 7;
}

.item:nth-child(8) {
    background: gray;
    transform: rotate(315deg);
    z-index: 8;
    clip-path: polygon(0% 0%, -100% 100%, 100% 100%);
}

.item:nth-child(9) {
    background: #dd2020;
    transform: rotate(360deg);
    z-index: 1;
}

.modal-desconto button {
    margin-top: 30px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    background: #1abc9c;
    border: none;
    color: white;
    border-radius: 8px;
    transition: background 0.3s;
}

.modal-desconto button:hover {
    background: #16a085;
}

.resultado {
    text-align: center;
    z-index: 99;
    position: absolute;
    font-size: 20px;
    color: #2c3e50;
    background: #fff;
    width: 90%;
    max-width: 400px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    box-shadow: 0px 0px 100px #00000042;
    border-radius: 11px;
    transform: scale(0);
    transition: all ease 0.4s;
    box-sizing: border-box;
    flex-flow: column;
    font-weight: 100;
}
.resultado .cancel{
    font-size: 15px;
    font-weight: 900;
    margin: 0 10px;
    cursor:pointer;
}
.resultado .accept{
    font-size: 15px;
    color: #fff;
    background: #47ad78;
    padding: 8px 13px;
    border-radius: 10px;
    cursor: pointer;
}
.gift {
    transform: rotate(45deg) translate(0px, 50px);
}

.gift:after {
    position: absolute;
    width: 35px;
    height: 35px;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAD10lEQVR4nO3dz4tVZRzH8Sdwof2wHyJFtNBFbawoSCQS1CaQXLTTUsI/IAk3GoZYGqEg9pspTaMWQlDSQgQXLlJQDHKrkQsfBTEFQxxIArN3PNwnkuuc55zuzDzP987zecHZzNzvOef7fOaee865d57rnIiIiIiIiIhFwAxgGbAB+AgYBd4BVgMPdaifA6yJNaNxHRviOmfk6WIaAB4AdgBXaXYTOAQ8M079s/F34TFNrsZt3F+myyEBrGgJot8t4NP4bArLZ/FnXYVtrSjdt0nAOuAvBnMkLoMI21xXun9TgJcnEMZkCM+qV0qPgwnAI8AY5V0HHna1Az5vGajfgYPAt8DpAQb6dKw9GNeVMupqBswG/kwcRt4FZvbVvAhc7BBEeMyyvtqZwLbEC3/Yl/tcrYBXEwP6VqLuiZbDXDj8PJ6ofztRu9LVCvikYVDOtV28Ae8nBvW9ltpwiny+ofZjVyvg+4ZB+aJD7fOJQBZ1qN/dUPudqxVwuGFQtneonZ8IZH6H+nClPp7DrlbAVw2DcqBD7bxEIPM61P/QULvP1Sre+BvPH8CjUxUI8Bhwo6F2i6sVsDAxqEeBeyY7EOBe4FiidqGrGXA2MThn4qnxnIkGEm/Hvwb8kqg766bZX/vuOMBNh4PJ5BP74jNsP/T4azgjBJ5zVgB3A98Af5OXLxzI7ULvXwOz8o7+nY3PAk5QhjcUyL+O99/qyQrYSzneYCDBnrwp/Nf00//z3blaArkFPJk3jV7TH1CWNxpIsDNvGr2mTxVu2hsO5Oe8afSa/q1w095wIJfyptFr+lrhpr3hQK7lTUOBtFEgt6s1kAuFm/aGA2nctynTcse09kB+zJtGr+lNhZv2hgPZmDeNXtNz46c7SvFGAxkr9oE74M2CjXujgbyRN4U7m/+wUOPeYCC7nAXA2nB1WnEgl4DXnSXxjapV4fZz/IeZI1O87E/sy/4M2z8U3yFdGXrPO9oiIiIiUgiwtOLrkKXOGgVijAIxRoEYo0CMUSDGKBBjFIgxCsQYBWKMAjFGgRijQIxRIMYoEGMUiDEKxBgFYgywpOJAljhrgKcqDmSBsybOtlNrIA86a4C7gCsVBnLZWRWmx6swkD3O+BzutQWy3FmWcbombyCQn8Kh2lkGLM40S5AvHEjo8QU3DIDNFQSyyQ2LeMbVNCfvdAhkn/lD1XiA9VN4+PIFAglzK24dyjD6XlNOToNATgzNa0bHQ9jyOEfjlSEK5DLwpflT24kK30MY5iUERoCXBlwWtzwrB13vSNy31u9KFBERERERERERERERERFxk+ofFPGT010UL+YAAAAASUVORK5CYII=);
    background-size: 100%;
    transform: translate(-20px, -15px) rotate(315deg);
    background-repeat: no-repeat;
}
header.fixed .menu-mobile{color:#010312;width:fit-content;}
#menu-mobile-toggle{width:0px;height:0px;visibility:hidden;}
#menu-mobile-toggle:checked ~ .menu{display: block;background: #eeeeee;color: #010312;margin: 0;height: fit-content;box-shadow: 0px 10px 10px #0000003d;padding: 30px;}
.menu {
    text-align: right;
    height: 0px;
    overflow: hidden;
    transition: all ease 0.4s;
    box-sizing: border-box;
}
.menu li {
    display: block;
}
.menu a {
    color: #010312;
    font-size: 20px;
}
.menu li {
    padding: 20px;
}

.cookie-container{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    background: #000000ba;
    z-index: 9999999;
    font-size: 12px;
    display: none;
}
#cookie-banner{
    width: 50%;min-width: 336px;background: #e9e9e9;color: #1e1e1e;padding: 20px;text-align: center;z-index: 9999;border-radius: 10px;display: flex;flex-flow: column;font-family: 'Arial', sans-serif;font-size: 14px;transition:all ease 0.4s;
}
#accept-cookies{cursor:pointer;padding: 8px 16px;background: #0f9f45;color: #fff;border: none;margin: 13px 0px;border-radius: 4px;font-size: 14px}
#decline-cookies{font-weight: 900;font-size: 13px;cursor:pointer;}
#inicio {
    width: 100%;
    background: linear-gradient(0deg, #010312, #111b40);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.landing-content {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 150px;
}

.landing-content h1 {
    color: #fff;
    font-size: 59px;
    text-align: center;
    width: 95%;
    max-width: 940px;
    margin: 10px auto;
}

.landing-content h2 {
    font-size: 23px;
    font-weight: 100;
    color: #cdcdcd;
    margin: 30px auto;
}

.landing-content .mockup {
    max-width: 800px;
    width: 99%;
    margin-top: -500px;
    z-index: 1;
}

.floating-words-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.floating-word {
    position: absolute;
    opacity: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
    font-weight: 100;
    animation-timing-function: ease-in-out;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    will-change: transform, opacity;
    transform: translateX(-50%);
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(20px) translateX(-50%) scale(0.9);
    }

    20% {
        opacity: 1;
        transform: translateY(0) translateX(-50%) scale(1);
    }
}

@keyframes floatOut {
    0% {
        opacity: 1;
        transform: translateY(0) translateX(-50%) scale(1);
    }

    80% {
        opacity: 1;
        transform: translateY(-20px) translateX(-50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-40px) translateX(-50%) scale(1.1);
    }
}

.bottom-gradient {
    width: 100%;
    height: 8px;
    background: linear-gradient(34deg, #46bf80, #152937);
    z-index: 1;
}

#metodo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    overflow: hidden;
    min-height: fit-content;
    gap: 150px;
    height: 100%;
}
#metodo .banner{width:100%;}
#metodo h1 {
    display: table;
    font-size: 60px;
    color: #0c0c0c;
    line-height: normal;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0px;
}
#metodo .break{display:none;}

.toolbar {
    display: flex;
    width: 95%;
    max-width: 1400px;
    flex-flow: row;
    align-items: center;
    box-sizing: border-box;
    scrollbar-width: none;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
}
.toolbar::-webkit-scrollbar {
  display: none;
}
.tool-icon {
    height: 60px;
    background: #f1f1f1;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 10px;
    width: -webkit-fill-available;
    min-width: 130px;
    position: relative;
    margin: 0 10px;
}

.tool-icon:hover {
    background:#353535;
    color:#fff;
}

.tool-icon.active {
    background: #383838;
    color: white;
}

.panel-content.active {
    opacity: 1;
    z-index: 1;
}

.panel-container {
    width: 100%;
    background: linear-gradient(14deg, #1f365d, #43b97c);
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.panel-content {
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    opacity: 0;
    transition: all 0.6s ease;
}

.panel-content.active {
    opacity: 1;
}

.panel-content .box {
    display: flex;
    width: 300px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 90px;
    transform:translateY(10px);
    opacity:0;
    transition:all ease 0.6s;
    cursor: pointer;
}
.panel-content.active .box {
    transform:translateY(0px);
    opacity:1;
    
}
.panel-content h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -1px;
}

.panel-content .icon {margin-right: 15px;}

.panel-content p {margin: 5px 0px;font-weight: 100;font-size: 15px;}


.panel-content .box:hover {
    transform: translateY(-10px);
}
#depoimentos {
    width: 100%;
    min-height: 100%;
    background: linear-gradient(0deg, #00000012, transparent);
    display: flex;
    align-items: center;
    justify-content: start;
    flex-flow: column;
}

#depoimentos h1 {
    font-size: 60px;
    margin: 40px;
    color: transparent;
    background-image: linear-gradient(0deg, #20375e, #44b87c);
    background-clip: text;
}

.depoimentos-container {
    width: 98%;
    max-width: 1550px;
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 1;
}

.depoimento {
    width: calc(33.33333% - 40px);
    height: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    scroll-snap-align: center;
    flex-shrink: 0;
    box-shadow: 0px 0px 20px #0000001f;
    margin: 20px;
    transition: all 0.4s ease;
}

.depoimento-slider {
    display: flex;
    scroll-snap-type: x mandatory!important;
    overflow-x: auto;
    width: 100%;
    justify-content: start;
    scroll-behavior: smooth;
}
.depoimento-slider::-webkit-scrollbar{height:0px;}

.depoimento .top {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-flow: row;
    gap: 15px;
}
.depoimento .foto{
    height: 70px;
    min-width: 70px;
    background: #dadada;
    border-radius: 20px;
}
.depoimento .nome {
    font-size: 17px;
    font-weight: 900;
    color: #151932;
    margin: 0px;
}

.depoimento .description {
    margin: 0px;
    color: #5f5f5f;
    font-size: 14px;
    margin-bottom: 6px;
}

.depoimento .content {
    margin: 20px 10px;
    text-align: justify;
    font-weight: 100;
    overflow-y: scroll;
    height: 260px;
}

.depoimento .rating {
    background-repeat: repeat-x;
    background-size: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAC00lEQVR4nO2ZPWgUURDHnxjvZjaXRIOxsVFEEUEEwY+ANjbaxY9etBECgl+FaGGbA0EwjYYE8kH2zbKihDR2udJOLBTtRIgoWAiSQ40hf3l75yUhudvdy727Xbk/DFyz8+a3M7M37z2l2mqrrZYJUFsgdBounTK/VVoFzdMQRmCap1QaBc85WoH4Zx4fU2kThCfWgWgeV2kS3NxOCP/cAOQXpjp3qbQIQvfXQVRg6J5Kg+CrrdD8sToIf0JBdaikCy5fqgqxYhdV0gXNhVAQzXMqyYKfOQTNyxEyAkx3HlZJFYSeRoIIjJ6oJArjPdshvBAZRHMRbs8OlTRB863o2ajA3GxegH53L9zMwWDw03wBwoMQegChYWj2Ss1Nb2NlY8UWgmeND+NLaLjkmweDtcyaZm2/uzd+4DOqC5onoWkewot1BGfLFssxTcBXuXAQzfkEBI2QksyHgwg9SwGIHyEjzjloXkowxBJc52y0PinB/EggRBHCA5EgKjCec6TcXAmBoC91b8zg825oetN6CH4Hye6pC2LN51joZQsh5szUsCmICkxBdUDTSAsgJuGrTEMg1gAJ3Y083W4eIm/1CAkeXYbm3xYB/kCca9YA1sDo7Jk6Z6swWzC+mwIRgIyobeVveqOzUbTSE1VBNJ+wVlouH28iCN2x1+h0u3kgQi/sNTs9bx6IGRfsZeRrcyAkc8AeBJf7JLPfPoiXvWodRLJX7IMIjcYslW8li/XMqH0QzR+iNS0vm8sd+Lk+c+wDoccxNmzv7V8XRJq16DU8Prnh5Y+mV5Fegp/rswjC50MAvkP4hjmRr3mvaOa18HIbsAeieahGGY2ZjMXM7ljVDGsesgci9GjDMnKpv26fLvUHPtaDPGxs9KsXlew+CH1eVUbXa5VRrMsh40sCn+bffR5+dm9joq626KxyzGBntsAN9z2jugLfs8pptO+22mpL/R/6C7aTEQ1kyfyqAAAAAElFTkSuQmCC);
    width: 125px;
    height: 27px;
    margin: 0px;
}

.satisfacao {
    width: 100%;
    height: fit-content;
    background: #010312;
    margin-top: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0px 50px 0px;
    box-sizing: border-box;
    z-index: 0;
}

.satisfacao .content{width: 680px;}
.satisfacao h2{
    color: #ffffff;
    text-shadow: 0px 0px 10px #00000014;
    font-weight: bold;
    font-size: 33px;
    margin: 10px 0;
}
.satisfacao .highlight{color: #ffce14;}
.satisfacao p{
    font-size: 23px;
    font-weight: 100;
    color: #fff;
    margin: 10px 0px;
}

.satisfacao:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: #010312;
    margin-bottom: -260px;
    transform: rotate(45deg);
    border-radius: 20px;
    z-index: -1;
}

.statistics {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 25px 0;
}

.statistics .box {
    background: #47ad78;
    text-shadow: 0 0 2px #00000036;
    padding: 50px;
    margin: 100px 0px;
    text-align: center;
}

.statistics h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.statistics p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}

#duvidas {
    width: 100%;
    background: linear-gradient(0deg, #00000012, transparent);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

#duvidas h1 {
    font-size: 44px;
    color: #000000;
    font-weight: 100;
    text-align: left;
    margin-top: 0px;
}

.duvidas-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: fit-content;
    gap: 40px;
}

.canais-container p {
    font-weight: 100;
    text-align: justify;
    font-size: 19px;
}

.canal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0;
}

.canal-icon {
    width: 60px;
    height: 60px;
    background: #dee7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 10px;
}

.canal-info {
    font-size: 20px;
    font-weight: 900;
}
.canal-info a {
    all: unset;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
}
.canal-description {
    background: #47ad78;
    text-shadow: 0 0 2px #00000036;
    width: fit-content;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}
.faq-container {
      width: 60%;
      display: flex;
      flex-flow: column;
      gap: 10px;
    }

    h1 {
      text-align: center;
      color: #1f2937;
      margin-bottom: 30px;
    }

    .faq-item {
      padding: 30px 20px;
      background: #dee7f9;
      border-radius: 8px;
    }

    .faq-item:last-child {
      border-bottom: none;
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-weight: 100;
      font-size: 25px;
      color: #111827;
    }

    .faq-icon {
      transition: transform 0.3s ease;
      user-select: none;
    }

    input[type="checkbox"] {
      display: none;
    }

    .faq-answer {
      height: 0;
      overflow: hidden;
      transition: all ease 0.5s;
      color: #374151;
      font-size: 15px;
      line-height: 1.5;
      padding-right: 25px;
      interpolate-size: allow-keywords;
    }

    input[type="checkbox"]:checked ~ .faq-answer {
      height: auto;
      padding-top: 10px;
    }

    input[type="checkbox"]:checked ~ label .faq-icon {
      transform: rotate(90deg);
    }

    #precos label {
      display: flex;
      justify-content: center;
    }

.canais-container {
    width: 40%;
}

.faq-answer p {
    margin: 6px 0;
    font-size: 15px;
    font-weight: 100;
}

.faq-answer li {
    font-weight: 100;
}
.faq-container select{
    border: none;
    padding: 10px;
    color: #484848;
    font-size: 13px;
    font-weight: 100;
    border-radius: 8px;
    margin: 16px;
}

#precos {
    background: #010312;
    height: fit-content;
    padding: 50px 0;
}
.precos-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 50px;
}
.precos-container h1{
    font-size:60px;
}
.precos-container h1 span{
    font-size:25px;
}
#precos h1 {
    color: #fff;
    font-weight: 100;
    width: fit-content;
    margin: 0 auto;
}

.gradient {font-size: 60px;background-image: linear-gradient(145deg, #5ac27f, #175670);background-clip: text;-webkit-background-clip: text;color: transparent;text-shadow: 0 0 #00000000;line-height: normal;margin-top: -10px;font-weight: 900;}

#mensal {
    visibility: hidden;
    width: 0px;
    height: 0px;
    z-index: 2;
}

.toggle-container {
    width: 270px;
    height: 35px;
    background: #f1f1f1;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 4px;
}

.toggle {
    width: 135px;
    height: 35px;
    background: #47ad78;
    border-radius: 26px;
    box-shadow: 0px 0px 9px #0000002e;
    position: absolute;
    z-index: 0;
    transition: all ease 0.4s;
}

#precos .caption {
    font-weight: 100;
    z-index: 1;
    width: 50%;
    text-align: center;
    font-size: 17px;
}
#opcao-unica {
    color:#fff;
    text-shadow: 0 0 2px #00000036;
}
#mensal:checked ~ .toggle {
    transform: translateX(100%);
}
#mensal:checked ~ #opcao-mensal {
    color:#fff;
    text-shadow: 0 0 2px #00000036;
}
#mensal:checked ~ #opcao-unica {
    color:#353535;
}
.mensal-info, .avulso-info {
  display: inline-block;
  transition: all 0.5s ease;
}

#mensal:checked ~ * .avulso-info,
body:has(#mensal:checked) .avulso-info {
  opacity: 0;
  transform: translateX(-10px);
  position: absolute;
  width: 0;
  height: 0;
}

#mensal:not(:checked) ~ * .mensal-info,
body:not(:has(#mensal:checked)) .mensal-info {
  opacity: 0;
  transform: translateX(10px);
  position: absolute;
  width: 0;
  height:0;
  display: none;
}

#mensal:not(:checked) ~ * .avulso-info,
body:not(:has(#mensal:checked)) .avulso-info,
#mensal:checked ~ * .mensal-info,
body:has(#mensal:checked) .mensal-info {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}
.label-personalizado{
    color: #fff;
    font-weight: 100;
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.label-personalizado a{
    text-decoration-style: dashed;
    margin-top: 20px;
    color: #fff;
    font-weight: 900;
}
.planos-container {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.plano-container {
    transition: all ease 0.3s;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
    transform: scale(1);
}

.plano-header {
    color: #fff;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-flow: column;
    text-shadow: 0px 0px 10px #00000029;
}

.plano-header .caption {
    color: #000;
}

.bronze {background: linear-gradient(145deg, #efb42f 0, #af7826 100%);}

.plano-price {
    font-size: 34px;
    color: #0d1944;
    font-weight: 900;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0px 10px 10px #00000017;
    transition: all ease 0.4s;
}
.plano-price strike{
    font-size: 18px;
    position: absolute;
    transform: translateY(-17px);
    font-weight: 100;
    color: #ea5656;
    display: block;
    text-decoration-thickness: 1px;
}
.plano-price sub {
    font-size: 13px;
    vertical-align: baseline;
    color: #000;
    font-weight: 100;
}

.plano-content ul {
    margin: 0;
    padding: 0px 10px;
    font-weight: 100;
    font-size: 14px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.plano-content li {
    display: block;
}
.plano-content li:before {
    content: "\2713";
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 4px;
    font-size: 16px;
    font-weight: bolder;
}
.plano-content li.not{color:#d00000;}
.plano-content li.not:before {
     content: "\00D7";
    color: #d00000;
    vertical-align:baseline;
}
.code-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    margin-top: 20px;
    height: 34px;
}
.codigo-promocional {
    width: -webkit-fill-available;
    margin: 0;
    border: 1px solid #000;
    height: 30px !important;
    outline: none;
    border-radius: 5px 0px 0px 5px;
    font-size:16px;
}
.aplicar-desconto {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    width: 90px;
    height: 34px!important;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
}
.plano-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    gap: 100px;
}
.plano-footer a {
    all: unset;
    width: 200px;
    background: #47ad78;
    text-shadow: 0 0 2px #00000036;
    display: block;
    text-align: center;
    padding: 10px 0px;
    border-radius: 27px;
    color: #fff;
    cursor: pointer;
}

.plano-content {
    margin: 20px 0;
    width:95%;
}

.plano-header.gold {
    background: linear-gradient(145deg, #fff200 0, #e7c50d 100%);
}
.plano-header.gold:after {
    content: 'Mais Vendido';
    position: absolute;
    width: 300px;
    background: #f53011;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    transform: rotate(-45deg);
    margin-left: -220px;
    margin-top: 30px;
    padding: 5px;
}
.plano-header.platinum {
    background: linear-gradient(145deg, #dedede 0, #949494 100%);
}

.plano-header.personalizado {
    background: #000;
}

#personalizado ~ select {
    width: 10px;
}

.plano-content select {
    width: auto;
    height: 30px;
    margin: 0;
    margin-right: 5px;
    color: #353535;
    font-weight: 100;
    font-size: 14px;
    border-radius: 7px;
}

.plano-content li {
    height: 20px;
}

.plano-container:hover {
    transform: scale(1.02);
}

#depoimento-1 {
    background: url('../images/d1.webp');
    background-size: 100%;
}
#depoimento-2 {
    background: url('../images/d2.webp');
    background-size: 100%;
}
#depoimento-3 {
    background: url('../images/d3.webp');
    background-size: 100%;
}#depoimento-4 {
    background: url('../images/d4.webp');
    background-size: 100%;
}#depoimento-5 {
    background: url('../images/d5.webp');
    background-size: 100%;
}#depoimento-6 {
    background: url('../images/d6.webp');
    background-size: 100%;
}#depoimento-7 {
    background: url('../images/d7.webp');
    background-size: 100%;
}#depoimento-8 {
    background: url('../images/d8.webp');
    background-size: 100%;
}#depoimento-9 {
    background: url('../images/d9.webp');
    background-size: 100%;
}#depoimento-10 {
    background: url('../images/d10.webp');
    background-size: 100%;
}#depoimento-11 {
    background: url('../images/d11.webp');
    background-size: 100%;
}#depoimento-12 {
    background: url('../images/d12.webp');
    background-size: 100%;
}#depoimento-14 {
    background: url('../images/d14.webp');
    background-size: 100%;
}#depoimento-15 {
    background: url('../images/d15.webp');
    background-size: 100%;
}#depoimento-16 {
    background: url('../images/d16.webp');
    background-size: 100%;
}
.footer {
  background: #1b1b1b;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 30px;
}

.footer-logo img {
  width: 180px;
  margin-bottom: 15px;
  filter: contrast(0) brightness(10);
}

.footer-logo p {
  color: #ccc;
  max-width: 240px;
}

.footer-links,
.footer-contato,
.footer-social {
  min-width: 200px;
}

.footer-links h1,
.footer-contato h1,
.footer-social h1 {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #46bf80;
  text-align:unset;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #46bf80;
}

.footer-contato p {
  margin: 8px 0;
  color: #ccc;
  font-size: 0.95rem;
}

.social-icons a {
  text-decoration: none;
  margin-right: 15px;
  color: #ccc;
}

.social-icons a:hover {
  color: #46bf80;
}

.footer-legal {
  text-align: center;
  padding-top: 30px;
  font-size: 0.85rem;
  color: #aaa;
  border-top: 1px solid #333;
  margin-top: 40px;
}

.footer-contato a {
    all: unset;
}

footer svg {vertical-align: middle;margin-right: 5px;}

@media only screen and (max-width: 1232px) {
    .toolbar:after {
        content: '';
        position: absolute;
        width: 120px;
        height: 60px;
        background: linear-gradient(270deg, #ffffff, transparent);
        right: 0;
    }
    .label-personalizado{display:block;}
}
@media only screen and (max-width: 1085px) {
    #metodo .break{display:unset;}
    .depoimento {
        width: calc(50% - 40px);
        scroll-snap-align: start;
    }
}
@media only screen and (max-width: 1268px) {}
@media only screen and (max-width: 1050px) {
    #metodo{padding: 50px 0px;}
    .panel-container{height:500px;}
    .panel-content{flex-flow: column;}
    .depoimento-slider{scroll-padding:20px;}
    .statistics{flex-flow:column;height: fit-content;padding:100px 0}
    .statistics .box{margin:0;}
    .duvidas-container{flex-flow:column;}
    .canais-container, .faq-container{width:100%}
}
@media only screen and (max-width: 900px) {
    .menu-nav{display:none;}
    .menu-mobile {
        display: block;
        width:fit-content;
    }
    header .conta{gap:5px;}
    header a{font-size: 14px;}
    .conta label{height:40px;line-height: 35px;}
}
@media only screen and (max-width: 800px) {
    .depoimento {
        width: calc(100% - 40px);
        scroll-snap-align: center;
    }
}
@media only screen and (max-width: 700px) {
    .planos-container{flex-flow:column;align-items:center;gap:30px}
    .plano-container{width: 340px;}
    .plano-header.gold:after {margin-left: -240px;margin-top: 45px;}
}@media only screen and (max-width: 600px) {
    #metodo h1{font-size:50px;text-align:left;}
    .footer-container{flex-flow:column;margin: 0px 50px;}
    .footer-logo{display:flex;flex-flow:column;align-content:center;justify-content:center;text-align:center;}
    .footer-logo p{max-width:unset;}
    .faq-question{font-size:20px;}
}
