html {
    scroll-behavior: smooth;
}
body {
    background: #fff;
    scroll-behavior: smooth;
}
.first-row {
    max-width: 950px;
    margin: 0 auto;
}
.first-row p {
    font-size: 18px;
    color: #7a7a7a;
}
.first-view {
    max-width: 1050px;
}
.mindset {
    background-color: #f2f2f2;
}
.mindset .row {
    max-width: 980px;
}
.card-modulos {
    position: relative;
    border-width: 4px 0px 0px 0px;
    border-style: solid;
    border-color: #00c7a9;
    border-radius: 12px 12px 0px 0px !important;
    background-color: #d2d2d2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s ease 0.3s;
}
.card-modulos:hover {
    border-width: 10px 0px 0px 0px;
    border-style: solid;
    border-color: #00c7a9;
}
.card-modulos h3,
.card-bonus h4,
.card-modulos p,
.card-bonus p,
.card-modulos img,
.card-bonus img {
    position: relative;
    transition: ease 0.3s;
}
.card-modulos img:hover,
.card-bonus img:hover {
    transform: scale(1.1);
}
.card-bonus {
    position: relative;
    border-width: 4px 0px 0px 0px;
    border-style: solid;
    border-color: #00c7a9;
    border-radius: 12px 12px 0px 0px !important;
    background-color: #282828;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s ease 0.3s;
}
.card-bonus:hover {
    border-width: 10px 0px 0px 0px;
    border-style: solid;
    border-color: #00c7a9;
}
.card-bonus .card-overlay {
    opacity: 1;
}
.card-bonus p:first-of-type {
    font-size: 16px;
    color: #8f8f8f;
}
.valor-bonus {
    position: relative;
    margin-top: -40px;
}
.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);
}
.checks p {
    color: rgba(255, 255, 255, 0.49);
}
.temp-video {
    max-width: 780px;
    cursor: pointer;
}
.temp-video img:first-child {
    border-radius: 30px;
}
.temp-video img:last-child {
    top: calc(50% - 32px);
    right: calc(50% - 32px);
    opacity: 0.8;
    filter: grayscale(1);
}
.temp-video:hover img:last-child {
    opacity: 1;
    filter: grayscale(0);
}
#player {
    max-width: 780px !important;
}
.bg-black, .card.bg-black {
    background-color: #1b1b1b;
}
.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);
}
iframe {
    max-width: 100%;
    max-height: 100%;
}
.img-modal {
    cursor: pointer;
}
.bg-clean-gray {
    background-color: #f2f2f2;
}
.testimonial-block {
    padding: 0;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    background-color: #fff;
}
.testimonial-header {
    border-bottom: 1px solid #e1e8ed;
}
.testimonial .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial p,
.testimonial h6 {
    font-size: 14px;
}
.arrouba {
    font-size: 11px;
    color: #697882;
}
.about-thiago p {
    font-size: 19px;
}
.faq .accordion-button {
    color: #fff;
    border-bottom: 4px solid #01a58c;
    background-color: #00c7a9;
}
.faq .accordion-button:after {
    filter: invert(1);
}
.faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #00c7a9;
}
.faq .accordion-body {
    border-bottom: 4px solid #01a58c;
    background-color: #f1f1f1;
}
.checkout {
    position: relative;
    border-top: 24px solid #00c7a9;
    border-radius: 0px 32px 0px 32px;
    background-image: linear-gradient(180deg, #113e37 0%, #000 100%);
}
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/10730-1.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.39;
    mix-blend-mode: overlay;
}
.checkout li {
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
    padding-left: 25px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.08);
}
.checkout li:last-child {
    border-bottom: 0;
}
.checkout li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(assets/img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
}
.botao-checkout {
    display: flex;
    justify-content: center;
}
.btn.btn-checkout {
    display: block;
    padding: 15px 30px 15px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
    border-radius: 100px 100px 100px 100px;
    background-color: #ff0000 !important;
    transition: 0.3s ease;
    cursor: pointer;
}
.btn-checkout:hover {
    transform: scale(1.1);
}
.checks, .captura {
    position: relative;
}
._form_element{
    text-align: center;
}
.capture_form button[type="submit"] {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 10px 80px 10px 40px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    /* border: 1px solid #ffffff; */
    border-radius: 15px;
    background-color: #ff0000;
    opacity: 0.95;
    transition: ease 0.3s;
}
.capture_form button[type="submit"]:hover {
    opacity: 1;
}
.capture_form input {
    width: 100%;
    margin-top: 10px;
    padding: 8px 16px;
    font-size: 16px;
    border-width: 2px 2px 2px 2px;
    border-color: #000;
    border-radius: 5px;
    background-color: #fff;
}
.capture_form input[type="text"]::placeholder {
    font-weight: 400;
    color: #212529;
    opacity: 0.9;
}
.captura input[type="text"]._has_error, .captura select._has_error, .button-check._has_error {
    background-color: #ffdddd !important;
}
.ocultar {
    display: none;
}
/* .prazo-garantia{
    max-width: 880px;
} */
.prazo-garantia .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.prazo-garantia p {
    line-height: 1.6em;
}
.social img {
    padding: 7px;
    border-radius: 50%;
    background-color: #42494b;
}
.social a:hover img {
    background-color: #000;
}
footer {
    background-color: #101010;
}
@media (max-width: 768px) {
    /* .first-row {
        flex-direction: column-reverse;
    } */
    .logo_iot-ped {
        max-width: 115px;
    }
    .testimonial .col-md-6 {
        justify-content: space-evenly;
        gap: 15px;
    }
    .testimonial .col-md-6:last-child {
        margin-top: 15px;
    }
    .prazo-garantia img {
        max-width: 75%;
    }
}