/*-----------------------------------------------------------------------------------
    Template Name: Thaisa Clapham
    Author: Elias A C Neto
    Author URI:  https://github.com/eliasacneto/
    Version: 1.1

------------------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 62.5%;
    --ff-primary: "Raleway", sans-serif;
    --ff-secondary: "Poppins", sans-serif;
    --color--dark: #9b6400;

    --bg-color: #fffef3;
    --bg-navbar: #f2ae3330;
    --bg-cta-nav: #f2ae33;
    --bg-discover: #856d06;

    --white: #fff;
    --black: #000;

    --color-primary: #9b6400;
    --color-primary-darker: #835603;
    --color-secondary: #b29105;
    --color-secondary-darker: #e69e1a;
    --box-color: #1d1d1d;

    --footer-color: #b29105;
}

body {
    background-color: var(--bg-color);
    overflow-x: hidden;
}

.highlight-white {
    color: var(--white);
}

.highlight-primary {
    color: var(--color-primary);
}

.highlight-secondary {
    color: var(--color-secondary);
}

.hide {
    display: none !important;
}

/* HOME */

.home {
    background-image: url(../img/bg/home.png);
    display: flex;
    flex-direction: column;
    background-size: cover;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--bg-navbar);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-radius: 7.6rem;
    width: 60%;
    margin: 1rem auto 1rem auto;
}

.cta-nav {
    cursor: pointer;
    background-color: var(--bg-cta-nav);
    border: none;
    color: var(--white);
    border-radius: 3.8rem;
    font-family: var(--ff-primary);
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.4rem 4.5rem;
}

.cta-nav:hover {
    background-color: #e7a529;
}

.cta-nav a {
    text-decoration: none;
    color: var(--color-primary);
}



.nav-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 48%;
    color: var(--color-primary);
    font-size: 1.8rem;
    font-family: var(--ff-primary);
    font-weight: bold;
}

.nav-list a {

    text-decoration: none;
    color: var(--color-primary);

}

.nav-list a:hover {
    color: #e7a529;

}

.nav-list-item {
    list-style: none;
    text-transform: uppercase;
}

.nav-mobile {
    display: none;
}

.home-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.home-img {
    width: 50rem;
}

.home-banner {
    width: 60rem;
}

.home-text {
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
    margin-top: -30rem;
}

.home-title {
    font-family: var(--ff-primary);
    font-size: 2.4rem;
    text-align: center;
    color: var(--color-primary);
    font-weight: 400;
}

/* ABOUT */

#about {
    background-image: url(../img/bg/bg-about.png);

    background-size: cover;
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20rem;
}

.about-img {
    width: 40rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.about-content {
    display: flex;
    flex-direction: column;
    width: 55rem;
}

.about-title {
    font-family: var(--ff-secondary);
    font-size: 3.5rem;
    color: var(--black);
}

.about-subtitle {
    font-family: var(--ff-secondary);
    font-size: 2rem;
    font-weight: 300;
    color: var(--white);
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.cta-about {
    border: none;
    font-family: var(--ff-primary);
    font-weight: bold;
    font-size: 2rem;
    background-color: var(--color-primary);
    color: var(--white);
    border-radius: 2rem;
    width: 25rem;
    padding: 1rem;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

/* TESTIMONIALS */

#testimonials {
    background-image: url(../img/bg/bg-testimonials.png);
    background-size: cover;
}

.testimonials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials-title {
    font-size: 2.3rem;
    text-transform: uppercase;
    font-family: var(--ff-secondary);
    font-weight: 600;
    color: var(--color-primary);
    width: 50rem;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 3.7rem;
}

.customer {
    display: flex;
    gap: 3.5rem;
}

.customer-img {
    height: 50rem;
}

.testimonials-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 4rem;
    margin: 4.5rem 2rem;
}

.testimonial-content {
    border: 1px solid var(--color-secondary);
    padding: 2.6rem 3rem 2rem 3rem;
    width: 42.9rem;
}

.testimonial-text {
    font-family: var(--ff-secondary);
    font-size: 1.4rem;
    text-align: justify;
    color: var(--color-primary);
}

.testimonial-author {
    color: var(--color-primary);
    font-size: 1.4rem;
    font-family: var(--ff-secondary);
    margin-top: 2rem;
}

.testimonial-author a {
    color: var(--color-primary);

}

/* SERVICES */

#services {
    background-image: url(../img/bg/bg-service.png);
    background-position: center;
    background-size: cover;
}

