body {
    overflow-x: hidden;
    padding: 0 !important;
}
h2 {
    color: #15181b;
}
.row-950 {
    max-width: 950px;
    margin: 0 auto;
}
.first-section {
    background-image: linear-gradient(-165deg, rgb(10, 9, 41) 0%, rgb(4, 2, 26) 100%);
    overflow: hidden;
    position: relative;
}
.first-section::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 170% 130px;
    background-position: 81% 100%;
    transform: rotateY(180deg);
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/></svg>');
}
.temp-video {
    cursor: pointer;
    position: relative;
}
.icon_yt_play {
    position: absolute;
}
.temp-video img:last-child {
    top: calc(50% - 32px);
    right: calc(50% - 32px);
    filter: grayscale(1);
    opacity: 0.7;
}
.temp-video:hover img:last-child {
    filter: grayscale(0);
    opacity: 1;
}
.mindset {
    background-color: #eeeeee;
    overflow: hidden;
    position: relative;
}
.mindset::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 160% 130px;
    background-position: 100% 0%;
    transform: rotateY(180deg);
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffffff"/></svg>');
}
.bg-dark_blue {
    background-image: linear-gradient(-100deg, #0a0929 0%, #04021a 100%);
}
.card {
    border-top: 4px solid #d3ac83;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.card:hover {
    border-top: 10px solid #d3ac83;
}
.card img {
    transition-duration: 0.8s;
}
.card:hover img {
    transform: scale(1.1);
}
.valor-bonus {
    position: relative;
    margin-top: -40px;
    color: #ffffff;
    font-size: 15px
}
.valor span {
    position: relative;
}
.valor span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff0000;
    transform: rotate(165deg);
}
.valor span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff0000;
    transform: rotate(15deg);
}
hr {
    opacity: 0.9;
}
.bonus {
    background-color: rgb(10, 9, 41);
}
.about {
    background-color: #eeeeee;
    overflow: hidden;
    position: relative;
}
.about::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 170% 110px;
    background-position: 81% 0%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffffff"/></svg>');
}
.checkout {
    padding-top: 25px;
    width: 100%;
    height: 100%;
    background: #d3ac83;
    border-top-right-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
}
.checkout .overlay {
    position: relative;
    background-image: linear-gradient(to top, #07071b 0%, #002a50 100%);
    border-top-right-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
}
.btn-checkout {
    background-color: #0067b3;
    color: #ffffff;
    padding: 5px 5px 10px 5px;
}
.btn-checkout small {
    text-transform: uppercase;
}
.btn-checkout:hover, .btn-checkout2:hover {
    transform: scale(1.1);
    color: #ffffff;
    transition: 0.5s;
}
.modal .modal-header {
    padding: 10px 10px 0 0;
    border: none !important;
}
.modal .modal-body {
    padding: 0 1rem 1rem 1rem;
}
.modal .modal-content {
    background-color: #000;
}
.modal .btn-close {
    filter: invert(1);
}
._form_element{
    text-align: center;
}
.captura input[type=text]::placeholder {
    color: #212529;
    font-weight: 400;
    opacity: 0.75;
}
.captura legend {
    margin-bottom: 0px;
    margin-top: 10px;
}
.captura input[type=text], .captura input[type=email] {
    background-color: #ffffff;
    border-color: #000000;
    border-width: 2px 2px 2px 2px;
    border-radius: 5px;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    margin-top: 10px;
}
.captura input[type=text]::placeholder, .captura input[type=email]::placeholder {
    color: #212529;
    font-weight: 400;
    opacity: 0.75;
}
.captura legend {
    margin-bottom: 0px;
    margin-top: 10px;
}
.captura button[type="submit"] {
    background: linear-gradient(45deg, #a71406, #f91d08);
    border: #a71406;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 5px;
    width: 100%;
    margin-top: 15px;
    text-decoration: none;
    border: none;
    transition: 0.3s;
}
.captura button[type="submit"] {
    background: linear-gradient(45deg, #e61e4a, #fb3762);
    border: #e61e4a;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 5px;
    width: 100%;
    margin-top: 15px;
    text-decoration: none;
    border: none;
    transition: 0.3s;
}
.captura button[type="submit"]:hover {
    transform: scale(1.1);
}
._error-inner {
    color: #ff0000;
    font-weight: 600;
}
.captura button[type="submit"]:hover {
    transform: scale(1.1);
}
.captura input[type="text"]._has_error, .captura select._has_error, .button-check._has_error {
    background-color: #ffdddd !important;
}
.faq {
    background-color: #eeeeee;
    overflow: hidden;
    position: relative;
}
.faq::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 170% 130px;
    background-position: 81% 100%;
    transform: rotateY(180deg);
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/></svg>');
}
.accordion-item{
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    padding: 20px;
    font-size: 18px;
    background-image: linear-gradient(2deg, #04021a 0%, #00254a 100%) !important;
    color: #ffffff;
    border-bottom: 5px solid #d3ac83;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}
.accordion-button:after {
    background-image: url("assets/img/seta.svg");
    transition: 0.3s ease;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("assets/img/seta.svg");
    transform: rotate(540deg);
}
.accordion-body {
    background-color: #dbdbdb;
}
.accordion-body p {
    color: #2a2a2a;
    font-weight: 500;
}
.prazo-garantia .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.prazo-garantia p {
    line-height: 1.6em;
}
.btn-checkout2 {
    display: block;
    padding: 15px 30px 15px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
    border-radius: 100px 100px 100px 100px;
    background-image: linear-gradient(13deg, #ab1406 0%, #eb1b07 100%);
    transition: 0.3s ease;
    cursor: pointer;
}
.duvidas {
    background-color: #eeeeee;
    overflow: hidden;
    position: relative;
}
.duvidas::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 170% 124px;
    background-position: 90% 0%;
    transform: rotateY(180deg);
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffffff"/></svg>');
}
footer {
    background-image: linear-gradient(-90deg, #052142 0%, #04021a);
}
@media (max-width: 767px) {
    .text-img {
        max-width: 100%;
    }
    .entendo {
        position: relative;
        margin-top: 0px;
    }
    .shape::before {
        background-size: 0;
    }
    .checkout .btn-checkout {
        padding: 10px 5px 10px 5px;
    }
    .checkout .btn-checkout small {
        font-size: 12px;
    }
    .checkout .px-4 {
        padding: 0 !important;
    }
    .checkout .px-4 li {
        margin-top: 5px;
    }
    .mindset {
        padding-bottom: 50px;
    }
    .shape-top {
        display: none;
    }
}
@media (min-width:768px) {
    .first-section::before {
        background-size: 124% 241px;
        background-position: 50% 100%;
        transform: rotateY(180deg);
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/></svg>');
    }
    .mindset::before {
        background-size: 124% 241px;
        background-position: 50% 0%;
        transform: rotateY(180deg);
    }
    .about::before {
        background-size: 124% 241px;
        background-position: 50% 0%;
    }
    .sobre_thiago{
        width: fit-content;
    }
    .duvidas::before {
        background-size: 124% 241px;
        background-position: 50% 0%;
        transform: rotateY(180deg);
    }
    .faq::before {
        background-size: 124% 241px;
        background-position: 50% 100%;
        transform: rotateY(180deg);
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/></svg>');
    }
}
@media (min-width:1025px) {
    .first-section::before {
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw;
        background-size: 160% 260px;
        background-position: 47% 100%;
        transform: rotateY(180deg);
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/></svg>');
    }
    .mindset::before {
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw;
        background-size: 171% 309px;
        background-position: 60% 0%;
        transform: rotateY(180deg);
    }
    .about::before {
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw;
        background-size: 171% 309px;
        background-position: 47% 0%;
    }
    .duvidas::before {
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw;
        background-size: 171% 309px;
        background-position: 60% 0%;
        transform: rotateY(180deg);
    }
    .faq::before {
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw;
        background-size: 160% 260px;
        background-position: 47% 100%;
        transform: rotateY(180deg);
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/></svg>');
    }
}
@media (min-width:2100px) {
    .first-section::before {
        background-size: 171% calc(2vw + 309px);
    }
    .mindset::before {
        background-size: 171% calc(2vw + 309px);
    }
    .about::before {
        background-size: 171% calc(2vw + 309px);
    }
    .shape::before {
        background-size: 448% calc(2vw + 133px);
    }
    .duvidas::before {
        background-size: 171% calc(2vw + 309px);
    }
    .faq::before {
        background-size: 171% calc(2vw + 309px);
    }
}