@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

.g1-p {
    /* height: 100vh; */
    background: linear-gradient(to bottom, #0e0e0ee8, rgb(21 21 21)), url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.g1-p h1 {
    color: white;
    font-weight: 700;
    font-size: 2.5rem;
}

.mindset img {
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
}

.g1-p h4 {
    color: rgba(255, 255, 255, 0.712);
}

.g1-p .picture {
    position: relative;
    display: inline-block;
}

.g1-p .picture img {
    width: 100%;
    max-width: 330px;
    display: block;
}

.g1-p h2 {
    display: flex;
    gap: 1rem;
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    color: white;
}

.g1-p h2 img {
    width: 100%;
    max-width: 55px;
}

/* Gradiente sobreposto */
.g1-p .picture::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, #151515, #00000000);
    pointer-events: none;
    z-index: 2;
}

.name {
    position: absolute;
    color: white;
    font-size: x-large;
    margin-top: 8px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

header strong,
.g1-f span {
    color: #0069d3;
}

.line {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}

.list {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list .list-item {
    color: white;
    font-size: medium;
    /* font-weight: 700; */
    display: flex;
    gap: 10px;
}

.list .list-item .bi {
    color: #0069d3;
}

.g3-p h1 {
    color: #0069d3;
    font-weight: 700;
}

.g5-p h1 {
    color: #0055ab;
    font-weight: 700;
}

.g3-f .quadro h4 {
    color: white;
}

.g3-f .quadro p {
    color: white;
}


.g4-f h1 {
    color: #0055ab;
    font-weight: 700;
}

.g2-f h1 {
    color: #0055ab;
    font-weight: 700;
}


/* .btn.n1 {
    background-image: linear-gradient(103deg, #ffd700 17%, #ffb300 70%);
    box-shadow: 0px 4px 10px 0px #ffd700;
} */

.g4-p .testimonial span {
    color: white;
    font-weight: 500;
    text-align: center;
}

.g5-f .list-services {
    width: 100%;
    max-width: 385px;
    padding: 1rem;
    border: 1px solid gainsboro;
    border-radius: 5px;
}

.d-flex .cartao {
    max-width: 500px;
    width: 100%;
    background: #4d4d4d;
    padding: 10px;
    color: white;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    min-height: 144px;
    align-items: center;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);

    }

    100% {
        transform: scale(1);
    }
}

.pulse-text {
    animation: pulse 1.5s infinite;
    display: inline-block;
}

.d-flex {
    justify-content: center;
}

