html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}


::-webkit-scrollbar-thumb {
    background-color: #272a2c;
    border-radius: 10px;
    border: 3px solid #fff;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
    box-shadow: inset 0 0 5px grey;
}


::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.logo {
    width: 11.5rem;
}

@media screen and (min-width: 769px) {
    header .primeiro-container #participar {
        border: none;
        font-family: Sora;
        font-weight: 800;
        font-size: 2.5rem;
        color: #d5d5d5;
        line-height: 1;
    }

    header .primeiro-container h1 {
        color: #3d3d3d;
        font-size: 3.7rem;
        margin: -0.5rem 0 0 0;
        font-weight: bold;
    }

    header .primeiro-container {
        max-width: 65vw;
        margin: 16rem auto 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header .primeiro-container .seu-lugar {
        margin-top: 0;
        padding: 0 1rem;
        background-color: #C22F23;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }

    .mentor .segundo-container .mentor-content .mentor-img {
        width: 40rem;
    }

    .mentor .segundo-container {
        padding: 0 5rem;
        text-align: center;
    }

    .mentor .segundo-container .mentor-content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 50px;
        margin-top: 30px;
    }

    .mentor .segundo-container .mentor-content .mentor-text {
        padding: 0 1rem;
        text-align: center;
    }

    .mentor .segundo-container .mentor-content .mentor-text {
        max-width: 40rem;
        text-align: left;
        margin-top: 1rem;
    }

    .curso .terceiro-container .curso-content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 50px;
        margin-top: 30px;
    }

    .curso .terceiro-container .curso-content .curso img {
        width: 43rem;
        margin-top: 3rem;
    }

    .curso .terceiro-container {
        padding: 0 5rem;
        text-align: center;
    }

    .curso .terceiro-container h2 {
        color: #3d3d3d;
        font-weight: 300;
        font-size: 3rem;
        margin: 0;
        padding-bottom: 0.5rem;
    }

    .curso .terceiro-container .curso-content .check-list .nao-quebra p {
        color: #3d3d3d;
        font-size: 2rem;
        font-weight: 300;
        margin: 0 0 2rem 0;
    }

    .depoimentos .quarto-container {
        padding: 0 5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 10px;
        left: 25px;
        bottom: 25px;
        z-index: var(--z-fixo);
        font-size: var(--normal-font);
        border: solid;
        outline: none;
        cursor: pointer;
        border-radius: 4px;
        border-width: 1px;
        border-color: darkred;
        width: 2vw;
        height: 2vw;
        justify-content: center;
        align-items: center;
    }

    .btn-blue {
        background-color: transparent;
        color: #fff;
        padding: 0.3rem 0.3rem;
        border: solid;
        border-width: 1px;
        border-radius: 10px;
        font-size: 1.7rem;
        font-weight: 100;
        text-decoration: none;
        transition: background-color 0.3s ease;
        margin-top: 20px;
        display: inline-block;
    }

    .depoimentos .quarto-container h3 {
        font-size: 3.3rem;
        max-width: 50rem;
    }

    .depoimentos .quarto-container h2 {
        font-weight: 100;
        font-size: 2.6rem;
        letter-spacing: 0.3rem;
    }

    .btn-yellow {
        background-color: #0E3754;
        color: #282b30;
        cursor: pointer;
        padding: 15px 3rem;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
}

.segundo-container h2 {
    color: #3d3d3d;
    font-weight: 300;
    font-size: 3rem;
    margin: 1rem 0 0 0;
    padding-bottom: 0.5rem;
    border-bottom: 0.3rem solid #0E3754;
}

