@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

:root {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Bricolage Grotesque", sans-serif !important;
    --verde: rgb(69, 241, 26);
    /* font-family: "Montserrat", sans-serif; */
}

* {
    font-family: "Bricolage Grotesque", sans-serif !important;
}

video {
    /* width: 90px; */
    height: auto;
    border: 0;
    height: 50vh;
    outline: solid 1px silver;
    border-radius: 8px !important;
    /* box-shadow: rgba(0, 0, 0, 0.247) 1px 1px 1px 1px; */
    /* margin-bottom: 70px; */
}

iframe{
    /* width: auto !important;
    height: 800px !important; */
}

main {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    /* width: 100vw; */

    header {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: fixed;
        z-index: 1000;
        backdrop-filter: blur(5px);
        padding: 10px;
        top: 0px;

        >div {
            &:nth-of-type(1) {
                font-weight: 700;
                font-size: 20px;
            }

            &:nth-child(2) {
                display: flex;
                gap: 10px;

                a {
                    text-decoration: none;
                    color: black;


                    &:hover {
                        text-decoration: underline grey;
                        text-underline-offset: 5px;
                        cursor: pointer;
                    }
                }
            }

            &:nth-child(3) {
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }

        a {

            color: black;
        }
    }

    h1 {
        margin-top: 100px;
        text-align: center;
        font-size: 60px;
        /* text-shadow: var(--verde) 2px 2px 1px; */

    }

    .cards {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;

        div {
            outline: 1px solid silver;
            border-radius: 10px;
            height: 200px;
            width: 200px;
            padding: 10px;
            display: flex;
            align-items: center;
            flex-direction: column;
            background-color: white;
            transition: 0.3s;
            box-shadow: silver 3px 5px 1px;
            /* box-shadow: black 2px 4px 1px 1px; */

            &:nth-of-type(1) {
                transform: rotate(-15deg);
                translate: 20px 30px;
            }

            &:nth-of-type(2) {
                z-index: 10;
            }

            &:nth-of-type(3) {
                transform: rotate(15deg);
                translate: -20px 30px;
            }

            &:hover {
                transition: 0.3s;
                /* background-color: red; */
                transform: rotate(0deg);
                translate: 0px 0px;
            }

            img {
                width: 150px;
            }

            span {
                text-align: center;
                font-weight: 700;
                width: 100%;
                height: fit-content;
            }
        }
    }

    >a {
        color: black;
        background-color: var(--verde) !important;
        margin-top: 50px;
        outline: 2px solid black;

        &:hover {
            color: var(--verde) !important;
            background-color: black !important;
        }
    }
}

.desc-price {
    text-align: center;
    background-color: var(--verde);
    padding: 10px;
    border-radius: 8px;
    box-shadow: silver 3px 5px 1px;
    position: relative;

    &::before {
        position: absolute;
        right: -15px;
        top: -15px;
        background-color: black;
        color: var(--verde);
        padding: 10px 18px;
        border-radius: 1000px;
        font-size: 20px;
        font-weight: 900;
        content: "!";
        box-shadow: silver 1px 1px 1px 1px;
    }

    /* background-color: red; */
}

.prices {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding-bottom: 175px;
    /* background-color: red; */

    >div {
        outline: 1px solid black;
        padding: 10px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 50px;
        width: 250px;
        box-shadow: silver 3px 5px 1px;


        span {
            font-size: 20px;
            text-decoration: var(--verde) underline;

        }

        p {
            font-weight: 900;
            font-size: 30px;

            &::before {
                font-size: 18px;
                font-weight: 500;
                color: grey;
                content: "1x";
            }
        }

        a {
            border: none;
            padding: 10px;
            font-weight: 500;
            font-size: 14px;
            width: 90%;
            text-align: center;
            outline: 1px solid black;
            border-radius: 5px;
            text-decoration: none;
            color: black;
            background-color: var(--verde) !important;
            font-weight: 700;

            &:hover {
                background-color: black !important;
                color: white;
                cursor: pointer;
            }
        }

        img {
            margin-top: 20px;
            width: 100%;
        }
    }
}

#nos {
    display: flex;
    flex-direction: column;

    span {
        width: 600px !important;
        text-align: center;
    }
}

.faq {
    width: 550px;

    h3 {
        margin-bottom: 0;
        color: black;
        padding: 5px;
        border-radius: 5px;

        &::before {
            content: "> ";
            color: var(--verde);
        }
    }

    span {
        margin-top: 4px;
        margin-bottom: 10px;
    }
}

.btn-baixar {
    outline: 1px solid grey;
    background: none;
    border-radius: 100px;
    border: none;
    padding: 10px 15px;
    font-weight: 600;
    width: fit-content;
    text-decoration: none;

    &:hover {
        background-color: black;
        color: white;
        cursor: pointer;
    }
}

.invisible {
    display: none;
    visibility: hidden;
}

.modal-payment {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.326);
    backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    >div {
        width: 250px;
        height: 340px;
        background-color: white;
        box-shadow: rgba(57, 56, 56, 0.378) 1px 1px 1px 1px;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        outline: 1px solid silver;

        >img {
            width: 100%;
            height: 100%;
        }

        >button {
            margin-top: 10px;
            background: var(--verde);
        }
    }
}

.real-value {
    &::after {
        content: attr(data-valor) !important;
        position: absolute;
        translate: -85px -18px;
        font-size: 13px;
        color: red;
        background-color: rgba(255, 0, 0, 0.307);
        padding: 2px 5px;
        border-radius: 100px;
        font-weight: 600;
        outline: red 1px solid;
    }
}

verdin {
    color: var(--verde);
    font-weight: 900;
}

@media (max-width: 800px) {

    video {
        width: 90%;
        /* display: none;
        visibility: hidden; */
    }

    main {

        header {
            width: 100%;
        }

        h1 {
            font-size: 35px;
        }

        .cards {

            >div {
                width: 150px;
                height: auto;

                >img {
                    width: 90px;
                }
            }
        }
    }

    .faq {
        width: 90%;
    }

    .prices {
        display: flex;
        gap: 0;
        flex-direction: column;

        >div {
            margin-bottom: 20px;
        }
    }

}