.mma-section {
    background-image: linear-gradient(rgb(0 0 0 / 82%), rgb(0 0 0)), url(/assets/img/gold.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.mma-text {
    font-style: italic;
    background: #fff;
    padding: 1.5rem;
    border-left: 5px solid #3f3f3f;
    margin: 2rem auto;
    max-width: 700px;
    color: black;
    border-radius: 5px;
}

.text-gold {
    color: #0069d3;

}

.list-services h4 {
    color: #0055ab;
}

.cta-box {
    background: #3f3f3f;
    color: #fff;
    padding: 2rem;
    border-radius: 5px;
}

header {
    display: flex;
    background: #0E0E0E;
    color: white;
    justify-content: center;
    font-size: xx-large;
    padding: 8px;
    text-align: center;
}

@media screen and (max-width: 769px) {
    .g1-p {
        padding: 1rem;
        text-align: center;
    }

    .g1-p h2 {
        justify-content: center;
    }

    .g1-f {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .g2-p {
        padding: 1rem;
    }

    .g2-p center {
        margin-top: 2rem;
    }

    .g2-f p,
    .g2-f h1 {
        text-align: center;
    }

    .name {
        z-index: 100;
        bottom: 0;

    }

    .mma-section .title {
        font-size: xx-large;
        font-weight: 700;
        text-align: center;
        margin-top: 2rem;

    }

    .mma-section {
        padding: 1rem;
    }

    .cta-box {
        text-align: center;
    }

    .g3-p {
        padding: 1rem;
        background: linear-gradient(to bottom, #0e0e0ee8, rgb(21 21 21)), url(../img/bg.jpg);

    }

    .g3-p .g3-f {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .g3-f .quadro {
        padding: 1rem;
        border-radius: 5px;
        width: 100%;
        background: #4d4d4d;
        margin-bottom: 1rem;
    }

    .g4-p {
        padding: 1rem;
    }

    .g4-f h1 {
        text-align: center;
    }

    .testimonial {
        border: 1px solid gainsboro;
        padding: 1rem;
        border-radius: 5px;
    }

    .g5-p {
        padding: 1rem;
    }

    .g5-f {
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }

    .g6-p {
        padding: 5rem 1rem;
        text-align: center;
        background-color: gainsboro;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    footer {
        display: flex;
        justify-content: center;
        gap: 1rem;
        background: linear-gradient(to bottom, #0e0e0ee8, rgb(21 21 21)), url(../img/bg.jpg);
        padding: 1rem;
        color: #0055ab;
        flex-direction: column;
        align-items: center
    }

    .btn {
        font-size: x-large;
        background-image: linear-gradient(103deg, #002e5c 17%, #004489 70%);
        width: 100%;
    }

}

@media screen and (min-width: 769px) {

    .btn {
        font-size: x-large;
        background-image: linear-gradient(103deg, #002e5c 17%, #004489 70%);
    }

    .g1-p {
        padding: 2rem 15rem 8rem;
        display: flex;
        align-items: center;
        gap: 7rem;
        justify-content: center;
    }

    .g1-p .g1-f {
        display: flex;
        flex-direction: column;
        max-width: 610px;
    }

    .g1-p h2 {
        display: flex;
        gap: 1rem;
        display: flex;
        gap: 1rem;
        align-items: flex-end;
        color: white;
    }

    .g2-p {
        padding: 5rem 15rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 3rem;
        justify-content: center;
    }

    .g2-f {
        max-width: 1000px;
    }

    .g2-f p {
        font-size: 1.4rem;
    }

    .g2-f p {
        font-size: 1.4rem;
    }

    .g3-p {
        padding: 15rem;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        background: linear-gradient(to bottom, #0e0e0ee8, rgb(21 21 21)), url(../img/bg.jpg);
        align-items: center;
    }

    .g3-p .g3-f {
        width: 100%;
        display: flex;
        gap: 1rem;
        justify-content: center;
    }

    .g3-f .quadro {
        padding: 1rem;
        border-radius: 5px;
        width: 400px;
        background: #4d4d4d;
    }

    .g4-p {
        padding: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .g5-p {
        padding: 5rem 15rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .g5-f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .25rem;
    }



    footer {
        display: flex;
        justify-content: center;
        gap: 1rem;
        background: linear-gradient(to bottom, #0e0e0ee8, rgb(21 21 21)), url(../img/bg.jpg);
        padding: 5rem;
        color: white;
    }

    footer .line-vertical {
        height: 10;
        width: 2px;
        background: white;
    }

    .g6-p {
        padding: 5rem 15rem;
        text-align: center;
        background-color: gainsboro;
        display: flex;
        justify-content: center;
        gap: 5rem;
        flex-wrap: wrap;
    }

    .mma-section {
        padding: 4rem 2rem;
    }

    .mma-section .container-mma {
        max-width: 960px;
        margin: 0 auto;
    }

    .mma-section .title {
        color: #0069d3;
    }

    .mma-section .subtitle {
        text-align: center;
    }

    .mma-section .intro {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    .mma-section .question {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .mma-section h2 {
        font-size: 1.8rem;
        margin: 2rem 0 1rem;
    }

    .checklist,
    .dashlist {
        list-style: none;
        padding: 0;
        margin-bottom: 2rem;
    }

    .steps {
        list-style: none;
        text-align: left;
        max-width: 700px;
        margin: 0 auto 2rem;
        padding: 0;
    }




    .cta-box h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .cta-box p {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .cta-box .btn {
        display: inline-block;
        padding: 0.75rem 1.5rem;
    }

    .mma-section .title {
        font-size: xxx-large;
        font-weight: 700;
        text-align: center;
        margin-bottom: 2rem;
    }

    .testimonial {
        opacity: 0.4;
        transform: scale(0.95);
        transition: all 0.3s ease;
        border: 1px solid gainsboro;
        padding: 1rem;
        border-radius: 5px;
        background: #4d4d4d;
        color: white;
    }

    .owl-item.center .testimonial {
        opacity: 1;
        transform: scale(1.05);
        z-index: 2;
        transition: all 0.3s ease;
    }

    .owl-item {
        display: flex;
        align-items: flex-end;

    }

    .owl-stage {
        display: flex;
        height: 500px;
        align-items: center;
    }

}