.mentor {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.mentor-text p {
    color: #3d3d3d;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 1rem 0 2rem 0;
}

h3 {
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
}

.nao-quebra .amarelo {
    font-weight: 600;
    color: #0E3754;
}


.curso {
    padding: 0;
}

.check-list {
    max-width: 40rem;
    text-align: left;
}

.check {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon {
    width: 48px;
    height: 48px;
    fill: #0E3754;
    flex-shrink: 0;
    margin-right: 10px;
}

.check p {
    color: #3d3d3d;
    margin: 1rem 0 1rem 0;
    font-size: 1.3rem;
}

.check img {
    width: 30px;
}


.quarto-container h3 {
    font-size: 3.3rem;
    max-width: 50rem;
}

.depoimentos {
    color: #222;
    padding: 50px 0;
    background-color: #f9f9f9;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.depoimento {
    text-align: left;
}

.depoimento img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.depoimento h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.depoimento p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}


.btn-green:hover {
    background-color: #3e8e41;
}

footer {
    background-color: #f9f9f9;
    color: #222;
    padding: 20px;
    text-align: center;
}

footer p {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0.8rem 0;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 25px;
    bottom: 25px;
    z-index: var(--z-fixo);
    font-size: var(--normal-font);
    border: solid;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    border-width: 1px;
    border-color: darkred;
    /* width: 2vw;
    height: 2vw; */
    justify-content: center;
    align-items: center;
}

#myBtn:hover {
    background-color: #876f32;
}

.curso-img {
    width: 700px;
}

@media screen and (max-width: 768px) {

    header .primeiro-container #participar {
        border: none;
        font-family: Sora;
        font-weight: 800;
        font-size: x-large;
        color: #d5d5d5;
        line-height: 1;
    }

    header .primeiro-container {
        margin: 5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header .primeiro-container h1 {
        color: #3d3d3d;
        padding-bottom: 1rem;
    }

    header .primeiro-container .seu-lugar {
        margin-top: 0;
        padding: 0 1rem;
        background-color: #C22F23;
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .mentor .segundo-container .mentor-content .mentor-img {
        width: 100%;
    }

    .mentor .segundo-container .mentor-content .mentor-text {
        text-align: center;
        padding: 0 1rem;
    }

    .terceiro-container {
        padding: 0 1rem;
    }

    .curso .terceiro-container .curso-content .curso-img {
        width: 100%;
    }

    .curso .terceiro-container h2 {
        color: #3d3d3d;
        padding-top: 20px;
        font-weight: 300;
        font-size: 2.5rem;
        margin: 0;
        padding-bottom: 0.5rem;
        text-align: center;
    }

    .curso .terceiro-container .curso-content .check-list .nao-quebra p {
        color: #3d3d3d;
        font-size: 2rem;
        font-weight: 300;
        text-align: center;
    }

    .depoimentos .quarto-container {
        padding: 0px 1rem;
        text-align: center;
    }

    .btn-blue {
        background-color: transparent;
        color: #fff;
        padding: 0.3rem 0.3rem;
        border: solid;
        border-width: 1px;
        border-radius: 10px;
        font-weight: 100;
        text-decoration: none;
        transition: background-color 0.3s ease;
        margin-top: 20px;
        display: inline-block;
        font-size: x-large;
    }

    .btn-yellow {
        background-color: #0E3754;
        color: #282b30;
        cursor: pointer;
        padding: 15px 3rem;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
}

@media screen and (max-width: 360px) {
    .curso .terceiro-container h2 {
        color: #3d3d3d;
        padding-top: 20px;
        font-weight: 300;
        font-size: x-large;
        margin: 0;
        padding-bottom: 0.5rem;
        text-align: center;
    }

    .depoimentos .quarto-container h3 {
        font-size: xx-large;
        max-width: 50rem;
    }

    .depoimentos .quarto-container h2 {
        font-weight: 100;
        font-size: x-large;
        letter-spacing: 0.3rem;
    }

    .btn-blue {
        font-size: larger;
    }

    .curso .terceiro-container .curso-content .check-list .nao-quebra p {
        font-size: x-large;
    }

    header .primeiro-container .seu-lugar {
        padding: 0;
    }
}