.services {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.service-one {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 10rem;
    margin-top: 10rem;
}

.service-one-img {
    height: 60rem;
}

.service-one-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50rem;
}

.service-one-title {
    font-family: var(--ff-secondary);
    font-size: 32px;
    color: var(--color-primary);
}

.service-one-list-item {
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.service-one-list-item img {
    margin-right: 2rem;
    width: 3rem;
    height: 4rem;
}

.service-one-list-item p {
    font-size: 16px;
    font-family: var(--ff-secondary);
    color: var(--color-primary);
}

.service-two {
    margin-top: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.service-two-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    width: 60rem;
}

.service-two-title {
    font-family: var(--ff-secondary);
    font-size: 3rem;
    color: var(--color-primary);
    text-align: center;
}

.service-two-list-item {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    width: 54rem;
}

.service-two-list-item p {
    font-size: 2rem;
    font-family: var(--ff-secondary);
    color: var(--color-primary);
}

.cta-service {
    margin-top: 5rem;
    cursor: pointer;
    border: none;
    border-radius: 4rem;
    text-transform: uppercase;
    font-family: var(--ff-primary);
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--white);
    background-color: var(--color-primary);
    padding: 1.5rem 5rem;
    text-align: center;
    text-decoration: none;
}

.service-two-img {
    height: 80rem;
    margin-top: -10rem;
}

.services-footer-img {
    margin-bottom: -5rem;
}

/* DISCOVER */

#discover {
    background-image: url(../img/bg/bg-discover.png);
    background-size: cover;
}

.discover {
    display: flex;
    justify-content: center;
    gap: 8rem;
    align-items: center;
    padding-top: 5rem;
}

.discover-content {
    display: flex;
    flex-direction: column;
    width: 60rem;
}

.discover-title {
    font-family: var(--ff-secondary);
    color: var(--white);
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.discover-subtitle {
    font-family: var(--ff-secondary);
    color: var(--white);
    font-weight: 200;
    font-size: 1.8rem;
    margin-bottom: 5rem;
}

/* BOOK */

.book {
    display: flex;
    flex-direction: column;
    background-color: #b29105;
    align-items: center;
}

.book-content {
    display: flex;
    justify-content: space-around;
    gap: 8rem;

    padding-top: 5rem;
}


.book-content-title {
    color: var(--white);
    font-family: var(--ff-secondary);
    font-weight: bold;
    font-size: 2.3rem;
    width: 55rem;
}

.left-content-title {
    color: var(--white);
    font-family: var(--ff-secondary);
    font-weight: bold;
    font-size: 2.3rem;
}

.book-content-list {
    margin-top: 5rem;
    color: var(--white);
    font-family: var(--ff-secondary);
    font-weight: 200;
    font-size: 2rem;
}

.book-content-list-item {
    width: 55rem;
    margin-top: 1rem;
}

.get-book {
    font-family: var(--ff-primary);
    font-weight: bold;
    background-color: var(--color-primary);
    color: var(--white);
    font-size: 2.4rem;
    width: 55rem;
    height: 5rem;
    border: none;
    border-radius: 3.8rem;
    margin-top: 8rem;
    margin-bottom: 10rem;
    cursor: pointer;
    text-transform: uppercase;
}


/* WORKSHOP */

#workshop {
    background-image: url(../img/bg/bg-workshop.png);
    background-size: cover;
    background-position: center;
}

.workshop {
    display: flex;
}

.workshop-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    margin: 20rem auto;
    padding: 5rem 5rem;
    border-radius: 1.6rem;
}

.workshop-content {
    display: flex;
    flex-direction: column;
    width: 65rem;
}

.workshop-title {
    font-family: var(--ff-secondary);
    font-weight: 600;
    font-size: 2.2rem;
    color: var(--color-primary);
}

.workshop-subtitle {
    font-family: var(--ff-secondary);
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--color-primary);
    margin-top: 2rem;
}

.cta-workshop {
    margin-top: 3rem;
    cursor: pointer;
    background-color: var(--color-primary);
    font-family: var(--ff-primary);
    font-weight: bold;
    font-size: 2rem;
    color: var(--white);
    text-transform: uppercase;
    height: 5rem;
    border: none;
    border-radius: 3.8rem;
    text-decoration: none;
    text-align: center;
    padding: 1.2rem;
}

.cta-workshop:hover {
    background-color: var(--color-primary-darker);
}

/* START */

#start {
    background-image: url(../img/bg/bg-start.svg);
    background-size: cover;
    filter: var(--color--dark);
}

.start {
    display: flex;
    flex-direction: column;
    background-color: #b29105;
}

.start-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    margin: 1rem auto;
}

.start-content-side {
    display: flex;
    flex-direction: column;
    width: 60rem;
}

.start-title {
    color: var(--white);
    font-family: var(--ff-secondary);
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.start-text {
    color: var(--white);
    font-family: var(--ff-secondary);
    font-family: 400;
    font-size: 1.8rem;
}

.start-subtitle {
    color: var(--white);
    font-family: var(--ff-secondary);
    font-family: 400;
    font-size: 2rem;
    margin-top: 2rem;
}

.start-content-list {
    color: var(--white);
    font-family: var(--ff-secondary);
    font-weight: 400;
    font-size: 1.8rem;
    margin-top: 2rem;
}

.start-content-list-item {
    margin-left: 4rem;

}

.start-img {
    width: 50rem;
}

.cta-start {
    background-color: var(--bg-cta-nav);
    border-radius: 3.8rem;
    border: none;
    color: var(--white);
    cursor: pointer;
    font-family: var(--ff-primary);
    font-weight: bold;
    font-size: 2rem;
    height: 5rem;
    margin-top: 4rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 1.2rem;
}

.cta-start:hover {
    background-color: var(--color-secondary-darker);
}

.mentorias-section {
    display: flex;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.mentoria {
    position: relative;
    flex: 1;
    overflow: hidden;
    margin: 0;
    border: none;
    cursor: pointer;
    filter: brightness(0.79);
}

.mentoria:hover {
    filter: brightness(0.9);
}

.image-container {
    position: relative;
    width: 100%;
    height: 55rem;
    background-color: var(--color-primary-darker);
    cursor: pointer;

}



.image-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(156, 132, 60, 0.8), rgba(156, 132, 60, 0));

}

.mentoria img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-width: 300px;
}



.content {
    position: absolute;
    font-family: var(--ff-primary);
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.content h3 {
    margin: 0 0 10px;
    font-size: 2rem;
}

.content a {
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-align: left;
    font-size: 2rem;
    font-weight: 200;
    transition: .5s;
}

.content a:hover {
    transition: .5s;
    font-weight: bold
}




/* WHATSAPP */
whatsapp-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {

    20%,
    100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    0%,
    10% {
        width: 55px;
        height: 55px;
        font-size: 35px;
    }

    5% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

.feedback-img {
    width: 100%;
    margin-bottom: -5px;

}

/* FOOTER */

footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--color-secondary);
    height: 15rem;
}

.footer-img {
    width: 30rem;
}

.footer-links-list {
    display: flex;
    list-style: none;

    justify-content: center;
    gap: 8rem;
    color: var(--white);
}

.footer-links-list a {
    font-family: var(--ff-primary);
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: var(--white);
}



::-webkit-scrollbar {
    width: 12px;
}



::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #f2ae33;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e7a529;
}


@media only screen and (min-width: 1024px) {
    .nav-list {
        width: 40%;
    }

    .home-content {
        flex-direction: row;
    }

    .home-text {
        width: 40%;
        margin-top: 0;
    }

    .home-img {
        width: 80%;
    }

    .home-banner {
        width: 35%;
    }

    .about {
        gap: 20rem;
    }

    .about-img {
        width: 40rem;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .about-content {
        width: 55rem;
    }

    .about-title {
        font-size: 3.5rem;
    }

    .about-subtitle {
        font-size: 2rem;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .cta-about {
        width: 25rem;
        font-size: 2rem;
        padding: 1rem;
    }

    .testimonials-title {
        font-size: 2.3rem;
        width: 50rem;
        margin-top: 5rem;
        margin-bottom: 3.7rem;
    }

    .customer {
        gap: 3.5rem;
    }

    .customer-img {
        height: 50rem;
    }

    .testimonials-box {
        display: flex;
        width: 90%;
        gap: 4rem;
        margin: 4.5rem 2rem;
    }

    .testimonial-content {
        width: 42.9rem;
    }

    .services {
        padding: 5rem 0;
    }

    .service-one {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly;
        margin-top: 10rem;
    }

    .service-one-img {
        height: 60rem;
    }

    .service-one-content {
        width: 50rem;
    }

    .service-two {
        flex-direction: row-reverse;
        margin-top: 10rem;
    }

    .service-two-content {
        width: 60rem;
    }

    .service-two-img {
        height: 80rem;
        margin-top: -10rem;
    }

    .discover {
        gap: 8rem;
        padding-top: 5rem;
    }

    .discover-content {
        width: 60rem;
    }

    .book {}

    .book-content {
        gap: 8rem;
        display: flex;
        width: 80%;

    }

    .book-content-title {
        font-size: 2.3rem;
        width: 40rem;
    }

    .book-content-list-item {
        width: 40rem;
    }

    .get-book {
        font-size: 2.4rem;
        width: 55rem;
        height: 5rem;
        margin-top: 8rem;
        margin-bottom: 10rem;
    }

    .workshop-box {

        margin: 10rem auto;
        padding: 5rem 8rem;
        gap: 8rem;
    }

    .workshop-content {
        width: 50rem;
    }

    .workshop-title {
        font-size: 2.5rem;
    }

    .workshop-subtitle {
        font-size: 1.8rem;
    }

    .cta-workshop {
        font-size: 2.2rem;
        height: 6rem;
        padding: 1.5rem 2.5rem;
    }

    .start-content {
        gap: 12rem;
        margin: 10rem auto;
    }

    .start-title {
        font-size: 4rem;
    }

    .start-text {
        font-size: 2rem;
    }

    .start-subtitle {
        font-size: 2.5rem;
    }

    .start-content-list {
        font-size: 2rem;
    }

    .footer {
        height: 15rem;
    }

    .footer-links-list {
        gap: 8rem;
    }
}


@media only screen and (max-width: 1024px) {
    .nav {
        width: 90%;
    }

    .home-content {
        flex-direction: column;
    }

    .home-text {
        width: 80%;
        margin-top: 2rem;
        text-align: center;
    }

    .home-img {
        width: 70%;
    }

    .home-banner {
        width: 70%;
        margin-top: 2rem;
    }

    .about {
        flex-direction: column;
        align-items: center;
        text-align: center;

        gap: 3rem;
    }

    .about-img {
        width: 70%;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .about-content {
        width: 80%;
    }

    .about-title {
        font-size: 2.5rem;
    }

    .about-subtitle {
        font-size: 1.8rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .cta-about {


        width: 100%;
        font-size: 1.8rem;
        padding: 0.8rem;
        margin-bottom: 2rem;
    }

    .testimonials-title {
        font-size: 2rem;
        width: 90%;
        margin-top: 3rem;
        margin-bottom: 2.5rem;
        text-align: center;
    }

    .customer {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .customer-img {
        height: auto;
        width: 70%;
    }

    .testimonials-box {
        flex-direction: column;
        gap: 2rem;
        margin: 3rem 1rem;
        align-items: center;
    }

    .testimonial-content {
        width: 80%;
    }

    .service-one,
    .service-two {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .service-one-img,
    .service-two-img {
        width: 80%;
        height: auto;
        margin-top: 3rem;
    }

    .service-one-content,
    .service-two-content {
        width: 90%;
    }

    .discover {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4rem;
        padding: 5rem 2rem;
    }

    .discover-content {
        width: 90%;
    }

    .book-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4rem;
    }

    .book-content-title {
        width: 90%;
        font-size: 2rem;
    }

    .book-content-list-item {
        width: 90%;
    }

    .get-book {
        width: 90%;
        font-size: 1.8rem;
        height: auto;
        margin-top: 4rem;
        margin-bottom: 6rem;
        padding: 1rem 2rem;
    }

    .workshop-box {
        flex-direction: column;
        margin: 8rem auto;
        padding: 5rem 4rem;
        gap: 5rem;
    }

    .workshop-content {
        width: 100%;
        text-align: center;
    }

    .start-content {
        flex-direction: column;
        margin: 8rem auto;
        gap: 6rem;
    }

    .start-content-side {
        width: 100%;
        text-align: center;
    }

    .footer {
        flex-direction: column;
        height: auto;
        padding: 3rem;
        text-align: center;
    }

    .footer-img {
        margin-bottom: 2rem;
    }

    .footer-links-list {
        gap: 4rem;
    }

    nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: transparent;

        border-radius: 1.8rem;
        width: 60%;
        margin: 1rem auto 1rem auto;
    }

    .nav-desk {
        display: none;
    }

    .nav-mobile {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-list-item {
        margin-top: 2rem;
    }

    .menu {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .cta-mobile {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .cta-mobile a {
        background-color: var(--bg-cta-nav);
        color: var(--white);
        padding: 1rem 2rem;

        border-radius: 2rem;
    }

    .showMenu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .nav {
        width: 90%;
    }

    .home-text {
        width: 90%;
    }

    .home-img {
        width: 100%;
    }

    .home-banner {
        width: 75%;
        margin-top: 0.8rem;
    }

    .about {
        flex-direction: column;
        align-items: center;
        gap: 4rem;
    }

    .about-img {
        width: 60%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .about-content {
        width: 90%;
        text-align: center;
    }

    .about-title {
        font-size: 2.5rem;
    }

    .about-subtitle {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-size: 1.8rem;
    }

    .cta-about {
        font-size: 1.8rem;
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 2rem;
    }

    .testimonials-title {
        font-size: 2rem;
        width: 90%;
        margin-top: 3rem;
        margin-bottom: 2.5rem;
        text-align: center;
    }

    .customer {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .customer-img {
        height: auto;
        width: 70%;
    }

    .testimonials-box {
        flex-direction: column;
        gap: 2rem;
        margin: 3rem 1rem;
        align-items: center;
    }

    .testimonial-content {
        width: 80%;
    }

    .service-one {
        flex-direction: column;
    }

    .service-one-img {
        width: 90%;
        height: auto;
        margin-bottom: 2rem;
    }

    .service-one-content {
        width: 100%;
        text-align: center;
    }

    .service-one-title {
        font-size: 2.5rem;
    }

    .service-one-list-item {
        flex-direction: column;
        align-items: center;

    }

    .service-one-list-item p {
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-size: 1.6rem;
    }

    .service-one-list-item img {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .service-two {
        flex-direction: column;
        align-items: center;
    }

    .service-two-content {
        width: 100%;
        text-align: center;
    }

    .service-two-title {
        font-size: 2.5rem;
    }

    .service-two-list-item {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .service-two-list-item p {
        font-weight: 400;
        font-size: 1.6rem;
    }

    .service-two-img {
        width: 90%;
        height: auto;
        margin-top: 2rem;
    }

    .services-footer-img {
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }

    .discover-img {
        width: 90%;
    }


    .discover-subtitle {
        font-size: 1.6rem;
        margin-bottom: 4rem;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
    }

    .book-content {
        flex-direction: column;
        gap: 4rem;
    }

    .book-content-title {
        font-size: 1.8rem;
        width: 100%;

        text-align: center;
    }

    .book-content-list {
        font-size: 1.6rem;
        width: 100%;
        text-align: center;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }

    .book-content-list-item {
        width: 100%;
        text-align: center;
    }

    .get-book {
        font-size: 1.6rem;
        width: 100%;
        text-align: center;
        margin-top: 4rem;
        margin-bottom: 4rem;
        padding: 1rem 2rem;

    }

    .workshop-box {
        margin: 5rem auto;
        padding: 3rem 2rem;
    }

    .workshop-title {
        font-size: 2rem;
    }

    .workshop-subtitle {
        font-size: 1.6rem;
    }

    .cta-workshop {
        font-size: 1.8rem;
        height: 5rem;
        padding: 1rem 2rem;
    }

    #start {
        background-color: #856d06 !important;
        background-image: none;
    }

    .start-content {
        flex-direction: column;
        gap: 4rem;
    }

    .start-content-side {
        width: 100%;
    }

    .start-img {
        width: 90%;
        margin-top: 1rem;
    }

    .start-title {
        font-size: 2.5rem;
    }

    .start-text {
        font-size: 1.5rem;
    }

    .start-subtitle {
        font-size: 1.8rem;
    }

    .start-content-list {
        font-size: 1.5rem;
    }

    .cta-start {
        font-size: 1.5rem;
        height: 4rem;
        margin-top: 2rem;
    }

    footer {
        display: flex;
        flex-direction: column;
        height: 25rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .footer-img {
        width: 60% !important;
    }

    .footer-links-list {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-links-list-item {
        font-size: 1.6rem !important;
    }


    .feedback-img {
        width: 100%;

    }

    nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: transparent;
        border-radius: 1.8rem;
        width: 60%;
        margin: 1rem auto 1rem auto;
    }

    .nav-desk {
        display: none;
    }

    .nav-mobile {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-list-item {
        margin-top: 2rem;
    }

    .menu {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .cta-mobile {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .cta-mobile a {
        background-color: var(--bg-cta-nav);
        color: var(--white);
        padding: 1rem 2rem;

        border-radius: 2rem;
    }

    .showMenu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .mentorias-section {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 0;
        margin: 0;
    }

    .mentoria {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        margin: 0;
        border: none;
    }


    .image-container {
        position: relative;
        width: 100%;
        height: 55rem;

        transition: .5s;
    }

    .image-container:hover {
        background-color: red;
    }


    .image-container::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(156, 132, 60, 0.8), rgba(156, 132, 60, 0));
        z-index: 1;
    }

    .mentoria img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        min-width: 300px;
    }



    .content {
        position: absolute;
        font-family: var(--ff-primary);
        bottom: 0;
        color: #fff;
        width: 100%;
        padding: 20px;
        z-index: 2;
    }

    .content h3 {
        margin: 0 0 10px;
        font-size: 2rem;
    }

    .content a {
        color: #fff;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        text-align: left;
        font-size: 2rem;
        font-weight: 200;
    }




}





.space-button-bandeira {
    border: none;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.space-button-bandeira img {
    max-width: 50px;
}